Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -r1487a2af97827ecc76aa38193fcd8376cf72c373 -rc44e496a684e4ff1c1a19389873a46fd8181334e --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 1487a2af97827ecc76aa38193fcd8376cf72c373) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision c44e496a684e4ff1c1a19389873a46fd8181334e) @@ -909,8 +909,8 @@ handleDGPOSTResultRequest( message ); break; - case MSG_ID_HD_DG_SERVICE_RECORD_REQUEST: - handleDGServiceScheduleRequest( message ); + case MSG_ID_UI_SERVICE_INFO_REQUEST: + handleDGServiceScheduleRequestToUI( message ); break; case MSG_ID_HD_DG_CONCENTRATE_MIXING_RATIOS_REQUEST: @@ -953,6 +953,10 @@ handleReceiveROPermeatSampleDispenseRequest( message ); break; + case MSG_ID_HD_REQUEST_SERVICE_RECORD_FROM_HD: + handleSendDGServiceRecordToHD( message ); + break; + // NOTE: This case must be last case MSG_ID_DG_TESTER_LOGIN_REQUEST: handleTesterLogInRequest( message );