index
:
libosmocore
35c3
achemeris/sms-fixes
achemeris/sms-validity
cccamp2019
daniel/gb-sns
daniel/gbproxy-ns2
daniel/ns2
daniel/onwaves
daniel/scts-fixes
daniel/tracing
debian
fairwaves/ip-gb
fairwaves/production
jerlbeck/msgb-validation
jerlbeck/ns-48016-mods
jolly/7bit_ussd
laforge/c-ares
laforge/cbch
laforge/context
laforge/csd
laforge/gb-test
laforge/gprs-ns-instances
laforge/gs
laforge/it_msgq
laforge/it_q
laforge/iu_up
laforge/lapd
laforge/notls-hack
laforge/ns2
laforge/nuttx
laforge/sock2
laforge/usdt
lynxis/ns2_vty
master
mmcternan/bb_maint
neels/contrib
neels/fake_stats
neels/gsm-shark
neels/ladder
neels/lcs
neels/log_functions
neels/misc
neels/mscpool
neels/mslookup
neels/static_strings
neels/voicecall-shark
nrw/litecell15-merge
osmith/new-osmo-sock-functions
pespin/egprs
pespin/modbus
pespin/nacc
pespin/ns2
pespin/tmp-works
pmaier/amrmangle
pmaier/mgw
pmaier/rbs2000
pmaier/rim2
pmaier/rim3
pmaier/test_16102018
sylvain/security
sysmocom/shared/log-speed
user/kluchnikov/gb-sns-hack
zecke/aes-ubsan
zecke/ancient/debian6.0
zecke/osmo-sip-connector
zecke/packages/wip
zecke/pre-release/0.9.3-t4
zecke/release/0.7-dev
Common library for all Osmocom projects
Harald Welte
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gb
/
gprs_ns.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-08
NS: replace use of gprs_nsvc_create() with gprs_nsvc_crate2()
Harald Welte
1
-10
/
+4
2020-06-08
NS: Optionally disable NS-{RESET,BLOCK,UNBLOCK} when using UDP/IP
Harald Welte
1
-4
/
+13
2020-03-04
gb: Print signalling and data weights on NS-VC creation.
Alexander Chemeris
1
-1
/
+2
2020-03-04
gb: Fix typos in gprs_ns.c comments
Alexander Chemeris
1
-2
/
+2
2019-12-01
gprs_ns_instantiate(): propagate errors from gprs_sns_init() to caller
Harald Welte
1
-2
/
+7
2019-06-04
make all library-internal static buffers thread-local
Harald Welte
1
-1
/
+1
2019-05-10
NS: log address:port on error
Max
1
-2
/
+2
2019-05-08
deal with rate_ctr_group_alloc() returning NULL
Harald Welte
1
-0
/
+4
2019-04-10
Add _c versions of functions that otherwise return static buffers
Harald Welte
1
-0
/
+8
2019-04-03
Add _buf() functions to bypass static string buffers
Harald Welte
1
-6
/
+10
2019-03-21
select: Rename BSC_FD_* constants to OSMO_FD_*
Harald Welte
1
-2
/
+2
2019-03-16
gprs_ns: Don't use initial IP/port for anything but SNS
Harald Welte
1
-2
/
+55
2019-03-16
gprs_ns.c: Update comment: IP SNS has recently been implemented
Harald Welte
1
-1
/
+0
2019-02-26
NS: Add support for GPRS NS IP Sub-Network-Service (SNS)
Harald Welte
1
-16
/
+237
2019-02-26
NS: Factor out gprs_nsvc_start_test() and use it
Harald Welte
1
-5
/
+10
2019-02-26
gprs_ns: Add code for SNS-SIZE and SNS-CONFIG encoding
Harald Welte
1
-2
/
+178
2019-02-23
NS: Add missing NS Cause strings
Harald Welte
1
-0
/
+7
2019-02-19
gprs_ns: Add missing NSVCI IE to NS-BLOCK-ACK message
Harald Welte
1
-1
/
+29
2019-02-19
gprs_ns.c: cosmetic whitespace fixes
Harald Welte
1
-2
/
+2
2019-02-19
gprs_ns: Use gprs_ns_tx_alive() instead of gprs_ns_tx_simple()
Harald Welte
1
-2
/
+2
2018-11-20
document unblock-ack vs. signalling in gprs_ns_process_msg()
Stefan Sperling
1
-0
/
+6
2018-11-19
send NS_POUT_UNBLOCK_ACK before signalling S_NS_UNBLOCK
Stefan Sperling
1
-1
/
+3
2018-10-10
fix error handling gprs_ns_nsip_listen()
Stefan Sperling
1
-1
/
+4
2018-08-20
use __FILE__, not __BASE_FILE__
Neels Hofmeyr
1
-2
/
+2
2018-06-14
Add function gprs_nsvc_state_append
Daniel Willmann
1
-0
/
+22
2017-11-13
Fix/Update copyright notices; Add SPDX annotation
Harald Welte
1
-1
/
+4
2017-10-24
GPRS: constify NS printing routine parameters
Max
1
-1
/
+1
2017-10-24
Convert lib-internal rate_ctr from '.' separator to ':' separator
Harald Welte
1
-7
/
+7
2017-10-24
GPRS: clarify ip/frgre union use
Max
1
-3
/
+15
2017-10-24
GPRS: wrap NS state assignment in macro
Max
1
-14
/
+35
2017-10-24
gb: optionally allow nsip packets only from a specific host
Philipp Maier
1
-3
/
+25
2017-10-23
GPRS: log NS socket
Max
1
-0
/
+1
2017-06-23
doxygen: unify use of \file across the board
Neels Hofmeyr
1
-28
/
+26
2017-06-23
doxygen: enable AUTOBRIEF, drop \brief
Neels Hofmeyr
1
-19
/
+19
2017-06-12
update/extend doxygen documentation
Harald Welte
1
-1
/
+1
2017-05-24
Add human-readable names for signal_ns
Max
1
-0
/
+10
2017-05-15
libosmogb: Convert to use new endian conversion helpers
Harald Welte
1
-15
/
+16
2017-05-09
timer: add osmo_timer_setup()
Pablo Neira Ayuso
1
-2
/
+1
2017-05-09
gprs: add value strings for NS PDU type
Max
1
-2
/
+26
2017-04-23
fix spelling in API docu, command reply, logging, descriptions
Thorsten Alteholz
1
-1
/
+1
2017-02-23
logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*
Neels Hofmeyr
1
-16
/
+16
2017-02-22
logging: centrally define ctx and filter indexes
Neels Hofmeyr
1
-16
/
+16
2016-09-22
add osmo_gettimeofday as a shim around gettimeofday
Neels Hofmeyr
1
-2
/
+2
2016-04-24
Fix unaligned access found by addr. sanitizer
Max
1
-2
/
+2
2015-12-17
ns: Force a defined state when sending NS RESET
Jacob Erlbeck
1
-0
/
+6
2015-12-17
ns/stats: Add missing osmo_stat_item_group_free to gprs_nsvc_delete
Jacob Erlbeck
1
-0
/
+1
2015-11-04
gprs-ns/stats: When the NSVCI is updated, update the stats counter
Holger Hans Peter Freyther
1
-0
/
+2
2015-08-22
ns/stats: Fix class_id of "NSVC Peer Statistics" rate_ctr group
Jacob Erlbeck
1
-0
/
+1
2015-11-02
stats: Limit reporting by class id
Jacob Erlbeck
1
-0
/
+2
2015-11-02
stats: Add osmo_ name prefix to identifiers
Jacob Erlbeck
1
-4
/
+4
[next]