fix(5G-SA-core/smf): update smf.yaml to have missing gtpu key

[1] adds a gtpu key. Seems like gtpu is the same as pcfp.

1 - 37e0a714f9

Change-Id: Ic821f5510e87782f9187f8b1a081cdcbc040da3c
This commit is contained in:
Dustin Specker 2021-03-16 13:27:35 -05:00
parent ac4a99c0b3
commit 37332487b9

View File

@ -191,6 +191,8 @@ config:
port: 7777 port: 7777
gtpc: gtpc:
- addr: 127.0.0.4 - addr: 127.0.0.4
gtpu:
- addr: 127.0.0.4
pfcp: pfcp:
- addr: 127.0.0.4 - addr: 127.0.0.4
subnet: subnet:
@ -285,6 +287,8 @@ config:
# nr_cell_id: [123456789, 9413] # nr_cell_id: [123456789, 9413]
# #
upf: upf:
gtpu:
- addr: 127.0.0.7
pfcp: pfcp:
- addr: 127.0.0.7 - addr: 127.0.0.7