blob: 7b7a190a2d6796752c90e73272662a2d4c4c92d2 [file] [log] [blame]
Juha Hyttinenff8dccd2019-12-10 14:34:07 +02001/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "X2AP-IEs"
4 * found in "Spec/e2_and_x2-combined-and-minimized.asn1"
5 * `asn1c -pdu=auto -fincludes-quoted -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example`
6 */
7
8#ifndef _CauseProtocol_H_
9#define _CauseProtocol_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
15#include "NativeEnumerated.h"
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21/* Dependencies */
22typedef 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_unspecified = 5,
29 CauseProtocol_abstract_syntax_error_falsely_constructed_message = 6
30 /*
31 * Enumeration is extensible
32 */
33} e_CauseProtocol;
34
35/* CauseProtocol */
36typedef long CauseProtocol_t;
37
38/* Implementation */
39extern asn_per_constraints_t asn_PER_type_CauseProtocol_constr_1;
40extern asn_TYPE_descriptor_t asn_DEF_CauseProtocol;
41extern const asn_INTEGER_specifics_t asn_SPC_CauseProtocol_specs_1;
42asn_struct_free_f CauseProtocol_free;
43asn_struct_print_f CauseProtocol_print;
44asn_constr_check_f CauseProtocol_constraint;
45ber_type_decoder_f CauseProtocol_decode_ber;
46der_type_encoder_f CauseProtocol_encode_der;
47xer_type_decoder_f CauseProtocol_decode_xer;
48xer_type_encoder_f CauseProtocol_encode_xer;
49per_type_decoder_f CauseProtocol_decode_uper;
50per_type_encoder_f CauseProtocol_encode_uper;
51per_type_decoder_f CauseProtocol_decode_aper;
52per_type_encoder_f CauseProtocol_encode_aper;
53
54#ifdef __cplusplus
55}
56#endif
57
58#endif /* _CauseProtocol_H_ */
59#include "asn_internal.h"