Adding initial code jy.oak@samsung.com
[ric-app/kpimon.git] / asn1c_defs / all-defs / NRNeighbour-Information.h
1 /*\r
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\r
3  * From ASN.1 module "X2AP-PDU-Contents"\r
4  *      found in "../../asn_defs/asn1/x2ap-modified-15-05.asn"\r
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`\r
6  */\r
7 \r
8 #ifndef _NRNeighbour_Information_H_\r
9 #define _NRNeighbour_Information_H_\r
10 \r
11 \r
12 #include <asn_application.h>\r
13 \r
14 /* Including external dependencies */\r
15 #include <asn_SEQUENCE_OF.h>\r
16 #include "NRPCI.h"\r
17 #include "NRCGI.h"\r
18 #include "FiveGS-TAC.h"\r
19 #include "TAC.h"\r
20 #include <OCTET_STRING.h>\r
21 #include <constr_CHOICE.h>\r
22 #include <constr_SEQUENCE.h>\r
23 #include <constr_SEQUENCE_OF.h>\r
24 \r
25 #ifdef __cplusplus\r
26 extern "C" {\r
27 #endif\r
28 \r
29 /* Dependencies */\r
30 typedef enum NRNeighbour_Information__Member__nRNeighbourModeInfo_PR {\r
31         NRNeighbour_Information__Member__nRNeighbourModeInfo_PR_NOTHING,        /* No components present */\r
32         NRNeighbour_Information__Member__nRNeighbourModeInfo_PR_fdd,\r
33         NRNeighbour_Information__Member__nRNeighbourModeInfo_PR_tdd\r
34         /* Extensions may appear below */\r
35         \r
36 } NRNeighbour_Information__Member__nRNeighbourModeInfo_PR;\r
37 \r
38 /* Forward declarations */\r
39 struct ProtocolExtensionContainer;\r
40 struct FDD_InfoNeighbourServedNRCell_Information;\r
41 struct TDD_InfoNeighbourServedNRCell_Information;\r
42 \r
43 /* Forward definitions */\r
44 typedef struct NRNeighbour_Information__Member {\r
45         NRPCI_t  nrpCI;\r
46         NRCGI_t  nrCellID;\r
47         FiveGS_TAC_t    *fiveGS_TAC;    /* OPTIONAL */\r
48         TAC_t   *configured_TAC;        /* OPTIONAL */\r
49         OCTET_STRING_t   measurementTimingConfiguration;\r
50         struct NRNeighbour_Information__Member__nRNeighbourModeInfo {\r
51                 NRNeighbour_Information__Member__nRNeighbourModeInfo_PR present;\r
52                 union NRNeighbour_Information__Member__nRNeighbourModeInfo_u {\r
53                         struct FDD_InfoNeighbourServedNRCell_Information        *fdd;\r
54                         struct TDD_InfoNeighbourServedNRCell_Information        *tdd;\r
55                         /*\r
56                          * This type is extensible,\r
57                          * possible extensions are below.\r
58                          */\r
59                 } choice;\r
60                 \r
61                 /* Context for parsing across buffer boundaries */\r
62                 asn_struct_ctx_t _asn_ctx;\r
63         } nRNeighbourModeInfo;\r
64         struct ProtocolExtensionContainer       *iE_Extensions; /* OPTIONAL */\r
65         /*\r
66          * This type is extensible,\r
67          * possible extensions are below.\r
68          */\r
69         \r
70         /* Context for parsing across buffer boundaries */\r
71         asn_struct_ctx_t _asn_ctx;\r
72 } NRNeighbour_Information__Member;\r
73 \r
74 /* NRNeighbour-Information */\r
75 typedef struct NRNeighbour_Information {\r
76         A_SEQUENCE_OF(NRNeighbour_Information__Member) list;\r
77         \r
78         /* Context for parsing across buffer boundaries */\r
79         asn_struct_ctx_t _asn_ctx;\r
80 } NRNeighbour_Information_t;\r
81 \r
82 /* Implementation */\r
83 extern asn_TYPE_descriptor_t asn_DEF_NRNeighbour_Information;\r
84 extern asn_SET_OF_specifics_t asn_SPC_NRNeighbour_Information_specs_1;\r
85 extern asn_TYPE_member_t asn_MBR_NRNeighbour_Information_1[1];\r
86 extern asn_per_constraints_t asn_PER_type_NRNeighbour_Information_constr_1;\r
87 \r
88 #ifdef __cplusplus\r
89 }\r
90 #endif\r
91 \r
92 #endif  /* _NRNeighbour_Information_H_ */\r
93 #include <asn_internal.h>\r