PCU+SGSN tests: Set address_family field of NSConfiguration

In osmo-ttcn3-hacks Change-Id I0b4fda96accef401ffc009010f9f5621583fd6dd
we introduce the address_family member; let's make sure all configs use
it as expected.

Change-Id: I52e8b11f047a7a2ecce18e4a4f9ff3ed495a0352
This commit is contained in:
Harald Welte 2020-09-18 11:32:35 +02:00
parent abe8cd0a5e
commit 15855072ba
3 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,7 @@
[MODULE_PARAMETERS]
PCU_Tests.mp_pcu_sock_path := "/data/unix/pcu_bts"
SGSN_Components.mp_nsconfig := {
address_family := AF_INET,
local_ip := "172.18.13.10",
local_udp_port := 23000,
remote_ip := "172.18.13.101",

View File

@ -9,6 +9,7 @@
[MODULE_PARAMETERS]
PCU_Tests.mp_pcu_sock_path := "/data/unix/pcu_bts"
SGSN_Components.mp_nsconfig := {
address_family := AF_INET,
local_ip := "172.18.14.10",
local_udp_port := 23000,
remote_ip := "172.18.14.101",

View File

@ -14,14 +14,17 @@
[MODULE_PARAMETERS]
SGSN_Tests.mp_nsconfig := {
{
address_family := AF_INET,
local_ip := "172.18.8.103",
remote_ip := "172.18.8.10"
},
{
address_family := AF_INET,
local_ip := "172.18.8.103",
remote_ip := "172.18.8.10"
},
{
address_family := AF_INET,
local_ip := "172.18.8.103",
remote_ip := "172.18.8.10"
}