Creating the ECGI-Group Profile for EPS Session

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

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

Use the following configuration to create an ECGI-Group.

  configure 
    profile ecgi-group profile_name 
    mcc mcc_value mnc mnc_value 
    ecgi list [ ecgi_value1 ecgi_value2 ecgi_valueN ]  
    ecgi range start start_value end end_value 
    end 

NOTES:

  • configure : Enters the global configuration mode.

  • profile ecgi-group profile_name : Specifies the name of the ECGI Group Profile to enter the profile configuration. The profile ecgi-group supports configuration of maximum 16 PLMNs under an ecgi-group.

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

  • ecgi list [ ecgi_value1 ecgi_value2 ecgi_valueN ] : Specifies the list of ECGI values to be configured. Accepted value is the 7-digit hex string E-UTRAN Cell ID. The SMF supports configuration of 64 ECGI values in the ecgi list under a PLMN.

  • ecgi range start start_value end end_value : Specifies the start and end range of ECGI. Accepted start and end range of ECGI is the 7-digit hex string E-UTRAN Cell ID. ecgi range is an optional attribute. You can configure multiple ECGI range values. The SMF supports a maximum of 64 ECGI range under a PLMN.

    Important

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