aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2019-04-24 17:24:41 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2019-04-24 17:25:24 +0200
commit9443a3b45d27d75f5a27e371b12fd02393430da5 (patch)
tree7eb78f0aaa77f106dc180417bd934be4ee9b3a76
parent1b7eeacf6f2b2a3278479968dcc321e75c2f5602 (diff)
BTS_Tests.cfg.tmpl rename BTS_Tests.mp_bb_trxc_ip
The module parameter BTS_Tests.mp_bb_trxc_ip got renamed to +BTS_Tests.mp_bts_trxc_ip. Lets change the config template accordingly. Change-Id: I49da16361a4f770852e7046edd457ad0101306bb Related: OS#3863
-rw-r--r--ttcn3/suites/ttcn3_bts_tests/scripts/BTS_Tests.cfg.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttcn3/suites/ttcn3_bts_tests/scripts/BTS_Tests.cfg.tmpl b/ttcn3/suites/ttcn3_bts_tests/scripts/BTS_Tests.cfg.tmpl
index cb25794..92f0faa 100644
--- a/ttcn3/suites/ttcn3_bts_tests/scripts/BTS_Tests.cfg.tmpl
+++ b/ttcn3/suites/ttcn3_bts_tests/scripts/BTS_Tests.cfg.tmpl
@@ -9,7 +9,7 @@
[MODULE_PARAMETERS]
BTS_Tests.mp_rsl_ip := "172.18.9.10"
-BTS_Tests.mp_bb_trxc_ip := "127.0.0.1"
+BTS_Tests.mp_bts_trxc_ip := "127.0.0.1"
%if pcu_available:
BTS_Tests.mp_pcu_socket := "/data/unix_pcu/pcu_bts"
%else: