X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=e2sm%2Fheaders%2FE2SM-RC-ControlMessage.h;h=12e93b8aaca2987b047f92a2ba5ba6650e238439;hb=4b19ef4f1f44f9d25de49463783ebee19f754047;hp=9e3d76a7370d1e2e5d2d993726724306f7e12fd5;hpb=727cefb2889f78571bfc655359e03bf20227381c;p=ric-app%2Frc.git diff --git a/e2sm/headers/E2SM-RC-ControlMessage.h b/e2sm/headers/E2SM-RC-ControlMessage.h old mode 100644 new mode 100755 index 9e3d76a..12e93b8 --- a/e2sm/headers/E2SM-RC-ControlMessage.h +++ b/e2sm/headers/E2SM-RC-ControlMessage.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,32 +13,42 @@ /* Including external dependencies */ #include +#include #ifdef __cplusplus extern "C" { #endif /* Dependencies */ -typedef enum E2SM_RC_ControlMessage_PR { - E2SM_RC_ControlMessage_PR_NOTHING, /* No components present */ - E2SM_RC_ControlMessage_PR_controlMessage_Format1 +typedef enum E2SM_RC_ControlMessage__ric_controlMessage_formats_PR { + E2SM_RC_ControlMessage__ric_controlMessage_formats_PR_NOTHING, /* No components present */ + E2SM_RC_ControlMessage__ric_controlMessage_formats_PR_controlMessage_Format1 /* Extensions may appear below */ -} E2SM_RC_ControlMessage_PR; +} E2SM_RC_ControlMessage__ric_controlMessage_formats_PR; /* Forward declarations */ struct E2SM_RC_ControlMessage_Format1; /* E2SM-RC-ControlMessage */ typedef struct E2SM_RC_ControlMessage { - E2SM_RC_ControlMessage_PR present; - union E2SM_RC_ControlMessage_u { - struct E2SM_RC_ControlMessage_Format1 *controlMessage_Format1; - /* - * This type is extensible, - * possible extensions are below. - */ - } choice; + struct E2SM_RC_ControlMessage__ric_controlMessage_formats { + E2SM_RC_ControlMessage__ric_controlMessage_formats_PR present; + union E2SM_RC_ControlMessage__ric_controlMessage_formats_u { + struct E2SM_RC_ControlMessage_Format1 *controlMessage_Format1; + /* + * This type is extensible, + * possible extensions are below. + */ + } choice; + + /* Context for parsing across buffer boundaries */ + asn_struct_ctx_t _asn_ctx; + } ric_controlMessage_formats; + /* + * This type is extensible, + * possible extensions are below. + */ /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx;