From f10f0e4df8e3c656404d2c79f23fbc3d61755c3a Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 29 Nov 2019 13:47:18 +0100 Subject: [PATCH] ttcn3-pcu: Set correct VTY listen addr in PCU_Tests.cfg Now that osmo-ttcn3-hacks.git I221675721b65b3ab44179e9657da70ba4004d7de introduced VTY support for PCU_Tests_RAW, we need to use the correct addr here. Change-Id: I6807dafd79e58750ffa953da30eb34671aa25808 --- ttcn3-pcu-test/PCU_Tests.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ttcn3-pcu-test/PCU_Tests.cfg b/ttcn3-pcu-test/PCU_Tests.cfg index 07af6610..2502fd23 100644 --- a/ttcn3-pcu-test/PCU_Tests.cfg +++ b/ttcn3-pcu-test/PCU_Tests.cfg @@ -5,6 +5,7 @@ [LOGGING] [TESTPORT_PARAMETERS] +*.PCUVTY.CTRL_HOSTNAME := "172.18.13.101" [MODULE_PARAMETERS] PCU_Tests_RAW.mp_pcu_sock_path := "/data/unix/pcu_bts"