Bug 2961

Summary: "Max retries reached and m_longRetry not cleared properly" assertion fails
Product: ns-3 Reporter: Alexander Krotov <krotov>
Component: wifiAssignee: sebastien.deronne
Status: RESOLVED MOVED    
Severity: normal CC: ns-bugs
Priority: P3    
Version: ns-3-dev   
Hardware: All   
OS: All   

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