aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-09-15 18:59:11 +0200
committerlaforge <laforge@osmocom.org>2020-09-18 08:31:26 +0000
commitabe8cd0a5edd5b6c3ce6749c3dc58408ea927d08 (patch)
tree34ed106238536f6191fed733891cb10db88f1eb9
parent0b1371c101851aa9cd8c05f8c0c2f7017cc6b483 (diff)
ttcn3-bsc: Set new BSC_Tests_CBSP module parameters
-rw-r--r--ttcn3-bsc-test/BSC_Tests.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/ttcn3-bsc-test/BSC_Tests.cfg b/ttcn3-bsc-test/BSC_Tests.cfg
index 9aef82a..6aef022 100644
--- a/ttcn3-bsc-test/BSC_Tests.cfg
+++ b/ttcn3-bsc-test/BSC_Tests.cfg
@@ -52,6 +52,10 @@ 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 };
BSC_Tests_CBSP.mp_cgi_bts3 := { '001'H, '01'H, 3, 3 };
+BSC_Tests_CBSP.mp_cbc_ip := "172.18.2.203";
+BSC_Tests_CBSP.mp_cbc_ip6 := "fd02:db8:2::203";
+BSC_Tests_CBSP.mp_bsc_cbsp_ip := "172.18.2.20";
+BSC_Tests_CBSP.mp_bsc_cbsp_ip6 := "fd02:db8:2::20";
StatsD_Checker.mp_enable_stats := true;
[MAIN_CONTROLLER]