Bug 2591

Summary: 802.11e Block Ack mechanism cannot be enabled on HT/VHT stations
Product: ns-3 Reporter: sebastien.deronne
Component: wifiAssignee: sebastien.deronne
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs, tomh
Priority: P3    
Version: ns-3.26   
Hardware: All   
OS: All   
Attachments: patch to fix

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