Includes the accumulated configuration of the measurements to be performed by the UE. More...
Public Attributes | |
double | aRsrp |
double | aRsrq |
std::map< uint8_t, LteRrcSap::MeasIdToAddMod > | measIdList |
std::map< uint8_t, LteRrcSap::MeasObjectToAddMod > | measObjectList |
LteRrcSap::QuantityConfig | quantityConfig |
std::map< uint8_t, LteRrcSap::ReportConfigToAddMod > | reportConfigList |
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 561 of file lte-ue-rrc.h.
double ns3::LteUeRrc::VarMeasConfig::aRsrp |
Definition at line 567 of file lte-ue-rrc.h.
Referenced by ns3::LteUeRrc::ApplyMeasConfig(), and ns3::LteUeRrc::SaveUeMeasurements().
double ns3::LteUeRrc::VarMeasConfig::aRsrq |
Definition at line 568 of file lte-ue-rrc.h.
Referenced by ns3::LteUeRrc::ApplyMeasConfig(), and ns3::LteUeRrc::SaveUeMeasurements().
std::map<uint8_t, LteRrcSap::MeasIdToAddMod> ns3::LteUeRrc::VarMeasConfig::measIdList |
Definition at line 563 of file lte-ue-rrc.h.
Referenced by ns3::LteUeRrc::ApplyMeasConfig(), ns3::LteUeRrc::DoNotifyRandomAccessSuccessful(), ns3::LteUeRrc::DoReportUeMeasurements(), ns3::LteUeRrc::MeasurementReportTriggering(), and ns3::LteUeRrc::SendMeasurementReport().
std::map<uint8_t, LteRrcSap::MeasObjectToAddMod> ns3::LteUeRrc::VarMeasConfig::measObjectList |
Definition at line 564 of file lte-ue-rrc.h.
Referenced by ns3::LteUeRrc::ApplyMeasConfig(), and ns3::LteUeRrc::MeasurementReportTriggering().
LteRrcSap::QuantityConfig ns3::LteUeRrc::VarMeasConfig::quantityConfig |
Definition at line 566 of file lte-ue-rrc.h.
Referenced by ns3::LteUeRrc::ApplyMeasConfig().
std::map<uint8_t, LteRrcSap::ReportConfigToAddMod> ns3::LteUeRrc::VarMeasConfig::reportConfigList |
Definition at line 565 of file lte-ue-rrc.h.
Referenced by ns3::LteUeRrc::ApplyMeasConfig(), ns3::LteUeRrc::MeasurementReportTriggering(), and ns3::LteUeRrc::SendMeasurementReport().