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
 
double aRsrq
 
std::map< uint8_t, LteRrcSap::MeasIdToAddModmeasIdList
 
std::map< uint8_t, LteRrcSap::MeasObjectToAddModmeasObjectList
 
LteRrcSap::QuantityConfig quantityConfig
 
std::map< uint8_t, LteRrcSap::ReportConfigToAddModreportConfigList
 

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 689 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
LteRrcSap::QuantityConfig ns3::LteUeRrc::VarMeasConfig::quantityConfig

Definition at line 694 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: