Bug 2046

Summary: Configure80211n does not set Block ACK timeout
Product: ns-3 Reporter: sebastien.deronne
Component: wifiAssignee: Daniel L. <nikkipui>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs, tomh
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   
Attachments: patch to set Block Ack timeout when SetStandard is called

Description sebastien.deronne 2015-01-24 06:46:42 EST
Created attachment 1953 [details]
patch to set Block Ack timeout when SetStandard is called

Basic Block ACK timeout and Compressed Block ACK timeout are not set when SetStandard is called. Instead, for both 2.4 GHz and 5 GHz channels, they are set to the same default values.

Attached patch is proposed to fix the issue.
Comment 1 Tom Henderson 2015-01-28 13:07:01 EST
Is this related to bug 761?  (the GetDefaultMaxPropagationDelay () * 2 part)
Comment 2 sebastien.deronne 2015-01-28 13:12:19 EST
This bug is only there because SetStandard does not call SetBasicBlockAckTimeout nor SetCompressedBlockAckTimeout. For now, it still considers current implementation of timeout values (may be adapted later on, based on agreements for bug 761).
Comment 3 Tom Henderson 2015-01-30 15:41:44 EST
fixed in changeset 11189:c17091a7616e