BSC_Tests: drop redundant f_init() in f_test_si2quater()

There is a global boolean flag that would make f_init() return
early if it's called twice.  This is exactly the case here.

Change-Id: Ic33786c4851d2682deec7c22fafb99043c1c1cf6
This commit is contained in:
Vadim Yanitskiy 2021-01-03 14:21:01 +01:00
parent 292e5961af
commit b02e8020e3
1 changed files with 0 additions and 2 deletions

View File

@ -2271,8 +2271,6 @@ function f_test_si2quater(integer total_earfcns, template SystemInformationConfi
f_init_bts_and_check_sysinfo(0, expect_si := expect_si);
f_init(1);
if (not istemplatekind(expect_cells, "omit")) {
/* Also check that RR Channel Release contains these EARFCNs.
* (copied code from TC_chan_rel_hard_clear_csfb) */