diff --git a/OneM2M_PermutationFunctions.ttcn b/OneM2M_PermutationFunctions.ttcn index a0bebce5250cac0c3354b8616324fb725b24d792..9a3a2ac8d4984166a1ec3695ab12fc4317e794ff 100644 --- a/OneM2M_PermutationFunctions.ttcn +++ b/OneM2M_PermutationFunctions.ttcn @@ -10991,6 +10991,10 @@ module OneM2M_PermutationFunctions { tc_ac.stop; setverdict(fail, __SCOPE__, ": Wrong response status code"); } + [] mcaPort.receive(mw_response(mw_responsePrimitiveKO)) -> value vc_response { + tc_ac.stop; + setverdict(fail, __SCOPE__, ": RETRIEVE of original resource failed"); + } [] tc_ac.timeout { setverdict(fail, __SCOPE__, ": No answer while retrieving resource type " & int2str(enum2int(p_resourceType))); }