pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/docker-playground/+/34862?usp=email )


Change subject: ttcn3-epdg: Configure S6b interface
......................................................................

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
---
M ttcn3-epdg-test/EPDG_Tests.cfg
M ttcn3-epdg-test/osmo-epdg.config
2 files changed, 23 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground 
refs/changes/62/34862/1

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_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},

--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/34862?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I1145ee1068a2fdd2fe8d3e48b80c8e6c1fcb50ad
Gerrit-Change-Number: 34862
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pes...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to