|
Bugzilla – Full Text Bug Listing |
| Summary: | remove unnecessary Time to double conversions in wifi models | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tom Henderson <tomh> |
| Component: | wifi | Assignee: | sebastien.deronne |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs, sebastien.deronne, tommaso.pecorella |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | patch to remove unnecessary Time to double conversions in wifi models | ||
|
Description
Tom Henderson
2014-12-12 15:06:31 UTC
Is someone already working on that or planned to work on that? If not, I may have a look at this issue. I'd suggest to take a look at bug 1974 and see if the two can be harmonized. Created attachment 1935 [details]
patch to remove unnecessary Time to double conversions in wifi models
I made a patch for this issue.
It turns the ...DurationMicroSeconds into ...Duration and now return a Time instead of a double. I updated Doxygen as well.
A good point is now that it removes the issues related to short guard intervals!
Note that I also added some additional unit tests in the devices-wifi-tx-duration test suite.
promoted to bug, since it can cause a real error, +1 to push (need to rescan bindings). pushed in changeset 11119:067928a573cd |