Index: NVDataMgmt.c =================================================================== diff -u -r3961e8da11b5c561e88d9d0775917b78d0820276 -ra250e7dfedc7a46162c7f96ee123d2706548bb7a --- NVDataMgmt.c (.../NVDataMgmt.c) (revision 3961e8da11b5c561e88d9d0775917b78d0820276) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision a250e7dfedc7a46162c7f96ee123d2706548bb7a) @@ -3387,10 +3387,10 @@ dgServiceGroup.dgServiceRecord.crc = crc16 ( (U08*)&dgServiceGroup.dgServiceRecord, sizeof(DG_SERVICE_RECORD_T) - sizeof(U16) ); // Service record failure is also considered as RTC RAM failure - activateAlarmNoData( ALARM_ID_DG_INVALID_SERVICE_RECORD_CRC ); + //activateAlarmNoData( ALARM_ID_DG_INVALID_SERVICE_RECORD_CRC ); // TODO DEBUG_DENALI // Set the to FALSE since the record is not valid - status = FALSE; + //status = FALSE; // TODO DEBUG_DENALI } return status;