Bug 2672 - lte-test-fading.cc not listed in wscript
lte-test-fading.cc not listed in wscript
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: lte
ns-3.26
All All
: P3 normal
Assigned To: Biljana Bojović
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2017-03-16 13:00 UTC by Biljana Bojović
Modified: 2019-05-31 10:15 UTC (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.