Configuration
A. Configure SMF with S-NSSAI
- Configure NF Registration SMF S-NSSAI in
smfcfg.conf
snssai_info:
- sNssai:
sst: 1
sd: 010203
dnnSmfInfoList:
- dnn: internet
- sNssai:
sst: 1
sd: 112233
dnnSmfInfoList:
- dnn: internet
B. Configure Uplink Classifier (ULCL) information in SMF
- Enable ULCL feature in
smfcfg.conf
ulcl:true
- Configure UE routing path in
uerouting.yaml
ueRoutingInfo:
- SUPI: imsi-2089300007487
AN: 10.200.200.101
PathList:
- DestinationIP: 60.60.0.101
DestinationPort: 8888
UPF: !!seq
- BranchingUPF
- AnchorUPF1
- DestinationIP: 60.60.0.103
DestinationPort: 9999
UPF: !!seq
- BranchingUPF
- AnchorUPF2
- DestinationIP and DestinationPort will be the packet destination.
- UPF field will be the packet datapath when it match the destination above.
For more detail of SMF config, please refer to here.