ttcn3-bts-test: set bind address for the RTP Emulation

Otherwise the loopback address is used, what causes test cases
employing the RTP Emulation component to fail:

  Connection refused (unexpected)

Change-Id: Ia20ccd9e6db61d7a105523648c678db90ad345eb
This commit is contained in:
Vadim Yanitskiy 2021-07-17 22:37:02 +06:00
parent 9c6eda65cc
commit 9710e7ae01
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ BTS_Tests.mp_bts_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"
BTS_Tests.mp_rtpem_bind_ip := "172.18.9.10"
[MAIN_CONTROLLER]