/* * 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 _GetBoundProfilePackageResponseEsipa_H_ #define _GetBoundProfilePackageResponseEsipa_H_ #include /* Including external dependencies */ #include "GetBoundProfilePackageOkEsipa.h" #include #include #ifdef __cplusplus extern "C" { #endif /* Dependencies */ typedef enum GetBoundProfilePackageResponseEsipa_PR { GetBoundProfilePackageResponseEsipa_PR_NOTHING, /* No components present */ GetBoundProfilePackageResponseEsipa_PR_getBoundProfilePackageOkEsipa, GetBoundProfilePackageResponseEsipa_PR_getBoundProfilePackageErrorEsipa /* Extensions may appear below */ } GetBoundProfilePackageResponseEsipa_PR; typedef enum GetBoundProfilePackageResponseEsipa__getBoundProfilePackageErrorEsipa { GetBoundProfilePackageResponseEsipa__getBoundProfilePackageErrorEsipa_euiccSignatureInvalid = 1, GetBoundProfilePackageResponseEsipa__getBoundProfilePackageErrorEsipa_confirmationCodeMissing = 2, GetBoundProfilePackageResponseEsipa__getBoundProfilePackageErrorEsipa_confirmationCodeRefused = 3, GetBoundProfilePackageResponseEsipa__getBoundProfilePackageErrorEsipa_confirmationCodeRetriesExceeded = 4, GetBoundProfilePackageResponseEsipa__getBoundProfilePackageErrorEsipa_bppRebindingRefused = 5, GetBoundProfilePackageResponseEsipa__getBoundProfilePackageErrorEsipa_downloadOrderExpired = 6, GetBoundProfilePackageResponseEsipa__getBoundProfilePackageErrorEsipa_profileMetadataMismatch = 50, GetBoundProfilePackageResponseEsipa__getBoundProfilePackageErrorEsipa_invalidTransactionId = 95, GetBoundProfilePackageResponseEsipa__getBoundProfilePackageErrorEsipa_undefinedError = 127 } e_GetBoundProfilePackageResponseEsipa__getBoundProfilePackageErrorEsipa; /* GetBoundProfilePackageResponseEsipa */ typedef struct GetBoundProfilePackageResponseEsipa { GetBoundProfilePackageResponseEsipa_PR present; union GetBoundProfilePackageResponseEsipa_u { GetBoundProfilePackageOkEsipa_t getBoundProfilePackageOkEsipa; long getBoundProfilePackageErrorEsipa; /* * This type is extensible, * possible extensions are below. */ } choice; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } GetBoundProfilePackageResponseEsipa_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_GetBoundProfilePackageResponseEsipa; extern asn_CHOICE_specifics_t asn_SPC_GetBoundProfilePackageResponseEsipa_specs_1; extern asn_TYPE_member_t asn_MBR_GetBoundProfilePackageResponseEsipa_1[2]; extern asn_per_constraints_t asn_PER_type_GetBoundProfilePackageResponseEsipa_constr_1; #ifdef __cplusplus } #endif #endif /* _GetBoundProfilePackageResponseEsipa_H_ */ #include