pespin submitted this change.

View Change

Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved
ttcn3-pgw: Configure Gy interface

Depends: osmo-ttcn3-hacks.git Ie4e567f62bbbdba276e6b3221111c8d9f82cde14
Change-Id: Iaeed2086aa058e1079295cb1911ad80e9613f8fa
---
M ttcn3-pgw-test/PGW_Tests.cfg
M ttcn3-pgw-test/freeDiameter-smf.conf
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/ttcn3-pgw-test/PGW_Tests.cfg b/ttcn3-pgw-test/PGW_Tests.cfg
index a68f98e..d17e782 100644
--- a/ttcn3-pgw-test/PGW_Tests.cfg
+++ b/ttcn3-pgw-test/PGW_Tests.cfg
@@ -16,6 +16,7 @@
PGW_Tests.mp_run_prog_as_user := "osmocom"
PGW_Tests.mp_ping_hostname := "10.45.0.1"
PGW_Tests.mp_pcrf_local_ip:= "172.18.18.202"
+PGW_Tests.mp_ocs_local_ip:= "172.18.18.202"
GTPv2_Emulation.mp_uecups_host := "172.18.18.20"

[MAIN_CONTROLLER]
diff --git a/ttcn3-pgw-test/freeDiameter-smf.conf b/ttcn3-pgw-test/freeDiameter-smf.conf
index 8f67fc9..19e41f6 100644
--- a/ttcn3-pgw-test/freeDiameter-smf.conf
+++ b/ttcn3-pgw-test/freeDiameter-smf.conf
@@ -262,6 +262,6 @@
#ConnectPeer = "aaa.wide.ad.jp";
#ConnectPeer = "old.diameter.serv" { TcTimer = 60; TLS_old_method; No_SCTP; Port=3868; } ;
ConnectPeer = "pcrf.localdomain" { ConnectTo = "172.18.18.202"; No_TLS; TcTimer = 2; };
-
+ConnectPeer = "ocs.localdomain" { ConnectTo = "172.18.18.202"; Port = 3869; No_TLS; TcTimer = 2; };

##############################################################

To view, visit change 27889. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Iaeed2086aa058e1079295cb1911ad80e9613f8fa
Gerrit-Change-Number: 27889
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged