Bugzilla – Bug 2577
simulation crashes when A-MPDU and multiple TOS are used with RTS-CTS enabled
Last modified: 2017-01-02 02:47:25 UTC
Created attachment 2696 [details] simulation script to reproduce the issue Changeset 12439:c0fdcce4fd59 fixed bug 2564 in case A-MPDU is used with RTS-CTS enabled. If we consider a similar scenario but with multiple TOS, the assert seen in bug 2564 is indeed no longer observed, but simulation does crash instead. Test script is provided in attachment, and was reported on the forum: https://groups.google.com/forum/#!topic/ns-3-users/BhTjv7u66vQ
Created attachment 2697 [details] proposed patch to fix
(In reply to sebastien.deronne from comment #1) > Created attachment 2697 [details] > proposed patch to fix Patch does add support for multiple TOS scenarios.
I'd like to push the fix before next weekend
(In reply to sebastien.deronne from comment #3) > I'd like to push the fix before next weekend Patch looks OK, but can the test be extended to cover the TOS scenario also?
(In reply to Tom Henderson from comment #4) > (In reply to sebastien.deronne from comment #3) > > I'd like to push the fix before next weekend > > Patch looks OK, but can the test be extended to cover the TOS scenario also? I will give a try.
Fix pushed in changeset 12512:844a94b3ee97 and added an example in changeset 12513:3d2af176509f