aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2021-02-04make use of OTC_GLOBAL when allocating library-internal contextsHarald Welte2-4/+5
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
2020-10-13gsm: Fix make distcheck with parallel makePau Espin Pedrol1-1/+1
2020-10-12add osmo_sockaddr_to_str_buf/osmo_sockaddr_to_strAlexander Couzens2-0/+85
2020-10-09bssmap_le/bsslap tests: We must use %td for ptrdiff_t printingHarald Welte2-9/+9
2020-10-08command: add library command attribute for libosmo-abisPhilipp Maier1-0/+2
2020-10-07add BSSMAP-LE coding for Location ServicesNeels Hofmeyr4-0/+199
2020-10-07add BSSLAP coding for Location ServicesNeels Hofmeyr4-0/+121
2020-10-07add GAD coding for Location ServicesNeels Hofmeyr4-0/+162
2020-10-07add osmo_float_str_to_int() and osmo_int_to_float_str_*()Neels Hofmeyr2-0/+807
2020-10-07vty/command: restrict the use of '.', '!', and '@' as flagsVadim Yanitskiy2-0/+10
2020-10-07vty/command: assign flags to CMD_ATTR_{IMMEDIATE,NODE_EXIT}Vadim Yanitskiy1-11/+9
2020-10-07tests/vty: verify 'show vty-attributes' / 'list' commandsVadim Yanitskiy2-0/+157
2020-10-06vty: check for reserved flags in application specific attributesVadim Yanitskiy2-0/+4
2020-10-04vty: check for duplicate flags in application specific attributesVadim Yanitskiy2-0/+20
2020-10-04tests: do not ignore stderr of vty_test, also match itVadim Yanitskiy3-2/+64
2020-09-15Gb: add a second NS implementationAlexander Couzens1-2/+3
2020-09-14bitXXgen: add osmo_loadXXbe_ext_2() to get right-adjusted valuesNeels Hofmeyr2-2/+79
2020-09-14bitXXgen: add bitgen_test.cNeels Hofmeyr4-0/+279
2020-09-02socket: introduce osmo_sock_init_osa & osmo_sock_init_osa_ofdAlexander Couzens3-0/+141
2020-09-02tests/socket: add testcase test_get_ip_and_portAlexander Couzens2-0/+35