| Commit message (Expand) | Author | Age | Files | Lines |
* | return error to sender upon bssgp_tlv_parse() failure | Stefan Sperling | 2018-06-25 | 1 | -0/+2 |
* | check bssgp_tlv_parse() return code in bssgp_rcvmsg() | Stefan Sperling | 2018-06-25 | 1 | -0/+5 |
* | Add function gprs_nsvc_state_append | Daniel Willmann | 2018-06-14 | 2 | -0/+23 |
* | implement support for 3-digit MNC with leading zeros | Neels Hofmeyr | 2018-02-28 | 3 | -9/+6 |
* | Use existing function for TLLI encoding | Max | 2018-01-08 | 2 | -15/+5 |
* | Add function to properly encode RAI | Max | 2018-01-08 | 3 | -26/+22 |
* | gprs_bssgp: bssgp_fc_in(): fix mem leak on queue overflow | Neels Hofmeyr | 2017-11-20 | 1 | -1/+5 |
* | Fix/Update copyright notices; Add SPDX annotation | Harald Welte | 2017-11-13 | 8 | -3/+21 |
* | Move additional libraries to appropriate place | Max | 2017-10-30 | 1 | -2/+2 |
* | Tag/Release version 0.10.0 | Harald Welte | 2017-10-27 | 1 | -1/+1 |
* | GPRS: constify NS printing routine parameters | Max | 2017-10-24 | 2 | -3/+3 |
* | GPRS: add vty command to show only persistent NS | Max | 2017-10-24 | 1 | -8/+23 |
* | Convert lib-internal rate_ctr from '.' separator to ':' separator | Harald Welte | 2017-10-24 | 2 | -12/+12 |
* | GPRS: check and report local address used for NSE | Max | 2017-10-24 | 1 | -7/+13 |
* | GPRS: clarify ip/frgre union use | Max | 2017-10-24 | 2 | -9/+20 |
* | GPRS: wrap NS state assignment in macro | Max | 2017-10-24 | 1 | -14/+35 |
* | GPRS: unify NS state printing | Max | 2017-10-24 | 1 | -4/+4 |
* | 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 |
* | GPRS: print remote state info for NS peer | Max | 2017-10-20 | 1 | -3/+5 |
* | vty: install 'exit', 'end',... commands on *all* nodes | Neels Hofmeyr | 2017-09-27 | 2 | -2/+0 |
* | gb: drop special vty exit commands, use vty_install_default() | Neels Hofmeyr | 2017-09-27 | 4 | -43/+2 |
* | vty: fix style: bssgp node vty prompt | Neels Hofmeyr | 2017-09-27 | 1 | -1/+1 |
* | BSSGP: add function to reset all PTP BVC | Max | 2017-07-28 | 2 | -0/+27 |
* | Add missing BSSGP cause values | Max | 2017-07-01 | 1 | -20/+57 |
* | BSSGP: handle BVC-RESET-ACK | Max | 2017-06-28 | 1 | -0/+3 |
* | doxygen: unify use of \file across the board | Neels Hofmeyr | 2017-06-23 | 9 | -51/+58 |
* | doxygen: enable AUTOBRIEF, drop \brief | Neels Hofmeyr | 2017-06-23 | 2 | -33/+33 |
* | gb/gprs_bssgp.c: avoid valueless goto usage | Vadim Yanitskiy | 2017-06-13 | 1 | -10/+3 |
* | update/extend doxygen documentation | Harald Welte | 2017-06-12 | 1 | -1/+1 |
* | Add human-readable names for signal_ns | Max | 2017-05-24 | 2 | -0/+11 |
* | libosmogb: Convert to use new endian conversion helpers | Harald Welte | 2017-05-15 | 6 | -96/+91 |
* | timer: add osmo_timer_setup() | Pablo Neira Ayuso | 2017-05-09 | 2 | -4/+2 |
* | gprs: add value strings for NS PDU type | Max | 2017-05-09 | 2 | -2/+27 |
* | 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 | 5 | -33/+33 |
* | logging: centrally define ctx and filter indexes | Neels Hofmeyr | 2017-02-22 | 6 | -39/+33 |
* | fix: gprs_bssgp_vty: logging filter: wrong constant | Neels Hofmeyr | 2017-02-17 | 1 | -1/+1 |
* | gprs_ns_vty: guard against duplicate VTY elements | Neels Hofmeyr | 2017-01-12 | 1 | -0/+8 |
* | bssgp_rx_paging(): Fix parsing of P-TMSI IE in Paging message | Harald Welte | 2016-11-11 | 1 | -1/+2 |
* | bssgp_vty: Remove dead code and compiler warning | Harald Welte | 2016-11-11 | 1 | -7/+0 |
* | add osmo_gettimeofday as a shim around gettimeofday | Neels Hofmeyr | 2016-09-22 | 2 | -6/+6 |
* | Fix unaligned access found by addr. sanitizer | Max | 2016-04-24 | 2 | -4/+4 |
* | gb: Add bssgp_pdu_str to libosmogb namespace | Max | 2016-04-12 | 1 | -0/+1 |
* | Add missing docs for bssgp bvc reset vty command | Max | 2016-04-07 | 1 | -2/+8 |
* | Add vty command to explicitly reset given BVCI | Max | 2016-04-05 | 1 | -0/+20 |
* | Improve BSSGP debug output | Max | 2016-03-17 | 2 | -17/+17 |
* | Add helper function to convert numerical BSSGP PDU type to string | Max | 2016-03-11 | 1 | -0/+46 |
* | gb: Add bssgp_msgb_copy function | Jacob Erlbeck | 2016-02-22 | 2 | -0/+31 |
* | ns: Force a defined state when sending NS RESET | Jacob Erlbeck | 2015-12-17 | 1 | -0/+6 |