Index: NVDataMgmt.c =================================================================== diff -u -r13b5486513f908e115fbcb590e020be56d86199a -r53bfefe649bb90acd1690166c128927b65a1a44b --- NVDataMgmt.c (.../NVDataMgmt.c) (revision 13b5486513f908e115fbcb590e020be56d86199a) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision 53bfefe649bb90acd1690166c128927b65a1a44b) @@ -3690,7 +3690,7 @@ // Recalculate the CRC with the default values hdSystemGroup.hdsystemRecord.crc = crc16 ( (U08*)&hdSystemGroup.hdsystemRecord, sizeof( HD_SYSTEM_RECORD_T ) - sizeof( U16 ) ); - activateAlarmNoData( ALARM_ID_HD_INVALID_SYSTEM_RECORD ); + activateAlarmNoData( ALARM_ID_HD_INVALID_SYSTEM_RECORD_CRC ); // Set the to FALSE since the record is not valid status = FALSE; @@ -3722,7 +3722,7 @@ hdServiceGroup.hdServiceRecord.crc = crc16 ( (U08*)&hdServiceGroup.hdServiceRecord, sizeof( HD_SERVICE_RECORD_T ) - sizeof( U16 ) ); // Service record failure is also considered as RTC RAM failure - activateAlarmNoData( ALARM_ID_HD_INVALID_SERVICE_RECORD ); + activateAlarmNoData( ALARM_ID_HD_INVALID_SERVICE_RECORD_CRC ); // Set the to FALSE since the record is not valid status = FALSE;