Adding initial code jy.oak@samsung.com
[ric-app/kpimon.git] / asn1c_defs / all-defs / ServiceType.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 _ServiceType_H_\r
9 #define _ServiceType_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 ServiceType {\r
23         ServiceType_qMC_for_streaming_service   = 0,\r
24         ServiceType_qMC_for_MTSI_service        = 1\r
25         /*\r
26          * Enumeration is extensible\r
27          */\r
28 } e_ServiceType;\r
29 \r
30 /* ServiceType */\r
31 typedef long     ServiceType_t;\r
32 \r
33 /* Implementation */\r
34 extern asn_TYPE_descriptor_t asn_DEF_ServiceType;\r
35 asn_struct_free_f ServiceType_free;\r
36 asn_struct_print_f ServiceType_print;\r
37 asn_constr_check_f ServiceType_constraint;\r
38 ber_type_decoder_f ServiceType_decode_ber;\r
39 der_type_encoder_f ServiceType_encode_der;\r
40 xer_type_decoder_f ServiceType_decode_xer;\r
41 xer_type_encoder_f ServiceType_encode_xer;\r
42 per_type_decoder_f ServiceType_decode_uper;\r
43 per_type_encoder_f ServiceType_encode_uper;\r
44 per_type_decoder_f ServiceType_decode_aper;\r
45 per_type_encoder_f ServiceType_encode_aper;\r
46 \r
47 #ifdef __cplusplus\r
48 }\r
49 #endif\r
50 \r
51 #endif  /* _ServiceType_H_ */\r
52 #include <asn_internal.h>\r