E2AP and E2SM-RC version upgrade to E2aP v.2.0 and E2SM-RC to v1.0.1

Signed-off-by: rajalakshmisv <rajalakshmisv@gmail.com>
Change-Id: I241726da02e3aea69f3cc3e127a47455b778c1e6
diff --git a/e2sm/headers/E2SM-RC-RANFunctionDefinition.h b/e2sm/headers/E2SM-RC-RANFunctionDefinition.h
old mode 100644
new mode 100755
index 112fc9e..1293799
--- a/e2sm/headers/E2SM-RC-RANFunctionDefinition.h
+++ b/e2sm/headers/E2SM-RC-RANFunctionDefinition.h
@@ -1,7 +1,7 @@
 /*
  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
- * From ASN.1 module "E2SM-KPM-RC"
- * 	found in "e2sm-kpm-rc.asn"
+ * From ASN.1 module "E2SM-RC-IEs"
+ * 	found in "e2sm-rc-nov2021.asn"
  * 	`asn1c -fcompound-names -fno-include-deps -findirect-choice -pdu=auto -gen-PER -gen-OER -no-gen-example -D .`
  */
 
@@ -13,8 +13,6 @@
 
 /* Including external dependencies */
 #include "RANfunction-Name.h"
-#include <asn_SEQUENCE_OF.h>
-#include <constr_SEQUENCE_OF.h>
 #include <constr_SEQUENCE.h>
 
 #ifdef __cplusplus
@@ -22,24 +20,20 @@
 #endif
 
 /* Forward declarations */
-struct RIC_EventTriggerStyle_Item;
-struct RIC_ControlStyle_Item;
+struct RANFunctionDefinition_EventTrigger;
+struct RANFunctionDefinition_Report;
+struct RANFunctionDefinition_Insert;
+struct RANFunctionDefinition_Control;
+struct RANFunctionDefinition_Policy;
 
 /* E2SM-RC-RANFunctionDefinition */
 typedef struct E2SM_RC_RANFunctionDefinition {
 	RANfunction_Name_t	 ranFunction_Name;
-	struct E2SM_RC_RANFunctionDefinition__ric_EventTriggerStyle_List {
-		A_SEQUENCE_OF(struct RIC_EventTriggerStyle_Item) list;
-		
-		/* Context for parsing across buffer boundaries */
-		asn_struct_ctx_t _asn_ctx;
-	} *ric_EventTriggerStyle_List;
-	struct E2SM_RC_RANFunctionDefinition__ric_ControlStyle_List {
-		A_SEQUENCE_OF(struct RIC_ControlStyle_Item) list;
-		
-		/* Context for parsing across buffer boundaries */
-		asn_struct_ctx_t _asn_ctx;
-	} *ric_ControlStyle_List;
+	struct RANFunctionDefinition_EventTrigger	*ranFunctionDefinition_EventTrigger;	/* OPTIONAL */
+	struct RANFunctionDefinition_Report	*ranFunctionDefinition_Report;	/* OPTIONAL */
+	struct RANFunctionDefinition_Insert	*ranFunctionDefinition_Insert;	/* OPTIONAL */
+	struct RANFunctionDefinition_Control	*ranFunctionDefinition_Control;	/* OPTIONAL */
+	struct RANFunctionDefinition_Policy	*ranFunctionDefinition_Policy;	/* OPTIONAL */
 	/*
 	 * This type is extensible,
 	 * possible extensions are below.