/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "DialoguePDUs" */ #ifndef _TCAP_Associate_result_H_ #define _TCAP_Associate_result_H_ #include /* Including external dependencies */ #include #ifdef __cplusplus extern "C" { #endif /* Dependencies */ typedef enum TCAP_Associate_result { TCAP_Associate_result_accepted = 0, TCAP_Associate_result_reject_permanent = 1 } e_TCAP_Associate_result; /* TCAP_Associate-result */ typedef long TCAP_Associate_result_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_TCAP_Associate_result; asn_struct_free_f TCAP_Associate_result_free; asn_struct_print_f TCAP_Associate_result_print; asn_constr_check_f TCAP_Associate_result_constraint; ber_type_decoder_f TCAP_Associate_result_decode_ber; der_type_encoder_f TCAP_Associate_result_encode_der; #ifdef __cplusplus } #endif #endif /* _TCAP_Associate_result_H_ */ #include