laforge has submitted this change. (
https://gerrit.osmocom.org/c/docker-playground/+/20190 )
Change subject: PCU+SGSN tests: Set address_family field of NSConfiguration
......................................................................
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
---
M ttcn3-pcu-test/PCU_Tests.cfg
M ttcn3-pcu-test/sns/PCU_Tests.cfg
M ttcn3-sgsn-test/SGSN_Tests.cfg
3 files changed, 5 insertions(+), 0 deletions(-)
Approvals:
fixeria: Looks good to me, approved
lynxis lazus: Looks good to me, approved
laforge: Verified
diff --git a/ttcn3-pcu-test/PCU_Tests.cfg b/ttcn3-pcu-test/PCU_Tests.cfg
index 17ab6c6..92f5d8a 100644
--- a/ttcn3-pcu-test/PCU_Tests.cfg
+++ b/ttcn3-pcu-test/PCU_Tests.cfg
@@ -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",
diff --git a/ttcn3-pcu-test/sns/PCU_Tests.cfg b/ttcn3-pcu-test/sns/PCU_Tests.cfg
index 60f375b..f441d18 100644
--- a/ttcn3-pcu-test/sns/PCU_Tests.cfg
+++ b/ttcn3-pcu-test/sns/PCU_Tests.cfg
@@ -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",
diff --git a/ttcn3-sgsn-test/SGSN_Tests.cfg b/ttcn3-sgsn-test/SGSN_Tests.cfg
index f7d6d9a..055ae5a 100644
--- a/ttcn3-sgsn-test/SGSN_Tests.cfg
+++ b/ttcn3-sgsn-test/SGSN_Tests.cfg
@@ -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"
}
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/20190
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I52e8b11f047a7a2ecce18e4a4f9ff3ed495a0352
Gerrit-Change-Number: 20190
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <[email protected]>
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: lynxis lazus <[email protected]>
Gerrit-MessageType: merged