/AWS1/CL_IOWCDMANMROBJ¶
CDMA object for network measurement reports.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_pnoffset TYPE /AWS1/IOWPNOFFSET /AWS1/IOWPNOFFSET¶
Pseudo-noise offset, which is a characteristic of the signal from a cell on a radio tower.
iv_cdmachannel TYPE /AWS1/IOWCDMACHANNEL /AWS1/IOWCDMACHANNEL¶
CDMA channel information.
Optional arguments:¶
iv_pilotpower TYPE /AWS1/IOWPILOTPOWER /AWS1/IOWPILOTPOWER¶
Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
iv_basestationid TYPE /AWS1/IOWBASESTATIONID /AWS1/IOWBASESTATIONID¶
CDMA base station ID (BSID).
Queryable Attributes¶
PnOffset¶
Pseudo-noise offset, which is a characteristic of the signal from a cell on a radio tower.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PNOFFSET() |
Getter for PNOFFSET, with configurable default |
ASK_PNOFFSET() |
Getter for PNOFFSET w/ exceptions if field has no value |
HAS_PNOFFSET() |
Determine if PNOFFSET has a value |
CdmaChannel¶
CDMA channel information.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CDMACHANNEL() |
Getter for CDMACHANNEL, with configurable default |
ASK_CDMACHANNEL() |
Getter for CDMACHANNEL w/ exceptions if field has no value |
HAS_CDMACHANNEL() |
Determine if CDMACHANNEL has a value |
PilotPower¶
Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PILOTPOWER() |
Getter for PILOTPOWER, with configurable default |
ASK_PILOTPOWER() |
Getter for PILOTPOWER w/ exceptions if field has no value |
HAS_PILOTPOWER() |
Determine if PILOTPOWER has a value |
BaseStationId¶
CDMA base station ID (BSID).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BASESTATIONID() |
Getter for BASESTATIONID, with configurable default |
ASK_BASESTATIONID() |
Getter for BASESTATIONID w/ exceptions if field has no value |
HAS_BASESTATIONID() |
Determine if BASESTATIONID has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CDMANMRLIST¶
TYPES TT_CDMANMRLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOWCDMANMROBJ WITH DEFAULT KEY
.