/AWS1/CL_LOCLTENETWORKMEASUR00¶
LTE network measurements.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_earfcn TYPE /AWS1/LOCEARFCN /AWS1/LOCEARFCN¶
E-UTRA (Evolved Universal Terrestrial Radio Access) absolute radio frequency channel number (EARFCN).
iv_cellid TYPE /AWS1/LOCEUTRANCELLID /AWS1/LOCEUTRANCELLID¶
E-UTRAN Cell Identifier (ECI).
iv_pci TYPE /AWS1/LOCPCI /AWS1/LOCPCI¶
Physical Cell ID (PCI).
Optional arguments:¶
iv_rsrp TYPE /AWS1/LOCRSRP /AWS1/LOCRSRP¶
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¶
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 |
CellId¶
E-UTRAN Cell Identifier (ECI).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CELLID() |
Getter for CELLID |
Pci¶
Physical Cell ID (PCI).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PCI() |
Getter for PCI |
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_LTENETWORKMEASUREMENTSLIST¶
TYPES TT_LTENETWORKMEASUREMENTSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LOCLTENETWORKMEASUR00 WITH DEFAULT KEY
.