* @desc Check that the IUT rejects the CREATE request for the <schedule> resource, with the networkCoordinated attribute set, when the parent resource is of type <subscription>
setverdict(fail,__SCOPE__&": Unexpected status code "&int2str(enum2int(vc_response.primitive.responsePrimitive.responseStatusCode)));
}
[]tc_ac.timeout{
setverdict(fail,__SCOPE__&": No answer while creating resource");
}
}
f_checkAeSimuStatus();
// Postamble
f_cse_postamble_deleteResources();
// Tear down
f_cf01Down();
}// f_CSE_SCH_001
/**
* @desc Check that the IUT rejects the UPDATE request for the <schedule> resource, with the networkCoordinated attribute set, when the parent resource is of type <subscription>
setverdict(fail,__SCOPE__&": Unexpected status code "&int2str(enum2int(vc_response.primitive.responsePrimitive.responseStatusCode)));
}
[]tc_ac.timeout{
setverdict(fail,__SCOPE__&": No answer while creating resource");
}
}
f_checkAeSimuStatus();
// Postamble
f_cse_postamble_deleteResources();
// Tear down
f_cf01Down();
}// f_CSE_SCH_002
/**
* @desc Check that the IUT delivers notifications for the subscribed-to events of the <subscription> resource according to the allowed time window specified in the scheduleElement of the associated child <schedule> resource.