From e8dcf64881f0771cf695d7dc1102481dde7201b4 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 14 Jan 2021 13:17:01 +0100 Subject: Move cs_adj* fields from BTS to PCU Change-Id: I2b00a83279dccd4feeeeb95e34878c4405e7972c --- tests/ms/MsTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/ms/MsTest.cpp b/tests/ms/MsTest.cpp index 1e810f2b..b914f01b 100644 --- a/tests/ms/MsTest.cpp +++ b/tests/ms/MsTest.cpp @@ -511,7 +511,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; + the_pcu->vty.cs_adj_lower_limit = 0; ms = ms_alloc(&the_bts, tlli); -- cgit v1.2.3