Configuring the Allowed NSSAIs
This section describes how to configure the allowed NSSAIs in the PCF Registration Profile.
To configure allowed-NSSAIs, use the following configuration:
config
service-registration
profile
allowed-nssais snssai_name sst sst_value [ sd sd_value ]
services
afService
allowed-nssais snssai_name sst sst_value [ sd sd_value ]
smfService
allowed-nssais snssai_name sst sst_value [ sd sd_value ]
end
NOTES:
-
allowed-nssais snssai_name sst sst_value [ sd sd_value ] —Configures the SNSSAI. The snssai_name name is a logical identifier that is local to PCF. This name is not used in the PCF NFProfile when registering with NRF.
To configure multiple slices per service, configure SNSSAI with same SST and different SD values.
The allowed-nssais configured for smfService takes precedence over the allowed-nssais value configured at the profile-level.
NoteEnsure to configure the allowed-nssais at the profile-level.
Configuration changes to the allowed-nssai of services do not affect the PDU sessions that are created before the configuration is modified.
Configuration Example
The following is an example configuration.
service-registration profile snssais embb-1
sst 1
exit
service-registration profile snssais embb-2 sst 1
sd 0000a1
exit
service-registration profile allowed-nssais name embb-1
sst 1
exit
service-registration profile allowed-nssais name embb-2
sst 1
sd 0000a1
exit
service-registration services smfService
allowed-nssais name embb-2 sst 1
sd 0000a1
exit
exit