From 3bb3b602d09e2200369a89517d63c9237f313c7e Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sat, 24 Oct 2020 21:24:05 +0700 Subject: BTS_Tests: fix both TC_si_sched[_13_2bis_2ter]_2quater The current definition of the SI2quater Rest Octets is incomplete. In particular, the missing part is Repeated UTRAN FDD/TDD Neighbour Cells structure, for which 3GPP came up with a very tricky encoding. Given that both test cases checking scheduling of the SI messages and not their content, let's simply use different SI2quater samples containing E-UTRAN Parameters Description instead. Change-Id: I3556be33eda17dd6fce347b390a3662d43064897 Fixes: OS#4662, OS#4800 --- bts/BTS_Tests.ttcn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn index cfb49dc9..9935014b 100644 --- a/bts/BTS_Tests.ttcn +++ b/bts/BTS_Tests.ttcn @@ -4177,7 +4177,7 @@ testcase TC_si_sched_2ter_2bis() runs on test_CT { testcase TC_si_sched_2quater() runs on test_CT { f_init(); si_cfg.si2quater_present := true; - f_rsl_bcch_fill_raw(RSL_SYSTEM_INFO_2quater, '050607a8a0364aa698d72ff424feee0506d5e7fff02043'O); + f_rsl_bcch_fill_raw(RSL_SYSTEM_INFO_2quater, '050607b10004864982eddb8d555867ee3c95540b2b2b2b'O); f_TC_si_sched(16.0); Misc_Helpers.f_shutdown(__BFILE__, __LINE__); } @@ -4197,7 +4197,7 @@ testcase TC_si_sched_13_2bis_2ter_2quater() runs on test_CT { si_cfg.si2ter_present := true; f_rsl_bcch_fill_raw(RSL_SYSTEM_INFO_2ter, '010603bf66b0aa0a00000002000000000000002b2b2b2b'O); si_cfg.si2quater_present := true; - f_rsl_bcch_fill_raw(RSL_SYSTEM_INFO_2quater, '050607a8a0364aa698d72ff424feee0506d5e7fff02043'O); + f_rsl_bcch_fill_raw(RSL_SYSTEM_INFO_2quater, '050607b10004864982eddb8d555867ee3c95540b2b2b2b'O); si_cfg.si13_present := true; f_rsl_bcch_fill_raw(RSL_SYSTEM_INFO_13, '0106009000185a6fc9e08410ab2b2b2b2b2b2b2b2b2b2b'O); f_TC_si_sched(16.0); -- cgit v1.2.3