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
This commit is contained in:
Alexander Couzens 2020-09-25 01:28:36 +02:00
parent c5398f73de
commit 299ec648dc
1 changed files with 3 additions and 3 deletions

View File

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