pespin has uploaded this change for review. ( 
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

Change-Id: I941da52a4d9e10d954a44f32680cf8e8f7a8086a
---
M ttcn3-mme-test-ogs/ogs/MME_Tests.cfg
M ttcn3-mme-test-ogs/ogs/open5gs-mme.yaml
2 files changed, 19 insertions(+), 1 deletion(-)



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

diff --git a/ttcn3-mme-test-ogs/ogs/MME_Tests.cfg 
b/ttcn3-mme-test-ogs/ogs/MME_Tests.cfg
index 6f873f2..f725f22 100644
--- a/ttcn3-mme-test-ogs/ogs/MME_Tests.cfg
+++ b/ttcn3-mme-test-ogs/ogs/MME_Tests.cfg
@@ -29,9 +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";

+# 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]

 [EXECUTE]
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: 1
Gerrit-Owner: pespin <pes...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to