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

Represents a single triggered event from a measurement identity which reporting criteria have been fulfilled, but delayed by time-to-trigger. More...

+ Collaboration diagram for ns3::LteUeRrc::PendingTrigger_t:

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...
 

Detailed Description

Represents a single triggered event from a measurement identity which reporting criteria have been fulfilled, but delayed by time-to-trigger.

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

Member Data Documentation

◆ concernedCells

ConcernedCells_t ns3::LteUeRrc::PendingTrigger_t::concernedCells

The list of cells responsible for this trigger.

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

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

◆ measId

uint8_t ns3::LteUeRrc::PendingTrigger_t::measId

The measurement identity which raised the trigger.

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

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

◆ timer

EventId ns3::LteUeRrc::PendingTrigger_t::timer

The pending reporting event, scheduled at the end of the time-to-trigger.

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

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


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