Adding MC-NIB support
[ric-app/mc.git] / mc-core / mc / local_datasource / sgnb_release_required.pb-c.h
1 /* Generated by the protocol buffer compiler.  DO NOT EDIT! */
2 /* Generated from: sgnb_release_required.proto */
3
4 #ifndef PROTOBUF_C_sgnb_5frelease_5frequired_2eproto__INCLUDED
5 #define PROTOBUF_C_sgnb_5frelease_5frequired_2eproto__INCLUDED
6
7 #include <protobuf-c/protobuf-c.h>
8
9 PROTOBUF_C__BEGIN_DECLS
10
11 #if PROTOBUF_C_VERSION_NUMBER < 1003000
12 # error This file was generated by a newer version of protoc-c which is incompatible with your libprotobuf-c headers. Please update your headers.
13 #elif 1003002 < PROTOBUF_C_MIN_COMPILER_VERSION
14 # error This file was generated by an older version of protoc-c which is incompatible with your libprotobuf-c headers. Please regenerate this file with a newer version of protoc-c.
15 #endif
16
17 #include "google/protobuf/wrappers.pb-c.h"
18 #include "x2ap_common_types.pb-c.h"
19 #include "error_cause.pb-c.h"
20
21 typedef struct _Uenibstreamprotobuf__SgNBReleaseRequired Uenibstreamprotobuf__SgNBReleaseRequired;
22 typedef struct _Uenibstreamprotobuf__SgNBReleaseRequiredIEs Uenibstreamprotobuf__SgNBReleaseRequiredIEs;
23 typedef struct _Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdList Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdList;
24 typedef struct _Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdItem Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdItem;
25 typedef struct _Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdItemExtIEs Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdItemExtIEs;
26
27
28 /* --- enums --- */
29
30
31 /* --- messages --- */
32
33 struct  _Uenibstreamprotobuf__SgNBReleaseRequired
34 {
35   ProtobufCMessage base;
36   Uenibstreamprotobuf__SgNBReleaseRequiredIEs *protocolies;
37 };
38 #define UENIBSTREAMPROTOBUF__SG_NBRELEASE_REQUIRED__INIT \
39  { PROTOBUF_C_MESSAGE_INIT (&uenibstreamprotobuf__sg_nbrelease_required__descriptor) \
40     , NULL }
41
42
43 struct  _Uenibstreamprotobuf__SgNBReleaseRequiredIEs
44 {
45   ProtobufCMessage base;
46   uint32_t id_menb_ue_x2ap_id;
47   uint32_t id_sgnb_ue_x2ap_id;
48   Uenibstreamprotobuf__Cause *id_cause;
49   Google__Protobuf__UInt32Value *id_menb_ue_x2ap_id_extension;
50   Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdList *id_e_rabs_tobereleased_sgnbrelreqdlist;
51 };
52 #define UENIBSTREAMPROTOBUF__SG_NBRELEASE_REQUIRED__IES__INIT \
53  { PROTOBUF_C_MESSAGE_INIT (&uenibstreamprotobuf__sg_nbrelease_required__ies__descriptor) \
54     , 0, 0, NULL, NULL, NULL }
55
56
57 struct  _Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdList
58 {
59   ProtobufCMessage base;
60   size_t n_id_e_rabs_tobereleased_sgnbrelreqd_item;
61   Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdItem **id_e_rabs_tobereleased_sgnbrelreqd_item;
62 };
63 #define UENIBSTREAMPROTOBUF__E__RABS__TO_BE_RELEASED__SG_NBREL_REQD_LIST__INIT \
64  { PROTOBUF_C_MESSAGE_INIT (&uenibstreamprotobuf__e__rabs__to_be_released__sg_nbrel_reqd_list__descriptor) \
65     , 0,NULL }
66
67
68 struct  _Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdItem
69 {
70   ProtobufCMessage base;
71   uint32_t e_rab_id;
72   Uenibstreamprotobuf__RLCMode *rlc_mode_transferred;
73   size_t n_ie_extensions;
74   Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdItemExtIEs **ie_extensions;
75 };
76 #define UENIBSTREAMPROTOBUF__E__RABS__TO_BE_RELEASED__SG_NBREL_REQD__ITEM__INIT \
77  { PROTOBUF_C_MESSAGE_INIT (&uenibstreamprotobuf__e__rabs__to_be_released__sg_nbrel_reqd__item__descriptor) \
78     , 0, NULL, 0,NULL }
79
80
81 struct  _Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdItemExtIEs
82 {
83   ProtobufCMessage base;
84 };
85 #define UENIBSTREAMPROTOBUF__E__RABS__TO_BE_RELEASED__SG_NBREL_REQD__ITEM_EXT_IES__INIT \
86  { PROTOBUF_C_MESSAGE_INIT (&uenibstreamprotobuf__e__rabs__to_be_released__sg_nbrel_reqd__item_ext_ies__descriptor) \
87      }
88
89
90 /* Uenibstreamprotobuf__SgNBReleaseRequired methods */
91 void   uenibstreamprotobuf__sg_nbrelease_required__init
92                      (Uenibstreamprotobuf__SgNBReleaseRequired         *message);
93 size_t uenibstreamprotobuf__sg_nbrelease_required__get_packed_size
94                      (const Uenibstreamprotobuf__SgNBReleaseRequired   *message);
95 size_t uenibstreamprotobuf__sg_nbrelease_required__pack
96                      (const Uenibstreamprotobuf__SgNBReleaseRequired   *message,
97                       uint8_t             *out);
98 size_t uenibstreamprotobuf__sg_nbrelease_required__pack_to_buffer
99                      (const Uenibstreamprotobuf__SgNBReleaseRequired   *message,
100                       ProtobufCBuffer     *buffer);
101 Uenibstreamprotobuf__SgNBReleaseRequired *
102        uenibstreamprotobuf__sg_nbrelease_required__unpack
103                      (ProtobufCAllocator  *allocator,
104                       size_t               len,
105                       const uint8_t       *data);
106 void   uenibstreamprotobuf__sg_nbrelease_required__free_unpacked
107                      (Uenibstreamprotobuf__SgNBReleaseRequired *message,
108                       ProtobufCAllocator *allocator);
109 /* Uenibstreamprotobuf__SgNBReleaseRequiredIEs methods */
110 void   uenibstreamprotobuf__sg_nbrelease_required__ies__init
111                      (Uenibstreamprotobuf__SgNBReleaseRequiredIEs         *message);
112 size_t uenibstreamprotobuf__sg_nbrelease_required__ies__get_packed_size
113                      (const Uenibstreamprotobuf__SgNBReleaseRequiredIEs   *message);
114 size_t uenibstreamprotobuf__sg_nbrelease_required__ies__pack
115                      (const Uenibstreamprotobuf__SgNBReleaseRequiredIEs   *message,
116                       uint8_t             *out);
117 size_t uenibstreamprotobuf__sg_nbrelease_required__ies__pack_to_buffer
118                      (const Uenibstreamprotobuf__SgNBReleaseRequiredIEs   *message,
119                       ProtobufCBuffer     *buffer);
120 Uenibstreamprotobuf__SgNBReleaseRequiredIEs *
121        uenibstreamprotobuf__sg_nbrelease_required__ies__unpack
122                      (ProtobufCAllocator  *allocator,
123                       size_t               len,
124                       const uint8_t       *data);
125 void   uenibstreamprotobuf__sg_nbrelease_required__ies__free_unpacked
126                      (Uenibstreamprotobuf__SgNBReleaseRequiredIEs *message,
127                       ProtobufCAllocator *allocator);
128 /* Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdList methods */
129 void   uenibstreamprotobuf__e__rabs__to_be_released__sg_nbrel_reqd_list__init
130                      (Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdList         *message);
131 size_t uenibstreamprotobuf__e__rabs__to_be_released__sg_nbrel_reqd_list__get_packed_size
132                      (const Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdList   *message);
133 size_t uenibstreamprotobuf__e__rabs__to_be_released__sg_nbrel_reqd_list__pack
134                      (const Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdList   *message,
135                       uint8_t             *out);
136 size_t uenibstreamprotobuf__e__rabs__to_be_released__sg_nbrel_reqd_list__pack_to_buffer
137                      (const Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdList   *message,
138                       ProtobufCBuffer     *buffer);
139 Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdList *
140        uenibstreamprotobuf__e__rabs__to_be_released__sg_nbrel_reqd_list__unpack
141                      (ProtobufCAllocator  *allocator,
142                       size_t               len,
143                       const uint8_t       *data);
144 void   uenibstreamprotobuf__e__rabs__to_be_released__sg_nbrel_reqd_list__free_unpacked
145                      (Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdList *message,
146                       ProtobufCAllocator *allocator);
147 /* Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdItem methods */
148 void   uenibstreamprotobuf__e__rabs__to_be_released__sg_nbrel_reqd__item__init
149                      (Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdItem         *message);
150 size_t uenibstreamprotobuf__e__rabs__to_be_released__sg_nbrel_reqd__item__get_packed_size
151                      (const Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdItem   *message);
152 size_t uenibstreamprotobuf__e__rabs__to_be_released__sg_nbrel_reqd__item__pack
153                      (const Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdItem   *message,
154                       uint8_t             *out);
155 size_t uenibstreamprotobuf__e__rabs__to_be_released__sg_nbrel_reqd__item__pack_to_buffer
156                      (const Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdItem   *message,
157                       ProtobufCBuffer     *buffer);
158 Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdItem *
159        uenibstreamprotobuf__e__rabs__to_be_released__sg_nbrel_reqd__item__unpack
160                      (ProtobufCAllocator  *allocator,
161                       size_t               len,
162                       const uint8_t       *data);
163 void   uenibstreamprotobuf__e__rabs__to_be_released__sg_nbrel_reqd__item__free_unpacked
164                      (Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdItem *message,
165                       ProtobufCAllocator *allocator);
166 /* Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdItemExtIEs methods */
167 void   uenibstreamprotobuf__e__rabs__to_be_released__sg_nbrel_reqd__item_ext_ies__init
168                      (Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdItemExtIEs         *message);
169 size_t uenibstreamprotobuf__e__rabs__to_be_released__sg_nbrel_reqd__item_ext_ies__get_packed_size
170                      (const Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdItemExtIEs   *message);
171 size_t uenibstreamprotobuf__e__rabs__to_be_released__sg_nbrel_reqd__item_ext_ies__pack
172                      (const Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdItemExtIEs   *message,
173                       uint8_t             *out);
174 size_t uenibstreamprotobuf__e__rabs__to_be_released__sg_nbrel_reqd__item_ext_ies__pack_to_buffer
175                      (const Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdItemExtIEs   *message,
176                       ProtobufCBuffer     *buffer);
177 Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdItemExtIEs *
178        uenibstreamprotobuf__e__rabs__to_be_released__sg_nbrel_reqd__item_ext_ies__unpack
179                      (ProtobufCAllocator  *allocator,
180                       size_t               len,
181                       const uint8_t       *data);
182 void   uenibstreamprotobuf__e__rabs__to_be_released__sg_nbrel_reqd__item_ext_ies__free_unpacked
183                      (Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdItemExtIEs *message,
184                       ProtobufCAllocator *allocator);
185 /* --- per-message closures --- */
186
187 typedef void (*Uenibstreamprotobuf__SgNBReleaseRequired_Closure)
188                  (const Uenibstreamprotobuf__SgNBReleaseRequired *message,
189                   void *closure_data);
190 typedef void (*Uenibstreamprotobuf__SgNBReleaseRequiredIEs_Closure)
191                  (const Uenibstreamprotobuf__SgNBReleaseRequiredIEs *message,
192                   void *closure_data);
193 typedef void (*Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdList_Closure)
194                  (const Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdList *message,
195                   void *closure_data);
196 typedef void (*Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdItem_Closure)
197                  (const Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdItem *message,
198                   void *closure_data);
199 typedef void (*Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdItemExtIEs_Closure)
200                  (const Uenibstreamprotobuf__ERABsToBeReleasedSgNBRelReqdItemExtIEs *message,
201                   void *closure_data);
202
203 /* --- services --- */
204
205
206 /* --- descriptors --- */
207
208 extern const ProtobufCMessageDescriptor uenibstreamprotobuf__sg_nbrelease_required__descriptor;
209 extern const ProtobufCMessageDescriptor uenibstreamprotobuf__sg_nbrelease_required__ies__descriptor;
210 extern const ProtobufCMessageDescriptor uenibstreamprotobuf__e__rabs__to_be_released__sg_nbrel_reqd_list__descriptor;
211 extern const ProtobufCMessageDescriptor uenibstreamprotobuf__e__rabs__to_be_released__sg_nbrel_reqd__item__descriptor;
212 extern const ProtobufCMessageDescriptor uenibstreamprotobuf__e__rabs__to_be_released__sg_nbrel_reqd__item_ext_ies__descriptor;
213
214 PROTOBUF_C__END_DECLS
215
216
217 #endif  /* PROTOBUF_C_sgnb_5frelease_5frequired_2eproto__INCLUDED */