/AWS1/CL_IOWTDSCDMAOBJ¶
TD-SCDMA object.
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_tdscdmalocalid
TYPE REF TO /AWS1/CL_IOWTDSCDMALOCALID
/AWS1/CL_IOWTDSCDMALOCALID
¶
TD-SCDMA local identification (local ID) information.
iv_tdscdmatimingadvance
TYPE /AWS1/IOWTDSCDMATIMINGADVANCE
/AWS1/IOWTDSCDMATIMINGADVANCE
¶
TD-SCDMA Timing advance.
iv_rscp
TYPE /AWS1/IOWRSCP
/AWS1/IOWRSCP
¶
Signal power of the received signal (Received Signal Code Power), measured in decibel-milliwatts (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_tdscdmanmr
TYPE /AWS1/CL_IOWTDSCDMANMROBJ=>TT_TDSCDMANMRLIST
TT_TDSCDMANMRLIST
¶
TD-SCDMA 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 |
TdscdmaLocalId¶
TD-SCDMA local identification (local ID) information.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TDSCDMALOCALID() |
Getter for TDSCDMALOCALID |
TdscdmaTimingAdvance¶
TD-SCDMA Timing advance.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TDSCDMATIMINGADVANCE() |
Getter for TDSCDMATIMINGADVANCE, with configurable default |
ASK_TDSCDMATIMINGADVANCE() |
Getter for TDSCDMATIMINGADVANCE w/ exceptions if field has n |
HAS_TDSCDMATIMINGADVANCE() |
Determine if TDSCDMATIMINGADVANCE has a value |
Rscp¶
Signal power of the received signal (Received Signal Code Power), measured in decibel-milliwatts (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 |
TdscdmaNmr¶
TD-SCDMA object for network measurement reports.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TDSCDMANMR() |
Getter for TDSCDMANMR, with configurable default |
ASK_TDSCDMANMR() |
Getter for TDSCDMANMR w/ exceptions if field has no value |
HAS_TDSCDMANMR() |
Determine if TDSCDMANMR 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_TDSCDMALIST
¶
TYPES TT_TDSCDMALIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOWTDSCDMAOBJ WITH DEFAULT KEY
.