I get an error log message when I set the status for a redId that don't have any telegrams defined with that ID.
vos_printLogStr(VOS_LOG_ERROR, "Redundant ID not found\n");
My application has fixed redundancy groups defined and the redundancy is handled in one function that is not aware if any of my interfaces using a particular redId or not. I don't see that it is an error to set the status for a redId even if there exist no telegrams in that group, a warning can be ok.
The returned error code is ok and can be handled.