summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add code generator for convolutional codesMax Suraev msuraev@sysmocom.de2016-04-292-195/+90
* Add ubit <-> sbit convertorsMax2016-04-121-21/+2
* sim: Fix compiler warning and by this fixing the test resultHolger Hans Peter Freyther2016-03-211-0/+1
* sim: Add simplistic unit test for APDU class tablesHarald Welte2016-03-174-2/+75
* Add function to add bits from array to bitvecMax2016-03-172-0/+76
* logging: Move the filter check up as wellHolger Hans Peter Freyther2016-02-292-7/+15
* log/test: Extend test case for log_check_levelJacob Erlbeck2016-02-292-1/+11
* Add byte printing macrosMax2016-02-251-12/+1
* gb: Add bssgp_msgb_copy functionJacob Erlbeck2016-02-222-0/+38
* Add T4 bit map compression routinesMax2016-02-184-2/+106
* Expand bitvec interfaceMax2016-02-182-2/+258
* bivec: Fix the output of the testcaseHolger Hans Peter Freyther2016-01-302-12/+16
* bitvec: Test and fix regression for C++->C conversionHolger Hans Peter Freyther2016-01-302-0/+31
* test: Fix compiler warnings on 64bit systemsHolger Hans Peter Freyther2015-11-096-17/+18
* kasumi: Fix build with gcc5 that changed behavior of inlineHolger Hans Peter Freyther2016-01-211-1/+1
* msgb/test: Add test case for error casesJacob Erlbeck2016-01-152-0/+24
* msgb/test: Add tests for msgb_resize_area and msgb_copyJacob Erlbeck2016-01-152-0/+149
* msgb/test: Add functions to catch and check exceptionsJacob Erlbeck2016-01-152-1/+32
* msgb/test: Add test for msgb message buffersJacob Erlbeck2016-01-154-2/+136