Bug 2961 - "Max retries reached and m_longRetry not cleared properly" assertion fails
"Max retries reached and m_longRetry not cleared properly" assertion fails
Status: RESOLVED MOVED
Product: ns-3
Classification: Unclassified
Component: wifi
ns-3-dev
All All
: P3 normal
Assigned To: sebastien.deronne
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2018-07-23 10:49 UTC by Alexander Krotov
Modified: 2019-05-02 19:57 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Krotov 2018-07-23 10:49:47 UTC
Minstrel HT has this assertion:

https://github.com/nsnam/ns-3-dev-git/blob/b021f53ea21de882a0a823acd2988b23c4faf148/src/wifi/model/minstrel-ht-wifi-manager.cc#L766

It is indeed triggered when BlockAck and AMPDU are enabled and retry limit is reached, due to this unfixed FIXME:
https://github.com/nsnam/ns-3-dev-git/blob/b021f53ea21de882a0a823acd2988b23c4faf148/src/wifi/model/minstrel-ht-wifi-manager.cc#L703
Comment 1 Alexander Krotov 2019-05-02 19:57:20 UTC
Closing in favor of https://gitlab.com/nsnam/ns-3-dev/issues/50