2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "F1AP-IEs"
5 * `asn1c -D ./out -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
8 #ifndef _CauseProtocol_H_
9 #define _CauseProtocol_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
22 typedef enum CauseProtocol {
23 CauseProtocol_transfer_syntax_error = 0,
24 CauseProtocol_abstract_syntax_error_reject = 1,
25 CauseProtocol_abstract_syntax_error_ignore_and_notify = 2,
26 CauseProtocol_message_not_compatible_with_receiver_state = 3,
27 CauseProtocol_semantic_error = 4,
28 CauseProtocol_abstract_syntax_error_falsely_constructed_message = 5,
29 CauseProtocol_unspecified = 6
31 * Enumeration is extensible
36 typedef long CauseProtocol_t;
39 extern asn_per_constraints_t asn_PER_type_CauseProtocol_constr_1;
40 extern asn_TYPE_descriptor_t asn_DEF_CauseProtocol;
41 extern const asn_INTEGER_specifics_t asn_SPC_CauseProtocol_specs_1;
42 asn_struct_free_f CauseProtocol_free;
43 asn_struct_print_f CauseProtocol_print;
44 asn_constr_check_f CauseProtocol_constraint;
45 ber_type_decoder_f CauseProtocol_decode_ber;
46 der_type_encoder_f CauseProtocol_encode_der;
47 xer_type_decoder_f CauseProtocol_decode_xer;
48 xer_type_encoder_f CauseProtocol_encode_xer;
49 oer_type_decoder_f CauseProtocol_decode_oer;
50 oer_type_encoder_f CauseProtocol_encode_oer;
51 per_type_decoder_f CauseProtocol_decode_uper;
52 per_type_encoder_f CauseProtocol_encode_uper;
53 per_type_decoder_f CauseProtocol_decode_aper;
54 per_type_encoder_f CauseProtocol_encode_aper;
60 #endif /* _CauseProtocol_H_ */
61 #include <asn_internal.h>