dexter has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/docker-playground/+/34086 )


Change subject: ttcn3-mme-test-ogs: configure Gn interface
......................................................................

ttcn3-mme-test-ogs: configure Gn interface

The Gn interface is not configured yet, hence TC_gn_echo_request fails.

Related: OS#5760
Change-Id: Ia89a137103f558ae96e269c935fabe80bb2e2884
---
M ttcn3-mme-test-ogs/ogs/MME_Tests.cfg
M ttcn3-mme-test-ogs/ogs/open5gs-mme.yaml
2 files changed, 68 insertions(+), 0 deletions(-)



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

diff --git a/ttcn3-mme-test-ogs/ogs/MME_Tests.cfg 
b/ttcn3-mme-test-ogs/ogs/MME_Tests.cfg
index 59cf865..6f873f2 100644
--- a/ttcn3-mme-test-ogs/ogs/MME_Tests.cfg
+++ b/ttcn3-mme-test-ogs/ogs/MME_Tests.cfg
@@ -27,6 +27,11 @@
 mp_vlr_name := "vlr.example.net";
 mp_mme_name := "mmec01.mmegi0001.mme.epc.mnc070.mcc901.3gppnetwork.org";

+# Gn interface
+mp_gn_local_ip := "172.18.3.202";
+mp_gn_local_port := 2123;
+mp_gn_remote_ip := "172.18.3.201";
+
 [MAIN_CONTROLLER]

 [EXECUTE]
diff --git a/ttcn3-mme-test-ogs/ogs/open5gs-mme.yaml 
b/ttcn3-mme-test-ogs/ogs/open5gs-mme.yaml
index 22797f2..ac72335 100644
--- a/ttcn3-mme-test-ogs/ogs/open5gs-mme.yaml
+++ b/ttcn3-mme-test-ogs/ogs/open5gs-mme.yaml
@@ -474,6 +474,57 @@
         - 172.18.3.201
         - ::1

+
+# <GTP-C Client>
+#
+#  o Specify SGSN addresses the GTP-C must connect to
+#
+#  o One SGSN is defined.
+#    If prefer_ipv4 is not true, [fd69:f21d:873c:fa::2] is selected.
+#  sgsn:
+#    - gtpc:
+#        addr:
+#          - 127.0.0.3
+#          - fd69:f21d:873c:fa::2
+#      routes:
+#       - rai: XYZ
+#         ci: XYZ
+#
+#  o Three SGW are defined. MME selects SGW with round-robin manner per UE
+#  sgsn:
+#    - gtpc:
+#        addr:
+#          - 127.0.0.3
+#          - fd69:f21d:873c:fa::2
+#      routes:
+#       - rai: XYZ
+#         ci: XYZ
+#    - gtpc:
+#        addr
+#          - 127.0.0.22
+#          - fd69:f21d:873c:fa::12
+#      routes:
+#       - rai: XYZ
+#         ci: XYZ
+#    - name: sgsn3.open5gs.org
+#      routes:
+#       - rai: XYZ
+#         ci: XYZ
+#
+sgsn:
+  - gtpc:
+      addr:
+        - 172.18.3.202
+    routes:
+      - rai:
+          lai:
+            plmn_id:
+              mcc: 262
+              mnc: 42
+            lac: 43690
+          rac: 187
+        ci: 1223
+
 #
 #  o Disable use of IPv4 addresses (only IPv6)
 #  parameter:

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ia89a137103f558ae96e269c935fabe80bb2e2884
Gerrit-Change-Number: 34086
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <[email protected]>
Gerrit-MessageType: newchange

Reply via email to