NS_Configuration: Adjust config regarding support for NS-VCG

In osmo-ttcn3-hacks.git Change-Id If1220852785853f8a5d8de183d5053ddd6ccb958
we introduce support for multiple NS-VC inside a NS-VCG.  This modifies
the configuration structures, and we need to adjust all config files
accordingly.

Change-Id: I6ac250555c3ac2aa8feb70bd3a052aafec5d4210
This commit is contained in:
Harald Welte 2020-11-11 20:32:07 +01:00
parent 1210086f95
commit 70fcc1124b
4 changed files with 100 additions and 66 deletions

View File

@ -13,6 +13,8 @@
[MODULE_PARAMETERS]
GBProxy_Tests.mp_nsconfig_sgsn := {
{
nsvc := {
{
provider := {
ip := {
@ -23,17 +25,12 @@ GBProxy_Tests.mp_nsconfig_sgsn := {
}
}
}
}
}
}
GBProxy_Tests.mp_nsconfig_pcu := {
{
provider := {
ip := {
address_family := AF_INET,
local_ip := "172.18.24.103",
remote_ip := "172.18.24.10"
}
}
},
nsvc := {
{
provider := {
ip := {
@ -42,7 +39,10 @@ GBProxy_Tests.mp_nsconfig_pcu := {
remote_ip := "172.18.24.10"
}
}
},
}
}
}, {
nsvc := {
{
provider := {
ip := {
@ -52,6 +52,20 @@ GBProxy_Tests.mp_nsconfig_pcu := {
}
}
}
}
}, {
nsvc := {
{
provider := {
ip := {
address_family := AF_INET,
local_ip := "172.18.24.103",
remote_ip := "172.18.24.10"
}
}
}
}
}
}
[MAIN_CONTROLLER]

View File

@ -15,6 +15,10 @@
PCU_Tests.mp_pcu_sock_path := "/data/unix/pcu_bts"
PCU_Tests.mp_pcu_statsd_ip := "172.18.13.10"
SGSN_Components.mp_nsconfig := {
nsei := 1234,
handle_sns := false,
nsvc := {
{
provider := {
ip := {
address_family := AF_INET,
@ -24,9 +28,9 @@ SGSN_Components.mp_nsconfig := {
remote_udp_port := 23000
}
},
nsvci := 1234,
nsei := 1234,
handle_sns := false
nsvci := 1234
}
}
}
Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoPCU";
StatsD_Checker.mp_enable_stats := true;

View File

@ -9,6 +9,9 @@
[MODULE_PARAMETERS]
PCU_Tests.mp_pcu_sock_path := "/data/unix/pcu_bts"
SGSN_Components.mp_nsconfig := {
nsei := 1234,
nsvc := {
{
provider := {
ip := {
address_family := AF_INET,
@ -18,8 +21,9 @@ SGSN_Components.mp_nsconfig := {
remote_udp_port := 23000
}
},
nsvci := 1234,
nsei := 1234
nsvci := 1234
}
}
}
[MAIN_CONTROLLER]

View File

@ -14,14 +14,7 @@
[MODULE_PARAMETERS]
SGSN_Tests.mp_nsconfig := {
{
provider := {
ip := {
address_family := AF_INET,
local_ip := "172.18.8.103",
remote_ip := "172.18.8.10"
}
}
},
nsvc := {
{
provider := {
ip := {
@ -30,7 +23,11 @@ SGSN_Tests.mp_nsconfig := {
remote_ip := "172.18.8.10"
}
}
}
}
},
{
nsvc := {
{
provider := {
ip := {
@ -40,6 +37,21 @@ SGSN_Tests.mp_nsconfig := {
}
}
}
}
},
{
nsvc := {
{
provider := {
ip := {
address_family := AF_INET,
local_ip := "172.18.8.103",
remote_ip := "172.18.8.10"
}
}
}
}
}
}
SGSN_Tests.mp_ranap_cfg := {
{