aboutsummaryrefslogtreecommitdiffstats
path: root/sgsn/SGSN_Tests.ttcn
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2020-09-13 17:25:18 +0200
committerAlexander Couzens <lynxis@fe80.eu>2020-09-17 23:29:16 +0200
commite0f7c543b75198a13bb587296333fa3d18425d5f (patch)
tree66f954b1ac9cd10eb1c7365e825cbd18a53322f0 /sgsn/SGSN_Tests.ttcn
parent60408e3f5752a5f4a77e34760e8a709621de2a0c (diff)
NS_Emulation: remove dependency on PCUIF_Types
The dependency of PCUIF_Types creates also a dependency on Replace the PCU_AddrType by an unix like address family defined in the Osmocom_Types to reduce the dependency. Change-Id: I0b4fda96accef401ffc009010f9f5621583fd6dd
Diffstat (limited to 'sgsn/SGSN_Tests.ttcn')
-rw-r--r--sgsn/SGSN_Tests.ttcn3
1 files changed, 3 insertions, 0 deletions
diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index 870e66fe..abbcb648 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -68,6 +68,7 @@ modulepar {
NSConfigurations mp_nsconfig := {
{
+ address_family := AF_INET,
local_udp_port := 21010,
local_ip := "127.0.0.1",
remote_udp_port := 23000,
@@ -78,6 +79,7 @@ modulepar {
handle_sns := false
},
{
+ address_family := AF_INET,
local_udp_port := 21011,
local_ip := "127.0.0.1",
remote_udp_port := 23000,
@@ -88,6 +90,7 @@ modulepar {
handle_sns := false
},
{
+ address_family := AF_INET,
local_udp_port := 21012,
local_ip := "127.0.0.1",
remote_udp_port := 23000,