index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gb
/
gprs_ns.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
make all library-internal static buffers thread-local
Harald Welte
2019-06-04
1
-1
/
+1
*
NS: log address:port on error
Max
2019-05-10
1
-2
/
+2
*
deal with rate_ctr_group_alloc() returning NULL
Harald Welte
2019-05-08
1
-0
/
+4
*
Add _c versions of functions that otherwise return static buffers
Harald Welte
2019-04-10
1
-0
/
+8
*
Add _buf() functions to bypass static string buffers
Harald Welte
2019-04-03
1
-6
/
+10
*
select: Rename BSC_FD_* constants to OSMO_FD_*
Harald Welte
2019-03-21
1
-2
/
+2
*
gprs_ns: Don't use initial IP/port for anything but SNS
Harald Welte
2019-03-16
1
-2
/
+55
*
gprs_ns.c: Update comment: IP SNS has recently been implemented
Harald Welte
2019-03-16
1
-1
/
+0
*
NS: Add support for GPRS NS IP Sub-Network-Service (SNS)
Harald Welte
2019-02-26
1
-16
/
+237
*
NS: Factor out gprs_nsvc_start_test() and use it
Harald Welte
2019-02-26
1
-5
/
+10
*
gprs_ns: Add code for SNS-SIZE and SNS-CONFIG encoding
Harald Welte
2019-02-26
1
-2
/
+178
*
NS: Add missing NS Cause strings
Harald Welte
2019-02-23
1
-0
/
+7
*
gprs_ns: Add missing NSVCI IE to NS-BLOCK-ACK message
Harald Welte
2019-02-19
1
-1
/
+29
*
gprs_ns.c: cosmetic whitespace fixes
Harald Welte
2019-02-19
1
-2
/
+2
*
gprs_ns: Use gprs_ns_tx_alive() instead of gprs_ns_tx_simple()
Harald Welte
2019-02-19
1
-2
/
+2
*
document unblock-ack vs. signalling in gprs_ns_process_msg()
Stefan Sperling
2018-11-20
1
-0
/
+6
*
send NS_POUT_UNBLOCK_ACK before signalling S_NS_UNBLOCK
Stefan Sperling
2018-11-19
1
-1
/
+3
*
fix error handling gprs_ns_nsip_listen()
Stefan Sperling
2018-10-10
1
-1
/
+4
*
use __FILE__, not __BASE_FILE__
Neels Hofmeyr
2018-08-20
1
-2
/
+2
*
Add function gprs_nsvc_state_append
Daniel Willmann
2018-06-14
1
-0
/
+22
*
Fix/Update copyright notices; Add SPDX annotation
Harald Welte
2017-11-13
1
-1
/
+4
*
GPRS: constify NS printing routine parameters
Max
2017-10-24
1
-1
/
+1
*
Convert lib-internal rate_ctr from '.' separator to ':' separator
Harald Welte
2017-10-24
1
-7
/
+7
*
GPRS: clarify ip/frgre union use
Max
2017-10-24
1
-3
/
+15
*
GPRS: wrap NS state assignment in macro
Max
2017-10-24
1
-14
/
+35
*
gb: optionally allow nsip packets only from a specific host
Philipp Maier
2017-10-24
1
-3
/
+25
*
GPRS: log NS socket
Max
2017-10-23
1
-0
/
+1
*
doxygen: unify use of \file across the board
Neels Hofmeyr
2017-06-23
1
-28
/
+26
*
doxygen: enable AUTOBRIEF, drop \brief
Neels Hofmeyr
2017-06-23
1
-19
/
+19
*
update/extend doxygen documentation
Harald Welte
2017-06-12
1
-1
/
+1
*
Add human-readable names for signal_ns
Max
2017-05-24
1
-0
/
+10
*
libosmogb: Convert to use new endian conversion helpers
Harald Welte
2017-05-15
1
-15
/
+16
*
timer: add osmo_timer_setup()
Pablo Neira Ayuso
2017-05-09
1
-2
/
+1
*
gprs: add value strings for NS PDU type
Max
2017-05-09
1
-2
/
+26
*
fix spelling in API docu, command reply, logging, descriptions
Thorsten Alteholz
2017-04-23
1
-1
/
+1
*
logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*
Neels Hofmeyr
2017-02-23
1
-16
/
+16
*
logging: centrally define ctx and filter indexes
Neels Hofmeyr
2017-02-22
1
-16
/
+16
*
add osmo_gettimeofday as a shim around gettimeofday
Neels Hofmeyr
2016-09-22
1
-2
/
+2
*
Fix unaligned access found by addr. sanitizer
Max
2016-04-24
1
-2
/
+2
*
ns: Force a defined state when sending NS RESET
Jacob Erlbeck
2015-12-17
1
-0
/
+6
*
ns/stats: Add missing osmo_stat_item_group_free to gprs_nsvc_delete
Jacob Erlbeck
2015-12-17
1
-0
/
+1
*
gprs-ns/stats: When the NSVCI is updated, update the stats counter
Holger Hans Peter Freyther
2015-11-04
1
-0
/
+2
*
ns/stats: Fix class_id of "NSVC Peer Statistics" rate_ctr group
Jacob Erlbeck
2015-08-22
1
-0
/
+1
*
stats: Limit reporting by class id
Jacob Erlbeck
2015-11-02
1
-0
/
+2
*
stats: Add osmo_ name prefix to identifiers
Jacob Erlbeck
2015-11-02
1
-4
/
+4
*
ns: Add statistics for some events
Jacob Erlbeck
2015-10-28
1
-0
/
+36
*
ns: Log when sending fails (Coverity)
Jacob Erlbeck
2015-04-07
1
-0
/
+19
*
Change license of libosmogb from AGPLv3+ to GPLv2+
Harald Welte
2014-10-26
1
-4
/
+4
*
gprs-ns: Fix reset state handling
Jacob Erlbeck
2014-10-09
1
-5
/
+4
*
gprs-ns: Let gprs_nsvc_reset return a value
Jacob Erlbeck
2014-10-09
1
-2
/
+7
[next]