/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "RSPDefinitions" * found in "../../../asn1/RSPDefinitions.asn" * `asn1c -fcompound-names -no-gen-example` */ #ifndef _ProfileInfoListResponse_H_ #define _ProfileInfoListResponse_H_ #include /* Including external dependencies */ #include "ProfileInfoListError.h" #include #include #include #ifdef __cplusplus extern "C" { #endif /* Dependencies */ typedef enum ProfileInfoListResponse_PR { ProfileInfoListResponse_PR_NOTHING, /* No components present */ ProfileInfoListResponse_PR_profileInfoListOk, ProfileInfoListResponse_PR_profileInfoListError /* Extensions may appear below */ } ProfileInfoListResponse_PR; /* Forward declarations */ struct ProfileInfo; /* ProfileInfoListResponse */ typedef struct ProfileInfoListResponse { ProfileInfoListResponse_PR present; union ProfileInfoListResponse_u { struct ProfileInfoListResponse__profileInfoListOk { A_SEQUENCE_OF(struct ProfileInfo) list; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } profileInfoListOk; ProfileInfoListError_t profileInfoListError; /* * This type is extensible, * possible extensions are below. */ } choice; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } ProfileInfoListResponse_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_ProfileInfoListResponse; #ifdef __cplusplus } #endif /* Referred external types */ #include "ProfileInfo.h" #endif /* _ProfileInfoListResponse_H_ */ #include