aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2017-02-22gsup_test: also check stderrNeels Hofmeyr4-8/+89
2017-02-22gsup test: add decoding test for UMTS IEsNeels Hofmeyr2-1/+61
2017-02-14osmo_hexparse: allow whitespace in parsed string, add ws testNeels Hofmeyr2-0/+29
2017-02-14utils: add hexparse testNeels Hofmeyr2-0/+117
2017-02-09cosmetic: replace fprintf with LOGPPhilipp Maier1-1/+16
2017-02-08Add minimal testing of socket.c helper functionsHarald Welte5-2/+96
2017-02-07bssgp_fc_test: do not use real timeNeels Hofmeyr1-1/+8
2017-02-02GSUP, OAP, osmo-gen-vec: fix AUTS length to 14, not 16Neels Hofmeyr2-3/+3
2017-01-16tests/conv: whitespece fixVadim Yanitskiy1-1/+1
2017-01-16tests/conv: add LTE PBCH test vectorVadim Yanitskiy2-0/+68
2017-01-15stats_test: fix mismatching osmo_stats_reporter->send_item signatureNeels Hofmeyr1-2/+3
2017-01-13Fix compilation warnings: missing includes: gsm0411_utils.c, lapd_core.c, oap...Max1-0/+1
2017-01-10DTX: fix AMR SID-FIRST detectionJean-Francois Dionne1-2/+2
2017-01-06Add function to get uninterrupted bit runPravin Kumarvel2-1/+43
2017-01-06lapd_test: avoid calling memcpy with NULL sourceHarald Welte1-1/+2
2016-12-24fsm_test.c: fix compiler warning: timer cb return typeNeels Hofmeyr1-1/+1
2016-12-14fsm: add LOGPFSML to pass explicit logging levelNeels Hofmeyr1-1/+1
2016-12-12fix logging: log_set_category_filter() for internal DL* logging catsNeels Hofmeyr1-0/+1
2016-12-12show bug in logging: log_set_category_filter on DL* categoriesNeels Hofmeyr1-0/+6
2016-12-12fix logging: out-of-bounds check should end with user categoriesNeels Hofmeyr1-0/+1
2016-12-12show bug in logging: out-of-bounds check should end with user categoriesNeels Hofmeyr2-0/+5
2016-12-12fix logging: also catch first out-of-bounds logging catNeels Hofmeyr1-0/+1
2016-12-12show bug in logging: erratic redirection to DLGLOBAL for first invalid categoryNeels Hofmeyr1-0/+1
2016-12-12fix logging: redirection to DLGLOBAL for invalid categoriesNeels Hofmeyr1-0/+2
2016-12-12show bug in logging: erratic redirection to DLGLOBAL for invalid categoriesNeels Hofmeyr1-0/+8
2016-12-12logging test: cosmetic: print target and don't print colorNeels Hofmeyr2-4/+5
2016-12-11oap: add encode/decode unit testNeels Hofmeyr5-2/+273
2016-12-11fix: DLGSUP logging category "unusable"0.9.5Neels Hofmeyr1-5/+0
2016-12-09Fix msgb_test on 64 bit architecturesHarald Welte1-1/+1
2016-12-09wqueue: Reject messges if queue is considered fullHolger Hans Peter Freyther4-2/+94
2016-11-16build: make check: disable sim_test when built with --disable-pcscNeels Hofmeyr3-2/+8
2016-11-10bitcomp: Remove the t4 decoding from libosmocoreHolger Hans Peter Freyther2-22/+0
2016-11-08Add logging and testing for FSM deallocationMax1-4/+5
2016-11-07Add null-pointer check to osmo_amr_rtp_dec()Max1-3/+9
2016-11-02Add osmo_fsm_unregister() to headerMax1-0/+1
2016-09-27gsm0408_test: initialize msgb talloc ctxNeels Hofmeyr1-0/+1
2016-09-26bitrev_test: don't omit last byte from test result checkNeels Hofmeyr2-25/+28
2016-09-26Fix ASAN failure in bitrev_testMax2-3/+3
2016-09-22timer_test: set 8 as default steps, use the default in testsuite.atNeels Hofmeyr3-16/+281
2016-09-22timer_test: print more details to stdout to checkNeels Hofmeyr2-4/+116
2016-09-22timer_test: redirect some output from stderr to stdoutNeels Hofmeyr2-20/+24
2016-09-22timer_test: remove all random elementsNeels Hofmeyr1-3/+6
2016-09-22timer_test: do not use real time: deterministic and fasterNeels Hofmeyr1-20/+15
2016-09-22add osmo_gettimeofday as a shim around gettimeofdayNeels Hofmeyr2-4/+4
2016-09-22timer_test: remove unused precision values and confusing logNeels Hofmeyr2-8/+2
2016-09-22timer_test: also report early finishes, report timing on errorNeels Hofmeyr2-5/+19
2016-09-22fix timer_test: don't forget to set tv_usec on the stop timeNeels Hofmeyr1-0/+1
2016-09-10build: tests: don't link system installed libosmogsm.Neels Hofmeyr1-5/+10
2016-07-12ussd: Decode interrogateSS that doesn't have testHolger Hans Peter Freyther2-0/+13
2016-07-11Add GEA3 & GEA4 ciphersMax4-2/+94