fixed typo in eps-bearer.h

This commit is contained in:
Nicola Baldo
2013-01-21 17:10:14 +01:00
parent 1d1815ed2d
commit de65d3dbce

View File

@@ -55,8 +55,8 @@ struct AllocationRetentionPriority
*/
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
};
/**