aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* tests/stats: show how last item sent may be wrongOliver Smith2021-08-202-0/+12
* tests: add 'make update_exp' targetOliver Smith2021-08-191-0/+179
* gprs_ns2: ensure the NSE becomes dead when FR link went downAlexander Couzens2021-07-132-0/+58
* gprs_ns2_vty: dump_nsvc: change output depending on NSVCIAlexander Couzens2021-07-061-8/+8
* gprs_ns2: use gprs_ns2_free_bind() to clean up a bindAlexander Couzens2021-07-061-0/+4
* gprs_ns2: fix crash when changing the MTUAlexander Couzens2021-07-021-2/+11
* gprs_ns2: fix missing notify towards the NSE when NSVC become blockedAlexander Couzens2021-06-252-0/+72
* gprs_ns2: use llist_add_tail to keep orderAlexander Couzens2021-06-251-4/+4
* ctrl: Pre-calculate required size before allocating msgbPau Espin Pedrol2021-06-151-3/+6
* Use new stat item/ctr getter APIsPau Espin Pedrol2021-06-042-46/+46
* ns2: Allow setting the socket priority for a UDP bindHarald Welte2021-04-291-3/+3
* vty/logging: logp: properly handle library specific sub-systemsVadim Yanitskiy2021-04-121-0/+3
* stats: log error when missing stats values (v2)Oliver Smith2021-04-072-0/+6
* stats_test: restore stat_item_get_next assertsOliver Smith2021-04-071-18/+18
* stat_item: make value ids item specificOliver Smith2021-04-071-15/+0
* vty/logging: ensure consistent '%' prefix for warningsVadim Yanitskiy2021-04-071-1/+1
* stat_item: make next_id argument name consistentOliver Smith2021-04-061-27/+27
* gprs_ns2: vty: remove a white space in `show binds`Alexander Couzens2021-03-311-3/+3
* gprs_ns2: dump_nsvc: correct indentionAlexander Couzens2021-03-241-8/+8
* gprs_ns2_vty: make the `show ns entities` and `show ns binds` look similiarAlexander Couzens2021-03-241-0/+2
* gprs_ns2: always use the same method to print NSVCsAlexander Couzens2021-03-241-4/+4
* gprs_ns2: rework logging of Rx and Tx NS PDUAlexander Couzens2021-03-241-28/+30
* gprs_ns2_vty: Allow creating NSE in sgsn-roleHarald Welte2021-03-241-1/+1
* Revert "stats: log error when missing stats values"Oliver Smith2021-03-192-151/+0
* tlv: Fix length returned by t{l16,16l}v_putDaniel Willmann2021-03-181-0/+32
* stats: log error when missing stats valuesOliver Smith2021-03-172-0/+151
* tests/stats: enable logging in test outputOliver Smith2021-03-175-164/+179
* stats: Ensure that each osmo_stat_item only reports once per intervalDaniel Willmann2021-03-092-0/+20
* tests/gb: Fix printf format errors on ARM 32 bitsPau Espin Pedrol2021-02-251-6/+6
* Drop use of log_set_print_filename() API inside libosmocorePau Espin Pedrol2021-02-2014-18/+15
* tests: Set print_category values explicitlyPau Espin Pedrol2021-02-2011-0/+19
* logging: Allow prefixing thread ID to each log linePau Espin Pedrol2021-02-191-0/+1
* gprs_ns2: ensure no duplicate UDP NSVC can be createdAlexander Couzens2021-02-191-0/+20
* gprs_ns2: implement a simple load sharing for UDPAlexander Couzens2021-02-192-0/+102
* gprs_ns2_vty: add optional argument signalling and data weights to `nsvc udp`Alexander Couzens2021-02-191-0/+29
* gprs_ns2: rework IP-SNS bindsAlexander Couzens2021-02-191-0/+1
* gsm: Introduce API osmo_gsm48_rest_octets_si13_decodePau Espin Pedrol2021-02-184-0/+133
* gprs_ns2: inform the NS user (BSSGP) about the MTU of a NSEAlexander Couzens2021-02-162-0/+69
* gsm: Fix encoding of gsm0808_cell_id_list2 with CGI-PS typesPau Espin Pedrol2021-02-151-0/+43
* comsetic: gsm0808_test: Fix trailing whitespacePau Espin Pedrol2021-02-151-2/+2
* tests/gb: Add more complex osmo-ns-dummy.cfgDaniel Willmann2021-02-121-0/+24
* gprs_ns2: add signalling & data weights for UDP bindsAlexander Couzens2021-02-121-0/+1
* gsm_7bit_encode_n(): fix integer overflow in gsm_septets2octets()Vadim Yanitskiy2021-02-012-12/+7
* gsm_7bit_encode_n(): test encoding of more than 250 septetsVadim Yanitskiy2021-02-012-0/+70
* ns2: Move to one common/shared ns2_bind_alloc()Harald Welte2021-02-011-10/+4
* gprs_ns2: refactor: ensure all enums have GPRS_NS2_Alexander Couzens2021-01-281-9/+9
* gprs_ns2: drop prefix of all internal exposed functionAlexander Couzens2021-01-251-5/+5
* tests: gprs_ns2: add unitdata unit testAlexander Couzens2021-01-252-0/+148
* tests/*: fix control reaches end of non-void funcOliver Smith2021-01-212-0/+2
* gprs_ns2_test: Fix compilation on Debian 8Harald Welte2021-01-211-1/+2