3GPP 23.203 Section 6.1.7.3 Allocation and Retention Priority characteristics More...
#include <eps-bearer.h>
Public Member Functions | |
AllocationRetentionPriority () | |
Default constructor, inizializes member variables to zero or equivalent. More... | |
Public Attributes | |
bool | preemptionCapability |
bool | preemptionVulnerability |
uint8_t | priorityLevel |
3GPP 23.203 Section 6.1.7.3 Allocation and Retention Priority characteristics
Definition at line 51 of file eps-bearer.h.
ns3::AllocationRetentionPriority::AllocationRetentionPriority | ( | ) |
Default constructor, inizializes member variables to zero or equivalent.
Definition at line 38 of file eps-bearer.cc.
bool ns3::AllocationRetentionPriority::preemptionCapability |
Definition at line 58 of file eps-bearer.h.
Referenced by ns3::EpcX2HandoverRequestHeader::Deserialize().
bool ns3::AllocationRetentionPriority::preemptionVulnerability |
Definition at line 59 of file eps-bearer.h.
Referenced by ns3::EpcX2HandoverRequestHeader::Deserialize().
uint8_t ns3::AllocationRetentionPriority::priorityLevel |
Definition at line 57 of file eps-bearer.h.
Referenced by ns3::EpcX2HandoverRequestHeader::Deserialize().