A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::LteDataRadioBearerInfo Class Reference

#include <lte-radio-bearer-info.h>

+ Inheritance diagram for ns3::LteDataRadioBearerInfo:
+ Collaboration diagram for ns3::LteDataRadioBearerInfo:

Static Public Member Functions

static TypeId GetTypeId (void)

Public Attributes

uint8_t m_drbIdentity
EpsBearer m_epsBearer
uint8_t m_epsBearerIdentity
uint32_t m_gtpTeid
LteRrcSap::LogicalChannelConfig m_logicalChannelConfig
uint8_t m_logicalChannelIdentity
LteRrcSap::RlcConfig m_rlcConfig
Ipv4Address m_transportLayerAddress
- Public Attributes inherited from ns3::LteRadioBearerInfo
Ptr< LtePdcpm_pdcp
Ptr< LteRlcm_rlc

Additional Inherited Members

- Public Member Functions inherited from ns3::LteRadioBearerInfo
 LteRadioBearerInfo (void)
virtual ~LteRadioBearerInfo (void)
- Protected Member Functions inherited from ns3::Object
 Object (const Object &o)
virtual void DoDispose (void)
virtual void DoInitialize (void)
virtual void NotifyNewAggregate (void)

Detailed Description

store information on active data radio bearer instance

Config Paths

ns3::LteDataRadioBearerInfo is accessible through the following paths with Config::Set and Config::Connect:

  • /NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]
  • /NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/DataRadioBearerMap/[i]
  • /NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]
  • /NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/DataRadioBearerMap/[i]

Attributes

No TraceSources are defined for this type.

Definition at line 71 of file lte-radio-bearer-info.h.

Member Function Documentation

TypeId ns3::LteDataRadioBearerInfo::GetTypeId ( void  )
static

Member Data Documentation

EpsBearer ns3::LteDataRadioBearerInfo::m_epsBearer

Definition at line 77 of file lte-radio-bearer-info.h.

uint32_t ns3::LteDataRadioBearerInfo::m_gtpTeid

S1-bearer GTP tunnel endpoint identifier, see 36.423 9.2.1

Definition at line 83 of file lte-radio-bearer-info.h.

Referenced by ns3::UeManager::SendData(), and ns3::UeManager::SetupDataRadioBearer().

LteRrcSap::LogicalChannelConfig ns3::LteDataRadioBearerInfo::m_logicalChannelConfig

Definition at line 82 of file lte-radio-bearer-info.h.

Referenced by ns3::UeManager::SetupDataRadioBearer().

LteRrcSap::RlcConfig ns3::LteDataRadioBearerInfo::m_rlcConfig

Definition at line 80 of file lte-radio-bearer-info.h.

Referenced by ns3::UeManager::SetupDataRadioBearer().

Ipv4Address ns3::LteDataRadioBearerInfo::m_transportLayerAddress

IP Address of the SGW, see 36.423 9.2.1

Definition at line 84 of file lte-radio-bearer-info.h.

Referenced by ns3::UeManager::SetupDataRadioBearer().


The documentation for this class was generated from the following files: