A Discrete-Event Network Simulator
API
Public Member Functions | Public Attributes | List of all members
ns3::GbrQosInformation Struct Reference

3GPP TS 36.413 9.2.1.18 GBR QoS Information More...

#include "eps-bearer.h"

Public Member Functions

 GbrQosInformation ()
 Default constructor, initializes member variables to zero or equivalent. More...
 

Public Attributes

uint64_t gbrDl
 Guaranteed Bit Rate (bit/s) in downlink. More...
 
uint64_t gbrUl
 Guaranteed Bit Rate (bit/s) in uplink. More...
 
uint64_t mbrDl
 Maximum Bit Rate (bit/s) in downlink. More...
 
uint64_t mbrUl
 Maximum Bit Rate (bit/s) in uplink. More...
 

Detailed Description

3GPP TS 36.413 9.2.1.18 GBR QoS Information

Definition at line 33 of file eps-bearer.h.

Constructor & Destructor Documentation

◆ GbrQosInformation()

ns3::GbrQosInformation::GbrQosInformation ( )

Default constructor, initializes member variables to zero or equivalent.

Definition at line 30 of file eps-bearer.cc.

Member Data Documentation

◆ gbrDl

uint64_t ns3::GbrQosInformation::gbrDl

◆ gbrUl

uint64_t ns3::GbrQosInformation::gbrUl

◆ mbrDl

uint64_t ns3::GbrQosInformation::mbrDl

◆ mbrUl

uint64_t ns3::GbrQosInformation::mbrUl

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