/* * Generated by asn1c-0.9.21 (http://lionet.info/asn1c) * From ASN.1 module "MAP-CH-DataTypes" * found in "../asn//MAP-CH-DataTypes.asn" */ #ifndef _CamelInfo_H_ #define _CamelInfo_H_ #include /* Including external dependencies */ #include "SupportedCamelPhases.h" #include #include "OfferedCamel4CSIs.h" #include #ifdef __cplusplus extern "C" { #endif /* Forward declarations */ struct ExtensionContainer; /* CamelInfo */ typedef struct CamelInfo { SupportedCamelPhases_t supportedCamelPhases; NULL_t *suppress_T_CSI /* OPTIONAL */; struct ExtensionContainer *extensionContainer /* OPTIONAL */; /* * This type is extensible, * possible extensions are below. */ OfferedCamel4CSIs_t *offeredCamel4CSIs /* OPTIONAL */; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } CamelInfo_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_CamelInfo; #ifdef __cplusplus } #endif /* Referred external types */ #include "ExtensionContainer.h" #endif /* _CamelInfo_H_ */