Bug 2672

Summary: lte-test-fading.cc not listed in wscript
Product: ns-3 Reporter: Biljana Bojović <bbojovic>
Component: lteAssignee: Biljana Bojović <bbojovic>
Status: RESOLVED FIXED    
Severity: normal CC: ammo6818, manuel.requena, ns-bugs, tomh
Priority: P3    
Version: ns-3.26   
Hardware: All   
OS: All   

Description Biljana Bojović 2017-03-16 13:00:29 UTC
lte-test-fading.cc and lte-test-fading.h are not listed in wscript. Reported by Robert Ammon.
Comment 1 Tom Henderson 2017-03-31 19:25:01 UTC
lte-test-fading.h does not need to go in wscript

However, lte-test-fading.cc has dependencies that cannot be satisfied just by enabling it in the wscript.  It may have been disabled for this reason.

In file included from ../src/lte/test/lte-test-fading.cc:31:0:
../src/lte/test/lte-test-fading.h:28:42: fatal error: ns3/buildings-mobility-model.h: No such file or directory
compilation terminated.