]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf230/SoftwareAckLayerP.nc
Proper MSP_BSL_FLAGS for telosa and telosb based platforms using TMI modular tos...
[tinyos-2.x.git] / tos / chips / rf230 / SoftwareAckLayerP.nc
index 51231b66db6a826684bea51425b2b702be8417fd..02ca70de1f69845a02b5ce62590184465c29a8ad 100644 (file)
@@ -133,6 +133,8 @@ implementation
 
                if( state == STATE_ACK_WAIT )
                {
+                       ASSERT( !ack || call SoftwareAckConfig.verifyAckPacket(txMsg, msg) );
+
                        call RadioAlarm.cancel();
                        call SoftwareAckConfig.setAckReceived(txMsg, ack);