aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ms/MsTest.cpp
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-11-02 14:36:22 +0100
committerlaforge <laforge@osmocom.org>2020-11-04 19:32:12 +0000
commit46fd7a0316632bfce429ae42d0f446699f2592dd (patch)
treee61422d38c9f8bc7c5a1fbd25bf7746c0eb6e08d /tests/ms/MsTest.cpp
parenta2848546d2fc7db99451fa30fe31af90f82b8992 (diff)
Move BTS initial values inside bts.cpp
This way everytime any program or test initiates a BTS object, the bts_data structure has the same values. Change-Id: Iffd6eecb1f08bda0091f45e2ef7c9c63b42e10b3
Diffstat (limited to 'tests/ms/MsTest.cpp')
-rw-r--r--tests/ms/MsTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ms/MsTest.cpp b/tests/ms/MsTest.cpp
index 8ee3024f..4f47bc97 100644
--- a/tests/ms/MsTest.cpp
+++ b/tests/ms/MsTest.cpp
@@ -517,6 +517,7 @@ static void test_ms_cs_selection()
bts->initial_cs_dl = 4;
bts->initial_cs_ul = 1;
bts->cs_downgrade_threshold = 0;
+ bts->cs_adj_lower_limit = 0;
ms = new GprsMs(&the_bts, tlli);