aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-11-21 11:28:50 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2022-11-21 11:28:52 +0100
commit0ecbb795c5418302bc01f663b64efc11c2794b80 (patch)
tree46a36a1f4f9101594a1aeb20515d5cebd968c115
parent9b6cc6ac70d76f2518b77e7219fa22833bd738c8 (diff)
ttcn3-{pgw,ggsn}-test: Update smf.yml with new metrics section location
The "metrics" section was moved inside each program node to avoid clashes when several network programs are run in the same process and use the same config file. Depends: open5gs.git 2d4fbf92eb1be9ffe84df6dc103ee7401d1d3b0f Change-Id: Iae16bfccfbaaed37701e671ba619f8082f55506d
-rw-r--r--ttcn3-ggsn-test/ogs/open5gs-smf.yaml25
-rw-r--r--ttcn3-pgw-test/open5gs-smf.yaml24
2 files changed, 20 insertions, 29 deletions
diff --git a/ttcn3-ggsn-test/ogs/open5gs-smf.yaml b/ttcn3-ggsn-test/ogs/open5gs-smf.yaml
index 9d47250..38579be 100644
--- a/ttcn3-ggsn-test/ogs/open5gs-smf.yaml
+++ b/ttcn3-ggsn-test/ogs/open5gs-smf.yaml
@@ -109,6 +109,13 @@ logger:
# gtpu:
# name: localhost
#
+# <Metrics Server>
+#
+# o Metrics Server(http://<any address>:9090)
+# metrics:
+# addr: 0.0.0.0
+# port: 9090
+#
# <Subnet for UE Pool>
#
# o IPv4 Pool
@@ -342,6 +349,9 @@ smf:
port: 2152
option:
so_bindtodevice: eth0
+ metrics:
+ addr: 172.18.3.201
+ port: 9090
subnet:
- addr: 176.16.16.1/20
dnn: internet
@@ -351,7 +361,6 @@ smf:
dnn: inet46
- addr: 2001:780:44:2100:0:0:0:1/56
dnn: inet46
-
dns:
- 172.18.3.222
- 8.8.8.8
@@ -533,17 +542,3 @@ pool:
# handover:
# duration: 500
time:
-
-#
-# metrics:
-#
-# <Metrics Server>
-#
-# o Metrics Server(http://<any address>:9090)
-# metrics:
-# addr: 0.0.0.0
-# port: 9090
-#
-metrics:
- addr: 172.18.3.201
- port: 9090
diff --git a/ttcn3-pgw-test/open5gs-smf.yaml b/ttcn3-pgw-test/open5gs-smf.yaml
index b637aee..ac8bd80 100644
--- a/ttcn3-pgw-test/open5gs-smf.yaml
+++ b/ttcn3-pgw-test/open5gs-smf.yaml
@@ -109,6 +109,13 @@ logger:
# gtpu:
# name: localhost
#
+# <Metrics Server>
+#
+# o Metrics Server(http://<any address>:9090)
+# metrics:
+# addr: 0.0.0.0
+# port: 9090
+#
# <Subnet for UE Pool>
#
# o IPv4 Pool
@@ -337,6 +344,9 @@ smf:
- addr: 172.18.18.4
gtpu:
- addr: 172.18.18.4
+ metrics:
+ addr: 172.18.18.4
+ port: 9090
subnet:
- addr: 10.45.0.1/16
dnn: internet
@@ -521,17 +531,3 @@ pool:
# handover:
# duration: 500
time:
-
-#
-# metrics:
-#
-# <Metrics Server>
-#
-# o Metrics Server(http://<any address>:9090)
-# metrics:
-# addr: 0.0.0.0
-# port: 9090
-#
-metrics:
- addr: 172.18.18.4
- port: 9090