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