3c6cc536bbcf7af53e8ae3161270739f532ca8d7
[ric-plt/submgr.git] / e2ap / headers / MDT-Configuration.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "X2AP-IEs"
4  *      found in "X2AP-15-4-0.asn1"
5  *      `asn1c -D ./asn1_n1 -pdu=auto -fno-include-deps -fcompound-names -findirect-choice -gen-PER -gen-OER -no-gen-example`
6  */
7
8 #ifndef _MDT_Configuration_H_
9 #define _MDT_Configuration_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "MDT-Activation.h"
16 #include "AreaScopeOfMDT.h"
17 #include "MeasurementsToActivate.h"
18 #include "M1ReportingTrigger.h"
19 #include <constr_SEQUENCE.h>
20
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24
25 /* Forward declarations */
26 struct M1ThresholdEventA2;
27 struct M1PeriodicReporting;
28 struct ProtocolExtensionContainer;
29
30 /* MDT-Configuration */
31 typedef struct MDT_Configuration {
32         MDT_Activation_t         mdt_Activation;
33         AreaScopeOfMDT_t         areaScopeOfMDT;
34         MeasurementsToActivate_t         measurementsToActivate;
35         M1ReportingTrigger_t     m1reportingTrigger;
36         struct M1ThresholdEventA2       *m1thresholdeventA2;    /* OPTIONAL */
37         struct M1PeriodicReporting      *m1periodicReporting;   /* OPTIONAL */
38         struct ProtocolExtensionContainer       *iE_Extensions; /* OPTIONAL */
39         /*
40          * This type is extensible,
41          * possible extensions are below.
42          */
43         
44         /* Context for parsing across buffer boundaries */
45         asn_struct_ctx_t _asn_ctx;
46 } MDT_Configuration_t;
47
48 /* Implementation */
49 extern asn_TYPE_descriptor_t asn_DEF_MDT_Configuration;
50
51 #ifdef __cplusplus
52 }
53 #endif
54
55 #endif  /* _MDT_Configuration_H_ */
56 #include <asn_internal.h>