/* * 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 _RRCConnectionRelease_r8_IEs_H_ #define _RRCConnectionRelease_r8_IEs_H_ #include /* Including external dependencies */ #include "ReleaseCause.h" #include #ifdef __cplusplus extern "C" { #endif /* Forward declarations */ struct RedirectedCarrierInfo; struct IdleModeMobilityControlInfo; struct RRCConnectionRelease_v890_IEs; /* RRCConnectionRelease-r8-IEs */ typedef struct RRCConnectionRelease_r8_IEs { ReleaseCause_t releaseCause; struct RedirectedCarrierInfo *redirectedCarrierInfo /* OPTIONAL */; struct IdleModeMobilityControlInfo *idleModeMobilityControlInfo /* OPTIONAL */; struct RRCConnectionRelease_v890_IEs *nonCriticalExtension /* OPTIONAL */; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } RRCConnectionRelease_r8_IEs_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_RRCConnectionRelease_r8_IEs; #ifdef __cplusplus } #endif /* Referred external types */ #include "RedirectedCarrierInfo.h" #include "IdleModeMobilityControlInfo.h" #include "RRCConnectionRelease-v890-IEs.h" #endif /* _RRCConnectionRelease_r8_IEs_H_ */ #include