aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2012-01-22tests: Introduce a very basic gsm0808 testHolger Hans Peter Freyther1-1/+1
This tests verifies the content of the GSM 08.08 messages, it does not verify the remaining headroom (which the SCCP/IPA code relies on being plenty to prepend the header). More to come in the future.
2011-12-11lapdm: Create a simple test case to transmit data between both ends0.4.1Holger Hans Peter Freyther1-1/+1
This is testing the establishment of two ends (BTS, MS) one is in the polling mode as used by osmo-bts. Transfer data between the two ends. The sent data is not verified though. This should be followed up soon.
2011-12-07add autotest script for milenage/auth testingHarald Welte1-1/+1
2011-11-29tests: Use the missing from the source directoryHolger Hans Peter Freyther1-2/+2
No need to keep a manual copy of the missing binary, use the one that will be in the top_srcdir.
2011-11-24core/conv: Add regression testing codeSylvain Munaut1-1/+1
It tests both a given test vector encoding/decoding, and some random coding/decoding cycles. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2011-11-17tests/a5: Add a5 regression testingSylvain Munaut1-1/+1
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2011-11-14tests: Fix the make distcheck of libosmocore with the testsHolger Hans Peter Freyther1-0/+1
2011-11-14tests: Use GNU autotest to execute our tests and compare textual outputHolger Hans Peter Freyther1-0/+40
The output of make check is looking like this now: Regression tests. 1: bits ok 2: msgfile ok 3: sms ok 4: smscb ok 5: timer FAILED (testsuite.at:38) 6: ussd FAILED (testsuite.at:44)
2011-09-01add functions for bit-reversalHarald Welte1-1/+1
Sometimes we need stuff like reversing every bit in each byte (but not the byte-order).
2010-12-29smscb: Add some simple decoding routines for SMSCB.Holger Hans Peter Freyther1-1/+1
2010-10-11ussd: Add a test case, switch parsing to use a gsm48_hdr and lenHolger Hans Peter Freyther1-1/+1
The current USSD code is not doing any size checks, add a test case to find out how easily we access the data out of bounds. Begin to use the length in some places.
2010-10-08msgfile: Add a file parser for a simple file formatHolger Hans Peter Freyther1-0/+3
This file format will be used to store per country code, per network code messages. This will be used for various things ranging from access control, to messages...
2010-03-07add option --disable-tests to disable building of test binariesHarald Welte1-0/+2
2010-02-20add missing automake / autoconf filesHarald Welte1-0/+1