Updated INFO.yaml file
[ric-app/kpimon.git] / asn1c_defs / all-defs / RLCMode.h
1 /*\r
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\r
3  * From ASN.1 module "X2AP-IEs"\r
4  *      found in "../../asn_defs/asn1/x2ap-modified-15-05.asn"\r
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`\r
6  */\r
7 \r
8 #ifndef _RLCMode_H_\r
9 #define _RLCMode_H_\r
10 \r
11 \r
12 #include <asn_application.h>\r
13 \r
14 /* Including external dependencies */\r
15 #include <NativeEnumerated.h>\r
16 \r
17 #ifdef __cplusplus\r
18 extern "C" {\r
19 #endif\r
20 \r
21 /* Dependencies */\r
22 typedef enum RLCMode {\r
23         RLCMode_rlc_am  = 0,\r
24         RLCMode_rlc_um_bidirectional    = 1,\r
25         RLCMode_rlc_um_unidirectional_ul        = 2,\r
26         RLCMode_rlc_um_unidirectional_dl        = 3\r
27         /*\r
28          * Enumeration is extensible\r
29          */\r
30 } e_RLCMode;\r
31 \r
32 /* RLCMode */\r
33 typedef long     RLCMode_t;\r
34 \r
35 /* Implementation */\r
36 extern asn_per_constraints_t asn_PER_type_RLCMode_constr_1;\r
37 extern asn_TYPE_descriptor_t asn_DEF_RLCMode;\r
38 extern const asn_INTEGER_specifics_t asn_SPC_RLCMode_specs_1;\r
39 asn_struct_free_f RLCMode_free;\r
40 asn_struct_print_f RLCMode_print;\r
41 asn_constr_check_f RLCMode_constraint;\r
42 ber_type_decoder_f RLCMode_decode_ber;\r
43 der_type_encoder_f RLCMode_encode_der;\r
44 xer_type_decoder_f RLCMode_decode_xer;\r
45 xer_type_encoder_f RLCMode_encode_xer;\r
46 per_type_decoder_f RLCMode_decode_uper;\r
47 per_type_encoder_f RLCMode_encode_uper;\r
48 per_type_decoder_f RLCMode_decode_aper;\r
49 per_type_encoder_f RLCMode_encode_aper;\r
50 \r
51 #ifdef __cplusplus\r
52 }\r
53 #endif\r
54 \r
55 #endif  /* _RLCMode_H_ */\r
56 #include <asn_internal.h>\r