5G-LENA nr-v3.3-120-gdac69c56
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
ns3::NrDataRadioBearerInfo Class Reference

#include "nr-radio-bearer-info.h"

+ Inheritance diagram for ns3::NrDataRadioBearerInfo:
+ Collaboration diagram for ns3::NrDataRadioBearerInfo:

Static Public Member Functions

static TypeId GetTypeId ()
 Get the type ID.
 
- Static Public Member Functions inherited from ns3::NrRadioBearerInfo
static TypeId GetTypeId ()
 Get the type ID.
 

Public Attributes

uint8_t m_drbIdentity
 DRB identity.
 
NrEpsBearer m_epsBearer
 EPS bearer.
 
uint8_t m_epsBearerIdentity
 EPS bearer identity.
 
uint32_t m_gtpTeid
 
NrRrcSap::LogicalChannelConfig m_logicalChannelConfig
 logical channel config
 
uint8_t m_logicalChannelIdentity
 logical channel identity
 
NrRrcSap::RlcConfig m_rlcConfig
 RLC config.
 
Ipv4Address m_transportLayerAddress
 
- Public Attributes inherited from ns3::NrRadioBearerInfo
Ptr< NrPdcpm_pdcp
 PDCP.
 
Ptr< NrRlcm_rlc
 RLC.
 

Detailed Description

store information on active data radio bearer instance

Definition at line 63 of file nr-radio-bearer-info.h.

Member Function Documentation

◆ GetTypeId()

TypeId ns3::NrDataRadioBearerInfo::GetTypeId ( )
static

Get the type ID.

Returns
the object TypeId

Definition at line 36 of file nr-radio-bearer-info.cc.

References m_drbIdentity, m_epsBearerIdentity, m_logicalChannelIdentity, ns3::NrRadioBearerInfo::m_pdcp, and ns3::NrRadioBearerInfo::m_rlc.

Member Data Documentation

◆ m_drbIdentity

uint8_t ns3::NrDataRadioBearerInfo::m_drbIdentity

DRB identity.

Definition at line 74 of file nr-radio-bearer-info.h.

Referenced by GetTypeId().

◆ m_epsBearer

NrEpsBearer ns3::NrDataRadioBearerInfo::m_epsBearer

EPS bearer.

Definition at line 72 of file nr-radio-bearer-info.h.

◆ m_epsBearerIdentity

uint8_t ns3::NrDataRadioBearerInfo::m_epsBearerIdentity

EPS bearer identity.

Definition at line 73 of file nr-radio-bearer-info.h.

Referenced by GetTypeId().

◆ m_gtpTeid

uint32_t ns3::NrDataRadioBearerInfo::m_gtpTeid

S1-bearer GTP tunnel endpoint identifier, see 36.423 9.2.1

Definition at line 78 of file nr-radio-bearer-info.h.

◆ m_logicalChannelConfig

NrRrcSap::LogicalChannelConfig ns3::NrDataRadioBearerInfo::m_logicalChannelConfig

logical channel config

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

◆ m_logicalChannelIdentity

uint8_t ns3::NrDataRadioBearerInfo::m_logicalChannelIdentity

logical channel identity

Definition at line 76 of file nr-radio-bearer-info.h.

Referenced by GetTypeId().

◆ m_rlcConfig

NrRrcSap::RlcConfig ns3::NrDataRadioBearerInfo::m_rlcConfig

RLC config.

Definition at line 75 of file nr-radio-bearer-info.h.

◆ m_transportLayerAddress

Ipv4Address ns3::NrDataRadioBearerInfo::m_transportLayerAddress

IP Address of the SGW, see 36.423 9.2.1

Definition at line 79 of file nr-radio-bearer-info.h.


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