open5gs: Fix GTP-U addr binding

Change-Id: I8c91a9c4a07f4229cb4ae9af61d94e720d81a961
This commit is contained in:
Pau Espin 2021-05-12 19:37:31 +02:00
parent be5156c5c1
commit 24a405f3e2
2 changed files with 4 additions and 4 deletions

View File

@ -315,8 +315,8 @@ smf:
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:

View File

@ -107,8 +107,8 @@ upf:
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}