ttcn3-bts-test: properly configure CTRL interface

osmo-ttcn3-hacks adds configuration of the CTRL interface in
I502b4891e6720ae2fb251c03542f707880a6f728. We need proper IP addresses here for
the f_ipa_ctrl_start() to work.

WARNING: This commit has to be merged "at the same time" as
I502b4891e6720ae2fb251c03542f707880a6f728 or the jenkins ttcn3-bts-tests will
fail.

a) if we want to set a modulepar mp_ctrl_ip here, it needs to be added to
osmo-ttcn3-hacks.

b) if we have the f_ipa_ctrl_start() in osmo-ttcn3-hacks, we need to configure
the proper IP and bind interface here, or all tests will fail because
f_ipa_ctrl_start() cannot connect.

Change-Id: I1ec86b157ebd46bf622a0ca51eba225f15c99fbb
This commit is contained in:
Neels Hofmeyr 2018-04-03 19:10:48 +02:00
parent a13c475215
commit 024458ce91
2 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,7 @@ BTS_Tests.mp_rsl_ip := "172.18.9.10"
BTS_Tests.mp_bb_trxc_ip := "172.18.9.21"
BTS_Tests.mp_pcu_socket := "/data/unix/pcu_sock"
L1CTL_PortType.m_l1ctl_sock_path := "/data/unix/osmocom_l2"
BTS_Tests.mp_ctrl_ip := "172.18.9.20"
[MAIN_CONTROLLER]

View File

@ -79,3 +79,5 @@ bts 0
power-ramp step-interval 1
ms-power-control dsp
phy 0 instance 0
ctrl
bind 0.0.0.0