Cisco Cisco Packet Data Gateway (PDG)

ページ / 8770
  MME Service Configuration Mode Commands 
inter-rat-nnsf  ▀   
 
Command Line Interface Reference, StarOS Release 16  ▄  
 
   
7093 
Usage 
Use this command to indicate a list of served MMECs, in addition to the one assigned to the MME service. 
The complete list shall be notified to the eNodeB as Served MMECs in the S1 Setup Response. This would 
aid the eNodeB in selecting a co-located MME during 2G/3G to 4G handovers. 
When a UE moves from 2G/3G to 4G, selecting a co-located MME is not possible without some explicit 
configuration. In this scenario, the entire second Most-Significant-Byte of P-TMSI is copied into the MME-
Code (MMEC) field. Depending on the NRI length, this could result in 'n' different MMEC values for the 
same NRI value.  
For example: 
NRI length = 6 bits 
NRI value = 5 (Binary 00 0101) 
Possible MMECs: Binary 00 0101 xx -> {20, 21, 22, 23} 
Selecting a co-located MME is only possible if the eNodeB knows that any UE meant for the above set of 
MMECs should be directed to a given MME. This command enables the operator to specify MMECs that can 
possibly be mapped from a given NRI value. 
A maximum of 16 MME Codes are allowed to be configured per inter-rat-nnsf entry. This allows 4 SGSNs 
with NRI length of 6, or 2 SGSNs with NRI length of 5. If more than 16 MMECs are required, an alternative 
is to pick a dummy MME-Group-ID value and create a new nnsf-entry. The Serving MME-Group-ID could 
also be used for this purpose as MME-Group-Id has no significance during MME node selection. 
A Maximum of 32 inter-rat-nnsf entries are allowed. Regardless of the maximum entries configured, the 
maximum limits placed by S1AP stack take precedence. For example, if the number of plmns configured 
under 'network-sharing' and 'inter-rat-nnsf' exceeds the maxnoofPLMNsPerMME(32) limit set by S1AP-S1-
Setup-Response, then inter-rat-nnsf entries that exceed the limit(32) do not get included in the S1 Setup 
Response message. 
Example
 
For NRI length = 6; NRI Value = 10 (Binary: 00 1010), when a UE moves from 2G/3G to 4G and maps 
MME Code (8 bits) from P-TMSI, the MME Code value could be: 
 
Binary: 00 1010 xx, where xx can be binary 10 or 01 or 00 or 11 
 
Decimal: 40 or 41 or 42 or 43 
So, all of the above values should be configured as MMECs as part of 
inter-rat-nnsf
, as follows:
 
inter-rat-nnsf collocated-mme plmn-id mcc 121 mnc 102 mme-id group-id 
32000 mme-codes 40 41 42 43
 
When updating an existing NNSF entry, any new MMECs must be included with the existing MMECs. For 
example, to add additional MMECs (48 49 50 51) to the above command, enter the entire command again as 
follows:  
inter-rat-nnsf collocated-mme plmn-id mcc 121 mnc 102 mme-id group-id 
32000 mme-codes 40 41 42 43 48 49 50 51