/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "SGP32Definitions" * found in "../../../asn1/SGP32Definitions.asn" * `asn1c -fcompound-names -no-gen-example` */ #ifndef _CompactAuthenticateResponseOk_H_ #define _CompactAuthenticateResponseOk_H_ #include /* Including external dependencies */ #include #include "EuiccSigned1.h" #include "CompactEuiccSigned1.h" #include #include #ifdef __cplusplus extern "C" { #endif /* Dependencies */ typedef enum CompactAuthenticateResponseOk__signedData_PR { CompactAuthenticateResponseOk__signedData_PR_NOTHING, /* No components present */ CompactAuthenticateResponseOk__signedData_PR_euiccSigned1, CompactAuthenticateResponseOk__signedData_PR_compactEuiccSigned1 /* Extensions may appear below */ } CompactAuthenticateResponseOk__signedData_PR; /* Forward declarations */ struct Certificate; /* CompactAuthenticateResponseOk */ typedef struct CompactAuthenticateResponseOk { struct CompactAuthenticateResponseOk__signedData { CompactAuthenticateResponseOk__signedData_PR present; union CompactAuthenticateResponseOk__signedData_u { EuiccSigned1_t euiccSigned1; CompactEuiccSigned1_t compactEuiccSigned1; /* * This type is extensible, * possible extensions are below. */ } choice; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } signedData; OCTET_STRING_t euiccSignature1; struct Certificate *euiccCertificate /* OPTIONAL */; struct Certificate *eumCertificate /* OPTIONAL */; /* * This type is extensible, * possible extensions are below. */ /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } CompactAuthenticateResponseOk_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_CompactAuthenticateResponseOk; extern asn_SEQUENCE_specifics_t asn_SPC_CompactAuthenticateResponseOk_specs_1; extern asn_TYPE_member_t asn_MBR_CompactAuthenticateResponseOk_1[4]; #ifdef __cplusplus } #endif /* Referred external types */ #include "Certificate.h" #endif /* _CompactAuthenticateResponseOk_H_ */ #include