ttcn3-bsc: Set new BSC_Tests_CBSP module parameters

Depends: osmo-ttcn3-hacks.git Change-Id I859edebd24634ec9b448cd114f5541c93e552b0b

Change-Id: Ia18e358c70861801597d5abec0a48776c7e0bdfe
This commit is contained in:
Pau Espin 2020-09-15 18:59:11 +02:00 committed by laforge
parent 0b1371c101
commit abe8cd0a5e
1 changed files with 4 additions and 0 deletions

View File

@ -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]