From f25f32643a70631d119e07b4321e903edeec8025 Mon Sep 17 00:00:00 2001
From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org>
Date: Fri, 6 Sep 2024 14:31:51 +0200
Subject: [PATCH] oneM2M types based on XSD v4.18.0 baseline

---
 OneM2M_Types.ttcn | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/OneM2M_Types.ttcn b/OneM2M_Types.ttcn
index ccb41c4..cc47593 100644
--- a/OneM2M_Types.ttcn
+++ b/OneM2M_Types.ttcn
@@ -8308,7 +8308,8 @@ type record RemoteCSE
 			NwMonitoringReq nwMonitoringReq,
 			PrimitiveProfile primitiveProfile,
 			PrimitiveProfileAnnc primitiveProfileAnnc,
-			Action action_
+			Action action_,
+			ActionAnnc actionAnnc
 		} choice_list
 	} choice optional
 }
-- 
GitLab