Bugzilla – Bug 2847
Interference models produce negative interference because of roundoff.
Last modified: 2018-05-31 18:53:03 UTC
This is a placeholder for the Spectrum component. Please see the Wifi bug 2846 for all details.
We're tracking this in bug 2791 now.
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.