Details
Description
Currently, it seems like CipAs_AddMember(), CipAsDelMember(), CipAs_UpdateConsume() and CipAs_UpdateProduce() do not set bGRC in the response message. They probably should.
Investigate on the effect of this. Is a success return code set anywhere else or isn't it set at all? These functions do never fail. Presumably, with the current implementation, there is the possibility that wrong (old) status codes will be reported, since these handlers never set a success status code.
It may make sense to investigate _all_ command handlers available through CipObj_Call() on this topic, i.e. setting a result code in each possible case of control flow.