aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gb
AgeCommit message (Expand)AuthorFilesLines
2024-01-03tests/{gb,iuup}: also match stderrVadim Yanitskiy2-0/+286
2022-11-03Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte3-29/+29
2022-10-27gb/vty: Show if NSVC is blocked locally by O&M/vty or by remotearehbein1-8/+8
2021-10-08ns2: message: BLOCK/BLOCK ACK allow to use a given NSVCI instead of using the...Alexander Couzens1-1/+1
2021-09-23ns2: nsvc: add a uptime/downtime to track the last state changeAlexander Couzens1-8/+8
2021-09-23ns2: nse: add a uptime/downtime to track the last state changeAlexander Couzens1-2/+2
2021-09-04gprs_ns2_sns: implement local change weight procedureAlexander Couzens1-1/+1
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-04Use new stat item/ctr getter APIsPau Espin Pedrol1-1/+1
2021-04-29ns2: Allow setting the socket priority for a UDP bindHarald Welte1-3/+3
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_vty: Allow creating NSE in sgsn-roleHarald Welte1-1/+1
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 Pedrol4-8/+5
2021-02-20tests: Set print_category values explicitlyPau Espin Pedrol3-0/+6
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-16gprs_ns2: inform the NS user (BSSGP) about the MTU of a NSEAlexander Couzens2-0/+69
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-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-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
2021-01-19test: gprs_ns2: replace free_bind() with clear_pdus()Alexander Couzens1-4/+4
2021-01-18bssgp_rim: move bssgp_parse_rim_ri and bssgp_create_rim_ri to gprs_bssgp_rimPhilipp Maier4-189/+191
2021-01-18bssgp_rim: add encoder/decoder for NACC related RIM containersPhilipp Maier2-0/+884
2021-01-18gprs_ns2: Give NS-VC FSMs a proper name/identifierHarald Welte1-3/+3
2021-01-18test: gprs_ns2: don't leak the talloc contextAlexander Couzens1-0/+1
2021-01-05gprs_ns2: set transfer cap in NS Status primitiveAlexander Couzens2-0/+174
2021-01-01gprs_ns2: call python vty testsAlexander Couzens2-0/+27
2021-01-01utils: add osmo-ns-dummyAlexander Couzens1-0/+33
2020-12-16gprs_bssgp: add IE parser/generator for RIM Routing InformationPhilipp Maier2-0/+189
2019-02-26NS: Factor out gprs_nsvc_start_test() and use itHarald Welte1-10/+10
2018-11-19send NS_POUT_UNBLOCK_ACK before signalling S_NS_UNBLOCKStefan Sperling1-5/+5
2018-04-06use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr3-5/+11
2018-01-08Use existing function for TLLI encodingMax1-4/+4