aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lapd
AgeCommit message (Expand)AuthorFilesLines
2020-08-27lapdm: fix SAPI-0/SAPI-3 frame prioritization on DCCHVadim Yanitskiy1-5/+5
2020-08-27lapd_test: add a test checking SAPI0/SAPI3 prioritizationVadim Yanitskiy2-0/+87
2020-08-27lapd_test: fix: print all messages to stdout, not stderrVadim Yanitskiy2-10/+38
2020-08-27lapd_test: rename func=UA (RR) CM Service Request: s/ua/ua_cm/Vadim Yanitskiy1-4/+4
2020-08-27lapd_test: fix wrong comment in lapdm_establish()Vadim Yanitskiy1-1/+1
2018-04-19RSL/LAPDm: Not all RLL message are "transparent"Harald Welte1-1/+0
2018-04-06use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr1-1/+5
2017-12-10Fix malformed Abis/RSL messages with extra L3 Information fieldPau Espin Pedrol2-8/+2
2017-11-18lapd_test: sanitize: fix msgb memleaksNeels Hofmeyr1-0/+9
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte1-1/+3
2017-06-21lapd_test.c: Convert compilation warning to level messagePau Espin Pedrol1-1/+1
2017-01-06lapd_test: avoid calling memcpy with NULL sourceHarald Welte1-1/+2
2014-03-26gsm/lapdm: Prevent LAPD tx_queue from filling up in polling modeDaniel Willmann2-17/+9
2014-03-26tests/lapd: Add a testcase to check for LAPDm sync issuesDaniel Willmann2-9/+272
2014-03-10ladpm: Fix msgb handling and SAPI=3 establishment delayJacob Erlbeck1-4/+4
2014-03-04lapd/test: Check for empty ACCH queue, tooJacob Erlbeck1-0/+2
2014-03-04lapd/test: Extend test case to test msgs having data before l2hJacob Erlbeck2-4/+16
2014-03-04lapd/test: Show dequeued messagesJacob Erlbeck2-32/+72
2014-01-26lapd/test: Add test case for RSL EST REQ -> LAPDJacob Erlbeck2-15/+112
2013-10-26lapd: Extend the test to check if lapdm_channel_exit is idempotentHolger Hans Peter Freyther1-0/+10
2013-07-06make lapd_test compile again.Harald Welte1-69/+0
2013-07-06Add LAPDm collision test (contention resolution on network side)Andreas Eversberg1-0/+69
2013-06-19lapd: Upate the assert to OSMO_ASSERT and describe what we would like to haveHolger Hans Peter Freyther1-2/+2
2013-06-19lapd: The two known LAPDm issues have been addressed, update the testHolger Hans Peter Freyther2-13/+7
2013-04-06Fix: LAPDm contention resoltion must acknowledge subsequent SABMAndreas Eversberg2-0/+79
2013-03-09utils: Introduce OSMO_ASSERT in the utils and use it in the unit testsKaterina Barone-Adesi1-33/+29
2012-12-26lapd: Fix compiler warnings in the lapd codeHolger Hans Peter Freyther1-0/+2
2012-12-26lapd: Check in rslms_rx_rll() if lapdm context was initialized earlierDaniel Willmann2-0/+44
2012-06-30build: simplify test handling and speed up build.Diego Elio Pettenò1-9/+0
2012-01-12lapdm: Make sure that the msgb_l3len(msg) == length...Holger Hans Peter Freyther2-9/+13
2012-01-12lapd: Warn if someone attempts to send an empty messageHolger Hans Peter Freyther1-0/+15
2011-12-12lapd: Disable one part of the test as it fails on FreeBSDHolger Hans Peter Freyther1-1/+2
2011-12-12lapd_test: Look at the content of LAPD messages and compare themHolger Hans Peter Freyther2-16/+61
2011-12-11lapdm: Create a simple test case to transmit data between both ends0.4.1Holger Hans Peter Freyther3-0/+283