summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not allocate already existing counter groupMax2017-12-171-1/+6
* gsm0808_create_cipher_reject: Fix encoding of Cause IEHarald Welte2017-12-171-1/+1
* Add functions for extended RACH codingMax2017-12-113-2/+30767
* Fix malformed Abis/RSL messages with extra L3 Information fieldPau Espin Pedrol2017-12-102-8/+2
* license: Fix the license to GPLHolger Hans Peter Freyther2017-12-093-12/+15
* Embedded: fix sercomm testMax2017-12-051-0/+4
* embedded: fix testsMax2017-12-041-5/+5
* coding test: use OSMO_ASSERTMax2017-11-301-17/+10
* coding test: move bit dump into functionsMax2017-11-281-123/+48
* coding test: enable debug outputMax2017-11-282-125/+4293
* coding test: cosmetic cleanupMax2017-11-282-102/+55
* sercomm_test: sanitize: fix msgb mem leakNeels Hofmeyr2017-11-201-0/+1
* bssgp_fc_test: sanitize: free fc struct when doneNeels Hofmeyr2017-11-201-0/+2
* gprs_bssgp: bssgp_fc_in(): fix mem leak on queue overflowNeels Hofmeyr2017-11-202-3/+4