summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* GSUP, OAP, osmo-gen-vec: fix AUTS length to 14, not 16Neels Hofmeyr2017-02-022-3/+3
* tests/conv: whitespece fixVadim Yanitskiy2017-01-161-1/+1
* tests/conv: add LTE PBCH test vectorVadim Yanitskiy2017-01-162-0/+68
* stats_test: fix mismatching osmo_stats_reporter->send_item signatureNeels Hofmeyr2017-01-151-2/+3
* Fix compilation warnings: missing includes: gsm0411_utils.c, lapd_core.c, oap...Max2017-01-131-0/+1
* DTX: fix AMR SID-FIRST detectionJean-Francois Dionne2017-01-101-2/+2
* Add function to get uninterrupted bit runPravin Kumarvel2017-01-062-1/+43
* lapd_test: avoid calling memcpy with NULL sourceHarald Welte2017-01-061-1/+2
* fsm_test.c: fix compiler warning: timer cb return typeNeels Hofmeyr2016-12-241-1/+1
* fsm: add LOGPFSML to pass explicit logging levelNeels Hofmeyr2016-12-141-1/+1
* fix logging: log_set_category_filter() for internal DL* logging catsNeels Hofmeyr2016-12-121-0/+1
* show bug in logging: log_set_category_filter on DL* categoriesNeels Hofmeyr2016-12-121-0/+6
* fix logging: out-of-bounds check should end with user categoriesNeels Hofmeyr2016-12-121-0/+1
* show bug in logging: out-of-bounds check should end with user categoriesNeels Hofmeyr2016-12-122-0/+5
* fix logging: also catch first out-of-bounds logging catNeels Hofmeyr2016-12-121-0/+1
* show bug in logging: erratic redirection to DLGLOBAL for first invalid categoryNeels Hofmeyr2016-12-121-0/+1
* fix logging: redirection to DLGLOBAL for invalid categoriesNeels Hofmeyr2016-12-121-0/+2
* show bug in logging: erratic redirection to DLGLOBAL for invalid categoriesNeels Hofmeyr2016-12-121-0/+8
* logging test: cosmetic: print target and don't print colorNeels Hofmeyr2016-12-122-4/+5
* oap: add encode/decode unit testNeels Hofmeyr2016-12-115-2/+273
* fix: DLGSUP logging category "unusable"Neels Hofmeyr2016-12-111-5/+0
* Fix msgb_test on 64 bit architecturesHarald Welte2016-12-091-1/+1
* wqueue: Reject messges if queue is considered fullHolger Hans Peter Freyther2016-12-094-2/+94
* build: make check: disable sim_test when built with --disable-pcscNeels Hofmeyr2016-11-163-2/+8
* bitcomp: Remove the t4 decoding from libosmocoreHolger Hans Peter Freyther2016-11-102-22/+0
* Add logging and testing for FSM deallocationMax2016-11-081-4/+5
* Add null-pointer check to osmo_amr_rtp_dec()Max2016-11-071-3/+9
* Add osmo_fsm_unregister() to headerMax2016-11-021-0/+1
* gsm0408_test: initialize msgb talloc ctxNeels Hofmeyr2016-09-271-0/+1
* bitrev_test: don't omit last byte from test result checkNeels Hofmeyr2016-09-262-25/+28
* Fix ASAN failure in bitrev_testMax2016-09-262-3/+3
* timer_test: set 8 as default steps, use the default in testsuite.atNeels Hofmeyr2016-09-223-16/+281
* timer_test: print more details to stdout to checkNeels Hofmeyr2016-09-222-4/+116
* timer_test: redirect some output from stderr to stdoutNeels Hofmeyr2016-09-222-20/+24
* timer_test: remove all random elementsNeels Hofmeyr2016-09-221-3/+6
* timer_test: do not use real time: deterministic and fasterNeels Hofmeyr2016-09-221-20/+15
* add osmo_gettimeofday as a shim around gettimeofdayNeels Hofmeyr2016-09-222-4/+4
* timer_test: remove unused precision values and confusing logNeels Hofmeyr2016-09-222-8/+2
* timer_test: also report early finishes, report timing on errorNeels Hofmeyr2016-09-222-5/+19
* fix timer_test: don't forget to set tv_usec on the stop timeNeels Hofmeyr2016-09-221-0/+1
* build: tests: don't link system installed libosmogsm.Neels Hofmeyr2016-09-101-5/+10
* ussd: Decode interrogateSS that doesn't have testHolger Hans Peter Freyther2016-07-122-0/+13
* Add GEA3 & GEA4 ciphersMax2016-07-114-2/+94
* tests: test actual support status for auth. algoMax2016-06-294-4/+10
* Add octet-aligned/unaligned shift functionsMax2016-06-202-0/+130
* Add Finite State Machine abstraction codeHarald Welte2016-06-165-2/+179
* Add functions to detect HR/FR SID framesMax2016-06-012-0/+34
* Add helper functions for AMR codecMax2016-05-314-3/+106
* import gprs_gsup_message.[ch] from openbsc as gsup.[ch]Harald Welte2016-05-064-2/+289
* tlv: Import osmo_shift_* and osmo_match_shift_* from openbscHarald Welte2016-05-054-2/+263