|
Bugzilla – Full Text Bug Listing |
| Summary: | Ideal wifi manager cannot handle NSS higher than 1 | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | sebastien.deronne |
| Component: | wifi | Assignee: | sebastien.deronne |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs, tomh |
| Priority: | P3 | ||
| Version: | ns-3.26 | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://www.nsnam.org/bugzilla/show_bug.cgi?id=2385 | ||
| Attachments: | patch to fix | ||
|
Description
sebastien.deronne
2017-05-01 15:34:53 UTC
Tom or Matias, can this be assigned to one of you? (In reply to sebastien.deronne from comment #1) > Tom or Matias, can this be assigned to one of you? I can take; may be related to 2385. Tom, should this be moved to duplicate then? Created attachment 2878 [details]
patch to fix
I believe this patch fixes the issue (I tested many nss combinations by hand). The overall code for ideal-wifi-manager.cc could be refactored a bit to reduce code duplication, but I did not take that step in this patch.
Thanks Tom, I will give a try. We can still do some cleanup actions later on. I also suggest to extend tests for nss>1 in our regression. I did not try all combinations, but it seems the patch solves the reported issue, thanks Tom. I will extend some more tests in the regression once the patch is pushed. pushed in changeset 12952:8dbfaa3bc882 |