aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2020-10-14 14:36:32 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2020-10-15 00:56:15 +0000
commit3318ed3f260fb277e656e3d5f6cc8aa0162e45d5 (patch)
tree49a8cbd14cb072f3a52f97de76599095e68322eb
parent36600bdfbc0a02c2e59e8bb502b53d4a22743b3c (diff)
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
-rw-r--r--ttcn3-bsc-test/BSC_Tests.cfg1
-rw-r--r--ttcn3-bsc-test/sccplite/BSC_Tests.cfg1
2 files changed, 2 insertions, 0 deletions
diff --git a/ttcn3-bsc-test/BSC_Tests.cfg b/ttcn3-bsc-test/BSC_Tests.cfg
index c1a5b81..6e527ff 100644
--- a/ttcn3-bsc-test/BSC_Tests.cfg
+++ b/ttcn3-bsc-test/BSC_Tests.cfg
@@ -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 };
diff --git a/ttcn3-bsc-test/sccplite/BSC_Tests.cfg b/ttcn3-bsc-test/sccplite/BSC_Tests.cfg
index 519de4b..0ad10b2 100644
--- a/ttcn3-bsc-test/sccplite/BSC_Tests.cfg
+++ b/ttcn3-bsc-test/sccplite/BSC_Tests.cfg
@@ -27,6 +27,7 @@ BSC_Tests.mp_bssap_cfg := {
}
};
StatsD_Checker.mp_enable_stats := true;
+BSC_Tests.mp_enable_lcs_tests := false;
[MAIN_CONTROLLER]