Bugzilla – Full Text Bug Listing |
Summary: | Queue occupancy counter not decremented in WifiMacQueue::Remove() | ||
---|---|---|---|
Product: | ns-3 | Reporter: | Dean Armstrong <deanarm> |
Component: | wifi | Assignee: | Dean Armstrong <deanarm> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ns-bugs |
Priority: | P3 | Keywords: | bug |
Version: | ns-3-dev | ||
Hardware: | All | ||
OS: | All | ||
Attachments: | proposed patch |
Description
Dean Armstrong
2010-04-13 05:26:08 UTC
Created attachment 829 [details]
proposed patch
(In reply to comment #1) > Created an attachment (id=829) [details] > proposed patch can you confirm that the patch fixes your problem? Thanks for your quick work, Nicola. Yes, that is exactly the patch which fixes the issue. I hadn't quite yet got around to posting this comment pointing out a regression test which demonstrates the problem at: http://codereview.appspot.com/854047 ...and my proposed patch (which was identical to yours) at... http://codereview.appspot.com/809046 changeset 6224 8386567abea1 (In reply to comment #4) > changeset 6224 8386567abea1 Should the regression test for this bug that I proposed above at: http://codereview.appspot.com/854047 ...be pushed too (obviously not while code is frozen for ns-3.8)? (In reply to comment #5) > Should the regression test for this bug that I proposed above at: > > http://codereview.appspot.com/854047 > > ...be pushed too (obviously not while code is frozen for ns-3.8)? Good point... sorry for overlooking that. I had a look at your test, it is ok for me (and in general more tests are always welcome!). So I agree with pushing it to ns-3-dev as soon as it gets in the open phase. I am reopening this bug to not forget this issue. (In reply to comment #6) Regression test pushed to ns-3-dev as changeset 6293:11a2f62de3ec Bug is now resolved. |