diff --git a/LibOneM2M/OneM2M_Templates.ttcn b/LibOneM2M/OneM2M_Templates.ttcn
index 7be45d737783ea97f6f0a06c47f730dd8a359a49..5eec900f1b9da45ca636e89b0371862081f15eeb 100644
--- a/LibOneM2M/OneM2M_Templates.ttcn
+++ b/LibOneM2M/OneM2M_Templates.ttcn
@@ -1503,6 +1503,13 @@ module OneM2M_Templates {
 				vendorInformation := omit
 			};
 			
+			/**
+			 * @desc Base NOTIFY request primitive
+			 */
+			template RequestPrimitive m_notifyNotification(XSD.ID p_resourceAddress, Notification p_notification) modifies m_notify := {
+				primitiveContent := {notification := p_notification}
+			};
+			
 			/**
 			 * @desc Base NOTIFY Aggregated request primitive
 			 */
@@ -4411,6 +4418,11 @@ module OneM2M_Templates {
 			iPEDiscoveryRequest := omit
 		};
 		
+		template Notification m_contentNotification_subscriptionVerification modifies m_contentNotification_allOmit:= {
+			verificationRequest := true,
+			creator := "C-AE-ID"
+		};
+		
 		template Notification mw_contentNotification_any := {
 			notificationEvent := *,
 			verificationRequest := *,