X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=e2sm%2Fheaders%2FE2SM-RC-RANFunctionDefinition.h;h=12937995c9408f18831a550d27b11350ed6fec9c;hb=refs%2Fchanges%2F61%2F8461%2F1;hp=112fc9eac0105e5c432b5e2041063dfdbaa7d386;hpb=a68d14ca01424a51cc7c9dd24b46282784301cba;p=ric-app%2Frc.git 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 -#include #include #ifdef __cplusplus @@ -22,24 +20,20 @@ extern "C" { #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.