trackingArea
The trackingArea table models an LTE tracking area.
The following table describes the trackingArea
table.
| Column name | Type | Constraints | Description |
|---|---|---|---|
| entityId | Integer | FOREIGN KEY NOT NULL |
The identifier of a trackingArea location entity from the entityData table. |
| TAC | 64-character string | Tracking Area Code (TAC), consisting of 16 bits. This is an identifier for the tracking area and is unique within a public land mobile network (PLMN). | |
| TAI | 64-character string | NOT NULL | Tracking Area Identifier (TAI). This is a globally unique tracking area identifier, made up of the PLMN ID and the TAC. |
| trackingAreaName | 64-character string | Name of the tracking area. |