A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::LteRrcSap::MeasConfig Struct Reference

MeasConfig structure. More...

#include "lte-rrc-sap.h"

+ Collaboration diagram for ns3::LteRrcSap::MeasConfig:

Public Attributes

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

Detailed Description

MeasConfig structure.

Definition at line 541 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

measure gap config

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

Referenced by ns3::RrcAsn1Header::DeserializeMeasConfig(), and ns3::RrcAsn1Header::SerializeMeasConfig().

◆ 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

speed state parameters

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

Referenced by ns3::RrcAsn1Header::DeserializeMeasConfig(), and ns3::RrcAsn1Header::SerializeMeasConfig().


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