pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/docker-playground/+/34501?usp=email )

Change subject: ttcn3-mme: Fix missing IP/port config for S11 interface
......................................................................

ttcn3-mme: Fix missing IP/port config for S11 interface

This fixes failure when running MME_Tests.TC_s1ap_attach

Depends: osmo-ttcn3-hacks.git Change-Id 
Ia94f50a11292a83dcbd2da8d6df608ef71842b50
Change-Id: I941da52a4d9e10d954a44f32680cf8e8f7a8086a
---
M ttcn3-mme-test-ogs/ogs/MME_Tests.cfg
M ttcn3-mme-test-ogs/ogs/open5gs-mme.yaml
2 files changed, 21 insertions(+), 1 deletion(-)

Approvals:
  fixeria: Looks good to me, but someone else must approve
  dexter: Looks good to me, approved
  Jenkins Builder: Verified




diff --git a/ttcn3-mme-test-ogs/ogs/MME_Tests.cfg 
b/ttcn3-mme-test-ogs/ogs/MME_Tests.cfg
index 6f873f2..6e727f5 100644
--- a/ttcn3-mme-test-ogs/ogs/MME_Tests.cfg
+++ b/ttcn3-mme-test-ogs/ogs/MME_Tests.cfg
@@ -29,8 +29,15 @@

 # Gn interface
 mp_gn_local_ip := "172.18.3.202";
-mp_gn_local_port := 2123;
+mp_gn_local_port := 2124;
 mp_gn_remote_ip := "172.18.3.201";
+mp_gn_remote_port := 2123;
+
+# S11 interface (GTPv2C, interface between MME and SGW)
+mp_s11_local_ip := "172.18.3.202";
+mp_s11_local_port := 2123;
+mp_s11_remote_ip :=  "172.18.3.201";
+mp_s11_remote_port := 2123;

 [MAIN_CONTROLLER]

diff --git a/ttcn3-mme-test-ogs/ogs/open5gs-mme.yaml 
b/ttcn3-mme-test-ogs/ogs/open5gs-mme.yaml
index ac72335..74229ea 100644
--- a/ttcn3-mme-test-ogs/ogs/open5gs-mme.yaml
+++ b/ttcn3-mme-test-ogs/ogs/open5gs-mme.yaml
@@ -515,6 +515,7 @@
   - gtpc:
       addr:
         - 172.18.3.202
+      port: 2124
     routes:
       - rai:
           lai:

--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/34501?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: I941da52a4d9e10d954a44f32680cf8e8f7a8086a
Gerrit-Change-Number: 34501
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <[email protected]>
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to