aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-04-09fsm: id: properly set name in case of NULL idNeels Hofmeyr2-14/+1
2018-04-09fsm_test: more thoroughly test FSM inst ids and namesNeels Hofmeyr2-7/+138
2018-04-09fsm_test: terminate the main loop instead of exit on timeoutNeels Hofmeyr2-2/+7
2018-04-09add osmo_quote_str(),osmo_quote_str_buf() and testNeels Hofmeyr2-0/+88
2018-04-06use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr14-21/+47
2018-04-05fix ctrl_test sanitizer issuesNeels Hofmeyr1-1/+12
2018-04-05ctrl: fix deferred commands (and hence fix osmo-bts-sysmo 'clock-info' cmd)Neels Hofmeyr2-5/+2
2018-04-05ctrl: test deferred cmd, show current failureNeels Hofmeyr2-0/+108
2018-03-24cosmetic: gsm0808_test: drop extraneous assertionNeels Hofmeyr1-1/+0
2018-03-23fix gsm0808_enc_cell_id_list2 for leading-zero MNCNeels Hofmeyr1-4/+1
2018-03-23show failure in gsm0808_enc_cell_id_list2() in gsm0808_testNeels Hofmeyr1-4/+8
2018-03-23gsm0808_test: cosmetic: test non-hex MCCNeels Hofmeyr1-6/+6
2018-03-23gsm0808_test: cosmetic: re-arrange struct init; print hexdump on failureNeels Hofmeyr1-24/+32
2018-03-23gsm_08_08: correct speech codec defaultsPhilipp Maier1-7/+7
2018-03-19fsm: Update the name as well if the id is updated and accept NULLDaniel Willmann1-0/+4
2018-03-16add a regression test for TLV parsing with repeated IEsStefan Sperling1-0/+31
2018-03-16add a test for CELL_IDENT_WHOLE_GLOBAL cell identifier listsStefan Sperling1-0/+61
2018-03-16fix parse_cell_id_lac_and_ci_list()Stefan Sperling1-0/+42
2018-03-16fix bug in parse_cell_id_ci_list()Stefan Sperling1-0/+35
2018-03-15use gsm48_decode_lai2() in gsm0808_dec_cell_id_list()Stefan Sperling1-0/+57
2018-03-15fix cell identifier decoding in libosmocoreStefan Sperling1-0/+37
2018-03-13support for more cell ID list types in libosmocoreStefan Sperling1-25/+22
2018-03-05fix osmo_mnc_from_str(): don't try to parse NULLNeels Hofmeyr2-15/+15
2018-03-01gsm23003_test: fix: compare members instead of bcmpNeels Hofmeyr1-1/+3
2018-03-01timer: Introduce osmo_clock_gettime to override clock_gettimePau Espin Pedrol4-2/+108
2018-02-28gsm: add osmo_mnc_from_str(), osmo_mnc_cmp(), osmo_plmn_cmp() for 3-digit MNCNeels Hofmeyr2-0/+72
2018-02-28gsm0408_test: add test cases for MNC with leading zerosNeels Hofmeyr2-0/+149
2018-02-28gsm0408_test: test new gsm48_{decode,generate}_lai2() functionsNeels Hofmeyr2-0/+50
2018-02-28gsm0408_test: check for new mnc_3_digits flagNeels Hofmeyr2-4/+5
2018-02-26print BIG FAT ERROR message if osmo_fsm lacks event namesStefan Sperling2-4/+11
2018-02-26coding: Add BER-reporting RACH decode functionsHarald Welte1-2/+2
2018-02-22gsm0408_test: also test gsm48_generate_lai() and gsm48_decode_lai()Neels Hofmeyr2-0/+53
2018-02-22gsm0408_test: RA test: include min/max value casesNeels Hofmeyr2-0/+22
2018-02-22gsm0408_test: include BCD and leading zeros in test outputNeels Hofmeyr2-5/+8
2018-02-20gsm0408_test: cosmetically re-order MCC to come before MNCNeels Hofmeyr2-7/+7
2018-02-20cosmetic: gsm0408_test: RA test cases as array-of-structNeels Hofmeyr1-8/+12
2018-02-15Add test for gsm48_generate_mid_from_imsi()Max2-0/+14
2018-02-08tests: utils_test: Fix test failure when compiling with -O0Pau Espin Pedrol1-0/+1
2018-02-08tests: coding_test: Fix compilation with -O0Pau Espin Pedrol1-2/+2
2018-02-05GSUP: change osmo_gsup_encode() return typeMax1-1/+3
2018-01-22GSUP: don't fail test on first errorMax2-4/+30
2018-01-22tests/ussd: prevent uninitialized memory accessVadim Yanitskiy1-2/+1
2018-01-21Embedded: add sercomm stubsMax3-8/+12
2018-01-21Embedded: disable stats testMax1-1/+5
2018-01-17tests/ussd: fix wrong GSM 04.80 payload lengthVadim Yanitskiy1-3/+7
2018-01-15libosmocodec: implement ECU (Error Concealment Unit) for FRPhilipp Maier4-2/+352
2018-01-13ussd_test.c: fix rc / len debug output confusionVadim Yanitskiy2-52/+52
2018-01-08Use existing function for TLLI encodingMax1-4/+4
2018-01-08Add function to properly encode RAIMax2-7/+6
2017-12-20ctrl: tighten CTRL input parsingNeels Hofmeyr3-114/+74