ISSUE ID:- RICAPP-216
[ric-app/bouncer.git] / Bouncer / e2sm_rc / headers / RANFunctionDefinition-Report-Item.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-RC-IEs"
4  *      found in "e2sm_rc.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -pdu=auto -gen-PER -gen-OER -no-gen-example`
6  */
7
8 #ifndef _RANFunctionDefinition_Report_Item_H_
9 #define _RANFunctionDefinition_Report_Item_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "RIC-Style-Type.h"
16 #include "RIC-Style-Name.h"
17 #include "RIC-Format-Type.h"
18 #include <asn_SEQUENCE_OF.h>
19 #include <constr_SEQUENCE_OF.h>
20 #include <constr_SEQUENCE.h>
21
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25
26 /* Forward declarations */
27 struct Report_RANParameter_Item;
28
29 /* RANFunctionDefinition-Report-Item */
30 typedef struct RANFunctionDefinition_Report_Item {
31         RIC_Style_Type_t         ric_ReportStyle_Type;
32         RIC_Style_Name_t         ric_ReportStyle_Name;
33         RIC_Style_Type_t         ric_SupportedEventTriggerStyle_Type;
34         RIC_Format_Type_t        ric_ReportActionFormat_Type;
35         RIC_Format_Type_t        ric_IndicationHeaderFormat_Type;
36         RIC_Format_Type_t        ric_IndicationMessageFormat_Type;
37         struct RANFunctionDefinition_Report_Item__ran_ReportParameters_List {
38                 A_SEQUENCE_OF(struct Report_RANParameter_Item) list;
39                 
40                 /* Context for parsing across buffer boundaries */
41                 asn_struct_ctx_t _asn_ctx;
42         } *ran_ReportParameters_List;
43         /*
44          * This type is extensible,
45          * possible extensions are below.
46          */
47         
48         /* Context for parsing across buffer boundaries */
49         asn_struct_ctx_t _asn_ctx;
50 } RANFunctionDefinition_Report_Item_t;
51
52 /* Implementation */
53 extern asn_TYPE_descriptor_t asn_DEF_RANFunctionDefinition_Report_Item;
54 extern asn_SEQUENCE_specifics_t asn_SPC_RANFunctionDefinition_Report_Item_specs_1;
55 extern asn_TYPE_member_t asn_MBR_RANFunctionDefinition_Report_Item_1[7];
56
57 #ifdef __cplusplus
58 }
59 #endif
60
61 #endif  /* _RANFunctionDefinition_Report_Item_H_ */
62 #include <asn_internal.h>