Bugzilla – Full Text Bug Listing |
Summary: | Interference models produce negative interference because of roundoff. | ||
---|---|---|---|
Product: | ns-3 | Reporter: | Peter Barnes <pdbarnes> |
Component: | spectrum | Assignee: | Nicola Baldo <nicola> |
Status: | PATCH WANTED --- | ||
Severity: | normal | CC: | ns-bugs, tomh |
Priority: | P3 | ||
Version: | ns-3-dev | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
https://www.nsnam.org/bugzilla/show_bug.cgi?id=2846 https://www.nsnam.org/bugzilla/show_bug.cgi?id=2791 |
Description
Peter Barnes
2018-01-08 19:25:13 UTC
Move to NEEDINFO (is it resolved by 2791 or is there something more to do?) (In reply to Tom Henderson from comment #2) > Move to NEEDINFO (is it resolved by 2791 or is there something more to do?) The fix from bug 2791 (or something very similar) needs to be applied to the spectrum Ix version. Another approach would be to abstract out the Ix calculation to a utility class, or refactor wifi to use the spectrum Ix directly. The last is probably the right approach. (In reply to Peter Barnes from comment #3) > (In reply to Tom Henderson from comment #2) > > Move to NEEDINFO (is it resolved by 2791 or is there something more to do?) > > The fix from bug 2791 (or something very similar) needs to be applied to the > spectrum Ix version. Another approach would be to abstract out the Ix > calculation to a utility class, or refactor wifi to use the spectrum Ix > directly. The last is probably the right approach. The last idea is interesting, but we may want to consider also to deprecate the non-spectrum phy (YansWifiPhy) if we go down that path. |