ranUtranCell
The ranUtranCell table describes Radio Access Network (RAN) UTRAN cells.
The following table describes the ranUtranCell table.
| Column name | Type | Constraints | Description |
|---|---|---|---|
| broadcastPower | varchar(64) | The broadcast channel power level (dBm). | |
| broadcastScramblingCode | integer | From 0 to 500. | Used to generate a number for code scrambling. |
| cellId | varchar(64) | not null | Unique identifier for the cell. |
| entityId | Integer | not null | The identifier of a transceiver entity from the entityData table. |
| maxTransmissionPower® | integer | Maximum transmission power for all downlink channels that are allowed to be used simultaneously in a cell, added together Unit: 0.1 dBm Range 0-500. | |
| primarySchPower | integer | Primary synchronization power. Unit: 0.1 dB Range: 350-150. | |
| primaryScramblingCode | long | A code used to separate the transmission of one cell from another. | |
| secondarySchPower | integer | Secondary synchronization power. Unit: 0.1 dB Range: 350-150. | |
| uarfcnDL | integer | Absolute downlink radio frequency number. | |
| uarfcnUL | integer | Absolute uplink radio frequency number. |