Represents a single measurement reporting entry., which includes information about a measurement for which the triggering conditions have been met. More...
Public Attributes | |
std::set< uint16_t > | cellsTriggeredList |
note: only E-UTRA is supported. More... | |
uint8_t | measId |
measure ID More... | |
uint32_t | numberOfReportsSent |
number of reports sent More... | |
EventId | periodicReportTimer |
periodic report timer More... | |
Represents a single measurement reporting entry., which includes information about a measurement for which the triggering conditions have been met.
Based on 3GPP TS 36.331 section 7.1.
Definition at line 983 of file lte-ue-rrc.h.
std::set<uint16_t> ns3::LteUeRrc::VarMeasReport::cellsTriggeredList |
note: only E-UTRA is supported.
Definition at line 986 of file lte-ue-rrc.h.
uint8_t ns3::LteUeRrc::VarMeasReport::measId |
measure ID
Definition at line 985 of file lte-ue-rrc.h.
Referenced by ns3::LteUeRrc::VarMeasReportListAdd().
uint32_t ns3::LteUeRrc::VarMeasReport::numberOfReportsSent |
number of reports sent
Definition at line 987 of file lte-ue-rrc.h.
EventId ns3::LteUeRrc::VarMeasReport::periodicReportTimer |
periodic report timer
Definition at line 988 of file lte-ue-rrc.h.