From 41d6b35670efe87d91d509d5b1df8b06292fe73e Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 6 Mar 2019 15:59:09 +0100 Subject: 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 --- tests/ms/MsTest.err | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/ms/MsTest.err') 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) -- cgit v1.2.3