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

Represents a single measurement reporting entry., which includes information about a measurement for which the triggering conditions have been met. More...

+ Collaboration diagram for ns3::LteUeRrc::VarMeasReport:

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

Detailed Description

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.

Member Data Documentation

◆ cellsTriggeredList

std::set<uint16_t> ns3::LteUeRrc::VarMeasReport::cellsTriggeredList

note: only E-UTRA is supported.

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

◆ measId

uint8_t ns3::LteUeRrc::VarMeasReport::measId

measure ID

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

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

◆ numberOfReportsSent

uint32_t ns3::LteUeRrc::VarMeasReport::numberOfReportsSent

number of reports sent

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

◆ periodicReportTimer

EventId ns3::LteUeRrc::VarMeasReport::periodicReportTimer

periodic report timer

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


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