Skip to content
Snippets Groups Projects

Fix for component allready running (AE2)

Closed Bogdan Stanca-Kaposta requested to merge fix-ae2-already-running into Release1

Always wait for the AE2 component to finish before continuing.

Affected test cases: OneM2M_Testcases_CSE_Release_1 TC_CSE_SUB_CRE_001_SUB TC_CSE_SUB_CRE_004 TC_CSE_SUB_CRE_005 TC_CSE_SUB_UPD_001 TC_CSE_SUB_DEL_001 OneM2M_Testcases_CSE_Release_2 TC_CSE_SUB_UPD_007 TC_CSE_SUB_NTF_001 TC_CSE_SUB_NTF_002 TC_CSE_SUB_NTF_003 TC_CSE_SUB_UPD_002 TC_CSE_SUB_DEL_002 TC_CSE_SUB_DEL_003 TC_CSE_SUB_UPD_003 TC_CSE_SUB_UPD_004 TC_CSE_SUB_UPD_005 TC_CSE_SUB_UPD_008 TC_CSE_SUB_UPD_009 TC_CSE_SUB_UPD_006

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
693 694 p_createRequestPrimitive.primitiveContent.subscription.notificationURI := {f_getResourceAddress(p_ae2Index)};
694 695 }
695 696 vc_ae2.start(f_cse_notifyProcedure_subscriptionVerificationHandler(p_responseStatusCode));
697 vc_ae2.done;
  • 3404 3406 tc_ac.stop;
    3405 3407 }
    3406 3408 [] tc_ac.timeout {
    3409 p_ae.stop;
  • 693 694 p_createRequestPrimitive.primitiveContent.subscription.notificationURI := {f_getResourceAddress(p_ae2Index)};
    694 695 }
    695 696 vc_ae2.start(f_cse_notifyProcedure_subscriptionVerificationHandler(p_responseStatusCode));
    697 vc_ae2.done;
  • 3404 3406 tc_ac.stop;
    3405 3407 }
    3406 3408 [] tc_ac.timeout {
    3409 p_ae.stop;
  • Bogdan Stanca-Kaposta Status changed to closed

    Status changed to closed

  • 421 421 v_resourceIndex := f_setResource(v_resource.resource, v_resource.resourceType, v_resource.parentIndex, false);
    422 422 }
    423 423 }
    424
    424 p_component.done;
    Please register or sign in to reply
    Loading