80cc5e02855748d1a34894b65b2b7b4887c5fe8e
[ric-plt/submgr.git] / 3rdparty / E2SM-gNB-X2-V4.0.1 / E2_E2SM-gNB-X2-RANfunction-Definition.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-gNB-X2-IEs"
4  *      found in "spec/e2sm-gNB-X2-v401.asn"
5  *      `asn1c -pdu=auto -fincludes-quoted -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example`
6  */
7
8 #ifndef _E2_E2SM_gNB_X2_RANfunction_Definition_H_
9 #define _E2_E2SM_gNB_X2_RANfunction_Definition_H_
10
11
12 #include "asn_application.h"
13
14 /* Including external dependencies */
15 #include "E2_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 E2_RIC_EventTriggerStyle_List;
26 struct E2_RIC_ReportStyle_List;
27 struct E2_RIC_InsertStyle_List;
28 struct E2_RIC_ControlStyle_List;
29 struct E2_RIC_PolicyStyle_List;
30
31 /* E2_E2SM-gNB-X2-RANfunction-Definition */
32 typedef struct E2_E2SM_gNB_X2_RANfunction_Definition {
33         E2_RANfunction_Name_t    ranFunction_Name;
34         struct E2_E2SM_gNB_X2_RANfunction_Definition__ric_EventTriggerStyle_List {
35                 A_SEQUENCE_OF(struct E2_RIC_EventTriggerStyle_List) list;
36                 
37                 /* Context for parsing across buffer boundaries */
38                 asn_struct_ctx_t _asn_ctx;
39         } *ric_EventTriggerStyle_List;
40         struct E2_E2SM_gNB_X2_RANfunction_Definition__ric_ReportStyle_List {
41                 A_SEQUENCE_OF(struct E2_RIC_ReportStyle_List) list;
42                 
43                 /* Context for parsing across buffer boundaries */
44                 asn_struct_ctx_t _asn_ctx;
45         } *ric_ReportStyle_List;
46         struct E2_E2SM_gNB_X2_RANfunction_Definition__ric_InsertStyle_List {
47                 A_SEQUENCE_OF(struct E2_RIC_InsertStyle_List) list;
48                 
49                 /* Context for parsing across buffer boundaries */
50                 asn_struct_ctx_t _asn_ctx;
51         } *ric_InsertStyle_List;
52         struct E2_E2SM_gNB_X2_RANfunction_Definition__ric_ControlStyle_List {
53                 A_SEQUENCE_OF(struct E2_RIC_ControlStyle_List) list;
54                 
55                 /* Context for parsing across buffer boundaries */
56                 asn_struct_ctx_t _asn_ctx;
57         } *ric_ControlStyle_List;
58         struct E2_E2SM_gNB_X2_RANfunction_Definition__ric_PolicyStyle_List {
59                 A_SEQUENCE_OF(struct E2_RIC_PolicyStyle_List) list;
60                 
61                 /* Context for parsing across buffer boundaries */
62                 asn_struct_ctx_t _asn_ctx;
63         } *ric_PolicyStyle_List;
64         /*
65          * This type is extensible,
66          * possible extensions are below.
67          */
68         
69         /* Context for parsing across buffer boundaries */
70         asn_struct_ctx_t _asn_ctx;
71 } E2_E2SM_gNB_X2_RANfunction_Definition_t;
72
73 /* Implementation */
74 extern asn_TYPE_descriptor_t asn_DEF_E2_E2SM_gNB_X2_RANfunction_Definition;
75
76 #ifdef __cplusplus
77 }
78 #endif
79
80 #endif  /* _E2_E2SM_gNB_X2_RANfunction_Definition_H_ */
81 #include "asn_internal.h"