Enhanced SIM for E2AP v1 for TS UC
[sim/e2-interface.git] / e2sim / e2apv1sim / ASN1c / RIC-ReportStyle-List.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-KPM-IEs"
4  *      found in "/home/rshacham/e2sm_kpm_approved.asn"
5  *      `asn1c -fcompound-names`
6  */
7
8 #ifndef _RIC_ReportStyle_List_H_
9 #define _RIC_ReportStyle_List_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 <constr_SEQUENCE.h>
19
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23
24 /* RIC-ReportStyle-List */
25 typedef struct RIC_ReportStyle_List {
26         RIC_Style_Type_t         ric_ReportStyle_Type;
27         RIC_Style_Name_t         ric_ReportStyle_Name;
28         RIC_Format_Type_t        ric_IndicationHeaderFormat_Type;
29         RIC_Format_Type_t        ric_IndicationMessageFormat_Type;
30         /*
31          * This type is extensible,
32          * possible extensions are below.
33          */
34         
35         /* Context for parsing across buffer boundaries */
36         asn_struct_ctx_t _asn_ctx;
37 } RIC_ReportStyle_List_t;
38
39 /* Implementation */
40 extern asn_TYPE_descriptor_t asn_DEF_RIC_ReportStyle_List;
41 extern asn_SEQUENCE_specifics_t asn_SPC_RIC_ReportStyle_List_specs_1;
42 extern asn_TYPE_member_t asn_MBR_RIC_ReportStyle_List_1[4];
43
44 #ifdef __cplusplus
45 }
46 #endif
47
48 #endif  /* _RIC_ReportStyle_List_H_ */
49 #include <asn_internal.h>