summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* bssgp_fc_test: sanitizer: free msgb context when doneNeels Hofmeyr2017-11-202-0/+12
* bssgp_fc_test: clarify by outputting ok / failure messagesNeels Hofmeyr2017-11-202-3/+99
* bssgp_fc_test: remove rounding to decisecondsNeels Hofmeyr2017-11-201-10/+0
* gsm0808_test: sanitize: fix msgb memleakNeels Hofmeyr2017-11-181-0/+2
* gsm0408_test: sanitize: cleanup msgbNeels Hofmeyr2017-11-181-1/+0
* lapd_test: sanitize: fix msgb memleaksNeels Hofmeyr2017-11-181-0/+9
* abis_test: sanitize: fix msgb memleakNeels Hofmeyr2017-11-181-0/+2
* Print /proc/cpuinfo before executing testsuiteHarald Welte2017-11-161-0/+1
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-1310-15/+30
* Move additional libraries to appropriate placeMax2017-10-301-48/+34
* Add unit tests for bcd2char and char2bcd conversionHarald Welte2017-10-272-0/+61
* stats_test: Extend check to include test for counter group name manglingHarald Welte2017-10-242-10/+51
* Convert lib-internal rate_ctr from '.' separator to ':' separatorHarald Welte2017-10-241-3/+3
* rate_ctr: Enforce counter (and ctr_group) names are valid identifiersHarald Welte2017-10-242-43/+43
* GPRS: unify NS state printingMax2017-10-242-63/+64
* Add tests for bitvec_write_field()Max2017-10-244-1/+211
* add function msgb_printf() to print formatted text into msg bufPhilipp Maier2017-10-222-0/+113
* Make osmo_apn_to_str() more robustMax2017-10-201-0/+7
* gsm: make osmo_imsi_str_valid() NULL-safeNeels Hofmeyr2017-10-102-0/+4
* utils: add osmo_is_hexstr(), add unit testNeels Hofmeyr2017-10-092-0/+94
* add osmo_imsi_str_valid() and osmo_msisdn_str_valid()Neels Hofmeyr2017-10-054-2/+178
* CTRL: add unit tests for CTRL command parsingNeels Hofmeyr2017-09-272-0/+353