Updated INFO.yaml file
[ric-app/kpimon.git] / asn1c_defs / all-defs / M6Configuration.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 _M6Configuration_H_\r
9 #define _M6Configuration_H_\r
10 \r
11 \r
12 #include <asn_application.h>\r
13 \r
14 /* Including external dependencies */\r
15 #include "M6report-interval.h"\r
16 #include "M6delay-threshold.h"\r
17 #include "Links-to-log.h"\r
18 #include <constr_SEQUENCE.h>\r
19 \r
20 #ifdef __cplusplus\r
21 extern "C" {\r
22 #endif\r
23 \r
24 /* Forward declarations */\r
25 struct ProtocolExtensionContainer;\r
26 \r
27 /* M6Configuration */\r
28 typedef struct M6Configuration {\r
29         M6report_interval_t      m6report_interval;\r
30         M6delay_threshold_t     *m6delay_threshold;     /* OPTIONAL */\r
31         Links_to_log_t   m6_links_to_log;\r
32         struct ProtocolExtensionContainer       *iE_Extensions; /* OPTIONAL */\r
33         /*\r
34          * This type is extensible,\r
35          * possible extensions are below.\r
36          */\r
37         \r
38         /* Context for parsing across buffer boundaries */\r
39         asn_struct_ctx_t _asn_ctx;\r
40 } M6Configuration_t;\r
41 \r
42 /* Implementation */\r
43 extern asn_TYPE_descriptor_t asn_DEF_M6Configuration;\r
44 \r
45 #ifdef __cplusplus\r
46 }\r
47 #endif\r
48 \r
49 #endif  /* _M6Configuration_H_ */\r
50 #include <asn_internal.h>\r