ttcn3-pcu-test-sns: Fix syntax errors in config file of previous commit

Change-Id: Ia291579d792019779ca40bc3cc1955dede6aa2e0
Fixes: I401f53bddd81e8386c01392d9a59c3b5ca8e9802
changes/17/22417/1
Harald Welte 2021-01-25 09:54:11 +01:00
parent e9c7b86978
commit 21b578c784
1 changed files with 2 additions and 2 deletions

View File

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