aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lapd/lapd_test.ok
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-12-11 20:25:12 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-12-11 21:35:06 +0100
commit72bd4eb3b9e674d771d911e27cacb45468d51487 (patch)
treeb5f5b170841055ddfe663c6fc2611214ef8611d8 /tests/lapd/lapd_test.ok
parentd318e6160795ac8c339e27d521248144c841f113 (diff)
lapdm: Create a simple test case to transmit data between both ends0.4.1
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.
Diffstat (limited to 'tests/lapd/lapd_test.ok')
-rw-r--r--tests/lapd/lapd_test.ok16
1 files changed, 16 insertions, 0 deletions
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.