|
Bugzilla – Full Text Bug Listing |
| Summary: | node --> internet-stack --> node | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Gustavo J. A. M. Carneiro <gjcarneiro> |
| Component: | general | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | tomh, watrous |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Gustavo J. A. M. Carneiro
2010-10-26 06:45:11 UTC
Would this be solved by putting the following modules into a lowest level module that doesn't depend on any other modules:
common
core
node
helper
(In reply to comment #1) > Would this be solved by putting the following modules into a lowest level > module that doesn't depend on any other modules: No, I think in this case this dependency happens only because of a test suite code that is included at the end of src/node/ipv6-packet-info-tag.cc. I think this test suite code should be to a separate program, and should also not depend on the internet-stack module. It makes no sense that you cannot test the 'node' module without the presence of the 'internet-stack' module above it. fixed in 036f9a0b9899 |