SIM-115: update simulator to use latest E2SM KPM version 3
[sim/e2-interface.git] / e2sim / asn1c / InterfaceIdentifier.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 _InterfaceIdentifier_H_
9 #define _InterfaceIdentifier_H_
10
11
12 #include "asn_application.h"
13
14 /* Including external dependencies */
15 #include "constr_CHOICE.h"
16
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20
21 /* Dependencies */
22 typedef enum InterfaceIdentifier_PR {
23         InterfaceIdentifier_PR_NOTHING, /* No components present */
24         InterfaceIdentifier_PR_nG,
25         InterfaceIdentifier_PR_xN,
26         InterfaceIdentifier_PR_f1,
27         InterfaceIdentifier_PR_e1,
28         InterfaceIdentifier_PR_s1,
29         InterfaceIdentifier_PR_x2,
30         InterfaceIdentifier_PR_w1
31         /* Extensions may appear below */
32         
33 } InterfaceIdentifier_PR;
34
35 /* Forward declarations */
36 struct InterfaceID_NG;
37 struct InterfaceID_Xn;
38 struct InterfaceID_F1;
39 struct InterfaceID_E1;
40 struct InterfaceID_S1;
41 struct InterfaceID_X2;
42 struct InterfaceID_W1;
43
44 /* InterfaceIdentifier */
45 typedef struct InterfaceIdentifier {
46         InterfaceIdentifier_PR present;
47         union InterfaceIdentifier_u {
48                 struct InterfaceID_NG   *nG;
49                 struct InterfaceID_Xn   *xN;
50                 struct InterfaceID_F1   *f1;
51                 struct InterfaceID_E1   *e1;
52                 struct InterfaceID_S1   *s1;
53                 struct InterfaceID_X2   *x2;
54                 struct InterfaceID_W1   *w1;
55                 /*
56                  * This type is extensible,
57                  * possible extensions are below.
58                  */
59         } choice;
60         
61         /* Context for parsing across buffer boundaries */
62         asn_struct_ctx_t _asn_ctx;
63 } InterfaceIdentifier_t;
64
65 /* Implementation */
66 extern asn_TYPE_descriptor_t asn_DEF_InterfaceIdentifier;
67
68 #ifdef __cplusplus
69 }
70 #endif
71
72 #endif  /* _InterfaceIdentifier_H_ */
73 #include "asn_internal.h"