Bug 2417

Summary: GetQosTid() is called for a not QoS header in MacLow.
Product: ns-3 Reporter: Matías Richart <matis18>
Component: wifiAssignee: sebastien.deronne
Status: RESOLVED DUPLICATE    
Severity: major CC: ns-bugs
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   

Description Matías Richart 2016-05-20 08:28:16 UTC
assert failed. cond="IsQosData ()", file=../src/wifi/model/wifi-mac-header.cc, line=855
when running minstrel-ht-wifi-manager-example.

I found the problem is that firsthdr is a CTL_BACKREQ. The function is called in mac_low.cc:2825 of ns-3-dev.
The problem is introduced after the fix for bug 2307.
Comment 1 sebastien.deronne 2016-05-20 08:35:39 UTC
Is it not a duplicate of bug 2380? (will be soon pushed to ns-3-dev)
Comment 2 Matías Richart 2016-05-20 10:13:19 UTC
No, but it is solved by patch from bug 2379 :D
Marking as duplicate.
Comment 3 Matías Richart 2016-05-20 10:13:42 UTC

*** This bug has been marked as a duplicate of bug 2379 ***