Support for additional NR metrics
[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 _StreamingProtobufs__SgNBReleaseRequired StreamingProtobufs__SgNBReleaseRequired;
22 typedef struct _StreamingProtobufs__SgNBReleaseRequiredIEs StreamingProtobufs__SgNBReleaseRequiredIEs;
23 typedef struct _StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdList StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdList;
24 typedef struct _StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdItem StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdItem;
25 typedef struct _StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdItemExtIEs StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdItemExtIEs;
26
27
28 /* --- enums --- */
29
30
31 /* --- messages --- */
32
33 struct  _StreamingProtobufs__SgNBReleaseRequired
34 {
35   ProtobufCMessage base;
36   StreamingProtobufs__SgNBReleaseRequiredIEs *protocolies;
37 };
38 #define STREAMING_PROTOBUFS__SG_NBRELEASE_REQUIRED__INIT \
39  { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__sg_nbrelease_required__descriptor) \
40     , NULL }
41
42
43 struct  _StreamingProtobufs__SgNBReleaseRequiredIEs
44 {
45   ProtobufCMessage base;
46   uint32_t id_menb_ue_x2ap_id;
47   uint32_t id_sgnb_ue_x2ap_id;
48   StreamingProtobufs__Cause *id_cause;
49   Google__Protobuf__UInt32Value *id_menb_ue_x2ap_id_extension;
50   StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdList *id_e_rabs_tobereleased_sgnbrelreqdlist;
51 };
52 #define STREAMING_PROTOBUFS__SG_NBRELEASE_REQUIRED__IES__INIT \
53  { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__sg_nbrelease_required__ies__descriptor) \
54     , 0, 0, NULL, NULL, NULL }
55
56
57 struct  _StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdList
58 {
59   ProtobufCMessage base;
60   size_t n_id_e_rabs_tobereleased_sgnbrelreqd_item;
61   StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdItem **id_e_rabs_tobereleased_sgnbrelreqd_item;
62 };
63 #define STREAMING_PROTOBUFS__E__RABS__TO_BE_RELEASED__SG_NBREL_REQD_LIST__INIT \
64  { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__e__rabs__to_be_released__sg_nbrel_reqd_list__descriptor) \
65     , 0,NULL }
66
67
68 struct  _StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdItem
69 {
70   ProtobufCMessage base;
71   uint32_t e_rab_id;
72   StreamingProtobufs__RLCMode *rlc_mode_transferred;
73   size_t n_ie_extensions;
74   StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdItemExtIEs **ie_extensions;
75 };
76 #define STREAMING_PROTOBUFS__E__RABS__TO_BE_RELEASED__SG_NBREL_REQD__ITEM__INIT \
77  { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__e__rabs__to_be_released__sg_nbrel_reqd__item__descriptor) \
78     , 0, NULL, 0,NULL }
79
80
81 struct  _StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdItemExtIEs
82 {
83   ProtobufCMessage base;
84 };
85 #define STREAMING_PROTOBUFS__E__RABS__TO_BE_RELEASED__SG_NBREL_REQD__ITEM_EXT_IES__INIT \
86  { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__e__rabs__to_be_released__sg_nbrel_reqd__item_ext_ies__descriptor) \
87      }
88
89
90 /* StreamingProtobufs__SgNBReleaseRequired methods */
91 void   streaming_protobufs__sg_nbrelease_required__init
92                      (StreamingProtobufs__SgNBReleaseRequired         *message);
93 size_t streaming_protobufs__sg_nbrelease_required__get_packed_size
94                      (const StreamingProtobufs__SgNBReleaseRequired   *message);
95 size_t streaming_protobufs__sg_nbrelease_required__pack
96                      (const StreamingProtobufs__SgNBReleaseRequired   *message,
97                       uint8_t             *out);
98 size_t streaming_protobufs__sg_nbrelease_required__pack_to_buffer
99                      (const StreamingProtobufs__SgNBReleaseRequired   *message,
100                       ProtobufCBuffer     *buffer);
101 StreamingProtobufs__SgNBReleaseRequired *
102        streaming_protobufs__sg_nbrelease_required__unpack
103                      (ProtobufCAllocator  *allocator,
104                       size_t               len,
105                       const uint8_t       *data);
106 void   streaming_protobufs__sg_nbrelease_required__free_unpacked
107                      (StreamingProtobufs__SgNBReleaseRequired *message,
108                       ProtobufCAllocator *allocator);
109 /* StreamingProtobufs__SgNBReleaseRequiredIEs methods */
110 void   streaming_protobufs__sg_nbrelease_required__ies__init
111                      (StreamingProtobufs__SgNBReleaseRequiredIEs         *message);
112 size_t streaming_protobufs__sg_nbrelease_required__ies__get_packed_size
113                      (const StreamingProtobufs__SgNBReleaseRequiredIEs   *message);
114 size_t streaming_protobufs__sg_nbrelease_required__ies__pack
115                      (const StreamingProtobufs__SgNBReleaseRequiredIEs   *message,
116                       uint8_t             *out);
117 size_t streaming_protobufs__sg_nbrelease_required__ies__pack_to_buffer
118                      (const StreamingProtobufs__SgNBReleaseRequiredIEs   *message,
119                       ProtobufCBuffer     *buffer);
120 StreamingProtobufs__SgNBReleaseRequiredIEs *
121        streaming_protobufs__sg_nbrelease_required__ies__unpack
122                      (ProtobufCAllocator  *allocator,
123                       size_t               len,
124                       const uint8_t       *data);
125 void   streaming_protobufs__sg_nbrelease_required__ies__free_unpacked
126                      (StreamingProtobufs__SgNBReleaseRequiredIEs *message,
127                       ProtobufCAllocator *allocator);
128 /* StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdList methods */
129 void   streaming_protobufs__e__rabs__to_be_released__sg_nbrel_reqd_list__init
130                      (StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdList         *message);
131 size_t streaming_protobufs__e__rabs__to_be_released__sg_nbrel_reqd_list__get_packed_size
132                      (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdList   *message);
133 size_t streaming_protobufs__e__rabs__to_be_released__sg_nbrel_reqd_list__pack
134                      (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdList   *message,
135                       uint8_t             *out);
136 size_t streaming_protobufs__e__rabs__to_be_released__sg_nbrel_reqd_list__pack_to_buffer
137                      (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdList   *message,
138                       ProtobufCBuffer     *buffer);
139 StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdList *
140        streaming_protobufs__e__rabs__to_be_released__sg_nbrel_reqd_list__unpack
141                      (ProtobufCAllocator  *allocator,
142                       size_t               len,
143                       const uint8_t       *data);
144 void   streaming_protobufs__e__rabs__to_be_released__sg_nbrel_reqd_list__free_unpacked
145                      (StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdList *message,
146                       ProtobufCAllocator *allocator);
147 /* StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdItem methods */
148 void   streaming_protobufs__e__rabs__to_be_released__sg_nbrel_reqd__item__init
149                      (StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdItem         *message);
150 size_t streaming_protobufs__e__rabs__to_be_released__sg_nbrel_reqd__item__get_packed_size
151                      (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdItem   *message);
152 size_t streaming_protobufs__e__rabs__to_be_released__sg_nbrel_reqd__item__pack
153                      (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdItem   *message,
154                       uint8_t             *out);
155 size_t streaming_protobufs__e__rabs__to_be_released__sg_nbrel_reqd__item__pack_to_buffer
156                      (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdItem   *message,
157                       ProtobufCBuffer     *buffer);
158 StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdItem *
159        streaming_protobufs__e__rabs__to_be_released__sg_nbrel_reqd__item__unpack
160                      (ProtobufCAllocator  *allocator,
161                       size_t               len,
162                       const uint8_t       *data);
163 void   streaming_protobufs__e__rabs__to_be_released__sg_nbrel_reqd__item__free_unpacked
164                      (StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdItem *message,
165                       ProtobufCAllocator *allocator);
166 /* StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdItemExtIEs methods */
167 void   streaming_protobufs__e__rabs__to_be_released__sg_nbrel_reqd__item_ext_ies__init
168                      (StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdItemExtIEs         *message);
169 size_t streaming_protobufs__e__rabs__to_be_released__sg_nbrel_reqd__item_ext_ies__get_packed_size
170                      (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdItemExtIEs   *message);
171 size_t streaming_protobufs__e__rabs__to_be_released__sg_nbrel_reqd__item_ext_ies__pack
172                      (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdItemExtIEs   *message,
173                       uint8_t             *out);
174 size_t streaming_protobufs__e__rabs__to_be_released__sg_nbrel_reqd__item_ext_ies__pack_to_buffer
175                      (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdItemExtIEs   *message,
176                       ProtobufCBuffer     *buffer);
177 StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdItemExtIEs *
178        streaming_protobufs__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   streaming_protobufs__e__rabs__to_be_released__sg_nbrel_reqd__item_ext_ies__free_unpacked
183                      (StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdItemExtIEs *message,
184                       ProtobufCAllocator *allocator);
185 /* --- per-message closures --- */
186
187 typedef void (*StreamingProtobufs__SgNBReleaseRequired_Closure)
188                  (const StreamingProtobufs__SgNBReleaseRequired *message,
189                   void *closure_data);
190 typedef void (*StreamingProtobufs__SgNBReleaseRequiredIEs_Closure)
191                  (const StreamingProtobufs__SgNBReleaseRequiredIEs *message,
192                   void *closure_data);
193 typedef void (*StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdList_Closure)
194                  (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdList *message,
195                   void *closure_data);
196 typedef void (*StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdItem_Closure)
197                  (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdItem *message,
198                   void *closure_data);
199 typedef void (*StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdItemExtIEs_Closure)
200                  (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqdItemExtIEs *message,
201                   void *closure_data);
202
203 /* --- services --- */
204
205
206 /* --- descriptors --- */
207
208 extern const ProtobufCMessageDescriptor streaming_protobufs__sg_nbrelease_required__descriptor;
209 extern const ProtobufCMessageDescriptor streaming_protobufs__sg_nbrelease_required__ies__descriptor;
210 extern const ProtobufCMessageDescriptor streaming_protobufs__e__rabs__to_be_released__sg_nbrel_reqd_list__descriptor;
211 extern const ProtobufCMessageDescriptor streaming_protobufs__e__rabs__to_be_released__sg_nbrel_reqd__item__descriptor;
212 extern const ProtobufCMessageDescriptor streaming_protobufs__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 */