aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
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 Maier4-1/+896
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-12tlv_parser: Fix various out-of-bounds accessesHarald Welte2-0/+99
2021-01-06Add inter-thread queueHarald Welte4-0/+145
2021-01-05gprs_ns2: set transfer cap in NS Status primitiveAlexander Couzens4-1/+192
2021-01-01gprs_ns2: call python vty testsAlexander Couzens3-1/+30
2021-01-01utils: add osmo-ns-dummyAlexander Couzens2-0/+42
2020-12-16gprs_bssgp: add IE parser/generator for RIM Routing InformationPhilipp Maier3-1/+191
2020-12-09logging: Introduce DLBSSGP logging constantHarald Welte1-2/+3
2020-11-15tests: Fix tdef_test on 32bit platformsPau Espin Pedrol2-9/+9
2020-11-15Revert "tests: Fix tdef_test on 32bit platforms"Pau Espin Pedrol2-6/+6
2020-11-12gsm_04_08: add parser for Mobile Station Classmark 3Philipp Maier2-0/+540
2020-11-12tests: Fix tdef_test on 32bit platformsPau Espin Pedrol2-6/+6
2020-11-11Revert "gsm_04_08: add parser for Mobile Station Classmark 3"Harald Welte2-540/+0
2020-11-11tdef: Introduce OSMO_TDEF_US unitPau Espin Pedrol2-2/+36
2020-11-10gsm_04_08: add parser for Mobile Station Classmark 3Philipp Maier2-0/+540
2020-10-21vty: introduce the expert mode and a command to enable itVadim Yanitskiy2-2/+86