equal
deleted
inserted
replaced
176 NS_TEST_EXPECT_MSG_EQ (QosUtilsIsOldPacket (2049, 0), false, "0 is new in comparison to 2049"); |
176 NS_TEST_EXPECT_MSG_EQ (QosUtilsIsOldPacket (2049, 0), false, "0 is new in comparison to 2049"); |
177 } |
177 } |
178 }; |
178 }; |
179 |
179 |
180 //----------------------------------------------------------------------------- |
180 //----------------------------------------------------------------------------- |
|
181 /** |
|
182 * \internal |
|
183 * See \bugid{991} |
|
184 */ |
181 class InterferenceHelperSequenceTest : public TestCase |
185 class InterferenceHelperSequenceTest : public TestCase |
182 { |
186 { |
183 public: |
187 public: |
184 InterferenceHelperSequenceTest (); |
188 InterferenceHelperSequenceTest (); |
185 |
189 |
310 * |
314 * |
311 * The buggy behavior was that frame 2 experiences a virtual collision and re-selects the |
315 * The buggy behavior was that frame 2 experiences a virtual collision and re-selects the |
312 * backoff again. As a result, the _actual_ backoff experience by frame 2 is less likely to be 0 |
316 * backoff again. As a result, the _actual_ backoff experience by frame 2 is less likely to be 0 |
313 * since that would require two successions of 0 backoff (one that generates the virtual collision and |
317 * since that would require two successions of 0 backoff (one that generates the virtual collision and |
314 * one after the virtual collision). |
318 * one after the virtual collision). |
|
319 * |
|
320 * \internal |
|
321 * See \bugid{555} |
315 */ |
322 */ |
316 |
323 |
317 class Bug555TestCase : public TestCase |
324 class Bug555TestCase : public TestCase |
318 { |
325 { |
319 public: |
326 public: |