![]() |
5G-LENA nr-v3.3-159-ga6832aa7
The 5G/NR module for the ns-3 simulator
|
#include "nr-eps-bearer.h"
Public Member Functions | |
NrAllocationRetentionPriority () | |
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 39 of file nr-eps-bearer.h.
ns3::NrAllocationRetentionPriority::NrAllocationRetentionPriority | ( | ) |
Default constructor, initializes member variables to zero or equivalent
Definition at line 25 of file nr-eps-bearer.cc.
bool ns3::NrAllocationRetentionPriority::preemptionCapability |
true if bearer can preempt others
Definition at line 46 of file nr-eps-bearer.h.
bool ns3::NrAllocationRetentionPriority::preemptionVulnerability |
true if bearer can be preempted by others
Definition at line 47 of file nr-eps-bearer.h.
uint8_t ns3::NrAllocationRetentionPriority::priorityLevel |
1-15; 1 = highest
Definition at line 45 of file nr-eps-bearer.h.