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

New test case TC_CSE_RT_BR_001 implemented according to TDE-2019-0087

parent 2671b317
No related branches found
No related tags found
No related merge requests found
......@@ -140,12 +140,13 @@ module OneM2M_Pics {
}
/**
* @desc Non-Blocking Requests
* @see oneM2M TS-0017 A.X.Y.Z
* @desc Requests handling
* @see oneM2M TS-0017 A.5.4-1
*/
group NonBlocking {
modulepar boolean PICS_NON_BLOCKING_REQUEST_SYNCH := true; //TO BE DEFINED IN TS-0017
modulepar boolean PICS_NON_BLOCKING_REQUEST_ASYNCH := true; //TO BE DEFINED IN TS-0017
modulepar boolean PICS_BLOCKING_REQUEST := true;
modulepar boolean PICS_NON_BLOCKING_REQUEST_SYNCH := true;
modulepar boolean PICS_NON_BLOCKING_REQUEST_ASYNCH := true;
}
}
......
This diff is collapsed.
This diff is collapsed.
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