Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -rfba69244d94307e50fefaa1e88bcbb979584461e -re42bc54b5c3ff134d9f4526034e3c522a64f0cdf --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision fba69244d94307e50fefaa1e88bcbb979584461e) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision e42bc54b5c3ff134d9f4526034e3c522a64f0cdf) @@ -1219,6 +1219,10 @@ handleUIHDResetInServiceModeRequest( message ); break; + case MSG_ID_DG_RO_REJ_RATIO_FROM_HD_INSTIT_RECORD_REQUEST: + handleDGRequestRORejectionRatio( message ); + break; + // NOTE: this always must be the last case case MSG_ID_TESTER_LOGIN_REQUEST: handleTesterLogInRequest( message );