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 ranges.
To create an ECGI-Group, use the following sample configuration.
config
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:
-
profile ecgi-group profile_name : Specify the name of the ECGI Group Profile to enter the profile configuration. The ECGI Group Profile supports a maximum number of 16 PLMNs.
-
mcc mcc_value mnc mnc_value : Specify the MCC and MNC values.
-
ecgi list [ ecgi_value1 ecgi_value2 ecgi_valueN ] : Specify the list of ECGI values to be configured. The accepted value is the 7-digit hex string E-UTRAN Cell ID. The SMF supports a maximum number of 64 ECGI values under a PLMN.
-
ecgi range start start_value end end_value : Specify the start and end range values of ECGI. The 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 number of 64 ECGI ranges under a PLMN.
ImportantThe SMF ignores the ECGI range values if the start range value is greater than the end range value.