plmn

The plmn table models a Public Land Mobile Network (PLMN). A PLMN is a network that provides land mobile telecommunications services to the public. Each operator providing mobile services has its own PLMN.

The following table describes theplmn table.
Table 1. plmn table
Column name Type Constraints Description
entityId Integer FOREIGN KEY

NOT NULL

The identifier of a plmn entity from the entityData table.
plmnName 64-character string   Name or description of the PLMN
MCC 3-character string   Specifies the Mobile Country Code (MCC) of the PLMN. The MCC consists of three digits.
MNC 3-character string   Specifies the Mobile Network Code (MNC) of the PLMN. The length of the MNC (two or three digits) depends upon the value of the MCC.