2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "E2SM-KPM-IEs"
5 * `asn1c -pdu=auto -fincludes-quoted -fcompound-names -findirect-choice -fno-include-deps -gen-PER -no-gen-OER -no-gen-example`
8 #ifndef _RIC_ReportStyle_Item_H_
9 #define _RIC_ReportStyle_Item_H_
12 #include "asn_application.h"
14 /* Including external dependencies */
15 #include "RIC-Style-Type.h"
16 #include "RIC-Style-Name.h"
17 #include "RIC-Format-Type.h"
18 #include "MeasurementInfo-Action-List.h"
19 #include "constr_SEQUENCE.h"
25 /* RIC-ReportStyle-Item */
26 typedef struct RIC_ReportStyle_Item {
27 RIC_Style_Type_t ric_ReportStyle_Type;
28 RIC_Style_Name_t ric_ReportStyle_Name;
29 RIC_Format_Type_t ric_ActionFormat_Type;
30 MeasurementInfo_Action_List_t measInfo_Action_List;
31 RIC_Format_Type_t ric_IndicationHeaderFormat_Type;
32 RIC_Format_Type_t ric_IndicationMessageFormat_Type;
34 * This type is extensible,
35 * possible extensions are below.
38 /* Context for parsing across buffer boundaries */
39 asn_struct_ctx_t _asn_ctx;
40 } RIC_ReportStyle_Item_t;
43 extern asn_TYPE_descriptor_t asn_DEF_RIC_ReportStyle_Item;
44 extern asn_SEQUENCE_specifics_t asn_SPC_RIC_ReportStyle_Item_specs_1;
45 extern asn_TYPE_member_t asn_MBR_RIC_ReportStyle_Item_1[6];
51 #endif /* _RIC_ReportStyle_Item_H_ */
52 #include "asn_internal.h"