aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ms/MsTest.err
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2019-03-06 15:59:09 +0100
committerHarald Welte <laforge@gnumonks.org>2019-04-11 07:29:53 +0000
commit41d6b35670efe87d91d509d5b1df8b06292fe73e (patch)
treee2f4c456597454f0f7b8acc53dc9ec21d600aa48 /tests/ms/MsTest.err
parent0e6e45a65f984d346444f47411244b255cb39301 (diff)
Add test for MS mode and (M)CS settings
Right now set_mode() on GprsMs behaves in pretty counter-intuitive way: * it's possible to set current DL MCS higher than max value * EGPRS and EGPRS_GMSK have the same max DL MCS * setting EGPRS* mode drops current/max MCS values to unknown Let's capture this in a unit-test before attempting any further modifications. Change-Id: Ibf917f4b49d927a21cbd467775806fa6ea06a6a6
Diffstat (limited to 'tests/ms/MsTest.err')
-rw-r--r--tests/ms/MsTest.err3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ms/MsTest.err b/tests/ms/MsTest.err
index a2e4a0cf..735c4fe4 100644
--- a/tests/ms/MsTest.err
+++ b/tests/ms/MsTest.err
@@ -56,3 +56,6 @@ Timeout for MS object, TLLI = 0xffeeddbb
Destroying MS object, TLLI = 0xffeeddbb
Creating MS object, TLLI = 0xffeeddbb
Attaching TBF to MS object, TLLI = 0xffeeddbb, TBF = TBF(TFI=0 TLLI=0xffeeddbb DIR=DL STATE=NULL)
+Creating MS object, TLLI = 0xdeadbeef
+Creating MS object, TLLI = 0xdeadbef0
+Attaching TBF to MS object, TLLI = 0xdeadbef0, TBF = TBF(TFI=0 TLLI=0xdeadbef0 DIR=DL STATE=NULL)