Represents a single triggered event from a measurement identity which reporting criteria have been fulfilled, but delayed by time-to-trigger. More...
Public Attributes | |
ConcernedCells_t | concernedCells |
The list of cells responsible for this trigger. More... | |
uint8_t | measId |
The measurement identity which raised the trigger. More... | |
EventId | timer |
The pending reporting event, scheduled at the end of the time-to-trigger. More... | |
Represents a single triggered event from a measurement identity which reporting criteria have been fulfilled, but delayed by time-to-trigger.
Definition at line 1110 of file lte-ue-rrc.h.
ConcernedCells_t ns3::LteUeRrc::PendingTrigger_t::concernedCells |
The list of cells responsible for this trigger.
Definition at line 1113 of file lte-ue-rrc.h.
Referenced by ns3::LteUeRrc::MeasurementReportTriggering().
uint8_t ns3::LteUeRrc::PendingTrigger_t::measId |
The measurement identity which raised the trigger.
Definition at line 1112 of file lte-ue-rrc.h.
Referenced by ns3::LteUeRrc::MeasurementReportTriggering().
EventId ns3::LteUeRrc::PendingTrigger_t::timer |
The pending reporting event, scheduled at the end of the time-to-trigger.
Definition at line 1115 of file lte-ue-rrc.h.
Referenced by ns3::LteUeRrc::MeasurementReportTriggering().