Bug 2046 - Configure80211n does not set Block ACK timeout
Configure80211n does not set Block ACK timeout
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: wifi
ns-3-dev
All All
: P5 normal
Assigned To: Daniel L.
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2015-01-24 06:46 EST by sebastien.deronne
Modified: 2015-01-30 15:41 EST (History)
2 users (show)

See Also:


Attachments
patch to set Block Ack timeout when SetStandard is called (1.26 KB, patch)
2015-01-24 06:46 EST, sebastien.deronne
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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