equal
deleted
inserted
replaced
43 /* If a qos tag is attached to the packet, returns a value < 8. |
43 /* If a qos tag is attached to the packet, returns a value < 8. |
44 A value >= 8 is returned otherwise. |
44 A value >= 8 is returned otherwise. |
45 */ |
45 */ |
46 uint8_t QosUtilsGetTidForPacket (Ptr<const Packet> packet); |
46 uint8_t QosUtilsGetTidForPacket (Ptr<const Packet> packet); |
47 |
47 |
|
48 /* |
|
49 * Next function is useful to correctly sort buffered packets under block ack. |
|
50 * When an BAR is received from originator station, completed "old" |
|
51 * (see section 9.10.3 in IEEE802.11e) packets must be forwarded up before "new" packets. |
|
52 */ |
|
53 uint32_t QosUtilsMapSeqControlToUniqueInteger (uint16_t seqControl, uint16_t endSequence); |
|
54 |
48 } //namespace ns3 |
55 } //namespace ns3 |
49 |
56 |
50 #endif /* QOS_UTILS_H */ |
57 #endif /* QOS_UTILS_H */ |