aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-01-25 09:54:11 +0100
committerHarald Welte <laforge@osmocom.org>2021-01-25 09:54:41 +0100
commit21b578c78423d958eb4003e5fd31f43bca7e97cd (patch)
tree9dea277e7d90191b81a456873d6b4134fc99e21c
parente9c7b8697809f0d30f1c62bc40b56900d9692454 (diff)
ttcn3-pcu-test-sns: Fix syntax errors in config file of previous commit
-rw-r--r--ttcn3-pcu-test/sns/PCU_Tests.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/ttcn3-pcu-test/sns/PCU_Tests.cfg b/ttcn3-pcu-test/sns/PCU_Tests.cfg
index 604f50c..3d9fdf6 100644
--- a/ttcn3-pcu-test/sns/PCU_Tests.cfg
+++ b/ttcn3-pcu-test/sns/PCU_Tests.cfg
@@ -32,7 +32,7 @@ SGSN_Components.mp_nsconfig := {
local_ip := "172.18.14.10",
local_udp_port := 23001,
remote_ip := "172.18.14.101",
- remote_udp_port := 23000
+ remote_udp_port := 23000,
data_weight := 1,
signalling_weight := 1
}
@@ -46,7 +46,7 @@ SGSN_Components.mp_nsconfig := {
local_ip := "172.18.14.10",
local_udp_port := 23002,
remote_ip := "172.18.14.101",
- remote_udp_port := 23000
+ remote_udp_port := 23000,
data_weight := 1,
signalling_weight := 1
}