Index: firmware/App/Services/Messaging.c =================================================================== diff -u -rce9145f506c3b7b970285bf2ab2e464b66f83bab -r06a227063a31bebce731945258ea0f8a2b7fd15b --- firmware/App/Services/Messaging.c (.../Messaging.c) (revision ce9145f506c3b7b970285bf2ab2e464b66f83bab) +++ firmware/App/Services/Messaging.c (.../Messaging.c) (revision 06a227063a31bebce731945258ea0f8a2b7fd15b) @@ -7,8 +7,8 @@ * * @file Messaging.c * -* @author (last) Vijay Pamula -* @date (last) 08-Jun-2026 +* @author (last) Santhosh Reddy +* @date (last) 06-Jul-2026 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -218,6 +218,7 @@ { MSG_ID_TD_SYRINGE_PUMP_ADC_READ_COUNTER_OVERRIDE_REQUEST, &testSyringePumpADCReadCounterOverride }, { MSG_ID_TD_HEPARIN_BOLUS_TARGET_RATE_OVERRIDE_REQUEST, &testHeparinBolusTargetRateOverride }, { MSG_ID_TD_SYRINGE_PUMP_FORCE_SENSOR_CALIBRATION_REQUEST, &testCalibrateForceSensor }, + { MSG_ID_TD_GET_ALARM_PROPERTIES_REQUEST, &testGetAlarmPropertiesRequest }, }; /// Number of entries in the message handling function lookup table.