From 15855072ba3865b90460344cb73fa0030abca6fc Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 18 Sep 2020 11:32:35 +0200 Subject: [PATCH] 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 --- ttcn3-pcu-test/PCU_Tests.cfg | 1 + ttcn3-pcu-test/sns/PCU_Tests.cfg | 1 + ttcn3-sgsn-test/SGSN_Tests.cfg | 3 +++ 3 files changed, 5 insertions(+) diff --git a/ttcn3-pcu-test/PCU_Tests.cfg b/ttcn3-pcu-test/PCU_Tests.cfg index 17ab6c6c..92f5d8a0 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 60f375b0..f441d180 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 f7d6d9a9..055ae5ab 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" }