From 72bd4eb3b9e674d771d911e27cacb45468d51487 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 11 Dec 2011 20:25:12 +0100 Subject: lapdm: Create a simple test case to transmit data between both ends 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. --- tests/lapd/lapd_test.ok | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/lapd/lapd_test.ok (limited to 'tests/lapd/lapd_test.ok') diff --git a/tests/lapd/lapd_test.ok b/tests/lapd/lapd_test.ok new file mode 100644 index 00000000..3214c690 --- /dev/null +++ b/tests/lapd/lapd_test.ok @@ -0,0 +1,16 @@ +I do some very simple LAPDm test. +Establishing link. +ms_to_bts_l1_cb: MS(us) -> BTS prim message +bts_to_ms_tx_cb: MS->BTS(us) message 29 + +Confirming +ms_to_bts_tx_cb: BTS->MS(us) message 9 + +Sending back to MS +ms_to_bts_tx_cb: BTS->MS(us) message 21 +ms_to_bts_l1_cb: MS(us) -> BTS prim message + +Sending back to BTS +ms_to_bts_l1_cb: MS(us) -> BTS prim message +bts_to_ms_tx_cb: MS->BTS(us) message 14 +Success. -- cgit v1.2.3