Measurements reported by a UE for a cell ID. More...
Public Attributes | |
uint16_t | m_cellId |
Cell ID. | |
uint8_t | m_rsrp |
RSRP in quantized format. | |
uint8_t | m_rsrq |
RSRQ in quantized format. | |
Additional Inherited Members | |
Public Member Functions inherited from ns3::SimpleRefCount< UeMeasure > | |
SimpleRefCount () | |
Default constructor. | |
SimpleRefCount (const SimpleRefCount &o) | |
Copy constructor. | |
uint32_t | GetReferenceCount () const |
Get the reference count of the object. | |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
Assignment operator. | |
void | Ref () const |
Increment the reference count. | |
void | Unref () const |
Decrement the reference count. | |
Measurements reported by a UE for a cell ID.
The values are quantized according 3GPP TS 36.133 section 9.1.4 and 9.1.7.
Definition at line 138 of file a2-a4-rsrq-handover-algorithm.h.
uint16_t ns3::A2A4RsrqHandoverAlgorithm::UeMeasure::m_cellId |
Cell ID.
Definition at line 141 of file a2-a4-rsrq-handover-algorithm.h.
uint8_t ns3::A2A4RsrqHandoverAlgorithm::UeMeasure::m_rsrp |
RSRP in quantized format.
Definition at line 142 of file a2-a4-rsrq-handover-algorithm.h.
uint8_t ns3::A2A4RsrqHandoverAlgorithm::UeMeasure::m_rsrq |
RSRQ in quantized format.
Definition at line 143 of file a2-a4-rsrq-handover-algorithm.h.