/* * 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_DF_5GS_H_ #define _PE_DF_5GS_H_ #include /* Including external dependencies */ #include "PEHeader.h" #include #include "File.h" #include #ifdef __cplusplus extern "C" { #endif /* Forward declarations */ struct File; /* PE-DF-5GS */ typedef struct PE_DF_5GS { PEHeader_t df_5gs_header; OBJECT_IDENTIFIER_t templateID; File_t df_df_5gs; struct File *ef_5gs3gpploci /* OPTIONAL */; struct File *ef_5gsn3gpploci /* OPTIONAL */; struct File *ef_5gs3gppnsc /* OPTIONAL */; struct File *ef_5gsn3gppnsc /* OPTIONAL */; struct File *ef_5gauthkeys /* OPTIONAL */; struct File *ef_uac_aic /* OPTIONAL */; struct File *ef_suci_calc_info /* OPTIONAL */; struct File *ef_opl5g /* OPTIONAL */; struct File *ef_supinai /* OPTIONAL */; struct File *ef_routing_indicator /* OPTIONAL */; struct File *ef_ursp /* OPTIONAL */; struct File *ef_tn3gppsnn /* OPTIONAL */; struct File *ef_cag /* OPTIONAL */; struct File *ef_sor_cmci /* OPTIONAL */; struct File *ef_dri /* OPTIONAL */; struct File *ef_5gsedrx /* OPTIONAL */; struct File *ef_5gnswo_conf /* OPTIONAL */; struct File *ef_mchpplmn /* OPTIONAL */; struct File *ef_kausf_derivation /* OPTIONAL */; /* * This type is extensible, * possible extensions are below. */ /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } PE_DF_5GS_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_PE_DF_5GS; extern asn_SEQUENCE_specifics_t asn_SPC_PE_DF_5GS_specs_1; extern asn_TYPE_member_t asn_MBR_PE_DF_5GS_1[22]; #ifdef __cplusplus } #endif /* Referred external types */ #include "File.h" #endif /* _PE_DF_5GS_H_ */ #include