[Epic-ID: ODUHIGH-516][Task-ID: ODUHIGH-522] Generating the E2SM-KPM code
[o-du/l2.git] / src / codec_utils / E2SM_KPM / E2SM-KPM-RANfunction-Description.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-KPM-IEs"
4  *      found in "../../ASN1_Input/E2SM_KPM_V_3_0.asn1"
5  *      `asn1c -D ./../../E2_output/E2SM_KPM_v3.0_output -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
6  */
7
8 #ifndef _E2SM_KPM_RANfunction_Description_H_
9 #define _E2SM_KPM_RANfunction_Description_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "RANfunction-Name.h"
16 #include <asn_SEQUENCE_OF.h>
17 #include <constr_SEQUENCE_OF.h>
18 #include <constr_SEQUENCE.h>
19
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23
24 /* Forward declarations */
25 struct RIC_EventTriggerStyle_Item;
26 struct RIC_ReportStyle_Item;
27
28 /* E2SM-KPM-RANfunction-Description */
29 typedef struct E2SM_KPM_RANfunction_Description {
30         RANfunction_Name_t       ranFunction_Name;
31         struct E2SM_KPM_RANfunction_Description__ric_EventTriggerStyle_List {
32                 A_SEQUENCE_OF(struct RIC_EventTriggerStyle_Item) list;
33                 
34                 /* Context for parsing across buffer boundaries */
35                 asn_struct_ctx_t _asn_ctx;
36         } *ric_EventTriggerStyle_List;
37         struct E2SM_KPM_RANfunction_Description__ric_ReportStyle_List {
38                 A_SEQUENCE_OF(struct RIC_ReportStyle_Item) list;
39                 
40                 /* Context for parsing across buffer boundaries */
41                 asn_struct_ctx_t _asn_ctx;
42         } *ric_ReportStyle_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 } E2SM_KPM_RANfunction_Description_t;
51
52 /* Implementation */
53 extern asn_TYPE_descriptor_t asn_DEF_E2SM_KPM_RANfunction_Description;
54
55 #ifdef __cplusplus
56 }
57 #endif
58
59 #endif  /* _E2SM_KPM_RANfunction_Description_H_ */
60 #include <asn_internal.h>