![]() |
5G-LENA nr-v3.3-159-ga6832aa7
The 5G/NR module for the ns-3 simulator
|
#include "nr-eps-bearer.h"
Public Member Functions | |
NrGbrQosInformation () | |
Public Attributes | |
uint64_t | gbrDl |
uint64_t | gbrUl |
uint64_t | mbrDl |
uint64_t | mbrUl |
3GPP TS 36.413 9.2.1.18 GBR QoS Information
Definition at line 22 of file nr-eps-bearer.h.
ns3::NrGbrQosInformation::NrGbrQosInformation | ( | ) |
Default constructor, initializes member variables to zero or equivalent
Definition at line 17 of file nr-eps-bearer.cc.
uint64_t ns3::NrGbrQosInformation::gbrDl |
Guaranteed Bit Rate (bit/s) in downlink
Definition at line 29 of file nr-eps-bearer.h.
Referenced by ns3::NrGtpcIes::DeserializeBearerQos(), ns3::NrNoOpComponentCarrierManager::DoSetupDataRadioBearer(), and ns3::NrGtpcIes::SerializeBearerQos().
uint64_t ns3::NrGbrQosInformation::gbrUl |
Guaranteed Bit Rate (bit/s) in uplink
Definition at line 30 of file nr-eps-bearer.h.
Referenced by ns3::NrGtpcIes::DeserializeBearerQos(), ns3::NrNoOpComponentCarrierManager::DoSetupDataRadioBearer(), ns3::NrGtpcIes::SerializeBearerQos(), and ns3::NrUeManager::SetupDataRadioBearer().
uint64_t ns3::NrGbrQosInformation::mbrDl |
Maximum Bit Rate (bit/s) in downlink
Definition at line 31 of file nr-eps-bearer.h.
Referenced by ns3::NrGtpcIes::DeserializeBearerQos(), ns3::NrNoOpComponentCarrierManager::DoSetupDataRadioBearer(), and ns3::NrGtpcIes::SerializeBearerQos().
uint64_t ns3::NrGbrQosInformation::mbrUl |
Maximum Bit Rate (bit/s) in uplink
Definition at line 32 of file nr-eps-bearer.h.
Referenced by ns3::NrGtpcIes::DeserializeBearerQos(), ns3::NrNoOpComponentCarrierManager::DoSetupDataRadioBearer(), and ns3::NrGtpcIes::SerializeBearerQos().