ttcn3-pcu: Fix cfgn content after ttcn3 module renaming

Required after osmo-ttcn3-hacks.git:
Ie862a1525e9f4f9a3f2427ac3898810e3d044d2f
Iacaddb56e41012ba58ef6d1b9e79d2c012259bed

Change-Id: I0710f52ddab8da8638970d28dc88f6882cc5f637
This commit is contained in:
Pau Espin 2020-04-29 15:23:59 +02:00 committed by pespin
parent c83c2b1616
commit 0b68e53d23
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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