blob: c036b5f0c94a39dfc20f6a6dd42b4f35829c43ef [file] [log] [blame]
rajalakshmisv960885a2022-05-31 14:59:10 +00001/*
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 .`
6 */
7
8#ifndef _InterfaceID_X2_H_
9#define _InterfaceID_X2_H_
10
11
12#include <asn_application.h>
13
14/* Including external dependencies */
15#include <constr_CHOICE.h>
16#include <constr_SEQUENCE.h>
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
22/* Dependencies */
23typedef enum InterfaceID_X2__nodeType_PR {
24 InterfaceID_X2__nodeType_PR_NOTHING, /* No components present */
25 InterfaceID_X2__nodeType_PR_global_eNB_ID,
26 InterfaceID_X2__nodeType_PR_global_en_gNB_ID
27 /* Extensions may appear below */
28
29} InterfaceID_X2__nodeType_PR;
30
31/* Forward declarations */
32struct GlobalENB_ID;
33struct GlobalenGNB_ID;
34
35/* InterfaceID-X2 */
36typedef struct InterfaceID_X2 {
37 struct InterfaceID_X2__nodeType {
38 InterfaceID_X2__nodeType_PR present;
39 union InterfaceID_X2__nodeType_u {
40 struct GlobalENB_ID *global_eNB_ID;
41 struct GlobalenGNB_ID *global_en_gNB_ID;
42 /*
43 * This type is extensible,
44 * possible extensions are below.
45 */
46 } choice;
47
48 /* Context for parsing across buffer boundaries */
49 asn_struct_ctx_t _asn_ctx;
50 } nodeType;
51 /*
52 * This type is extensible,
53 * possible extensions are below.
54 */
55
56 /* Context for parsing across buffer boundaries */
57 asn_struct_ctx_t _asn_ctx;
58} InterfaceID_X2_t;
59
60/* Implementation */
61extern asn_TYPE_descriptor_t asn_DEF_InterfaceID_X2;
62extern asn_SEQUENCE_specifics_t asn_SPC_InterfaceID_X2_specs_1;
63extern asn_TYPE_member_t asn_MBR_InterfaceID_X2_1[1];
64
65#ifdef __cplusplus
66}
67#endif
68
69#endif /* _InterfaceID_X2_H_ */
70#include <asn_internal.h>