gbproxy,pcu,sgsn: Update config files

In upstream I9798e639b4bc8658482945970775b012b5840779 we introduce
two additional fields per NSVC (data_weight, signalling_weight). Make
sure those are specified everywhere.

Related: OS#4953
Requires: osmo-ttcn3-hacks.git I9798e639b4bc8658482945970775b012b5840779
Change-Id: Ic607b3edc3bf724a8b2dbd6be8c806002c229509
This commit is contained in:
Harald Welte 2021-01-18 19:14:05 +01:00 committed by laforge
parent 28607d6bf5
commit 9f53e36985
5 changed files with 36 additions and 12 deletions

View File

@ -23,7 +23,9 @@ GBProxy_Tests.mp_nsconfig_sgsn := {
address_family := AF_INET,
local_ip := "172.18.25.103",
local_udp_port := 23000,
remote_ip := "172.18.25.10"
remote_ip := "172.18.25.10",
data_weight := 1,
signalling_weight := 1
}
}
}
@ -37,7 +39,9 @@ GBProxy_Tests.mp_nsconfig_sgsn := {
address_family := AF_INET,
local_ip := "172.18.25.103",
local_udp_port := 24000,
remote_ip := "172.18.25.10"
remote_ip := "172.18.25.10",
data_weight := 1,
signalling_weight := 1
}
}
}

View File

@ -22,7 +22,9 @@ GBProxy_Tests.mp_nsconfig_sgsn := {
address_family := AF_INET,
local_ip := "172.18.24.103",
local_udp_port := 23000,
remote_ip := "172.18.24.10"
remote_ip := "172.18.24.10",
data_weight := 1,
signalling_weight := 1
}
}
}
@ -36,7 +38,9 @@ GBProxy_Tests.mp_nsconfig_sgsn := {
address_family := AF_INET,
local_ip := "172.18.24.103",
local_udp_port := 24000,
remote_ip := "172.18.24.10"
remote_ip := "172.18.24.10",
data_weight := 1,
signalling_weight := 1
}
}
}
@ -51,7 +55,9 @@ GBProxy_Tests.mp_nsconfig_pcu := {
ip := {
address_family := AF_INET,
local_ip := "172.18.24.103",
remote_ip := "172.18.24.10"
remote_ip := "172.18.24.10",
data_weight := 1,
signalling_weight := 1
}
}
}
@ -63,7 +69,9 @@ GBProxy_Tests.mp_nsconfig_pcu := {
ip := {
address_family := AF_INET,
local_ip := "172.18.24.103",
remote_ip := "172.18.24.10"
remote_ip := "172.18.24.10",
data_weight := 1,
signalling_weight := 1
}
}
}
@ -75,7 +83,9 @@ GBProxy_Tests.mp_nsconfig_pcu := {
ip := {
address_family := AF_INET,
local_ip := "172.18.24.103",
remote_ip := "172.18.24.10"
remote_ip := "172.18.24.10",
data_weight := 1,
signalling_weight := 1
}
}
}

View File

@ -25,7 +25,9 @@ SGSN_Components.mp_nsconfig := {
local_ip := "172.18.13.10",
local_udp_port := 23000,
remote_ip := "172.18.13.101",
remote_udp_port := 23000
remote_udp_port := 23000,
data_weight := 1,
signalling_weight := 1
}
},
nsvci := 1234

View File

@ -18,7 +18,9 @@ SGSN_Components.mp_nsconfig := {
local_ip := "172.18.14.10",
local_udp_port := 23000,
remote_ip := "172.18.14.101",
remote_udp_port := 23000
remote_udp_port := 23000,
data_weight := 1,
signalling_weight := 1
}
},
nsvci := 1234

View File

@ -20,7 +20,9 @@ SGSN_Tests.mp_nsconfig := {
ip := {
address_family := AF_INET,
local_ip := "172.18.8.103",
remote_ip := "172.18.8.10"
remote_ip := "172.18.8.10",
data_weight := 1,
signalling_weight := 1
}
}
}
@ -33,7 +35,9 @@ SGSN_Tests.mp_nsconfig := {
ip := {
address_family := AF_INET,
local_ip := "172.18.8.103",
remote_ip := "172.18.8.10"
remote_ip := "172.18.8.10",
data_weight := 1,
signalling_weight := 1
}
}
}
@ -46,7 +50,9 @@ SGSN_Tests.mp_nsconfig := {
ip := {
address_family := AF_INET,
local_ip := "172.18.8.103",
remote_ip := "172.18.8.10"
remote_ip := "172.18.8.10",
data_weight := 1,
signalling_weight := 1
}
}
}