2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "E2SM-RC-IEs"
4 * found in "e2sm-rc-nov2021.asn"
5 * `asn1c -fcompound-names -fno-include-deps -findirect-choice -pdu=auto -gen-PER -gen-OER -no-gen-example -D .`
8 #ifndef _InterfaceIdentifier_H_
9 #define _InterfaceIdentifier_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <constr_CHOICE.h>
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 */
33 } InterfaceIdentifier_PR;
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;
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;
56 * This type is extensible,
57 * possible extensions are below.
61 /* Context for parsing across buffer boundaries */
62 asn_struct_ctx_t _asn_ctx;
63 } InterfaceIdentifier_t;
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;
75 #endif /* _InterfaceIdentifier_H_ */
76 #include <asn_internal.h>