Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -r5a8668a1a04cfa46b1a0aeece4f527ebbf26a106 -re7e4d0d8f84b61de25fe21ecf9aa11b2732b598d --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 5a8668a1a04cfa46b1a0aeece4f527ebbf26a106) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision e7e4d0d8f84b61de25fe21ecf9aa11b2732b598d) @@ -773,7 +773,7 @@ } // handle any test messages if tester has logged in successfully - if ( ( msgID > MSG_ID_FIRST_TESTER_MESSAGE ) && ( msgID <= END_OF_MSG_IDS ) && ( TRUE == isTestingActivated() ) ) + if ( ( msgID > MSG_ID_FIRST_TESTER_MESSAGE ) && ( msgID <= END_OF_MSG_IDS ) /*leo-del && ( TRUE == isTestingActivated() ) */) { switch ( msgID ) { @@ -866,9 +866,11 @@ break; case MSG_ID_DIAL_DIALYSATE_UF_SET_STATE: + handleDialOutFlowStateChange( message ); break; case MSG_ID_DIAL_DIALYSATE_UF_SET_RX: + handleDialOutFlowRx( message ); break;