Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -rfb714597ad515d3774d69b94808f065788504724 -ra6b63d6a5df69f090372d9409ab3197de8805362 --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision fb714597ad515d3774d69b94808f065788504724) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision a6b63d6a5df69f090372d9409ab3197de8805362) @@ -1219,6 +1219,10 @@ handleUIHDResetInServiceModeRequest( message ); break; + case MSG_ID_DG_INSTIT_VALUES_FROM_HD_INSTIT_RECORD_REQUEST: + handleDGRequestInstitutionalValues( message ); + break; + // NOTE: this always must be the last case case MSG_ID_TESTER_LOGIN_REQUEST: handleTesterLogInRequest( message );