| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | ns/stats: Add missing osmo_stat_item_group_free to gprs_nsvc_delete | Jacob Erlbeck | 2015-12-17 | 1 | -0/+1 |
* | remove our internal copy of talloc, use system libtalloc | Harald Welte | 2015-12-05 | 1 | -2/+2 |
* | 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 | 2 | -0/+4 |
* | 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 | 2 | -1/+39 |
* | release: Prepare the 0.8.2 release | Holger Hans Peter Freyther | 2015-08-01 | 1 | -1/+1 |
* | bssgp: Fix IMSI buffer size (Coverity) | Jacob Erlbeck | 2015-06-19 | 1 | -2/+4 |
* | bssgp: Fix bssgp_tx_fc_bvc parameter type | Jacob Erlbeck | 2015-05-06 | 1 | -1/+1 |
* | bssgp: Fix call to llist_entry in fc_queue_timer_cfg | Jacob Erlbeck | 2015-04-30 | 1 | -1/+1 |
* | bssgp: Fix encoding of BVC_FLOW_CONTROL | Jacob Erlbeck | 2015-04-29 | 1 | -5/+5 |
* | bssgp: Fix output of the VTY 'show bssgp stats' command | Jacob Erlbeck | 2015-04-29 | 1 | -2/+3 |
* | gprs: Add assertion for msg != NULL to bssgp_msgb_alloc (Coverity) | Jacob Erlbeck | 2015-04-10 | 1 | -0/+4 |
* | ns: Log when sending fails (Coverity) | Jacob Erlbeck | 2015-04-07 | 2 | -0/+20 |
* | bssgp: Ensure non-NULL bctx before calling bssgp_rx_ptp (Coverity) | Jacob Erlbeck | 2015-04-07 | 1 | -1/+6 |
* | bssgp: Always expect dup != NULL in bssgp_tx_dl_ud (Coverity) | Jacob Erlbeck | 2015-04-07 | 1 | -25/+24 |
* | bssgp: Handle BSSGP STATUS messages | Jacob Erlbeck | 2015-03-18 | 1 | -16/+62 |