|
ns-3
|
#include <eps-bearer.h>

Public Types | |
| enum | Qci { GBR_CONV_VOICE = 1, GBR_CONV_VIDEO = 2, GBR_GAMING = 3, GBR_NON_CONV_VIDEO = 4, NGBR_IMS = 5, NGBR_VIDEO_TCP_OPERATOR = 6, NGBR_VOICE_VIDEO_GAMING = 7, NGBR_VIDEO_TCP_PREMIUM = 8, NGBR_VIDEO_TCP_DEFAULT = 9 } |
Public Member Functions | |
| EpsBearer (Qci x) | |
| bool | IsGbr () const |
| uint8_t | GetPriority () const |
| uint16_t | GetPacketDelayBudgetMs () const |
| double | GetPacketErrorLossRate () const |
Public Attributes | |
| enum ns3::EpsBearer::Qci | qci |
| GbrQosInformation | gbrQosInfo |
| AllocationRetentionPriority | arp |
This class contains the specification of EPS Bearers.
See the following references: 3GPP TS 23.203, Section 4.7.2 The EPS bearer 3GPP TS 23.203, Section 4.7.3 Bearer level QoS parameters 3GPP TS 36.413 Section 9.2.1.15 E-RAB Level QoS Parameters
| enum ns3::EpsBearer::Qci |
QoS Class Indicator. See 3GPP 23.203 Section 6.1.7.2 for standard values.
| ns3::EpsBearer::EpsBearer | ( | Qci | x | ) |
| x | the QoS Class Indicator |
| uint16_t ns3::EpsBearer::GetPacketDelayBudgetMs | ( | ) | const |
References NS_FATAL_ERROR.
| double ns3::EpsBearer::GetPacketErrorLossRate | ( | ) | const |
References NS_FATAL_ERROR.
Referenced by ns3::LteHelper::GetRlcType().
| uint8_t ns3::EpsBearer::GetPriority | ( | ) | const |
References NS_FATAL_ERROR.
| bool ns3::EpsBearer::IsGbr | ( | ) | const |
References NS_FATAL_ERROR.
Referenced by ns3::LteEnbRrc::SetupRadioBearer().