A Discrete-Event Network Simulator
API
ns3::LteUeCphySapUser::UeMeasurementsElement Struct Reference

Parameters of the ReportUeMeasurements primitive: RSRP [dBm] and RSRQ [dB] See section 5.1.1 and 5.1.3 of TS 36.214. More...

#include "lte-ue-cphy-sap.h"

Public Attributes

uint16_t m_cellId
 cell ID More...
 
double m_rsrp
 [dBm] More...
 
double m_rsrq
 [dB] More...
 

Detailed Description

Parameters of the ReportUeMeasurements primitive: RSRP [dBm] and RSRQ [dB] See section 5.1.1 and 5.1.3 of TS 36.214.

Definition at line 222 of file lte-ue-cphy-sap.h.

Member Data Documentation

◆ m_cellId

uint16_t ns3::LteUeCphySapUser::UeMeasurementsElement::m_cellId

cell ID

Definition at line 224 of file lte-ue-cphy-sap.h.

Referenced by ns3::LteUePhy::ReportUeMeasurements().

◆ m_rsrp

double ns3::LteUeCphySapUser::UeMeasurementsElement::m_rsrp

[dBm]

Definition at line 225 of file lte-ue-cphy-sap.h.

Referenced by ns3::LteUePhy::ReportUeMeasurements().

◆ m_rsrq

double ns3::LteUeCphySapUser::UeMeasurementsElement::m_rsrq

[dB]

Definition at line 226 of file lte-ue-cphy-sap.h.

Referenced by ns3::LteUePhy::ReportUeMeasurements().


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