/* * 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 _CounterCheckResponse_H_ #define _CounterCheckResponse_H_ #include /* Including external dependencies */ #include "RRC-TransactionIdentifier.h" #include "CounterCheckResponse-r8-IEs.h" #include #include #ifdef __cplusplus extern "C" { #endif /* Dependencies */ typedef enum CounterCheckResponse__criticalExtensions_PR { CounterCheckResponse__criticalExtensions_PR_NOTHING, /* No components present */ CounterCheckResponse__criticalExtensions_PR_counterCheckResponse_r8, CounterCheckResponse__criticalExtensions_PR_criticalExtensionsFuture } CounterCheckResponse__criticalExtensions_PR; /* CounterCheckResponse */ typedef struct CounterCheckResponse { RRC_TransactionIdentifier_t rrc_TransactionIdentifier; struct CounterCheckResponse__criticalExtensions { CounterCheckResponse__criticalExtensions_PR present; union CounterCheckResponse__criticalExtensions_u { CounterCheckResponse_r8_IEs_t counterCheckResponse_r8; struct CounterCheckResponse__criticalExtensions__criticalExtensionsFuture { /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } criticalExtensionsFuture; } choice; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } criticalExtensions; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } CounterCheckResponse_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_CounterCheckResponse; #ifdef __cplusplus } #endif #endif /* _CounterCheckResponse_H_ */ #include