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`
8 #ifndef _MDT_Configuration_H_
9 #define _MDT_Configuration_H_
12 #include <asn_application.h>
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>
25 /* Forward declarations */
26 struct M1ThresholdEventA2;
27 struct M1PeriodicReporting;
28 struct ProtocolExtensionContainer;
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 */
40 * This type is extensible,
41 * possible extensions are below.
44 /* Context for parsing across buffer boundaries */
45 asn_struct_ctx_t _asn_ctx;
46 } MDT_Configuration_t;
49 extern asn_TYPE_descriptor_t asn_DEF_MDT_Configuration;
55 #endif /* _MDT_Configuration_H_ */
56 #include <asn_internal.h>