From 0b68e53d237e9e22672640cef445018dab872bea Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 29 Apr 2020 15:23:59 +0200 Subject: [PATCH] ttcn3-pcu: Fix cfgn content after ttcn3 module renaming Required after osmo-ttcn3-hacks.git: Ie862a1525e9f4f9a3f2427ac3898810e3d044d2f Iacaddb56e41012ba58ef6d1b9e79d2c012259bed Change-Id: I0710f52ddab8da8638970d28dc88f6882cc5f637 --- ttcn3-pcu-test/PCU_Tests.cfg | 8 ++++---- ttcn3-pcu-test/sns/PCU_Tests.cfg | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ttcn3-pcu-test/PCU_Tests.cfg b/ttcn3-pcu-test/PCU_Tests.cfg index 8c75ca96..17ab6c6c 100644 --- a/ttcn3-pcu-test/PCU_Tests.cfg +++ b/ttcn3-pcu-test/PCU_Tests.cfg @@ -9,8 +9,8 @@ *.PCUVTY.PROMPT1 := "OsmoPCU> " [MODULE_PARAMETERS] -PCU_Tests_RAW.mp_pcu_sock_path := "/data/unix/pcu_bts" -PCU_Tests.mp_nsconfig := { +PCU_Tests.mp_pcu_sock_path := "/data/unix/pcu_bts" +SGSN_Components.mp_nsconfig := { local_ip := "172.18.13.10", local_udp_port := 23000, remote_ip := "172.18.13.101", @@ -23,5 +23,5 @@ Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoPCU"; [MAIN_CONTROLLER] [EXECUTE] -PCU_Tests_RAW.control -PCU_Tests_RAW_NS.control +PCU_Tests.control +PCU_Tests_NS.control diff --git a/ttcn3-pcu-test/sns/PCU_Tests.cfg b/ttcn3-pcu-test/sns/PCU_Tests.cfg index 07db9b3c..60f375b0 100644 --- a/ttcn3-pcu-test/sns/PCU_Tests.cfg +++ b/ttcn3-pcu-test/sns/PCU_Tests.cfg @@ -7,8 +7,8 @@ [TESTPORT_PARAMETERS] [MODULE_PARAMETERS] -PCU_Tests_RAW.mp_pcu_sock_path := "/data/unix/pcu_bts" -PCU_Tests.mp_nsconfig := { +PCU_Tests.mp_pcu_sock_path := "/data/unix/pcu_bts" +SGSN_Components.mp_nsconfig := { local_ip := "172.18.14.10", local_udp_port := 23000, remote_ip := "172.18.14.101", @@ -20,4 +20,4 @@ PCU_Tests.mp_nsconfig := { [MAIN_CONTROLLER] [EXECUTE] -PCU_Tests_RAW_SNS.control +PCU_Tests_SNS.control