[Epic-ID: ODUHIGH-510][Task-ID: ODUHIGH-511] E2AP version upgrade from V2.00 to V3.00
[o-du/l2.git] / src / codec_utils / E2AP / CauseE2Protocol.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2AP-IEs"
4  *      found in "../../ASN1_Input/E2APV0300.asn1"
5  *      `asn1c -D ../../E2_v3.0_output/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
6  */
7
8 #ifndef _CauseE2Protocol_H_
9 #define _CauseE2Protocol_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include <NativeEnumerated.h>
16
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20
21 /* Dependencies */
22 typedef enum CauseE2Protocol {
23         CauseE2Protocol_transfer_syntax_error   = 0,
24         CauseE2Protocol_abstract_syntax_error_reject    = 1,
25         CauseE2Protocol_abstract_syntax_error_ignore_and_notify = 2,
26         CauseE2Protocol_message_not_compatible_with_receiver_state      = 3,
27         CauseE2Protocol_semantic_error  = 4,
28         CauseE2Protocol_abstract_syntax_error_falsely_constructed_message       = 5,
29         CauseE2Protocol_unspecified     = 6
30         /*
31          * Enumeration is extensible
32          */
33 } e_CauseE2Protocol;
34
35 /* CauseE2Protocol */
36 typedef long     CauseE2Protocol_t;
37
38 /* Implementation */
39 extern asn_per_constraints_t asn_PER_type_CauseE2Protocol_constr_1;
40 extern asn_TYPE_descriptor_t asn_DEF_CauseE2Protocol;
41 extern const asn_INTEGER_specifics_t asn_SPC_CauseE2Protocol_specs_1;
42 asn_struct_free_f CauseE2Protocol_free;
43 asn_struct_print_f CauseE2Protocol_print;
44 asn_constr_check_f CauseE2Protocol_constraint;
45 ber_type_decoder_f CauseE2Protocol_decode_ber;
46 der_type_encoder_f CauseE2Protocol_encode_der;
47 xer_type_decoder_f CauseE2Protocol_decode_xer;
48 xer_type_encoder_f CauseE2Protocol_encode_xer;
49 oer_type_decoder_f CauseE2Protocol_decode_oer;
50 oer_type_encoder_f CauseE2Protocol_encode_oer;
51 per_type_decoder_f CauseE2Protocol_decode_uper;
52 per_type_encoder_f CauseE2Protocol_encode_uper;
53 per_type_decoder_f CauseE2Protocol_decode_aper;
54 per_type_encoder_f CauseE2Protocol_encode_aper;
55
56 #ifdef __cplusplus
57 }
58 #endif
59
60 #endif  /* _CauseE2Protocol_H_ */
61 #include <asn_internal.h>