#include <lte-radio-bearer-info.h>
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 |
![]() | |
Ptr< LtePdcp > | m_pdcp |
Ptr< LteRlc > | m_rlc |
Additional Inherited Members | |
![]() | |
LteRadioBearerInfo (void) | |
virtual | ~LteRadioBearerInfo (void) |
![]() | |
Object (const Object &o) | |
virtual void | DoDispose (void) |
virtual void | DoInitialize (void) |
virtual void | NotifyNewAggregate (void) |
store information on active data radio bearer instance
ns3::LteDataRadioBearerInfo is accessible through the following paths with Config::Set and Config::Connect:
No TraceSources are defined for this type.
Definition at line 71 of file lte-radio-bearer-info.h.
|
static |
Reimplemented from ns3::LteRadioBearerInfo.
Definition at line 56 of file lte-radio-bearer-info.cc.
References ns3::TypeId::ATTR_GET, m_drbIdentity, m_epsBearerIdentity, m_logicalChannelIdentity, ns3::LteRadioBearerInfo::m_pdcp, ns3::LteRadioBearerInfo::m_rlc, and ns3::TypeId::SetParent().
uint8_t ns3::LteDataRadioBearerInfo::m_drbIdentity |
Definition at line 79 of file lte-radio-bearer-info.h.
Referenced by ns3::UeManager::AddDataRadioBearerInfo(), ns3::LteUeRrc::ApplyRadioResourceConfigDedicated(), ns3::LteRrcConnectionEstablishmentTestCase::CheckConnected(), ns3::LteX2HandoverTestCase::CheckConnected(), GetTypeId(), and ns3::UeManager::SetupDataRadioBearer().
EpsBearer ns3::LteDataRadioBearerInfo::m_epsBearer |
Definition at line 77 of file lte-radio-bearer-info.h.
uint8_t ns3::LteDataRadioBearerInfo::m_epsBearerIdentity |
Definition at line 78 of file lte-radio-bearer-info.h.
Referenced by ns3::LteUeRrc::ApplyRadioResourceConfigDedicated(), ns3::LteRrcConnectionEstablishmentTestCase::CheckConnected(), ns3::LteX2HandoverTestCase::CheckConnected(), GetTypeId(), and ns3::UeManager::SetupDataRadioBearer().
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().
uint8_t ns3::LteDataRadioBearerInfo::m_logicalChannelIdentity |
Definition at line 81 of file lte-radio-bearer-info.h.
Referenced by ns3::LteUeRrc::ApplyRadioResourceConfigDedicated(), ns3::LteRrcConnectionEstablishmentTestCase::CheckConnected(), ns3::LteX2HandoverTestCase::CheckConnected(), GetTypeId(), and 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().