Creating the NCGI Group Profile for 5GS Session

This section describes how to create an instance of the NCGI Group Profile.

The NCGI Group Profile allows you to configure the list of individual NCGI values and range.

To create an NCGI group, use the following sample configuration.

config 
   profile ncgi-group profile_name 
      mcc mcc_value mnc mnc_value 
      ncgi list [ ncgi_value1 ncgi_value2 ncgi_valueN ] 
      ncgi range start start_value end end_value 
      end 

NOTES:

  • profile ncgi-group profile_name : Specify the name of the NCGI Group Profile to enter the profile configuration. The NCGI Group Profile supports a maximum number of 16 PLMNs.

  • mcc mcc_value mnc mnc_value : Specify the MCC and MNC values.

  • ncgi list [ ncgi_value1 ncgi_value2 ncgi_valueN ] : Configure the list of NCGI values to be configured. The accepted value is the 9-digit hex string NR Cell ID. The SMF supports a maximum number of 64 NCGI values under a PLMN.

  • ncgi range start start_value end end_value : Configure a specific NCGI range or multiple NCGI range lists. The accepted start and end range is the 9-digit hex string NR Cell ID. ncgi range is an optional attribute. You can configure multiple NCGI range values. The SMF supports a maximum number of 64 NCGI ranges under a PLMN.

    Important

    The SMF ignores the NCGI range values if the start range value is greater than the end range value.