another DCF test

This commit is contained in:
Mathieu Lacage
2007-11-19 14:20:19 +01:00
parent 4c4332c88b
commit 7ad2a4c3f2

View File

@@ -411,6 +411,13 @@ DcfManagerTest::RunTests (void)
AddAccessRequest (30, 10, 91, 0);
ExpectCollision (30, 2, 0); // backoff: 2 slot
EndTest ();
StartTest (4, 6, 10);
AddDcfState (2);
AddRxOkEvt (20, 40);
AddAccessRequest (80, 10, 80, 0);
EndTest ();
return m_result;