/AWS1/CL_IOWGSMOBJ¶
GSM 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_lac
TYPE /AWS1/IOWLAC
/AWS1/IOWLAC
¶
Location area code.
iv_gerancid
TYPE /AWS1/IOWGERANCID
/AWS1/IOWGERANCID
¶
GERAN (GSM EDGE Radio Access Network) Cell Global Identifier.
Optional arguments:¶
io_gsmlocalid
TYPE REF TO /AWS1/CL_IOWGSMLOCALID
/AWS1/CL_IOWGSMLOCALID
¶
GSM local identification (local ID) information.
iv_gsmtimingadvance
TYPE /AWS1/IOWGSMTIMINGADVANCE
/AWS1/IOWGSMTIMINGADVANCE
¶
Timing advance value, which corresponds to the length of time a signal takes to reach the base station from a mobile phone.
iv_rxlevel
TYPE /AWS1/IOWRXLEVEL
/AWS1/IOWRXLEVEL
¶
Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).
it_gsmnmr
TYPE /AWS1/CL_IOWGSMNMROBJ=>TT_GSMNMRLIST
TT_GSMNMRLIST
¶
GSM 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 |
GeranCid¶
GERAN (GSM EDGE Radio Access Network) Cell Global Identifier.
Accessible with the following methods¶
Method | Description |
---|---|
GET_GERANCID() |
Getter for GERANCID, with configurable default |
ASK_GERANCID() |
Getter for GERANCID w/ exceptions if field has no value |
HAS_GERANCID() |
Determine if GERANCID has a value |
GsmLocalId¶
GSM local identification (local ID) information.
Accessible with the following methods¶
Method | Description |
---|---|
GET_GSMLOCALID() |
Getter for GSMLOCALID |
GsmTimingAdvance¶
Timing advance value, which corresponds to the length of time a signal takes to reach the base station from a mobile phone.
Accessible with the following methods¶
Method | Description |
---|---|
GET_GSMTIMINGADVANCE() |
Getter for GSMTIMINGADVANCE, with configurable default |
ASK_GSMTIMINGADVANCE() |
Getter for GSMTIMINGADVANCE w/ exceptions if field has no va |
HAS_GSMTIMINGADVANCE() |
Determine if GSMTIMINGADVANCE has a value |
RxLevel¶
Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).
Accessible with the following methods¶
Method | Description |
---|---|
GET_RXLEVEL() |
Getter for RXLEVEL, with configurable default |
ASK_RXLEVEL() |
Getter for RXLEVEL w/ exceptions if field has no value |
HAS_RXLEVEL() |
Determine if RXLEVEL has a value |
GsmNmr¶
GSM object for network measurement reports.
Accessible with the following methods¶
Method | Description |
---|---|
GET_GSMNMR() |
Getter for GSMNMR, with configurable default |
ASK_GSMNMR() |
Getter for GSMNMR w/ exceptions if field has no value |
HAS_GSMNMR() |
Determine if GSMNMR 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_GSMLIST
¶
TYPES TT_GSMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOWGSMOBJ WITH DEFAULT KEY
.