/* * 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 _PE_IoT_H_ #define _PE_IoT_H_ #include /* Including external dependencies */ #include "PEHeader.h" #include #include "File.h" #include #ifdef __cplusplus extern "C" { #endif /* Forward declarations */ struct File; /* PE-IoT */ typedef struct PE_IoT { PEHeader_t iot_header; OBJECT_IDENTIFIER_t templateID; struct File *mf /* OPTIONAL */; struct File *ef_pl /* OPTIONAL */; struct File *ef_iccid /* OPTIONAL */; struct File *ef_dir /* OPTIONAL */; struct File *ef_arr /* OPTIONAL */; struct File *ef_umpc /* OPTIONAL */; struct File *adf_usim /* OPTIONAL */; File_t ef_imsi; struct File *ef_arr_usim /* OPTIONAL */; struct File *ef_keys /* OPTIONAL */; struct File *ef_keysPS /* OPTIONAL */; struct File *ef_hpplmn /* OPTIONAL */; struct File *ef_ust /* OPTIONAL */; struct File *ef_start_hfn /* OPTIONAL */; struct File *ef_threshold /* OPTIONAL */; struct File *ef_psloci /* OPTIONAL */; File_t ef_acc; struct File *ef_fplmn /* OPTIONAL */; struct File *ef_loci /* OPTIONAL */; struct File *ef_ad /* OPTIONAL */; struct File *ef_ecc /* OPTIONAL */; struct File *ef_netpar /* OPTIONAL */; /* * This type is extensible, * possible extensions are below. */ /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } PE_IoT_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_PE_IoT; extern asn_SEQUENCE_specifics_t asn_SPC_PE_IoT_specs_1; extern asn_TYPE_member_t asn_MBR_PE_IoT_1[24]; #ifdef __cplusplus } #endif /* Referred external types */ #include "File.h" #endif /* _PE_IoT_H_ */ #include