[Tinyos-2-commits]
CVS: tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/cc2420/TestActivePacketIndicator
TestRadioP.nc, 1.1, 1.2
David Moss
mossmoss at users.sourceforge.net
Thu Aug 30 08:44:39 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/cc2420/TestActivePacketIndicator
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22033
Modified Files:
TestRadioP.nc
Log Message:
Packet indicator threshold used to be 500, but I set it to 50 for now due to test conditions. We should revisit this if the PacketIndicator is put to use.
Index: TestRadioP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/cc2420/TestActivePacketIndicator/TestRadioP.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TestRadioP.nc 22 Jul 2007 05:31:42 -0000 1.1
--- TestRadioP.nc 30 Aug 2007 15:44:36 -0000 1.2
***************
*** 78,82 ****
detecting = FALSE;
call Leds.led1Off();
! assertResultIsAbove("Too few packet detects", 500, detects);
assertResultIsAbove("Too few packet gaps", 10000, misses);
call Statistics.log("[Packet Detects]", detects);
--- 78,82 ----
detecting = FALSE;
call Leds.led1Off();
! assertResultIsAbove("Too few packet detects", 50, detects); // Used to be 500
assertResultIsAbove("Too few packet gaps", 10000, misses);
call Statistics.log("[Packet Detects]", detects);
More information about the Tinyos-2-commits
mailing list