Adding initial code jy.oak@samsung.com
[ric-app/kpimon.git] / asn1c_defs / all-defs / MDT-Configuration.h
1 /*\r
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\r
3  * From ASN.1 module "X2AP-IEs"\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 _MDT_Configuration_H_\r
9 #define _MDT_Configuration_H_\r
10 \r
11 \r
12 #include <asn_application.h>\r
13 \r
14 /* Including external dependencies */\r
15 #include "MDT-Activation.h"\r
16 #include "AreaScopeOfMDT.h"\r
17 #include "MeasurementsToActivate.h"\r
18 #include "M1ReportingTrigger.h"\r
19 #include <constr_SEQUENCE.h>\r
20 \r
21 #ifdef __cplusplus\r
22 extern "C" {\r
23 #endif\r
24 \r
25 /* Forward declarations */\r
26 struct M1ThresholdEventA2;\r
27 struct M1PeriodicReporting;\r
28 struct ProtocolExtensionContainer;\r
29 \r
30 /* MDT-Configuration */\r
31 typedef struct MDT_Configuration {\r
32         MDT_Activation_t         mdt_Activation;\r
33         AreaScopeOfMDT_t         areaScopeOfMDT;\r
34         MeasurementsToActivate_t         measurementsToActivate;\r
35         M1ReportingTrigger_t     m1reportingTrigger;\r
36         struct M1ThresholdEventA2       *m1thresholdeventA2;    /* OPTIONAL */\r
37         struct M1PeriodicReporting      *m1periodicReporting;   /* OPTIONAL */\r
38         struct ProtocolExtensionContainer       *iE_Extensions; /* OPTIONAL */\r
39         /*\r
40          * This type is extensible,\r
41          * possible extensions are below.\r
42          */\r
43         \r
44         /* Context for parsing across buffer boundaries */\r
45         asn_struct_ctx_t _asn_ctx;\r
46 } MDT_Configuration_t;\r
47 \r
48 /* Implementation */\r
49 extern asn_TYPE_descriptor_t asn_DEF_MDT_Configuration;\r
50 \r
51 #ifdef __cplusplus\r
52 }\r
53 #endif\r
54 \r
55 #endif  /* _MDT_Configuration_H_ */\r
56 #include <asn_internal.h>\r