I am trying to disable a particular message of a node from sending default values available in dbc file, and through capl i need to transmit new(dummy) values. I found the function ILNodeControlStop(), which blocks the node completely, but i want to block only one message and not block the entire node.
How to disable an ECU node from sending a message from IL?