Adding initial code jy.oak@samsung.com
[ric-app/kpimon.git] / asn1c_defs / all-defs / VehicleUE.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 _VehicleUE_H_\r
9 #define _VehicleUE_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 VehicleUE {\r
23         VehicleUE_authorized    = 0,\r
24         VehicleUE_not_authorized        = 1\r
25         /*\r
26          * Enumeration is extensible\r
27          */\r
28 } e_VehicleUE;\r
29 \r
30 /* VehicleUE */\r
31 typedef long     VehicleUE_t;\r
32 \r
33 /* Implementation */\r
34 extern asn_per_constraints_t asn_PER_type_VehicleUE_constr_1;\r
35 extern asn_TYPE_descriptor_t asn_DEF_VehicleUE;\r
36 extern const asn_INTEGER_specifics_t asn_SPC_VehicleUE_specs_1;\r
37 asn_struct_free_f VehicleUE_free;\r
38 asn_struct_print_f VehicleUE_print;\r
39 asn_constr_check_f VehicleUE_constraint;\r
40 ber_type_decoder_f VehicleUE_decode_ber;\r
41 der_type_encoder_f VehicleUE_encode_der;\r
42 xer_type_decoder_f VehicleUE_decode_xer;\r
43 xer_type_encoder_f VehicleUE_encode_xer;\r
44 per_type_decoder_f VehicleUE_decode_uper;\r
45 per_type_encoder_f VehicleUE_encode_uper;\r
46 per_type_decoder_f VehicleUE_decode_aper;\r
47 per_type_encoder_f VehicleUE_encode_aper;\r
48 \r
49 #ifdef __cplusplus\r
50 }\r
51 #endif\r
52 \r
53 #endif  /* _VehicleUE_H_ */\r
54 #include <asn_internal.h>\r