Bug 2591 - 802.11e Block Ack mechanism cannot be enabled on HT/VHT stations
802.11e Block Ack mechanism cannot be enabled on HT/VHT stations
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: wifi
ns-3.26
All All
: P3 normal
Assigned To: sebastien.deronne
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2016-12-18 09:04 UTC by sebastien.deronne
Modified: 2016-12-28 08:10 UTC (History)
2 users (show)

See Also:


Attachments
patch to fix (716 bytes, patch)
2016-12-18 09:04 UTC, sebastien.deronne
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description sebastien.deronne 2016-12-18 09:04:59 UTC
Created attachment 2708 [details]
patch to fix

When we disable A-MPDU and we set the BlockAckThreshold attribute, 802.11n/ac does not enable Block Ack as expected. Patch to fix in attachment.
Comment 1 Tom Henderson 2016-12-20 00:42:56 UTC
MpduAggregator::GetMaxAmpduSize () is missing documentation (in the base class) and especially what the special return value of 0 means.
Comment 2 sebastien.deronne 2016-12-21 15:50:06 UTC
(In reply to Tom Henderson from comment #1)
> MpduAggregator::GetMaxAmpduSize () is missing documentation (in the base
> class) and especially what the special return value of 0 means.

I will update doc.
Comment 3 sebastien.deronne 2016-12-28 08:10:07 UTC
Fix pushed in changeset 12487:b97cad6372a7, doxygen updated in changeset 12488:e17495eae070