aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-20rate_ctr: fix osmo-sgsn DoS: don't return NULL on already used indexNeels Hofmeyr1-5/+5
2017-12-18ctrl: on parse errors, return a detailed message to senderNeels Hofmeyr1-1/+1
2017-12-18ctrl_test: add two more current parsing bugs to prep for fixNeels Hofmeyr2-0/+34
2017-12-18ctrl: fix mem leak when handling GET_REPLY and SET_REPLYNeels Hofmeyr2-5/+2
2017-12-18ctrl_test: show memleak when receiving GET_REPLY and SET_REPLY commandsNeels Hofmeyr2-2/+40
2017-12-18ctrl_test: expand to test message handling and detect mem leaksNeels Hofmeyr2-57/+197
2017-12-18ctrl_test.c: replace print_escaped() with new osmo_escape_str()Neels Hofmeyr2-60/+28
2017-12-18utils: add osmo_escape_str()Neels Hofmeyr2-0/+77
2017-12-17Do not allocate already existing counter groupMax1-1/+6
2017-12-17gsm0808_create_cipher_reject: Fix encoding of Cause IEHarald Welte1-1/+1
2017-12-11Add functions for extended RACH codingMax3-2/+30767
2017-12-10Fix malformed Abis/RSL messages with extra L3 Information fieldPau Espin Pedrol2-8/+2
2017-12-09license: Fix the license to GPLHolger Hans Peter Freyther3-12/+15
2017-12-05Embedded: fix sercomm testMax1-0/+4
2017-12-04embedded: fix testsMax1-5/+5
2017-11-30coding test: use OSMO_ASSERTMax1-17/+10
2017-11-28coding test: move bit dump into functionsMax1-123/+48
2017-11-28coding test: enable debug outputMax2-125/+4293
2017-11-28coding test: cosmetic cleanupMax2-102/+55
2017-11-20sercomm_test: sanitize: fix msgb mem leakNeels Hofmeyr1-0/+1
2017-11-20bssgp_fc_test: sanitize: free fc struct when doneNeels Hofmeyr1-0/+2
2017-11-20gprs_bssgp: bssgp_fc_in(): fix mem leak on queue overflowNeels Hofmeyr2-3/+4
2017-11-20bssgp_fc_test: sanitizer: free msgb context when doneNeels Hofmeyr2-0/+12
2017-11-20bssgp_fc_test: clarify by outputting ok / failure messagesNeels Hofmeyr2-3/+99
2017-11-20bssgp_fc_test: remove rounding to decisecondsNeels Hofmeyr1-10/+0
2017-11-18gsm0808_test: sanitize: fix msgb memleakNeels Hofmeyr1-0/+2
2017-11-18gsm0408_test: sanitize: cleanup msgbNeels Hofmeyr1-1/+0
2017-11-18lapd_test: sanitize: fix msgb memleaksNeels Hofmeyr1-0/+9
2017-11-18abis_test: sanitize: fix msgb memleakNeels Hofmeyr1-0/+2
2017-11-16Print /proc/cpuinfo before executing testsuiteHarald Welte1-0/+1
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte10-15/+30
2017-10-30Move additional libraries to appropriate placeMax1-48/+34
2017-10-27Add unit tests for bcd2char and char2bcd conversionHarald Welte2-0/+61
2017-10-24stats_test: Extend check to include test for counter group name manglingHarald Welte2-10/+51
2017-10-24Convert lib-internal rate_ctr from '.' separator to ':' separatorHarald Welte1-3/+3
2017-10-24rate_ctr: Enforce counter (and ctr_group) names are valid identifiersHarald Welte2-43/+43
2017-10-24GPRS: unify NS state printingMax2-63/+64
2017-10-24Add tests for bitvec_write_field()Max4-1/+211
2017-10-22add function msgb_printf() to print formatted text into msg bufPhilipp Maier2-0/+113
2017-10-20Make osmo_apn_to_str() more robustMax1-0/+7
2017-10-10gsm: make osmo_imsi_str_valid() NULL-safeNeels Hofmeyr2-0/+4
2017-10-09utils: add osmo_is_hexstr(), add unit testNeels Hofmeyr2-0/+94
2017-10-05add osmo_imsi_str_valid() and osmo_msisdn_str_valid()Neels Hofmeyr4-2/+178
2017-09-27CTRL: add unit tests for CTRL command parsingNeels Hofmeyr2-0/+353