#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< LtePdcp > | m_pdcp |
| Ptr< LteRlc > | m_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) |
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 |
Get the type ID.
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().
Here is the call graph for this function:| 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(), ns3::LteX2HandoverMeasuresTestCase::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(), ns3::LteX2HandoverMeasuresTestCase::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(), ns3::LteX2HandoverMeasuresTestCase::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().