/AWS1/CL_IOWLTEOBJ¶
LTE 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_eutrancid
TYPE /AWS1/IOWEUTRANCID
/AWS1/IOWEUTRANCID
¶
E-UTRAN (Evolved Universal Terrestrial Radio Access Network) Cell Global Identifier.
Optional arguments:¶
iv_tac
TYPE /AWS1/IOWTAC
/AWS1/IOWTAC
¶
LTE tracking area code.
io_ltelocalid
TYPE REF TO /AWS1/CL_IOWLTELOCALID
/AWS1/CL_IOWLTELOCALID
¶
LTE local identification (local ID) information.
iv_ltetimingadvance
TYPE /AWS1/IOWLTETIMINGADVANCE
/AWS1/IOWLTETIMINGADVANCE
¶
LTE timing advance.
iv_rsrp
TYPE /AWS1/IOWRSRP
/AWS1/IOWRSRP
¶
Signal power of the reference signal received, measured in dBm (decibel-milliwatts).
iv_rsrq
TYPE /AWS1/RT_FLOAT_AS_STRING
/AWS1/RT_FLOAT_AS_STRING
¶
Signal quality of the reference Signal received, measured in decibels (dB).
iv_nrcapable
TYPE /AWS1/IOWNRCAPABLE
/AWS1/IOWNRCAPABLE
¶
Parameter that determines whether the LTE object is capable of supporting NR (new radio).
it_ltenmr
TYPE /AWS1/CL_IOWLTENMROBJ=>TT_LTENMRLIST
TT_LTENMRLIST
¶
LTE 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 |
EutranCid¶
E-UTRAN (Evolved Universal Terrestrial Radio Access Network) Cell Global Identifier.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EUTRANCID() |
Getter for EUTRANCID, with configurable default |
ASK_EUTRANCID() |
Getter for EUTRANCID w/ exceptions if field has no value |
HAS_EUTRANCID() |
Determine if EUTRANCID has a value |
Tac¶
LTE tracking area code.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TAC() |
Getter for TAC, with configurable default |
ASK_TAC() |
Getter for TAC w/ exceptions if field has no value |
HAS_TAC() |
Determine if TAC has a value |
LteLocalId¶
LTE local identification (local ID) information.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LTELOCALID() |
Getter for LTELOCALID |
LteTimingAdvance¶
LTE timing advance.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LTETIMINGADVANCE() |
Getter for LTETIMINGADVANCE, with configurable default |
ASK_LTETIMINGADVANCE() |
Getter for LTETIMINGADVANCE w/ exceptions if field has no va |
HAS_LTETIMINGADVANCE() |
Determine if LTETIMINGADVANCE has a value |
Rsrp¶
Signal power of the reference signal received, measured in dBm (decibel-milliwatts).
Accessible with the following methods¶
Method | Description |
---|---|
GET_RSRP() |
Getter for RSRP, with configurable default |
ASK_RSRP() |
Getter for RSRP w/ exceptions if field has no value |
HAS_RSRP() |
Determine if RSRP has a value |
Rsrq¶
Signal quality of the reference Signal received, measured in decibels (dB).
Accessible with the following methods¶
Method | Description |
---|---|
GET_RSRQ() |
Getter for RSRQ, with configurable default |
ASK_RSRQ() |
Getter for RSRQ w/ exceptions if field has no value |
STR_RSRQ() |
String format for RSRQ, with configurable default |
HAS_RSRQ() |
Determine if RSRQ has a value |
NrCapable¶
Parameter that determines whether the LTE object is capable of supporting NR (new radio).
Accessible with the following methods¶
Method | Description |
---|---|
GET_NRCAPABLE() |
Getter for NRCAPABLE |
LteNmr¶
LTE object for network measurement reports.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LTENMR() |
Getter for LTENMR, with configurable default |
ASK_LTENMR() |
Getter for LTENMR w/ exceptions if field has no value |
HAS_LTENMR() |
Determine if LTENMR 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_LTELIST
¶
TYPES TT_LTELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOWLTEOBJ WITH DEFAULT KEY
.