Measurements reported by a UE for a cell ID. More...
Public Attributes | |
uint16_t | m_cellId |
uint8_t | m_rsrp |
uint8_t | m_rsrq |
Additional Inherited Members | |
![]() | |
SimpleRefCount () | |
Constructor. More... | |
SimpleRefCount (const SimpleRefCount &o) | |
Copy constructor. More... | |
uint32_t | GetReferenceCount (void) const |
Get the reference count of the object. More... | |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
Assignment. More... | |
void | Ref (void) const |
Increment the reference count. More... | |
void | Unref (void) const |
Decrement the reference count. More... | |
![]() | |
static void | Cleanup (void) |
Noop. More... | |
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 124 of file a2-a4-rsrq-handover-algorithm.h.
uint16_t ns3::A2A4RsrqHandoverAlgorithm::UeMeasure::m_cellId |
Definition at line 127 of file a2-a4-rsrq-handover-algorithm.h.
uint8_t ns3::A2A4RsrqHandoverAlgorithm::UeMeasure::m_rsrp |
Definition at line 128 of file a2-a4-rsrq-handover-algorithm.h.
uint8_t ns3::A2A4RsrqHandoverAlgorithm::UeMeasure::m_rsrq |
Definition at line 129 of file a2-a4-rsrq-handover-algorithm.h.