bsc: add mp_enable_lcs_tests := false

Introduce this switch for enabling the Lb interface startup, and first off set
to false everywhere. A later patch will enable Lb where it makes sense.

Depends: Idf463c3c2169cad953b4ebc5b5845b31d5efb848 (osmo-ttcn3-hacks)
Change-Id: Id26064931c482c25217bccdeec866e9afc1fd9b5
This commit is contained in:
Neels Hofmeyr 2020-10-14 14:36:32 +02:00
parent 36600bdfbc
commit 3318ed3f26
2 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@ BSC_Tests.mp_bssap_cfg := {
rctx := 3
}
};
BSC_Tests.mp_enable_lcs_tests := false;
BSC_Tests_CBSP.mp_cgi_bts0 := { '001'H, '01'H, 1, 0 };
BSC_Tests_CBSP.mp_cgi_bts1 := { '001'H, '01'H, 1, 1 };
BSC_Tests_CBSP.mp_cgi_bts2 := { '001'H, '01'H, 2, 1 };

View File

@ -27,6 +27,7 @@ BSC_Tests.mp_bssap_cfg := {
}
};
StatsD_Checker.mp_enable_stats := true;
BSC_Tests.mp_enable_lcs_tests := false;
[MAIN_CONTROLLER]