A Discrete-Event Network Simulator
API
ns3::LteUeRrc::VarMeasConfig Struct Reference

Includes the accumulated configuration of the measurements to be performed by the UE. More...

+ Collaboration diagram for ns3::LteUeRrc::VarMeasConfig:

Public Attributes

double aRsrp
 RSRP. More...
 
double aRsrq
 RSRQ. More...
 
std::map< uint8_t, LteRrcSap::MeasIdToAddModmeasIdList
 measure ID list More...
 
std::map< uint8_t, LteRrcSap::MeasObjectToAddModmeasObjectList
 measure object list More...
 
LteRrcSap::QuantityConfig quantityConfig
 quantity config More...
 
std::map< uint8_t, LteRrcSap::ReportConfigToAddModreportConfigList
 report config list More...
 

Detailed Description

Includes the accumulated configuration of the measurements to be performed by the UE.

Based on 3GPP TS 36.331 section 7.1. Also note that some optional variables in the specification are omitted.

Definition at line 890 of file lte-ue-rrc.h.

Member Data Documentation

double ns3::LteUeRrc::VarMeasConfig::aRsrp
double ns3::LteUeRrc::VarMeasConfig::aRsrq
std::map<uint8_t, LteRrcSap::MeasObjectToAddMod> ns3::LteUeRrc::VarMeasConfig::measObjectList

measure object list

Definition at line 893 of file lte-ue-rrc.h.

Referenced by ns3::LteUeRrc::ApplyMeasConfig(), and ns3::LteUeRrc::MeasurementReportTriggering().

LteRrcSap::QuantityConfig ns3::LteUeRrc::VarMeasConfig::quantityConfig

quantity config

Definition at line 895 of file lte-ue-rrc.h.

Referenced by ns3::LteUeRrc::ApplyMeasConfig().

std::map<uint8_t, LteRrcSap::ReportConfigToAddMod> ns3::LteUeRrc::VarMeasConfig::reportConfigList

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