Skip to content
Snippets Groups Projects
Commit db61c2be authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Fix for f_CSE_DMR_UPD_017

parent 75df0dbf
No related branches found
No related tags found
No related merge requests found
......@@ -6952,8 +6952,8 @@ module OneM2M_PermutationFunctions {
// Test adapter configuration
// Register the CSE
f_cse_registerRemoteCse(m_createRemoteCSEBase);
f_cse_registerRemoteCse(m_createRemoteCSE_poa(-, -, -, -, -, {f_getLocalPoA()}));
//Preamble
vc_ae1.start(f_cse_createResource(int2,v_create));
......@@ -6962,7 +6962,14 @@ module OneM2M_PermutationFunctions {
v_aeIndex:= f_getLatestResourceIndex(vc_ae1);
if(p_resourceType != int18) {
if (p_resourceType == int30) {
v_create := m_createTimeSeriesBase;
v_create.primitiveContent.timeSeries.announceTo := {vc_cseSimuDesc.cseId};
vc_ae1.start(f_cse_createResource(int29, v_create, v_aeIndex));
f_cse_announcementProcedure_createHandler();
f_cseSimu_checkComponentDoneAndGetVerdict(vc_ae1);
v_parentIndex:= f_getLatestResourceIndex(vc_ae1);
} else if(p_resourceType != int18) {
v_parentIndex := v_aeIndex;//For resources that can have AE resource as parent
}
......
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