/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "NR-RRC-Definitions" * found in "/home/labadmin/hlal/rrc_15.3_asn.asn1" * `asn1c -D ./15_3_rrc/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example` */ #ifndef _BCCH_DL_SCH_MessageType_H_ #define _BCCH_DL_SCH_MessageType_H_ #include /* Including external dependencies */ #include #include #ifdef __cplusplus extern "C" { #endif /* Dependencies */ typedef enum BCCH_DL_SCH_MessageType_PR { BCCH_DL_SCH_MessageType_PR_NOTHING, /* No components present */ BCCH_DL_SCH_MessageType_PR_c1, BCCH_DL_SCH_MessageType_PR_messageClassExtension } BCCH_DL_SCH_MessageType_PR; typedef enum BCCH_DL_SCH_MessageType__c1_PR { BCCH_DL_SCH_MessageType__c1_PR_NOTHING, /* No components present */ BCCH_DL_SCH_MessageType__c1_PR_systemInformation, BCCH_DL_SCH_MessageType__c1_PR_systemInformationBlockType1 } BCCH_DL_SCH_MessageType__c1_PR; /* Forward declarations */ struct SystemInformation; struct SIB1; /* BCCH-DL-SCH-MessageType */ typedef struct BCCH_DL_SCH_MessageType { BCCH_DL_SCH_MessageType_PR present; union BCCH_DL_SCH_MessageType_u { struct BCCH_DL_SCH_MessageType__c1 { BCCH_DL_SCH_MessageType__c1_PR present; union BCCH_DL_SCH_MessageType__c1_u { struct SystemInformation *systemInformation; struct SIB1 *systemInformationBlockType1; } choice; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } *c1; struct BCCH_DL_SCH_MessageType__messageClassExtension { /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } *messageClassExtension; } choice; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } BCCH_DL_SCH_MessageType_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_BCCH_DL_SCH_MessageType; extern asn_CHOICE_specifics_t asn_SPC_BCCH_DL_SCH_MessageType_specs_1; extern asn_TYPE_member_t asn_MBR_BCCH_DL_SCH_MessageType_1[2]; extern asn_per_constraints_t asn_PER_type_BCCH_DL_SCH_MessageType_constr_1; #ifdef __cplusplus } #endif #endif /* _BCCH_DL_SCH_MessageType_H_ */ #include