ranRoutingArea
The ranRoutingArea table describes RAN routing area entities, which are devices within which a given mobile user can move for data access before having to switch to a different routing area.
The following table describes the ranRoutingArea table.
| Column name | Type | Constraints | Description |
|---|---|---|---|
| entityId | Integer | not null | The identifier of a RAN routing area entity from the entityData table. |
| rac | varchar(10) | not null | Enterprise-specific routing area code. |
| mcc | varchar(64) | not null | Mobile country code, which consists of three digits. The MCC uniquely identifies the country of domicile of the mobile subscriber. |
| mnc | varchar(64) | not null | Mobile network code, which consists of two or three digits for GSM and UMTS applications. The MNC identifies the home PLMN (Public Land Mobile Network) of the mobile subscriber. The length of the MNC (two or three digits) depends on the value of the MCC. |
| lac | varchar(64) | not null | Location area code, which is a fixed length code (of 2 octets) identifying a location area within a PLMN. |