aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gsm0808
AgeCommit message (Collapse)AuthorFilesLines
2012-06-30build: simplify test handling and speed up build.Diego Elio Pettenò1-6/+0
Instead of using a ./configure parameter to decide whehter to build tests or not, use the check_PROGRAMS variable so that the tests are only built when running `make check`. To avoid slowing down the test phase itself, collapse the declaration of the test targets in the tests/Makefile.am file, this way they can be built and linked in parallel before the testsuite is executed. Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
2012-01-26GSM 08.08: change gsm0808_create_classmark_update() prototypeHarald Welte1-3/+11
The caller explicitly specifies CM2 and CM3, rather than one blob containing both.
2012-01-22tests: Introduce a very basic gsm0808 testHolger Hans Peter Freyther3-0/+282
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.