/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "TCAPMessages" * found in "../asn/tcap.asn" * `asn1c -S /home/user/code/osmo-dev/src/asn1c/skeletons -fcompound-names -gen-BER -no-gen-APER -no-gen-XER -no-gen-JER -no-gen-OER -no-gen-UPER -no-gen-example` */ #ifndef _P_AbortCause_H_ #define _P_AbortCause_H_ #include /* Including external dependencies */ #include #ifdef __cplusplus extern "C" { #endif /* Dependencies */ typedef enum P_AbortCause { P_AbortCause_unrecognizedMessageType = 0, P_AbortCause_unrecognizedTransactionID = 1, P_AbortCause_badlyFormattedTransactionPortion = 2, P_AbortCause_incorrectTransactionPortion = 3, P_AbortCause_resourceLimitation = 4 } e_P_AbortCause; /* P-AbortCause */ typedef long P_AbortCause_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_P_AbortCause; asn_struct_free_f P_AbortCause_free; asn_struct_print_f P_AbortCause_print; asn_constr_check_f P_AbortCause_constraint; ber_type_decoder_f P_AbortCause_decode_ber; der_type_encoder_f P_AbortCause_encode_der; #ifdef __cplusplus } #endif #endif /* _P_AbortCause_H_ */ #include