Index: sources/canbus/MessageGlobals.h =================================================================== diff -u -r1c18f738693756ca1f0342c2cc158e32bc28f90b -r1b24a85761c65a685fac98f396e244af97b94443 --- sources/canbus/MessageGlobals.h (.../MessageGlobals.h) (revision 1c18f738693756ca1f0342c2cc158e32bc28f90b) +++ sources/canbus/MessageGlobals.h (.../MessageGlobals.h) (revision 1b24a85761c65a685fac98f396e244af97b94443) @@ -201,8 +201,8 @@ {Gui::GuiActionType::ID_AdjustVersionsReq , 0 * 4 }, // 0 parameters each 4bytes {Gui::GuiActionType::ID_AdjustVersionsHDRsp ,1+1+1+2+1+1+1+1}, // variable length parameters {Gui::GuiActionType::ID_AdjustVersionsDGRsp ,1+1+1+2+1+1+1+1}, // variable length parameters - {Gui::GuiActionType::ID_AdjustSerialHDRsp , 10 * 1 }, // 1 parameter 10bytes - {Gui::GuiActionType::ID_AdjustSerialDGRsp , 10 * 1 }, // 1 parameter 10bytes + {Gui::GuiActionType::ID_AdjustSerialHDRsp , 15 * 1 }, // 1 parameter 15bytes + {Gui::GuiActionType::ID_AdjustSerialDGRsp , 15 * 1 }, // 1 parameter 15bytes // ---- Service Information {Gui::GuiActionType::ID_AdjustServiceReq , 0 }, // 4 parameters each 4bytes @@ -293,6 +293,16 @@ // UI listens occasionally eChlid_DG_UI = 0x070, ///< DG => UI eChlid_UI_DG = 0x110, ///< UI => DG [Out] + + // Dialing channel has been requested by V&V team for can bus testing + // and clarify the source of the unexpected channel message + // UI still doesn't do anything with the messages on these channels. + eDialin_HD = 0x400, ///< dialin => HD + eHD_Dialin = 0x401, ///< HD => dialin + eDialin_DG = 0x402, ///< dialin => DG + eDG_Dialin = 0x403, ///< DG => dialin + eDialin_UI = 0x404, ///< dialin => UI + eUI_Dialin = 0x405, ///< UI => dialin }; /*!