For exceptional cases it may happedned that message within vc_recvDiamMsg and...
For exceptional cases it may happedned that message within vc_recvDiamMsg and message which we are awaiting are not the same and in this case error need to be avoided.
// vc_originHost := vc_recvDiamMsg.aAR_MSG.origin_Host; //Origin host has to be Destination host and it is set at preamble of TC within init function
// vc_originRealm := vc_recvDiamMsg.aAR_MSG.origin_Realm; //Origin realm has to be Destination realm and it is set at preamble of TC within init function
}else
{
log("WARNING: "&__SCOPE__&"vc_recvDiamMsg different message as expected:",vc_recvDiamMsg);