ISSUE ID:- RICAPP-216
[ric-app/bouncer.git] / Bouncer / e2sm_rc / headers / 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.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -pdu=auto -gen-PER -gen-OER -no-gen-example`
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 extern asn_CHOICE_specifics_t asn_SPC_InterfaceIdentifier_specs_1;
68 extern asn_TYPE_member_t asn_MBR_InterfaceIdentifier_1[7];
69 extern asn_per_constraints_t asn_PER_type_InterfaceIdentifier_constr_1;
70
71 #ifdef __cplusplus
72 }
73 #endif
74
75 #endif  /* _InterfaceIdentifier_H_ */
76 #include <asn_internal.h>