Index: sources/canbus/frameinterface.cpp =================================================================== diff -u -rd2035a8728794afeefaa244bf8d1597926d945f5 -r74005a93d93ec4b12230bac72ed29b948eb1aa0a --- sources/canbus/frameinterface.cpp (.../frameinterface.cpp) (revision d2035a8728794afeefaa244bf8d1597926d945f5) +++ sources/canbus/frameinterface.cpp (.../frameinterface.cpp) (revision 74005a93d93ec4b12230bac72ed29b948eb1aa0a) @@ -1,16 +1,16 @@ /*! - * + * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. - * + * * \file frameinterface.cpp * \author (last) Behrouz NemaiPour * \date (last) 22-Jun-2020 * \author (original) Behrouz NematiPour * \date (original) 18-Dec-2019 - * + * */ #include "frameinterface.h" @@ -172,11 +172,14 @@ FrameInterface::ChannelGroup channelGroup = ChannelGroup::eChannel_Unknown; switch (vFrameId) { case eChlid_HD_DG : + channelGroup = ChannelGroup::eChannel_Ignores; + break; // coco begin validated: The HD/DG communication has not been defined and implemented yet. case eChlid_DG_HD : // coco end - channelGroup = ChannelGroup::eChannel_Ignores; - break; + // this channel is used for DG CheckIn for HW support and testing for now. + //channelGroup = ChannelGroup::eChannel_Ignores; + //break; case eChlid_HD_UI : case eChlid_HD_Alarm :