A Discrete-Event Network Simulator
API
Public Member Functions | Public Attributes | List of all members
ns3::AllocationRetentionPriority Struct Reference

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...
 

Detailed Description

3GPP 23.203 Section 6.1.7.3 Allocation and Retention Priority characteristics

Definition at line 51 of file eps-bearer.h.

Constructor & Destructor Documentation

◆ AllocationRetentionPriority()

ns3::AllocationRetentionPriority::AllocationRetentionPriority ( )

Default constructor, initializes member variables to zero or equivalent.

Definition at line 38 of file eps-bearer.cc.

Member Data Documentation

◆ preemptionCapability

bool ns3::AllocationRetentionPriority::preemptionCapability

true if bearer can preempt others

Definition at line 58 of file eps-bearer.h.

Referenced by ns3::EpcX2HandoverRequestHeader::Deserialize(), and ns3::LenaDeactivateBearerTestCase::DoRun().

◆ preemptionVulnerability

bool ns3::AllocationRetentionPriority::preemptionVulnerability

true if bearer can be preempted by others

Definition at line 59 of file eps-bearer.h.

Referenced by ns3::EpcX2HandoverRequestHeader::Deserialize(), and ns3::LenaDeactivateBearerTestCase::DoRun().

◆ priorityLevel

uint8_t ns3::AllocationRetentionPriority::priorityLevel

1-15; 1 = highest

Definition at line 57 of file eps-bearer.h.

Referenced by ns3::EpcX2HandoverRequestHeader::Deserialize(), and ns3::LenaDeactivateBearerTestCase::DoRun().


The documentation for this struct was generated from the following files: