A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
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.
 
uint8_t measId
 The measurement identity which raised the trigger.
 
EventId timer
 The pending reporting event, scheduled at the end of the time-to-trigger.
 

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 1110 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 1113 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 1112 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 1115 of file lte-ue-rrc.h.

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


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