/* * 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_PHONEBOOK_H_ #define _PE_PHONEBOOK_H_ #include /* Including external dependencies */ #include "PEHeader.h" #include #include "File.h" #include #ifdef __cplusplus extern "C" { #endif /* Forward declarations */ struct File; /* PE-PHONEBOOK */ typedef struct PE_PHONEBOOK { PEHeader_t phonebook_header; OBJECT_IDENTIFIER_t templateID; File_t df_phonebook; struct File *ef_pbr /* OPTIONAL */; struct File *ef_ext1 /* OPTIONAL */; struct File *ef_aas /* OPTIONAL */; struct File *ef_gas /* OPTIONAL */; struct File *ef_psc /* OPTIONAL */; struct File *ef_cc /* OPTIONAL */; struct File *ef_puid /* OPTIONAL */; struct File *ef_iap /* OPTIONAL */; struct File *ef_adn /* OPTIONAL */; struct File *ef_pbc /* OPTIONAL */; struct File *ef_anr /* OPTIONAL */; struct File *ef_puri /* OPTIONAL */; struct File *ef_email /* OPTIONAL */; struct File *ef_sne /* OPTIONAL */; struct File *ef_uid /* OPTIONAL */; struct File *ef_grp /* OPTIONAL */; struct File *ef_ccp1 /* OPTIONAL */; /* * This type is extensible, * possible extensions are below. */ /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } PE_PHONEBOOK_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_PE_PHONEBOOK; extern asn_SEQUENCE_specifics_t asn_SPC_PE_PHONEBOOK_specs_1; extern asn_TYPE_member_t asn_MBR_PE_PHONEBOOK_1[20]; #ifdef __cplusplus } #endif /* Referred external types */ #include "File.h" #endif /* _PE_PHONEBOOK_H_ */ #include