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. More... | |
Public Attributes | |
bool | preemptionCapability |
true if bearer can preempt others More... | |
bool | preemptionVulnerability |
true if bearer can be preempted by others More... | |
uint8_t | priorityLevel |
1-15; 1 = highest More... | |
3GPP 23.203 Section 6.1.7.3 Allocation and Retention Priority characteristics
Definition at line 52 of file eps-bearer.h.
ns3::AllocationRetentionPriority::AllocationRetentionPriority | ( | ) |
Default constructor, initializes member variables to zero or equivalent.
Definition at line 38 of file eps-bearer.cc.
bool ns3::AllocationRetentionPriority::preemptionCapability |
true if bearer can preempt others
Definition at line 59 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 60 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 58 of file eps-bearer.h.
Referenced by ns3::EpcX2HandoverRequestHeader::Deserialize(), and ns3::LenaDeactivateBearerTestCase::DoRun().