From 21b578c78423d958eb4003e5fd31f43bca7e97cd Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 25 Jan 2021 09:54:11 +0100 Subject: ttcn3-pcu-test-sns: Fix syntax errors in config file of previous commit Change-Id: Ia291579d792019779ca40bc3cc1955dede6aa2e0 Fixes: I401f53bddd81e8386c01392d9a59c3b5ca8e9802 --- ttcn3-pcu-test/sns/PCU_Tests.cfg | 4 ++-- 1 file 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 } -- cgit v1.2.3