summaryrefslogtreecommitdiffstats
path: root/tests/lapd/lapd_test.c
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-101-7/+1
* 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-261-8/+4
* tests/lapd: Add a testcase to check for LAPDm sync issuesDaniel Willmann2014-03-261-9/+210
* 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-041-0/+12
* lapd/test: Show dequeued messagesJacob Erlbeck2014-03-041-28/+58
* lapd/test: Add test case for RSL EST REQ -> LAPDJacob Erlbeck2014-01-261-15/+105
* 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-191-11/+5
* Fix: LAPDm contention resoltion must acknowledge subsequent SABMAndreas Eversberg2013-04-061-0/+76
* 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-261-0/+43
* lapdm: Make sure that the msgb_l3len(msg) == length...Holger Hans Peter Freyther2012-01-121-7/+11
* 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-121-16/+57
* lapdm: Create a simple test case to transmit data between both endsHolger Hans Peter Freyther2011-12-111-0/+258