template(value)EventNotificationCriteriam_eventNotificationCriteria(inEventNotificationCriteria.notificationEventType_listp_notificationEventType_list:={},inEventNotificationCriteria.attributep_attribute_list:={}):={//the parameter should be a list of NotificationEventTypeEventType
template(value)EventNotificationCriteriam_eventNotificationCriteria(inEventNotificationCriteria.notificationEventType_listp_notificationEventType_list:={},template(omit)EventNotificationCriteria.attributep_attribute_list:=omit):={//the parameter should be a list of NotificationEventTypeEventType
createdBefore:=omit,
createdAfter:=omit,
modifiedSince:=omit,
...
...
@@ -1509,7 +1509,7 @@ module OneM2M_Templates {
sizeAbove:=omit,
sizeBelow:=omit,
operationMonitor_list:={},
attribute:=p_attribute_list,// TODO this list should be able to be omited see 9.6.8
attribute:=p_attribute_list,
notificationEventType_list:=p_notificationEventType_list,// TODO this list should be able to be omited see 9.6.8 (TS0001)
v_createRequest := m_createSubscriptionAdvanced(f_getResourceAddress(v_aeIndex), -, {f_getResourceAddress(v_ae2Index)}, m_eventNotificationCriteria({int3}, -)); // TODO this field is initialised 2 time with parent adress resource (here and in f_cse_createResource)