Bug 2789

Summary: wifi-ac-mapping-test-suite references undefined class "ns3::MqQueueDisc"
Product: ns-3 Reporter: Robert Ammon <ammo6818>
Component: wifiAssignee: sebastien.deronne
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs, tomh
Priority: P3    
Version: ns-3-dev   
Hardware: All   
OS: All   
Attachments: Affected test case file

Description Robert Ammon 2017-10-02 23:06:30 UTC
Created attachment 2927 [details]
Affected test case file

Source file src\test\ns3wifi\wifi-ac-mapping-test-suite.cc references an undefined class "ns3::MqQueueDisc" which is not defined in any other modules.
Comment 1 Tom Henderson 2017-10-03 19:39:20 UTC
See traffic-control/model/mq-queue-disc.cc
Comment 2 Robert Ammon 2017-10-03 21:55:18 UTC
Missing source file added to my local development environment.  No other changes necessary.