Updated INFO.yaml file
[ric-app/kpimon.git] / asn1c_defs / all-defs / SecondaryRATUsageReport-Item.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 _SecondaryRATUsageReport_Item_H_\r
9 #define _SecondaryRATUsageReport_Item_H_\r
10 \r
11 \r
12 #include <asn_application.h>\r
13 \r
14 /* Including external dependencies */\r
15 #include "E-RAB-ID.h"\r
16 #include <NativeEnumerated.h>\r
17 #include "E-RABUsageReportList.h"\r
18 #include <constr_SEQUENCE.h>\r
19 \r
20 #ifdef __cplusplus\r
21 extern "C" {\r
22 #endif\r
23 \r
24 /* Dependencies */\r
25 typedef enum SecondaryRATUsageReport_Item__secondaryRATType {\r
26         SecondaryRATUsageReport_Item__secondaryRATType_nr       = 0\r
27         /*\r
28          * Enumeration is extensible\r
29          */\r
30 } e_SecondaryRATUsageReport_Item__secondaryRATType;\r
31 \r
32 /* Forward declarations */\r
33 struct ProtocolExtensionContainer;\r
34 \r
35 /* SecondaryRATUsageReport-Item */\r
36 typedef struct SecondaryRATUsageReport_Item {\r
37         E_RAB_ID_t       e_RAB_ID;\r
38         long     secondaryRATType;\r
39         E_RABUsageReportList_t   e_RABUsageReportList;\r
40         struct ProtocolExtensionContainer       *iE_Extensions; /* OPTIONAL */\r
41         /*\r
42          * This type is extensible,\r
43          * possible extensions are below.\r
44          */\r
45         \r
46         /* Context for parsing across buffer boundaries */\r
47         asn_struct_ctx_t _asn_ctx;\r
48 } SecondaryRATUsageReport_Item_t;\r
49 \r
50 /* Implementation */\r
51 /* extern asn_TYPE_descriptor_t asn_DEF_secondaryRATType_3;     // (Use -fall-defs-global to expose) */\r
52 extern asn_TYPE_descriptor_t asn_DEF_SecondaryRATUsageReport_Item;\r
53 \r
54 #ifdef __cplusplus\r
55 }\r
56 #endif\r
57 \r
58 #endif  /* _SecondaryRATUsageReport_Item_H_ */\r
59 #include <asn_internal.h>\r