Enabling DCNR in DNN Profile
To enable SMF to support the DCNR capability for the sessions handled using the DNN profile, use the following sample configuration:
config
profile dnn profile_name
dcnr { false | true }
exit
NOTES:
-
profile dnn profile_name : Specify the DNN profile name. profile_name must be an alphanumeric string.
-
dcnr { false | true } :
-
false : Configure the DNN profile to have DCNR flag set to false. The DCNR configuration is disabled by default.
-
true : Configure the DNN profile to have DCNR flag set to true.
This configuration enables the SMF to support DCNR capability. When the DCNR capability is enabled, the UE sends the DCNR flag to indicate that it supports dual connectivity.
-