Bug 2322 - li-ion-energy-source-helper is not included in the wscript
li-ion-energy-source-helper is not included in the wscript
Status: RESOLVED DUPLICATE of bug 2183
Product: ns-3
Classification: Unclassified
Component: energy
unspecified
All All
: P5 minor
Assigned To: Cristiano Tapparello
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2016-03-03 22:42 UTC by Hossam Khader
Modified: 2016-03-04 09:51 UTC (History)
2 users (show)

See Also:


Attachments
energy wscript (1.90 KB, text/plain)
2016-03-04 09:45 UTC, Hossam Khader
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hossam Khader 2016-03-03 22:42:55 UTC
li-ion-energy-source-helper is not included in the wscript
Comment 1 Tommaso Pecorella 2016-03-04 02:53:36 UTC
It seems to be included:

    obj = bld.create_ns3_module('energy', ['network'])
    obj.source = [
        'model/energy-source.cc',
        'model/basic-energy-source.cc',
        'model/li-ion-energy-source.cc',
        'model/rv-battery-model.cc',
        'model/device-energy-model.cc',
        'model/device-energy-model-container.cc',
        'model/simple-device-energy-model.cc',
        'model/energy-harvester.cc',
        'model/basic-energy-harvester.cc',
        'helper/energy-source-container.cc',
        'helper/energy-model-helper.cc',
        'helper/basic-energy-source-helper.cc',
        'helper/li-ion-energy-source-helper.cc',
        'helper/rv-battery-model-helper.cc',
        'helper/energy-harvester-container.cc',
        'helper/energy-harvester-helper.cc',
        'helper/basic-energy-harvester-helper.cc',
        ]

Mind to explain the problem ?
Comment 2 Hossam Khader 2016-03-04 09:45:28 UTC
Created attachment 2327 [details]
energy wscript
Comment 3 Tommaso Pecorella 2016-03-04 09:51:38 UTC
This bug is known and has been already patched.

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