A Discrete-Event Network Simulator
API
ns3::LteFfrDistributedAlgorithm::UeMeasure Class Reference

Measurements reported by a UE for a cell ID. More...

+ Inheritance diagram for ns3::LteFfrDistributedAlgorithm::UeMeasure:
+ Collaboration diagram for ns3::LteFfrDistributedAlgorithm::UeMeasure:

Public Attributes

uint16_t m_cellId
 Cell ID. More...
 
uint8_t m_rsrp
 RSRP. More...
 
uint8_t m_rsrq
 RSRQ. More...
 

Additional Inherited Members

- Public Member Functions inherited from ns3::SimpleRefCount< UeMeasure >
 SimpleRefCount ()
 Default constructor. More...
 
 SimpleRefCount (const SimpleRefCount &o)
 Copy constructor. More...
 
uint32_t GetReferenceCount (void) const
 Get the reference count of the object. More...
 
SimpleRefCountoperator= (const SimpleRefCount &o)
 Assignment operator. More...
 
void Ref (void) const
 Increment the reference count. More...
 
void Unref (void) const
 Decrement the reference count. More...
 

Detailed Description

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 169 of file lte-ffr-distributed-algorithm.h.

Member Data Documentation

◆ m_cellId

uint16_t ns3::LteFfrDistributedAlgorithm::UeMeasure::m_cellId

Cell ID.

Definition at line 172 of file lte-ffr-distributed-algorithm.h.

Referenced by ns3::LteFfrDistributedAlgorithm::Calculate().

◆ m_rsrp

uint8_t ns3::LteFfrDistributedAlgorithm::UeMeasure::m_rsrp

RSRP.

Definition at line 173 of file lte-ffr-distributed-algorithm.h.

Referenced by ns3::LteFfrDistributedAlgorithm::Calculate().

◆ m_rsrq

uint8_t ns3::LteFfrDistributedAlgorithm::UeMeasure::m_rsrq

RSRQ.

Definition at line 174 of file lte-ffr-distributed-algorithm.h.


The documentation for this class was generated from the following file: