aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb
AgeCommit message (Expand)AuthorFilesLines
2019-08-06Bump version: 1.1.0.107-afce-dirty → 1.2.01.2.0Pau Espin Pedrol1-2/+3
2019-06-04make all library-internal static buffers thread-localHarald Welte1-1/+1
2019-05-10NS: log address:port on errorMax1-2/+2
2019-05-08deal with rate_ctr_group_alloc() returning NULLHarald Welte2-0/+8
2019-05-07Bump version: 1.0.1.143-cc72c → 1.1.01.1.0Pau Espin Pedrol1-1/+1
2019-04-12gb/gprs_ns_sns.c: fix incorrect sizeof() calculationVadim Yanitskiy1-1/+1
2019-04-10Add _c versions of functions that otherwise return static buffersHarald Welte2-0/+9
2019-04-03Add _buf() functions to bypass static string buffersHarald Welte2-6/+11
2019-03-28BSSGP: use variable for NSEIMax1-26/+27
2019-03-21select: Rename BSC_FD_* constants to OSMO_FD_*Harald Welte2-4/+4
2019-03-20gprs_ns_sns: Properly initialize sockaddr_in in gprs_nsvc_create_ip4()Harald Welte1-0/+2
2019-03-16gprs_ns_sns: Use "correct" remote IP address for local IP endpointHarald Welte1-2/+2
2019-03-16gprs_ns: Don't use initial IP/port for anything but SNSHarald Welte1-2/+55
2019-03-16gprs_ns.c: Update comment: IP SNS has recently been implementedHarald Welte1-1/+0
2019-02-26NS: Add support for GPRS NS IP Sub-Network-Service (SNS)Harald Welte6-17/+1034
2019-02-26NS: Factor out gprs_nsvc_start_test() and use itHarald Welte2-5/+11
2019-02-26gprs_ns: Add code for SNS-SIZE and SNS-CONFIG encodingHarald Welte3-3/+198
2019-02-23NS: Add missing NS Cause stringsHarald Welte1-0/+7
2019-02-23NS: Don't print information about FR/GRE if not enabled!Harald Welte1-3/+4
2019-02-19gprs_ns: Add missing NSVCI IE to NS-BLOCK-ACK messageHarald Welte1-1/+29
2019-02-19gprs_ns.c: cosmetic whitespace fixesHarald Welte1-2/+2
2019-02-19gprs_ns: Use gprs_ns_tx_alive() instead of gprs_ns_tx_simple()Harald Welte1-2/+2
2019-02-19bssgp_tx_bvc_unblock(): Fix log messageHarald Welte1-1/+1
2019-01-22Work around bogus gcc-8.2 array-bounds warning/errorHarald Welte2-1/+21
2019-01-22constrain gsm48_generate_mid() output array boundsHarald Welte2-3/+3
2019-01-19Bump version: 0.12.0.128-8dfde → 1.0.01.0.0Harald Welte1-1/+1
2018-11-20document unblock-ack vs. signalling in gprs_ns_process_msg()Stefan Sperling1-0/+6
2018-11-19send NS_POUT_UNBLOCK_ACK before signalling S_NS_UNBLOCKStefan Sperling1-1/+3
2018-10-10fix error handling gprs_ns_nsip_listen()Stefan Sperling1-1/+4
2018-08-20use __FILE__, not __BASE_FILE__Neels Hofmeyr1-2/+2
2018-08-10bssgp: introduce flush queue functionsAlexander Couzens2-0/+30
2018-07-27Bump version: 0.11.0.91-9d4a3-dirty → 0.12.00.12.0Pau Espin Pedrol1-2/+1
2018-06-25return error to sender upon bssgp_tlv_parse() failureStefan Sperling1-0/+2
2018-06-25check bssgp_tlv_parse() return code in bssgp_rcvmsg()Stefan Sperling1-0/+5
2018-06-14Add function gprs_nsvc_state_appendDaniel Willmann2-0/+23
2018-02-28implement support for 3-digit MNC with leading zerosNeels Hofmeyr3-9/+6
2018-01-08Use existing function for TLLI encodingMax2-15/+5
2018-01-08Add function to properly encode RAIMax3-26/+22
2017-11-20gprs_bssgp: bssgp_fc_in(): fix mem leak on queue overflowNeels Hofmeyr1-1/+5
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte8-3/+21
2017-10-30Move additional libraries to appropriate placeMax1-2/+2
2017-10-27Tag/Release version 0.10.00.10.0Harald Welte1-1/+1
2017-10-24GPRS: constify NS printing routine parametersMax2-3/+3
2017-10-24GPRS: add vty command to show only persistent NSMax1-8/+23
2017-10-24Convert lib-internal rate_ctr from '.' separator to ':' separatorHarald Welte2-12/+12
2017-10-24GPRS: check and report local address used for NSEMax1-7/+13
2017-10-24GPRS: clarify ip/frgre union useMax2-9/+20
2017-10-24GPRS: wrap NS state assignment in macroMax1-14/+35
2017-10-24GPRS: unify NS state printingMax1-4/+4
2017-10-24gb: optionally allow nsip packets only from a specific hostPhilipp Maier1-3/+25