summaryrefslogtreecommitdiffstats
path: root/tests/lapd
Commit message (Expand)AuthorAgeFilesLines
* RSL/LAPDm: Not all RLL message are "transparent"Harald Welte2018-04-191-1/+0
* use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr2018-04-061-1/+5
* Fix malformed Abis/RSL messages with extra L3 Information fieldPau Espin Pedrol2017-12-102-8/+2
* lapd_test: sanitize: fix msgb memleaksNeels Hofmeyr2017-11-181-0/+9
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-1/+3
* lapd_test.c: Convert compilation warning to level messagePau Espin Pedrol2017-06-211-1/+1
* lapd_test: avoid calling memcpy with NULL sourceHarald Welte2017-01-061-1/+2
* gsm/lapdm: Prevent LAPD tx_queue from filling up in polling modeDaniel Willmann2014-03-262-17/+9
* tests/lapd: Add a testcase to check for LAPDm sync issuesDaniel Willmann2014-03-262-9/+272
* ladpm: Fix msgb handling and SAPI=3 establishment delayJacob Erlbeck2014-03-101-4/+4
* lapd/test: Check for empty ACCH queue, tooJacob Erlbeck2014-03-041-0/+2
* lapd/test: Extend test case to test msgs having data before l2hJacob Erlbeck2014-03-042-4/+16
* lapd/test: Show dequeued messagesJacob Erlbeck2014-03-042-32/+72
* lapd/test: Add test case for RSL EST REQ -> LAPDJacob Erlbeck2014-01-262-15/+112
* lapd: Extend the test to check if lapdm_channel_exit is idempotentHolger Hans Peter Freyther2013-10-261-0/+10
* make lapd_test compile again.Harald Welte2013-07-061-69/+0
* Add LAPDm collision test (contention resolution on network side)Andreas Eversberg2013-07-061-0/+69
* lapd: Upate the assert to OSMO_ASSERT and describe what we would like to haveHolger Hans Peter Freyther2013-06-191-2/+2
* lapd: The two known LAPDm issues have been addressed, update the testHolger Hans Peter Freyther2013-06-192-13/+7
* Fix: LAPDm contention resoltion must acknowledge subsequent SABMAndreas Eversberg2013-04-062-0/+79
* utils: Introduce OSMO_ASSERT in the utils and use it in the unit testsKaterina Barone-Adesi2013-03-091-33/+29
* lapd: Fix compiler warnings in the lapd codeHolger Hans Peter Freyther2012-12-261-0/+2
* lapd: Check in rslms_rx_rll() if lapdm context was initialized earlierDaniel Willmann2012-12-262-0/+44
* build: simplify test handling and speed up build.Diego Elio Pettenò2012-06-301-9/+0
* lapdm: Make sure that the msgb_l3len(msg) == length...Holger Hans Peter Freyther2012-01-122-9/+13
* lapd: Warn if someone attempts to send an empty messageHolger Hans Peter Freyther2012-01-121-0/+15
* lapd: Disable one part of the test as it fails on FreeBSDHolger Hans Peter Freyther2011-12-121-1/+2
* lapd_test: Look at the content of LAPD messages and compare themHolger Hans Peter Freyther2011-12-122-16/+61
* lapdm: Create a simple test case to transmit data between both endsHolger Hans Peter Freyther2011-12-113-0/+283