From 9443a3b45d27d75f5a27e371b12fd02393430da5 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Wed, 24 Apr 2019 17:24:41 +0200 Subject: 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 --- ttcn3/suites/ttcn3_bts_tests/scripts/BTS_Tests.cfg.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3