8c40f80e2db09793a44421c777458c315e725074
[ric-app/kpimon.git] / asn1c_defs / all-defs / CellMeasurementResult-Item.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 _CellMeasurementResult_Item_H_\r
9 #define _CellMeasurementResult_Item_H_\r
10 \r
11 \r
12 #include <asn_application.h>\r
13 \r
14 /* Including external dependencies */\r
15 #include "ECGI.h"\r
16 #include <constr_SEQUENCE.h>\r
17 \r
18 #ifdef __cplusplus\r
19 extern "C" {\r
20 #endif\r
21 \r
22 /* Forward declarations */\r
23 struct HWLoadIndicator;\r
24 struct S1TNLLoadIndicator;\r
25 struct RadioResourceStatus;\r
26 struct ProtocolExtensionContainer;\r
27 \r
28 /* CellMeasurementResult-Item */\r
29 typedef struct CellMeasurementResult_Item {\r
30         ECGI_t   cell_ID;\r
31         struct HWLoadIndicator  *hWLoadIndicator;       /* OPTIONAL */\r
32         struct S1TNLLoadIndicator       *s1TNLLoadIndicator;    /* OPTIONAL */\r
33         struct RadioResourceStatus      *radioResourceStatus;   /* OPTIONAL */\r
34         struct ProtocolExtensionContainer       *iE_Extensions; /* OPTIONAL */\r
35         /*\r
36          * This type is extensible,\r
37          * possible extensions are below.\r
38          */\r
39         \r
40         /* Context for parsing across buffer boundaries */\r
41         asn_struct_ctx_t _asn_ctx;\r
42 } CellMeasurementResult_Item_t;\r
43 \r
44 /* Implementation */\r
45 extern asn_TYPE_descriptor_t asn_DEF_CellMeasurementResult_Item;\r
46 \r
47 #ifdef __cplusplus\r
48 }\r
49 #endif\r
50 \r
51 #endif  /* _CellMeasurementResult_Item_H_ */\r
52 #include <asn_internal.h>\r