Bug 2417 - GetQosTid() is called for a not QoS header in MacLow.
GetQosTid() is called for a not QoS header in MacLow.
Status: RESOLVED DUPLICATE of bug 2379
Product: ns-3
Classification: Unclassified
Component: wifi
ns-3-dev
All All
: P5 major
Assigned To: sebastien.deronne
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2016-05-20 08:28 UTC by Matías Richart
Modified: 2016-05-20 10:13 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 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 ***