aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-10-23 14:39:16 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-10-23 14:39:18 +0200
commit3b40997ca614df0b705a0b504bd99be85f4d0e1b (patch)
treea568586d644d70c78a338dde13af960859e52e53
parent07ba8205654e06cf96428e3daee11a205e793bed (diff)
ttcn3-epdg: Configure S6b interface
Configure the newly added S6b interface on both TTCN3 emulation code as well as osmo-epdg. Depends: osmo-ttcn3-hacks.git Change-Id Ia50698a3f6f5ed8251486b84c09f84edfd6d3951 Depends: osmo-epdg.git Change-Id Ia2b138317cb291a95882853f5403949c5e6a5a1b Change-Id: I1145ee1068a2fdd2fe8d3e48b80c8e6c1fcb50ad
-rw-r--r--ttcn3-epdg-test/EPDG_Tests.cfg1
-rw-r--r--ttcn3-epdg-test/osmo-epdg.config9
2 files changed, 9 insertions, 1 deletions
diff --git a/ttcn3-epdg-test/EPDG_Tests.cfg b/ttcn3-epdg-test/EPDG_Tests.cfg
index f05a819..2a39b67 100644
--- a/ttcn3-epdg-test/EPDG_Tests.cfg
+++ b/ttcn3-epdg-test/EPDG_Tests.cfg
@@ -13,6 +13,7 @@ EPDG_Tests.mp_s6b_local_ip := "172.18.10.103"
EPDG_Tests.mp_s2b_local_ip := "172.18.10.103"
EPDG_Tests.mp_gsup_remote_ip := "172.18.10.20"
+EPDG_Tests.mp_s6b_remote_ip := "172.18.10.20"
EPDG_Tests.mp_s2b_remote_ip := "172.18.10.20"
[MAIN_CONTROLLER]
diff --git a/ttcn3-epdg-test/osmo-epdg.config b/ttcn3-epdg-test/osmo-epdg.config
index 8036b2c..0aa9807 100644
--- a/ttcn3-epdg-test/osmo-epdg.config
+++ b/ttcn3-epdg-test/osmo-epdg.config
@@ -10,11 +10,18 @@
{diameter_remote_ip, "172.18.10.103"},
{diameter_remote_port, 3868},
{diameter_proto, sctp},
- % Diameter Server parameters
{vendor_id, 0},
{origin_host, "epdg.localdomain"},
{origin_realm, "localdomain"},
{context_id, "epdg@localdomain"},
+ % Diameter s6b Connection parameters
+ {dia_s6b_local_ip, "172.18.10.20"},
+ {dia_s6b_local_port, 3869},
+ {dia_s6b_proto, sctp},
+ {dia_s6b_vendor_id, 0},
+ {dia_s6b_origin_host, "aaa.localdomain"},
+ {dia_s6b_origin_realm, "localdomain"},
+ {dia_s6b_context_id, "aaa@localdomain"},
% GTPv2C Connection parameters
{gtpc_local_ip, "172.18.10.20"},
{gtpc_local_port, 2123},