/AWS1/CL_IOWWCDMAOBJ¶
WCDMA.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_mcc
TYPE /AWS1/IOWMCC
/AWS1/IOWMCC
¶
Mobile Country Code.
iv_mnc
TYPE /AWS1/IOWMNC
/AWS1/IOWMNC
¶
Mobile Network Code.
iv_utrancid
TYPE /AWS1/IOWUTRANCID
/AWS1/IOWUTRANCID
¶
UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
Optional arguments:¶
iv_lac
TYPE /AWS1/IOWLAC
/AWS1/IOWLAC
¶
Location Area Code.
io_wcdmalocalid
TYPE REF TO /AWS1/CL_IOWWCDMALOCALID
/AWS1/CL_IOWWCDMALOCALID
¶
WCDMA local ID information.
iv_rscp
TYPE /AWS1/IOWRSCP
/AWS1/IOWRSCP
¶
Received Signal Code Power (signal power) (dBm).
iv_pathloss
TYPE /AWS1/IOWPATHLOSS
/AWS1/IOWPATHLOSS
¶
Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
it_wcdmanmr
TYPE /AWS1/CL_IOWWCDMANMROBJ=>TT_WCDMANMRLIST
TT_WCDMANMRLIST
¶
WCDMA object for network measurement reports.
Queryable Attributes¶
Mcc¶
Mobile Country Code.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MCC() |
Getter for MCC, with configurable default |
ASK_MCC() |
Getter for MCC w/ exceptions if field has no value |
HAS_MCC() |
Determine if MCC has a value |
Mnc¶
Mobile Network Code.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MNC() |
Getter for MNC, with configurable default |
ASK_MNC() |
Getter for MNC w/ exceptions if field has no value |
HAS_MNC() |
Determine if MNC has a value |
Lac¶
Location Area Code.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LAC() |
Getter for LAC, with configurable default |
ASK_LAC() |
Getter for LAC w/ exceptions if field has no value |
HAS_LAC() |
Determine if LAC has a value |
UtranCid¶
UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
Accessible with the following methods¶
Method | Description |
---|---|
GET_UTRANCID() |
Getter for UTRANCID, with configurable default |
ASK_UTRANCID() |
Getter for UTRANCID w/ exceptions if field has no value |
HAS_UTRANCID() |
Determine if UTRANCID has a value |
WcdmaLocalId¶
WCDMA local ID information.
Accessible with the following methods¶
Method | Description |
---|---|
GET_WCDMALOCALID() |
Getter for WCDMALOCALID |
Rscp¶
Received Signal Code Power (signal power) (dBm).
Accessible with the following methods¶
Method | Description |
---|---|
GET_RSCP() |
Getter for RSCP, with configurable default |
ASK_RSCP() |
Getter for RSCP w/ exceptions if field has no value |
HAS_RSCP() |
Determine if RSCP has a value |
PathLoss¶
Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PATHLOSS() |
Getter for PATHLOSS, with configurable default |
ASK_PATHLOSS() |
Getter for PATHLOSS w/ exceptions if field has no value |
HAS_PATHLOSS() |
Determine if PATHLOSS has a value |
WcdmaNmr¶
WCDMA object for network measurement reports.
Accessible with the following methods¶
Method | Description |
---|---|
GET_WCDMANMR() |
Getter for WCDMANMR, with configurable default |
ASK_WCDMANMR() |
Getter for WCDMANMR w/ exceptions if field has no value |
HAS_WCDMANMR() |
Determine if WCDMANMR 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_WCDMALIST
¶
TYPES TT_WCDMALIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOWWCDMAOBJ WITH DEFAULT KEY
.