/AWS1/CL_LOCLTECELLDETAILS¶
Details about the Long-Term Evolution (LTE) network.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_cellid TYPE /AWS1/LOCEUTRANCELLID /AWS1/LOCEUTRANCELLID¶
The E-UTRAN Cell Identifier (ECI).
iv_mcc TYPE /AWS1/LOCINTEGER /AWS1/LOCINTEGER¶
The Mobile Country Code (MCC).
iv_mnc TYPE /AWS1/LOCINTEGER /AWS1/LOCINTEGER¶
The Mobile Network Code (MNC)
Optional arguments:¶
io_localid TYPE REF TO /AWS1/CL_LOCLTELOCALID /AWS1/CL_LOCLTELOCALID¶
The LTE local identification information (local ID).
it_networkmeasurements TYPE /AWS1/CL_LOCLTENETWORKMEASUR00=>TT_LTENETWORKMEASUREMENTSLIST TT_LTENETWORKMEASUREMENTSLIST¶
The network measurements.
iv_timingadvance TYPE /AWS1/LOCINTEGER /AWS1/LOCINTEGER¶
Timing Advance (TA).
iv_nrcapable TYPE /AWS1/LOCBOOLEAN /AWS1/LOCBOOLEAN¶
Indicates whether the LTE object is capable of supporting NR (new radio).
iv_rsrp TYPE /AWS1/LOCRSRP /AWS1/LOCRSRP¶
Signal power of the reference signal received, measured in decibel-milliwatts (dBm).
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_tac TYPE /AWS1/LOCINTEGER /AWS1/LOCINTEGER¶
LTE Tracking Area Code (TAC).
Queryable Attributes¶
CellId¶
The E-UTRAN Cell Identifier (ECI).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CELLID() |
Getter for CELLID |
Mcc¶
The Mobile Country Code (MCC).
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¶
The Mobile Network Code (MNC)
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 |
LocalId¶
The LTE local identification information (local ID).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCALID() |
Getter for LOCALID |
NetworkMeasurements¶
The network measurements.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKMEASUREMENTS() |
Getter for NETWORKMEASUREMENTS, with configurable default |
ASK_NETWORKMEASUREMENTS() |
Getter for NETWORKMEASUREMENTS w/ exceptions if field has no |
HAS_NETWORKMEASUREMENTS() |
Determine if NETWORKMEASUREMENTS has a value |
TimingAdvance¶
Timing Advance (TA).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMINGADVANCE() |
Getter for TIMINGADVANCE, with configurable default |
ASK_TIMINGADVANCE() |
Getter for TIMINGADVANCE w/ exceptions if field has no value |
HAS_TIMINGADVANCE() |
Determine if TIMINGADVANCE has a value |
NrCapable¶
Indicates whether the LTE object is capable of supporting NR (new radio).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NRCAPABLE() |
Getter for NRCAPABLE, with configurable default |
ASK_NRCAPABLE() |
Getter for NRCAPABLE w/ exceptions if field has no value |
HAS_NRCAPABLE() |
Determine if NRCAPABLE has a value |
Rsrp¶
Signal power of the reference signal received, measured in decibel-milliwatts (dBm).
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 |
Tac¶
LTE Tracking Area Code (TAC).
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_LTECELLDETAILSLIST¶
TYPES TT_LTECELLDETAILSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LOCLTECELLDETAILS WITH DEFAULT KEY
.