A Discrete-Event Network Simulator
API
Public Attributes | List of all members
ns3::LteRrcSap::MeasConfig Struct Reference

MeasConfig structure. More...

#include "lte-rrc-sap.h"

Public Attributes

bool haveMeasGapConfig
 have measure gap config? More...
 
bool haveQuantityConfig
 have quantity config? More...
 
bool haveSmeasure
 have S measure? More...
 
bool haveSpeedStatePars
 have speed state parameters? More...
 
MeasGapConfig measGapConfig
 measure gap config More...
 
std::list< MeasIdToAddModmeasIdToAddModList
 measure ID to add mod list More...
 
std::list< uint8_t > measIdToRemoveList
 measure ID to remove list More...
 
std::list< MeasObjectToAddModmeasObjectToAddModList
 measure object to add mod list More...
 
std::list< uint8_t > measObjectToRemoveList
 measure object to remove list More...
 
QuantityConfig quantityConfig
 quantity config More...
 
std::list< ReportConfigToAddModreportConfigToAddModList
 report config to add mod list More...
 
std::list< uint8_t > reportConfigToRemoveList
 report config to remove list More...
 
uint8_t sMeasure
 S measure. More...
 
SpeedStatePars speedStatePars
 speed state parameters More...
 

Detailed Description

MeasConfig structure.

Definition at line 511 of file lte-rrc-sap.h.

Member Data Documentation

◆ haveMeasGapConfig

bool ns3::LteRrcSap::MeasConfig::haveMeasGapConfig

◆ haveQuantityConfig

bool ns3::LteRrcSap::MeasConfig::haveQuantityConfig

◆ haveSmeasure

bool ns3::LteRrcSap::MeasConfig::haveSmeasure

◆ haveSpeedStatePars

bool ns3::LteRrcSap::MeasConfig::haveSpeedStatePars

◆ measGapConfig

MeasGapConfig ns3::LteRrcSap::MeasConfig::measGapConfig

◆ measIdToAddModList

std::list<MeasIdToAddMod> ns3::LteRrcSap::MeasConfig::measIdToAddModList

◆ measIdToRemoveList

std::list<uint8_t> ns3::LteRrcSap::MeasConfig::measIdToRemoveList

◆ measObjectToAddModList

std::list<MeasObjectToAddMod> ns3::LteRrcSap::MeasConfig::measObjectToAddModList

◆ measObjectToRemoveList

std::list<uint8_t> ns3::LteRrcSap::MeasConfig::measObjectToRemoveList

◆ quantityConfig

QuantityConfig ns3::LteRrcSap::MeasConfig::quantityConfig

◆ reportConfigToAddModList

std::list<ReportConfigToAddMod> ns3::LteRrcSap::MeasConfig::reportConfigToAddModList

◆ reportConfigToRemoveList

std::list<uint8_t> ns3::LteRrcSap::MeasConfig::reportConfigToRemoveList

◆ sMeasure

uint8_t ns3::LteRrcSap::MeasConfig::sMeasure

◆ speedStatePars

SpeedStatePars ns3::LteRrcSap::MeasConfig::speedStatePars

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