diff --git a/LibOneM2M/OneM2M_Templates.ttcn b/LibOneM2M/OneM2M_Templates.ttcn
index c15c1bc9b51c628e21fb516726c8085bb705059d..554ffc4e6b999c511bd3e658c4f014673dd5c7f6 100644
--- a/LibOneM2M/OneM2M_Templates.ttcn
+++ b/LibOneM2M/OneM2M_Templates.ttcn
@@ -7,7 +7,7 @@
  *  
  *  @author     oneM2M
  *  @version    $URL: https://oldforge.etsi.org/svn/oneM2M/trunk/ttcn/LibOneM2M/OneM2M_Templates.ttcn $
- *              $Id: OneM2M_Templates.ttcn 335 2017-07-31 09:04:53Z reinaortega $
+ *              $Id: OneM2M_Templates.ttcn 336 2017-07-31 09:46:16Z reinaortega $
  *  @desc       Module containing templates for oneM2M
  *
  */
diff --git a/OneM2M_Testcases.ttcn b/OneM2M_Testcases.ttcn
index 2bb52c26adafab9deda935228b002263685159a9..4d49dd017101bd7a66ca9ae5a465da62cfc7e06d 100644
--- a/OneM2M_Testcases.ttcn
+++ b/OneM2M_Testcases.ttcn
@@ -7,7 +7,7 @@
  *  
  *  @author     oneM2M
  *  @version    $URL: https://oldforge.etsi.org/svn/oneM2M/trunk/ttcn/OneM2M_Testcases.ttcn $
- *              $Id: OneM2M_Testcases.ttcn 335 2017-07-31 09:04:53Z reinaortega $
+ *              $Id: OneM2M_Testcases.ttcn 336 2017-07-31 09:46:16Z reinaortega $
  *  @desc       Module containing test cases for oneM2M
  *
  */
@@ -10355,8 +10355,8 @@ module OneM2M_Testcases {
 
 			  	group g_CSE_DMR_UPD_017{
 			  		
-					/**
-					 * @desc Check that the IUT updates successfully the value of the optional attribute OPTIONAL_ATTRIBUTE of the RESOURCE_TYPE resource under CSEBase
+					/**
+					 * @desc Check that the IUT updates successfully the value of the optional attribute OPTIONAL_ATTRIBUTE of the RESOURCE_TYPE resource under CSEBase
 					 */
 					testcase TC_CSE_DMR_UPD_017_CSR_LBL() runs on CseTester system CseSystem {
 					   var Labels v_labels := {"MyLabel"};
@@ -11363,8 +11363,8 @@ module OneM2M_Testcases {
 			  	
 			  	group g_CSE_DMR_UPD_018 {
 			  		
-					/**
-					 * @desc Check that the IUT updates successfully the value of the attribute MANDATORY_ATTRIBUTE of the RESOURCE_TYPE resource under CSEBase
+					/**
+					 * @desc Check that the IUT updates successfully the value of the attribute MANDATORY_ATTRIBUTE of the RESOURCE_TYPE resource under CSEBase
 					*/
 					testcase TC_CSE_DMR_UPD_018_CSR_ET() runs on CseTester system CseSystem {
 						var Timestamp v_expirationTime := "20001231T012345";