version 4.0.6
[ric-plt/e2.git] / RIC-E2-TERMINATION / 3rdparty / oranE2SM / E2SM-gNB-NRT-RANfunction-Definition.h
1 /*
2  *
3  * Copyright 2020 AT&T Intellectual Property
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  *      http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  *
17  */
18
19 /*
20  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
21  * From ASN.1 module "E2SM-gNB-NRT-IEs"
22  *      found in "../asnTextFiles/e2sm-gNB-NRT-v401.asn"
23  *      `asn1c -fcompound-names -fincludes-quoted -fno-include-deps -findirect-choice -gen-PER -no-gen-OER -D.`
24  */
25
26 #ifndef _E2SM_gNB_NRT_RANfunction_Definition_H_
27 #define _E2SM_gNB_NRT_RANfunction_Definition_H_
28
29
30 #include "asn_application.h"
31
32 /* Including external dependencies */
33 #include "RANfunction-Name.h"
34 #include "asn_SEQUENCE_OF.h"
35 #include "constr_SEQUENCE_OF.h"
36 #include "constr_SEQUENCE.h"
37
38 #ifdef __cplusplus
39 extern "C" {
40 #endif
41
42 /* Forward declarations */
43 struct RIC_EventTriggerStyle_List;
44 struct RIC_ReportStyle_List;
45 struct RIC_InsertStyle_List;
46 struct RIC_ControlStyle_List;
47 struct RIC_PolicyStyle_List;
48
49 /* E2SM-gNB-NRT-RANfunction-Definition */
50 typedef struct E2SM_gNB_NRT_RANfunction_Definition {
51         RANfunction_Name_t       ranFunction_Name;
52         struct E2SM_gNB_NRT_RANfunction_Definition__ric_EventTriggerStyle_List {
53                 A_SEQUENCE_OF(struct RIC_EventTriggerStyle_List) list;
54                 
55                 /* Context for parsing across buffer boundaries */
56                 asn_struct_ctx_t _asn_ctx;
57         } *ric_EventTriggerStyle_List;
58         struct E2SM_gNB_NRT_RANfunction_Definition__ric_ReportStyle_List {
59                 A_SEQUENCE_OF(struct RIC_ReportStyle_List) list;
60                 
61                 /* Context for parsing across buffer boundaries */
62                 asn_struct_ctx_t _asn_ctx;
63         } *ric_ReportStyle_List;
64         struct E2SM_gNB_NRT_RANfunction_Definition__ric_InsertStyle_List {
65                 A_SEQUENCE_OF(struct RIC_InsertStyle_List) list;
66                 
67                 /* Context for parsing across buffer boundaries */
68                 asn_struct_ctx_t _asn_ctx;
69         } *ric_InsertStyle_List;
70         struct E2SM_gNB_NRT_RANfunction_Definition__ric_ControlStyle_List {
71                 A_SEQUENCE_OF(struct RIC_ControlStyle_List) list;
72                 
73                 /* Context for parsing across buffer boundaries */
74                 asn_struct_ctx_t _asn_ctx;
75         } *ric_ControlStyle_List;
76         struct E2SM_gNB_NRT_RANfunction_Definition__ric_PolicyStyle_List {
77                 A_SEQUENCE_OF(struct RIC_PolicyStyle_List) list;
78                 
79                 /* Context for parsing across buffer boundaries */
80                 asn_struct_ctx_t _asn_ctx;
81         } *ric_PolicyStyle_List;
82         /*
83          * This type is extensible,
84          * possible extensions are below.
85          */
86         
87         /* Context for parsing across buffer boundaries */
88         asn_struct_ctx_t _asn_ctx;
89 } E2SM_gNB_NRT_RANfunction_Definition_t;
90
91 /* Implementation */
92 extern asn_TYPE_descriptor_t asn_DEF_E2SM_gNB_NRT_RANfunction_Definition;
93
94 #ifdef __cplusplus
95 }
96 #endif
97
98 #endif  /* _E2SM_gNB_NRT_RANfunction_Definition_H_ */
99 #include "asn_internal.h"