aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-bts-test
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2019-01-12 07:25:23 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2019-01-12 07:28:17 +0700
commit53696c67e8c15685961276d31806122f558f9d66 (patch)
treeeb5b20b8911ef6f3afe0d46551db95f02dbf370c /ttcn3-bts-test
parentaf8749c3482f35208f9f441ef29fd9c79ab1b8e4 (diff)
BTS_Tests.cfg: use the new 'mp_bts_trxc_ip' parameter
In I7736abd85407c186856be9f1a22613a1fa6e0c32 'mp_bb_trxc_ip' was renamed to 'mp_bts_trxc_ip'. Let's correct the config. Depends-On: (TTCN) I7736abd85407c186856be9f1a22613a1fa6e0c32 Change-Id: I886b652ddfb1afbfcf15f99672cca1d63fd714fe
Diffstat (limited to 'ttcn3-bts-test')
-rw-r--r--ttcn3-bts-test/BTS_Tests.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttcn3-bts-test/BTS_Tests.cfg b/ttcn3-bts-test/BTS_Tests.cfg
index 2f5d752..da1c908 100644
--- a/ttcn3-bts-test/BTS_Tests.cfg
+++ b/ttcn3-bts-test/BTS_Tests.cfg
@@ -9,7 +9,7 @@
[MODULE_PARAMETERS]
BTS_Tests.mp_rsl_ip := "172.18.9.10"
-BTS_Tests.mp_bb_trxc_ip := "172.18.9.21"
+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"