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

Minor modifications

parent f20c6657
No related branches found
No related tags found
2 merge requests!25Ae fixes,!18Stf531 cse base
......@@ -7,7 +7,7 @@
*
* @author oneM2M
* @version $URL: https://oldforge.etsi.org/svn/oneM2M/trunk/ttcn/LibOneM2M/OneM2M_Functions.ttcn $
* $Id: OneM2M_Functions.ttcn 299 2017-06-20 12:36:36Z reinaortega $
* $Id: OneM2M_Functions.ttcn 306 2017-06-20 16:19:04Z reinaortega $
* @desc Module containing functions for oneM2M
*
*/
......@@ -998,10 +998,10 @@ module OneM2M_Functions {
}
}
/**
* @desc Registration of Test System (simulating a CSE) to the CSE IUT (creation of remoteCSE)
* @param p_requestPrimitive Template request primitive
* @return Internal resource index of the created resource
/**
* @desc Registration of Test System (simulating a CSE) to the CSE IUT (creation of remoteCSE)
* @param p_requestPrimitive Template request primitive
* @return Internal resource index of the created resource
*/
function f_cse_registerRemoteCse(in template RequestPrimitive p_requestPrimitive) runs on CseTester return integer {
......
......@@ -7,7 +7,7 @@
*
* @author oneM2M
* @version $URL: https://oldforge.etsi.org/svn/oneM2M/trunk/ttcn/LibOneM2M/OneM2M_Pixits.ttcn $
* $Id: OneM2M_Pixits.ttcn 298 2017-06-14 07:11:13Z reinaortega $
* $Id: OneM2M_Pixits.ttcn 306 2017-06-20 16:19:04Z reinaortega $
* @desc Module containing Pixits for oneM2M
*
*/
......
......@@ -7,7 +7,7 @@
*
* @author oneM2M
* @version $URL: https://oldforge.etsi.org/svn/oneM2M/trunk/ttcn/LibOneM2M/OneM2M_Templates.ttcn $
* $Id: OneM2M_Templates.ttcn 305 2017-06-20 13:56:26Z reinaortega $
* $Id: OneM2M_Templates.ttcn 306 2017-06-20 16:19:04Z reinaortega $
* @desc Module containing templates for oneM2M
*
*/
......
......@@ -7,7 +7,7 @@
*
* @author oneM2M
* @version $URL: https://oldforge.etsi.org/svn/oneM2M/trunk/ttcn/LibOneM2M/OneM2M_TestSystem.ttcn $
* $Id: OneM2M_TestSystem.ttcn 298 2017-06-14 07:11:13Z reinaortega $
* $Id: OneM2M_TestSystem.ttcn 306 2017-06-20 16:19:04Z reinaortega $
* @desc Test System module for oneM2M
*
*/
......
......@@ -7,7 +7,7 @@
*
* @author oneM2M
* @version $URL: https://oldforge.etsi.org/svn/oneM2M/trunk/ttcn/LibOneM2M/OneM2M_Types.ttcn $
* $Id: OneM2M_Types.ttcn 305 2017-06-20 13:56:26Z reinaortega $
* $Id: OneM2M_Types.ttcn 306 2017-06-20 16:19:04Z reinaortega $
* @desc OneM2M data types module
*
*/
......
......@@ -7,7 +7,7 @@
*
* @author oneM2M
* @version $URL: https://oldforge.etsi.org/svn/oneM2M/trunk/ttcn/LibOneM2M/OneM2M_TypesAndValues.ttcn $
* $Id: OneM2M_TypesAndValues.ttcn 305 2017-06-20 13:56:26Z reinaortega $
* $Id: OneM2M_TypesAndValues.ttcn 306 2017-06-20 16:19:04Z reinaortega $
* @desc Module containing types and values for oneM2M
*
*/
......
......@@ -7,7 +7,7 @@
*
* @author oneM2M
* @version $URL: https://oldforge.etsi.org/svn/oneM2M/trunk/ttcn/OneM2M_Testcases.ttcn $
* $Id: OneM2M_Testcases.ttcn 305 2017-06-20 13:56:26Z reinaortega $
* $Id: OneM2M_Testcases.ttcn 306 2017-06-20 16:19:04Z reinaortega $
* @desc Module containing test cases for oneM2M
*
*/
......
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