3GPP 23.203 Section 6.1.7.3 Allocation and Retention Priority characteristics More...
#include "eps-bearer.h"
Public Member Functions | |
AllocationRetentionPriority () | |
Default constructor, initializes member variables to zero or equivalent. | |
Public Attributes | |
bool | preemptionCapability |
true if bearer can preempt others | |
bool | preemptionVulnerability |
true if bearer can be preempted by others | |
uint8_t | priorityLevel |
1-15; 1 = highest | |
3GPP 23.203 Section 6.1.7.3 Allocation and Retention Priority characteristics
Definition at line 41 of file eps-bearer.h.
ns3::AllocationRetentionPriority::AllocationRetentionPriority | ( | ) |
Default constructor, initializes member variables to zero or equivalent.
Definition at line 27 of file eps-bearer.cc.
bool ns3::AllocationRetentionPriority::preemptionCapability |
true if bearer can preempt others
Definition at line 48 of file eps-bearer.h.
Referenced by ns3::EpcX2HandoverRequestHeader::Deserialize(), and ns3::LenaDeactivateBearerTestCase::DoRun().
bool ns3::AllocationRetentionPriority::preemptionVulnerability |
true if bearer can be preempted by others
Definition at line 49 of file eps-bearer.h.
Referenced by ns3::EpcX2HandoverRequestHeader::Deserialize(), and ns3::LenaDeactivateBearerTestCase::DoRun().
uint8_t ns3::AllocationRetentionPriority::priorityLevel |
1-15; 1 = highest
Definition at line 47 of file eps-bearer.h.
Referenced by ns3::EpcX2HandoverRequestHeader::Deserialize(), and ns3::LenaDeactivateBearerTestCase::DoRun().