/* * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "EUTRA-RRC-Definitions" * found in "./asn1c/ASN1_files/EUTRA-RRC-Definitions.asn" * `asn1c -gen-PER -fcompound-names -fnative-types` */ #ifndef _DRB_ToAddMod_H_ #define _DRB_ToAddMod_H_ #include /* Including external dependencies */ #include #include "DRB-Identity.h" #include #ifdef __cplusplus extern "C" { #endif /* Forward declarations */ struct PDCP_Config; struct RLC_Config; struct LogicalChannelConfig; /* DRB-ToAddMod */ typedef struct DRB_ToAddMod { long *eps_BearerIdentity /* OPTIONAL */; DRB_Identity_t drb_Identity; struct PDCP_Config *pdcp_Config /* OPTIONAL */; struct RLC_Config *rlc_Config /* OPTIONAL */; long *logicalChannelIdentity /* OPTIONAL */; struct LogicalChannelConfig *logicalChannelConfig /* OPTIONAL */; /* * This type is extensible, * possible extensions are below. */ /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } DRB_ToAddMod_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_DRB_ToAddMod; #ifdef __cplusplus } #endif /* Referred external types */ #include "PDCP-Config.h" #include "RLC-Config.h" #include "LogicalChannelConfig.h" #endif /* _DRB_ToAddMod_H_ */ #include