This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
pespin gerrit-no-reply at lists.osmocom.orgpespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/24222 )
Change subject: open5gs: Fix GTP-U addr binding
......................................................................
open5gs: Fix GTP-U addr binding
Change-Id: I8c91a9c4a07f4229cb4ae9af61d94e720d81a961
---
M src/osmo_gsm_tester/templates/open5gs-smfd.yaml.tmpl
M src/osmo_gsm_tester/templates/open5gs-upfd.yaml.tmpl
2 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/22/24222/1
diff --git a/src/osmo_gsm_tester/templates/open5gs-smfd.yaml.tmpl b/src/osmo_gsm_tester/templates/open5gs-smfd.yaml.tmpl
index 00a0eae..463e662 100644
--- a/src/osmo_gsm_tester/templates/open5gs-smfd.yaml.tmpl
+++ b/src/osmo_gsm_tester/templates/open5gs-smfd.yaml.tmpl
@@ -315,8 +315,8 @@
gtpc:
- addr: ${epc.addr_smf}
gtpu:
- - addr: ${epc.run_addr}
- port: 2153
+ - addr: ${epc.addr_smf}
+ port: 2152
subnet:
- addr: ${epc.tun_addr}/${epc.tun_netmask}
dns:
diff --git a/src/osmo_gsm_tester/templates/open5gs-upfd.yaml.tmpl b/src/osmo_gsm_tester/templates/open5gs-upfd.yaml.tmpl
index 757c0ec..55b78f6 100644
--- a/src/osmo_gsm_tester/templates/open5gs-upfd.yaml.tmpl
+++ b/src/osmo_gsm_tester/templates/open5gs-upfd.yaml.tmpl
@@ -107,8 +107,8 @@
pfcp:
- addr: ${epc.addr_upf}
gtpu:
- - addr: ${epc.run_addr}
- port: 2154
+ - addr: ${epc.addr_upf}
+ port: 2152
subnet:
- addr: ${epc.tun_addr}/${epc.tun_netmask}
dnn: ${epc.apn_name}
--
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/24222
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Change-Id: I8c91a9c4a07f4229cb4ae9af61d94e720d81a961
Gerrit-Change-Number: 24222
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210512/41fbda36/attachment.htm>