aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-29tests: test actual support status for auth. algoMax4-4/+10
2016-06-20Add octet-aligned/unaligned shift functionsMax2-0/+130
2016-06-16Add Finite State Machine abstraction codeHarald Welte5-2/+179
2016-06-01Add functions to detect HR/FR SID framesMax2-0/+34
2016-05-31Add helper functions for AMR codecMax4-3/+106
2016-05-06import gprs_gsup_message.[ch] from openbsc as gsup.[ch]0.9.4Harald Welte4-2/+289
2016-05-05tlv: Import osmo_shift_* and osmo_match_shift_* from openbscHarald Welte4-2/+263
2016-04-29Add code generator for convolutional codesMax Suraev msuraev@sysmocom.de2-195/+90
2016-04-12Add ubit <-> sbit convertorsMax1-21/+2
2016-03-21sim: Fix compiler warning and by this fixing the test resultHolger Hans Peter Freyther1-0/+1
2016-03-17sim: Add simplistic unit test for APDU class tablesHarald Welte4-2/+75
2016-03-17Add function to add bits from array to bitvecMax2-0/+76
2016-02-29logging: Move the filter check up as wellHolger Hans Peter Freyther2-7/+15
2016-02-29log/test: Extend test case for log_check_levelJacob Erlbeck2-1/+11
2016-02-25Add byte printing macrosMax1-12/+1
2016-02-22gb: Add bssgp_msgb_copy functionJacob Erlbeck2-0/+38
2016-02-18Add T4 bit map compression routinesMax4-2/+106
2016-02-18Expand bitvec interfaceMax2-2/+258
2016-01-30bivec: Fix the output of the testcaseHolger Hans Peter Freyther2-12/+16
2016-01-30bitvec: Test and fix regression for C++->C conversionHolger Hans Peter Freyther2-0/+31
2015-11-09test: Fix compiler warnings on 64bit systemsHolger Hans Peter Freyther6-17/+18
2016-01-21kasumi: Fix build with gcc5 that changed behavior of inlineHolger Hans Peter Freyther1-1/+1
2016-01-15msgb/test: Add test case for error casesJacob Erlbeck2-0/+24
2016-01-15msgb/test: Add tests for msgb_resize_area and msgb_copyJacob Erlbeck2-0/+149
2016-01-15msgb/test: Add functions to catch and check exceptionsJacob Erlbeck2-1/+32
2016-01-15msgb/test: Add test for msgb message buffersJacob Erlbeck4-2/+136
2016-01-15bitvec: Add get/set byte sequencesJacob Erlbeck4-2/+77
2016-01-15gsm: Add APN conversion functionsJacob Erlbeck4-3/+136
2015-12-17ns: Force a defined state when sending NS RESETJacob Erlbeck2-0/+102
2015-12-05remove our internal copy of talloc, use system libtallocHarald Welte1-1/+2
2015-11-26stats/test: Add memory leak checkJacob Erlbeck1-4/+9
2015-11-26stats/test: Add test for reportingJacob Erlbeck2-17/+369
2015-08-22stats/test: Add tests to check VTY configurationJacob Erlbeck2-0/+194
2015-08-22vty/test: Refactor vty creation/deletion into separate functionsJacob Erlbeck1-29/+46