diff --git a/src/lte/model/eps-bearer.h b/src/lte/model/eps-bearer.h index 989ffce27..2e0835de3 100644 --- a/src/lte/model/eps-bearer.h +++ b/src/lte/model/eps-bearer.h @@ -46,8 +46,8 @@ struct GbrQosInformation struct AllocationRetentionPriority { uint8_t priorityLevel; // /< 1-15; 1 = highest - bool preemprionCapability; // /< true if bearer can preempt others - bool preemprionVulnerability; // true if bearer can be preempted by others + bool preemptionCapability; // /< true if bearer can preempt others + bool preemptionVulnerability; // true if bearer can be preempted by others }; /**