aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-04-29 15:23:59 +0200
committerpespin <pespin@sysmocom.de>2020-04-30 11:12:44 +0000
commit0b68e53d237e9e22672640cef445018dab872bea (patch)
treeb00c2bf5b139c3ab7c147624ac2e141b024e0ced
parentc83c2b1616459c8fec3adfb46933e4a84de61da3 (diff)
ttcn3-pcu: Fix cfgn content after ttcn3 module renaming
-rw-r--r--ttcn3-pcu-test/PCU_Tests.cfg8
-rw-r--r--ttcn3-pcu-test/sns/PCU_Tests.cfg6
2 files changed, 7 insertions, 7 deletions
diff --git a/ttcn3-pcu-test/PCU_Tests.cfg b/ttcn3-pcu-test/PCU_Tests.cfg
index 8c75ca9..17ab6c6 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 07db9b3..60f375b 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