aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-23GPRS: log NS socketMax1-0/+1
2017-10-20GPRS: print remote state info for NS peerMax1-3/+5
2017-09-27vty: install 'exit', 'end',... commands on *all* nodesNeels Hofmeyr2-2/+0
2017-09-27gb: drop special vty exit commands, use vty_install_default()Neels Hofmeyr4-43/+2
2017-09-27vty: fix style: bssgp node vty promptNeels Hofmeyr1-1/+1
2017-07-28BSSGP: add function to reset all PTP BVCMax2-0/+27
2017-07-01Add missing BSSGP cause valuesMax1-20/+57
2017-06-28BSSGP: handle BVC-RESET-ACKMax1-0/+3
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr9-51/+58
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2-33/+33
2017-06-13gb/gprs_bssgp.c: avoid valueless goto usageVadim Yanitskiy1-10/+3
2017-06-12update/extend doxygen documentationHarald Welte1-1/+1
2017-05-24Add human-readable names for signal_nsMax2-0/+11
2017-05-15libosmogb: Convert to use new endian conversion helpersHarald Welte6-96/+91