From abe8cd0a5edd5b6c3ce6749c3dc58408ea927d08 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 15 Sep 2020 18:59:11 +0200 Subject: [PATCH] ttcn3-bsc: Set new BSC_Tests_CBSP module parameters Depends: osmo-ttcn3-hacks.git Change-Id I859edebd24634ec9b448cd114f5541c93e552b0b Change-Id: Ia18e358c70861801597d5abec0a48776c7e0bdfe --- ttcn3-bsc-test/BSC_Tests.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ttcn3-bsc-test/BSC_Tests.cfg b/ttcn3-bsc-test/BSC_Tests.cfg index 9aef82a7..6aef022a 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]