Skip to content
Snippets Groups Projects
Commit e77b140e authored by Pramod Kulkarni's avatar Pramod Kulkarni
Browse files

Code review comments incorporated and REG/RET/009 TC written.


Signed-off-by: default avatarpkulkarni <pkulkarni75@gmail.com>
parent f7e4486e
No related branches found
No related tags found
1 merge request!24STF531 REG TCs
...@@ -18,7 +18,8 @@ module OneM2M_Pics { ...@@ -18,7 +18,8 @@ module OneM2M_Pics {
* @see oneM2M TS-0017 A.5.5.1/1 * @see oneM2M TS-0017 A.5.5.1/1
*/ */
modulepar boolean PICS_ACP_SUPPORT := true; modulepar boolean PICS_ACP_SUPPORT := true;
modulepar boolean PICS_IN_CSE := true; modulepar boolean PICS_IN_CSE := true;
modulepar boolean PICS_MN_CSE := true;
modulepar boolean PICS_UNSTRUCTURED_CSE_RELATIVE_RESOURCE_ID_FORMAT := true; modulepar boolean PICS_UNSTRUCTURED_CSE_RELATIVE_RESOURCE_ID_FORMAT := true;
modulepar boolean PICS_STRUCTURED_CSE_RELATIVE_RESOURCE_ID_FORMAT := true; modulepar boolean PICS_STRUCTURED_CSE_RELATIVE_RESOURCE_ID_FORMAT := true;
......
...@@ -3715,6 +3715,11 @@ module OneM2M_Templates { ...@@ -3715,6 +3715,11 @@ module OneM2M_Templates {
primitiveContent := {subscription := m_contentSubscription} primitiveContent := {subscription := m_contentSubscription}
} }
template (value) UtTriggerPrimitive m_utCreateRemoteCSE modifies m_utCreate := {
requestIdentifier := testcasename() & "-m_utCreateRemoteCSE" & f_rnd(1, 1000000),
resourceType := int16
}
template (value) UtTriggerPrimitive m_utRetrieveResource(XSD.ID p_targetResourceAddress, in XSD.ID p_originator) := { template (value) UtTriggerPrimitive m_utRetrieveResource(XSD.ID p_targetResourceAddress, in XSD.ID p_originator) := {
operation := int2, operation := int2,
to_ := p_targetResourceAddress, to_ := p_targetResourceAddress,
......
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