summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* cosmetic: gsm0808_test: drop extraneous assertionNeels Hofmeyr2018-03-241-1/+0
* fix gsm0808_enc_cell_id_list2 for leading-zero MNCNeels Hofmeyr2018-03-231-4/+1
* show failure in gsm0808_enc_cell_id_list2() in gsm0808_testNeels Hofmeyr2018-03-231-4/+8
* gsm0808_test: cosmetic: test non-hex MCCNeels Hofmeyr2018-03-231-6/+6
* gsm0808_test: cosmetic: re-arrange struct init; print hexdump on failureNeels Hofmeyr2018-03-231-24/+32
* gsm_08_08: correct speech codec defaultsPhilipp Maier2018-03-231-7/+7
* fsm: Update the name as well if the id is updated and accept NULLDaniel Willmann2018-03-191-0/+4
* add a regression test for TLV parsing with repeated IEsStefan Sperling2018-03-161-0/+31
* add a test for CELL_IDENT_WHOLE_GLOBAL cell identifier listsStefan Sperling2018-03-161-0/+61
* fix parse_cell_id_lac_and_ci_list()Stefan Sperling2018-03-161-0/+42
* fix bug in parse_cell_id_ci_list()Stefan Sperling2018-03-161-0/+35
* use gsm48_decode_lai2() in gsm0808_dec_cell_id_list()Stefan Sperling2018-03-151-0/+57
* fix cell identifier decoding in libosmocoreStefan Sperling2018-03-151-0/+37
* support for more cell ID list types in libosmocoreStefan Sperling2018-03-131-25/+22
* fix osmo_mnc_from_str(): don't try to parse NULLNeels Hofmeyr2018-03-052-15/+15
* gsm23003_test: fix: compare members instead of bcmpNeels Hofmeyr2018-03-011-1/+3
* timer: Introduce osmo_clock_gettime to override clock_gettimePau Espin Pedrol2018-03-014-2/+108
* gsm: add osmo_mnc_from_str(), osmo_mnc_cmp(), osmo_plmn_cmp() for 3-digit MNCNeels Hofmeyr2018-02-282-0/+72
* gsm0408_test: add test cases for MNC with leading zerosNeels Hofmeyr2018-02-282-0/+149
* gsm0408_test: test new gsm48_{decode,generate}_lai2() functionsNeels Hofmeyr2018-02-282-0/+50
* gsm0408_test: check for new mnc_3_digits flagNeels Hofmeyr2018-02-282-4/+5
* print BIG FAT ERROR message if osmo_fsm lacks event namesStefan Sperling2018-02-262-4/+11
* coding: Add BER-reporting RACH decode functionsHarald Welte2018-02-261-2/+2
* gsm0408_test: also test gsm48_generate_lai() and gsm48_decode_lai()Neels Hofmeyr2018-02-222-0/+53
* gsm0408_test: RA test: include min/max value casesNeels Hofmeyr2018-02-222-0/+22
* gsm0408_test: include BCD and leading zeros in test outputNeels Hofmeyr2018-02-222-5/+8
* gsm0408_test: cosmetically re-order MCC to come before MNCNeels Hofmeyr2018-02-202-7/+7
* cosmetic: gsm0408_test: RA test cases as array-of-structNeels Hofmeyr2018-02-201-8/+12
* Add test for gsm48_generate_mid_from_imsi()Max2018-02-152-0/+14
* tests: utils_test: Fix test failure when compiling with -O0Pau Espin Pedrol2018-02-081-0/+1
* tests: coding_test: Fix compilation with -O0Pau Espin Pedrol2018-02-081-2/+2
* GSUP: change osmo_gsup_encode() return typeMax2018-02-051-1/+3
* GSUP: don't fail test on first errorMax2018-01-222-4/+30
* tests/ussd: prevent uninitialized memory accessVadim Yanitskiy2018-01-221-2/+1
* Embedded: add sercomm stubsMax2018-01-213-8/+12
* Embedded: disable stats testMax2018-01-211-1/+5
* tests/ussd: fix wrong GSM 04.80 payload lengthVadim Yanitskiy2018-01-171-3/+7
* libosmocodec: implement ECU (Error Concealment Unit) for FRPhilipp Maier2018-01-154-2/+352
* ussd_test.c: fix rc / len debug output confusionVadim Yanitskiy2018-01-132-52/+52
* Use existing function for TLLI encodingMax2018-01-081-4/+4
* Add function to properly encode RAIMax2018-01-082-7/+6
* ctrl: tighten CTRL input parsingNeels Hofmeyr2017-12-203-114/+74
* rate_ctr: fix osmo-sgsn DoS: don't return NULL on already used indexNeels Hofmeyr2017-12-201-5/+5
* ctrl: on parse errors, return a detailed message to senderNeels Hofmeyr2017-12-181-1/+1
* ctrl_test: add two more current parsing bugs to prep for fixNeels Hofmeyr2017-12-182-0/+34
* ctrl: fix mem leak when handling GET_REPLY and SET_REPLYNeels Hofmeyr2017-12-182-5/+2
* ctrl_test: show memleak when receiving GET_REPLY and SET_REPLY commandsNeels Hofmeyr2017-12-182-2/+40
* ctrl_test: expand to test message handling and detect mem leaksNeels Hofmeyr2017-12-182-57/+197
* ctrl_test.c: replace print_escaped() with new osmo_escape_str()Neels Hofmeyr2017-12-182-60/+28
* utils: add osmo_escape_str()Neels Hofmeyr2017-12-182-0/+77