Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -rfba69244d94307e50fefaa1e88bcbb979584461e -r592af09c58d6270e3f6b3ebc3ce87147ba9ea3c1 --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision fba69244d94307e50fefaa1e88bcbb979584461e) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 592af09c58d6270e3f6b3ebc3ce87147ba9ea3c1) @@ -8,7 +8,7 @@ * @file SystemComm.c * * @author (last) Dara Navaei -* @date (last) 02-Nov-2024 +* @date (last) 22-May-2025 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -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 );