From ef0d9c441fd1e756b00142f4862f8439352fa7c6 Mon Sep 17 00:00:00 2001 From: reinaortega <miguelangel.reinaortega@etsi.org> Date: Thu, 28 Apr 2022 09:32:56 +0200 Subject: [PATCH] Make optional all elements in EventNotificationCriteria Signed-off-by: reinaortega <miguelangel.reinaortega@etsi.org> --- OneM2M_Types.ttcn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OneM2M_Types.ttcn b/OneM2M_Types.ttcn index 2d4a784..1642857 100644 --- a/OneM2M_Types.ttcn +++ b/OneM2M_Types.ttcn @@ -6133,9 +6133,9 @@ type record EventNotificationCriteria Timestamp expireAfter optional, XSD.NonNegativeInteger sizeAbove optional, XSD.PositiveInteger sizeBelow optional, - record length(0 .. 5) of Operation operationMonitor_list, + record length(0 .. 5) of Operation operationMonitor_list optional, //It should be optional AttributeList_1 attribute optional, - record length(0 .. 5) of NotificationEventType notificationEventType_list, + record length(0 .. 5) of NotificationEventType notificationEventType_list optional, //It should be optional MissingData missingData optional, FilterOperation filterOperation optional } -- GitLab