aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-09-17 22:44:58 +0200
committerHarald Welte <laforge@osmocom.org>2020-09-18 01:03:46 +0200
commite18fccd5ab027421b72e891fdbe0fd12a2a93579 (patch)
tree1c1625a3a982f4032229f7f6617baed5301b91e9
parent3ee8268e91b647e9fefa7f76e4dbd10c1bbf41b1 (diff)
{PCU,SGSN}: Add missing address_family field in NSConfiguration
-rw-r--r--pcu/PCU_Tests.cfg1
-rw-r--r--sgsn/SGSN_Tests.cfg3
2 files changed, 4 insertions, 0 deletions
diff --git a/pcu/PCU_Tests.cfg b/pcu/PCU_Tests.cfg
index db6f56eb..76815449 100644
--- a/pcu/PCU_Tests.cfg
+++ b/pcu/PCU_Tests.cfg
@@ -8,6 +8,7 @@
[MODULE_PARAMETERS]
SGSN_Components.mp_nsconfig := {
+ address_family := AF_INET,
local_ip := "127.0.0.1",
local_udp_port := 23000,
remote_ip := "127.0.0.1",
diff --git a/sgsn/SGSN_Tests.cfg b/sgsn/SGSN_Tests.cfg
index 51677502..566c8043 100644
--- a/sgsn/SGSN_Tests.cfg
+++ b/sgsn/SGSN_Tests.cfg
@@ -14,14 +14,17 @@
[MODULE_PARAMETERS]
SGSN_Tests.mp_nsconfig := {
{
+ remote_proto := AF_INET,
local_ip := "127.0.0.103",
remote_ip := "127.0.0.10"
},
{
+ remote_proto := AF_INET,
local_ip := "127.0.0.103",
remote_ip := "127.0.0.10"
},
{
+ remote_proto := AF_INET,
local_ip := "127.0.0.103",
remote_ip := "127.0.0.10"
}