SIM-115: update simulator to use latest E2SM KPM version 3
[sim/e2-interface.git] / e2sim / asn1c / InterfaceType.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-COMMON-IEs"
4  *      found in "e2sm-v03.01.asn"
5  *      `asn1c -pdu=auto -fincludes-quoted -fcompound-names -findirect-choice -fno-include-deps -no-gen-example -no-gen-OER -D /tmp/workspace/oransim-gerrit/e2sim/asn1c/`
6  */
7
8 #ifndef _InterfaceType_H_
9 #define _InterfaceType_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 InterfaceType {
23         InterfaceType_nG        = 0,
24         InterfaceType_xn        = 1,
25         InterfaceType_f1        = 2,
26         InterfaceType_e1        = 3,
27         InterfaceType_s1        = 4,
28         InterfaceType_x2        = 5,
29         InterfaceType_w1        = 6
30         /*
31          * Enumeration is extensible
32          */
33 } e_InterfaceType;
34
35 /* InterfaceType */
36 typedef long     InterfaceType_t;
37
38 /* Implementation */
39 extern asn_TYPE_descriptor_t asn_DEF_InterfaceType;
40 asn_struct_free_f InterfaceType_free;
41 asn_struct_print_f InterfaceType_print;
42 asn_constr_check_f InterfaceType_constraint;
43 ber_type_decoder_f InterfaceType_decode_ber;
44 der_type_encoder_f InterfaceType_encode_der;
45 xer_type_decoder_f InterfaceType_decode_xer;
46 xer_type_encoder_f InterfaceType_encode_xer;
47 jer_type_encoder_f InterfaceType_encode_jer;
48 per_type_decoder_f InterfaceType_decode_uper;
49 per_type_encoder_f InterfaceType_encode_uper;
50 per_type_decoder_f InterfaceType_decode_aper;
51 per_type_encoder_f InterfaceType_encode_aper;
52
53 #ifdef __cplusplus
54 }
55 #endif
56
57 #endif  /* _InterfaceType_H_ */
58 #include "asn_internal.h"