Skip to content
Snippets Groups Projects
Commit d0f03838 authored by Rohan's avatar Rohan
Browse files

UPF config update for SMF parameters

parent e9a75006
No related branches found
No related tags found
2 merge requests!141UPF config update for SMF parameters,!139chore(ci): merging UPF-based tutorials and documentations to develop
......@@ -223,6 +223,8 @@ upf:
enable_bpf_datapath: no # If "on": BPF is used as datapath else simpleswitch is used, DEFAULT= off
enable_snat: yes # If "on": Source natting is done for UE, DEFAULT= off
remote_n6_gw: localhost # Dummy host since simple-switch does not use N6 GW
smfs:
- host: oai-smf # To be used for PFCP association in case of no-NRF
upf_info:
- sst: 1
sd: 0xFFFFFF
......
......@@ -220,6 +220,8 @@ upf:
enable_bpf_datapath: yes # If "on": BPF is used as datapath else simpleswitch is used, DEFAULT= off
enable_snat: no # If "on": Source natting is done for UE, DEFAULT= off
remote_n6_gw: localhost # Dummy host since simple-switch does not use N6 GW
smfs:
- host: oai-smf # To be used for PFCP association in case of no-NRF
upf_info:
- sst: 1
sd: 0xFFFFFF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment