Skip to content
Snippets Groups Projects
Commit 4df30990 authored by Naum Spaseski's avatar Naum Spaseski
Browse files

STF531: Corrected CSE/REG/CRE/002 and 004

parent 960e7d77
No related branches found
No related tags found
No related merge requests found
...@@ -920,7 +920,6 @@ module OneM2M_Testcases { ...@@ -920,7 +920,6 @@ module OneM2M_Testcases {
f_cf01Up(); f_cf01Up();
//Preambule //Preambule
v_cseBaseIndex := f_cse_preamble_createServiceSubscribedProfile({"C-AE-ID-STEM"});//c_CRUDNDi);
//Test Body //Test Body
v_request := valueof(m_createAe(PX_APP_ID, omit, "C-AE-ID-STEM")); v_request := valueof(m_createAe(PX_APP_ID, omit, "C-AE-ID-STEM"));
...@@ -968,8 +967,7 @@ module OneM2M_Testcases { ...@@ -968,8 +967,7 @@ module OneM2M_Testcases {
//Preambule //Preambule
//vc_remoteCseIndex := f_cse_registrationRemoteCse(mw_createRemoteCSEBase); //vc_remoteCseIndex := f_cse_registrationRemoteCse(mw_createRemoteCSEBase);
//TODO: create serviceSubscribedProfile, Node, and serviceSubscribedAppRule //TODO: create serviceSubscribedProfile, Node, and serviceSubscribedAppRule
v_cseBaseIndex := f_cse_preamble_createServiceSubscribedProfile(-);//c_CRUDNDi);
//Test Body //Test Body
//v_request := valueof(m_createAe(PX_APP_ID, omit, "C-AE-ID-STEM")); //v_request := valueof(m_createAe(PX_APP_ID, omit, "C-AE-ID-STEM"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment