aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2020-09-25 01:28:36 +0200
committerAlexander Couzens <lynxis@fe80.eu>2020-09-25 01:31:44 +0200
commit299ec648dc3f20a84d94443c332ae2d6ff888b7d (patch)
treee6595ea15d66164eb6ce3f1421c9d3798132bbda
parentc5398f73dea5c38feb3ad012ff2c482ac85ae241 (diff)
SGSN_Tests.cfg: fixup renaming remote_proto -> address family
In an old version of the PCUIF version 10 this field was named remote_proto but got renamed into address_family before it was merged. Change-Id: Ia49169afe2db2503e99b62bb55639b2aeea546f2
-rw-r--r--sgsn/SGSN_Tests.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/sgsn/SGSN_Tests.cfg b/sgsn/SGSN_Tests.cfg
index 26cee470..d6182eb7 100644
--- a/sgsn/SGSN_Tests.cfg
+++ b/sgsn/SGSN_Tests.cfg
@@ -14,17 +14,17 @@
[MODULE_PARAMETERS]
SGSN_Tests.mp_nsconfig := {
{
- remote_proto := AF_INET,
+ address_family := AF_INET,
local_ip := "127.0.0.103",
remote_ip := "127.0.0.10"
},
{
- remote_proto := AF_INET,
+ address_family := AF_INET,
local_ip := "127.0.0.103",
remote_ip := "127.0.0.10"
},
{
- remote_proto := AF_INET,
+ address_family := AF_INET,
local_ip := "127.0.0.103",
remote_ip := "127.0.0.10"
}