/AWS1/CL_IOWLTENMROBJ¶
LTE object for network measurement reports.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_pci TYPE /AWS1/IOWPCI /AWS1/IOWPCI¶
Physical cell ID.
iv_earfcn TYPE /AWS1/IOWEARFCN /AWS1/IOWEARFCN¶
E-UTRA (Evolved universal terrestrial Radio Access) absolute radio frequency channel Number (EARFCN).
Optional arguments:¶
iv_eutrancid TYPE /AWS1/IOWEUTRANCID /AWS1/IOWEUTRANCID¶
E-UTRAN (Evolved Universal Terrestrial Radio Access Network) cell global identifier (EUTRANCID).
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).
Queryable Attributes¶
Pci¶
Physical cell ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PCI() |
Getter for PCI, with configurable default |
ASK_PCI() |
Getter for PCI w/ exceptions if field has no value |
HAS_PCI() |
Determine if PCI has a value |
Earfcn¶
E-UTRA (Evolved universal terrestrial Radio Access) absolute radio frequency channel Number (EARFCN).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EARFCN() |
Getter for EARFCN, with configurable default |
ASK_EARFCN() |
Getter for EARFCN w/ exceptions if field has no value |
HAS_EARFCN() |
Determine if EARFCN has a value |
EutranCid¶
E-UTRAN (Evolved Universal Terrestrial Radio Access Network) cell global identifier (EUTRANCID).
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 |
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_LTENMRLIST¶
TYPES TT_LTENMRLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOWLTENMROBJ WITH DEFAULT KEY
.