![]() |
5G-LENA nr-v3.3-120-gdac69c56
The 5G/NR module for the ns-3 simulator
|
#include "nr-radio-bearer-info.h"
Static Public Member Functions | |
static TypeId | GetTypeId () |
Get the type ID. | |
Public Attributes | |
Ptr< NrPdcp > | m_pdcp |
PDCP. | |
Ptr< NrRlc > | m_rlc |
RLC. | |
store information on active radio bearer instance
Introspection did not find any typical Config paths.
No Attributes are defined for this type.
No TraceSources are defined for this type.
Size of this type is 72 bytes (on a 64-bit architecture).
Definition at line 27 of file nr-radio-bearer-info.h.
ns3::NrRadioBearerInfo::NrRadioBearerInfo | ( | ) |
Definition at line 19 of file nr-radio-bearer-info.cc.
|
override |
Definition at line 23 of file nr-radio-bearer-info.cc.
|
static |
Ptr<NrPdcp> ns3::NrRadioBearerInfo::m_pdcp |
PDCP.
Definition at line 39 of file nr-radio-bearer-info.h.
Referenced by ns3::NrSignalingRadioBearerInfo::GetTypeId(), and ns3::NrDataRadioBearerInfo::GetTypeId().
Ptr<NrRlc> ns3::NrRadioBearerInfo::m_rlc |
RLC.
Definition at line 38 of file nr-radio-bearer-info.h.
Referenced by ns3::NrSignalingRadioBearerInfo::GetTypeId(), and ns3::NrDataRadioBearerInfo::GetTypeId().