Verifying the Dual Connectivity New Radio Capability Configuration

This section describes how to validate if the UE is DCNR capable.

To view if the UE is DCNR enabled, use the following configuration:

show subscriber supi supi_id 

The show output for DCNR support displays any one of the following options:

  • dcnr: Enabled

  • dcnr: None

  • dcnr: UE Requested and Enabled

The following configuration is a sample output of the show subscriber supi command:

unknown] smf# show subscriber supi imsi-123456789012345
subscriber-details 
{
"subResponses": [
{
"status": true,
"genericInfo": {
……
},
"sScMode": 1,
"chargEnabled": true,
"uetimeZone": "+00:15+1",
"allocatedIp": "12.0.4.0",
"eUtranLocation": {
"ecgi": {
"mcc": "123",
"mnc": "456",
"eutraCellId": "1234567"
},
"tai": {
"mcc": "123",
"mnc": "456",
"tac": "1820"
}
},
"alwaysOn": "None",
"dcnr": "Enabled",   -> The possible values are None, UE Requested and Enabled
……..