/AWS1/CL_IOWGSMNMROBJ¶
GSM object for network measurement reports.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_bsic
TYPE /AWS1/IOWBSIC
/AWS1/IOWBSIC
¶
GSM base station identity code (BSIC).
iv_bcch
TYPE /AWS1/IOWBCCH
/AWS1/IOWBCCH
¶
GSM broadcast control channel.
Optional arguments:¶
iv_rxlevel
TYPE /AWS1/IOWRXLEVEL
/AWS1/IOWRXLEVEL
¶
Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).
io_globalidentity
TYPE REF TO /AWS1/CL_IOWGLOBALIDENTITY
/AWS1/CL_IOWGLOBALIDENTITY
¶
Global identity information of the GSM object.
Queryable Attributes¶
Bsic¶
GSM base station identity code (BSIC).
Accessible with the following methods¶
Method | Description |
---|---|
GET_BSIC() |
Getter for BSIC, with configurable default |
ASK_BSIC() |
Getter for BSIC w/ exceptions if field has no value |
HAS_BSIC() |
Determine if BSIC has a value |
Bcch¶
GSM broadcast control channel.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BCCH() |
Getter for BCCH, with configurable default |
ASK_BCCH() |
Getter for BCCH w/ exceptions if field has no value |
HAS_BCCH() |
Determine if BCCH 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 |
GlobalIdentity¶
Global identity information of the GSM object.
Accessible with the following methods¶
Method | Description |
---|---|
GET_GLOBALIDENTITY() |
Getter for GLOBALIDENTITY |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_GSMNMRLIST
¶
TYPES TT_GSMNMRLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOWGSMNMROBJ WITH DEFAULT KEY
.