/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "PEDefinitions" * found in "../../../asn1/PEDefinitions.asn" * `asn1c -fcompound-names -no-gen-example` */ #ifndef _ApplicationSystemParameters_H_ #define _ApplicationSystemParameters_H_ #include /* Including external dependencies */ #include #include #ifdef __cplusplus extern "C" { #endif /* Forward declarations */ struct TS102226AdditionalContactlessParameters; /* ApplicationSystemParameters */ typedef struct ApplicationSystemParameters { OCTET_STRING_t *volatileMemoryQuotaC7 /* OPTIONAL */; OCTET_STRING_t *nonVolatileMemoryQuotaC8 /* OPTIONAL */; OCTET_STRING_t *globalServiceParameters /* OPTIONAL */; OCTET_STRING_t *implicitSelectionParameter /* OPTIONAL */; OCTET_STRING_t *volatileReservedMemory /* OPTIONAL */; OCTET_STRING_t *nonVolatileReservedMemory /* OPTIONAL */; OCTET_STRING_t *ts102226SIMFileAccessToolkitParameter /* OPTIONAL */; struct TS102226AdditionalContactlessParameters *ts102226AdditionalContactlessParameters /* OPTIONAL */; OCTET_STRING_t *contactlessProtocolParameters /* OPTIONAL */; OCTET_STRING_t *userInteractionContactlessParameters /* OPTIONAL */; OCTET_STRING_t *cumulativeGrantedVolatileMemory /* OPTIONAL */; OCTET_STRING_t *cumulativeGrantedNonVolatileMemory /* OPTIONAL */; /* * This type is extensible, * possible extensions are below. */ /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } ApplicationSystemParameters_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_ApplicationSystemParameters; extern asn_SEQUENCE_specifics_t asn_SPC_ApplicationSystemParameters_specs_1; extern asn_TYPE_member_t asn_MBR_ApplicationSystemParameters_1[12]; #ifdef __cplusplus } #endif /* Referred external types */ #include "TS102226AdditionalContactlessParameters.h" #endif /* _ApplicationSystemParameters_H_ */ #include