Adding additional KPIs, adding required documentation
[ric-app/mc.git] / mc-core / mc / local_datasource / sgnb_reconfiguration_complete.pb-c.h
1 /* Generated by the protocol buffer compiler.  DO NOT EDIT! */
2 /* Generated from: sgnb_reconfiguration_complete.proto */
3
4 #ifndef PROTOBUF_C_sgnb_5freconfiguration_5fcomplete_2eproto__INCLUDED
5 #define PROTOBUF_C_sgnb_5freconfiguration_5fcomplete_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 "error_cause.pb-c.h"
19
20 typedef struct _Uenibstreamprotobuf__SgNBReconfigurationComplete Uenibstreamprotobuf__SgNBReconfigurationComplete;
21 typedef struct _Uenibstreamprotobuf__ResponseInformationSgNBReconfComp Uenibstreamprotobuf__ResponseInformationSgNBReconfComp;
22 typedef struct _Uenibstreamprotobuf__ResponseInformationSgNBReconfCompSuccessItem Uenibstreamprotobuf__ResponseInformationSgNBReconfCompSuccessItem;
23 typedef struct _Uenibstreamprotobuf__ResponseInformationSgNBReconfCompSuccessItemExtIEs Uenibstreamprotobuf__ResponseInformationSgNBReconfCompSuccessItemExtIEs;
24 typedef struct _Uenibstreamprotobuf__ResponseInformationSgNBReconfCompRejectByMeNBItem Uenibstreamprotobuf__ResponseInformationSgNBReconfCompRejectByMeNBItem;
25 typedef struct _Uenibstreamprotobuf__ResponseInformationSgNBReconfCompRejectByMeNBItemExtIEs Uenibstreamprotobuf__ResponseInformationSgNBReconfCompRejectByMeNBItemExtIEs;
26
27
28 /* --- enums --- */
29
30
31 /* --- messages --- */
32
33 struct  _Uenibstreamprotobuf__SgNBReconfigurationComplete
34 {
35   ProtobufCMessage base;
36   uint32_t id_menb_ue_x2ap_id;
37   uint32_t id_sgnb_ue_x2ap_id;
38   Uenibstreamprotobuf__ResponseInformationSgNBReconfComp *id_responseinformationsgnbreconfcomp;
39   Google__Protobuf__UInt32Value *id_menb_ue_x2ap_id_extension;
40 };
41 #define UENIBSTREAMPROTOBUF__SG_NBRECONFIGURATION_COMPLETE__INIT \
42  { PROTOBUF_C_MESSAGE_INIT (&uenibstreamprotobuf__sg_nbreconfiguration_complete__descriptor) \
43     , 0, 0, NULL, NULL }
44
45
46 typedef enum {
47   UENIBSTREAMPROTOBUF__RESPONSE_INFORMATION_SG_NBRECONF_COMP__VALUE__NOT_SET = 0,
48   UENIBSTREAMPROTOBUF__RESPONSE_INFORMATION_SG_NBRECONF_COMP__VALUE_SUCCESS__SG_NBRECONF_COMP = 1,
49   UENIBSTREAMPROTOBUF__RESPONSE_INFORMATION_SG_NBRECONF_COMP__VALUE_REJECT_BY__ME_NB__SG_NBRECONF_COMP = 2
50     PROTOBUF_C__FORCE_ENUM_TO_BE_INT_SIZE(UENIBSTREAMPROTOBUF__RESPONSE_INFORMATION_SG_NBRECONF_COMP__VALUE)
51 } Uenibstreamprotobuf__ResponseInformationSgNBReconfComp__ValueCase;
52
53 struct  _Uenibstreamprotobuf__ResponseInformationSgNBReconfComp
54 {
55   ProtobufCMessage base;
56   Uenibstreamprotobuf__ResponseInformationSgNBReconfComp__ValueCase value_case;
57   union {
58     Uenibstreamprotobuf__ResponseInformationSgNBReconfCompSuccessItem *success_sgnbreconfcomp;
59     Uenibstreamprotobuf__ResponseInformationSgNBReconfCompRejectByMeNBItem *reject_by_menb_sgnbreconfcomp;
60   };
61 };
62 #define UENIBSTREAMPROTOBUF__RESPONSE_INFORMATION_SG_NBRECONF_COMP__INIT \
63  { PROTOBUF_C_MESSAGE_INIT (&uenibstreamprotobuf__response_information_sg_nbreconf_comp__descriptor) \
64     , UENIBSTREAMPROTOBUF__RESPONSE_INFORMATION_SG_NBRECONF_COMP__VALUE__NOT_SET, {0} }
65
66
67 struct  _Uenibstreamprotobuf__ResponseInformationSgNBReconfCompSuccessItem
68 {
69   ProtobufCMessage base;
70   Google__Protobuf__StringValue *menbtosgnbcontainer;
71   size_t n_ie_extensions;
72   Uenibstreamprotobuf__ResponseInformationSgNBReconfCompSuccessItemExtIEs **ie_extensions;
73 };
74 #define UENIBSTREAMPROTOBUF__RESPONSE_INFORMATION_SG_NBRECONF_COMP__SUCCESS_ITEM__INIT \
75  { PROTOBUF_C_MESSAGE_INIT (&uenibstreamprotobuf__response_information_sg_nbreconf_comp__success_item__descriptor) \
76     , NULL, 0,NULL }
77
78
79 struct  _Uenibstreamprotobuf__ResponseInformationSgNBReconfCompSuccessItemExtIEs
80 {
81   ProtobufCMessage base;
82 };
83 #define UENIBSTREAMPROTOBUF__RESPONSE_INFORMATION_SG_NBRECONF_COMP__SUCCESS_ITEM_EXT_IES__INIT \
84  { PROTOBUF_C_MESSAGE_INIT (&uenibstreamprotobuf__response_information_sg_nbreconf_comp__success_item_ext_ies__descriptor) \
85      }
86
87
88 struct  _Uenibstreamprotobuf__ResponseInformationSgNBReconfCompRejectByMeNBItem
89 {
90   ProtobufCMessage base;
91   Uenibstreamprotobuf__Cause *cause;
92   size_t n_ie_extensions;
93   Uenibstreamprotobuf__ResponseInformationSgNBReconfCompRejectByMeNBItemExtIEs **ie_extensions;
94 };
95 #define UENIBSTREAMPROTOBUF__RESPONSE_INFORMATION_SG_NBRECONF_COMP__REJECT_BY_ME_NBITEM__INIT \
96  { PROTOBUF_C_MESSAGE_INIT (&uenibstreamprotobuf__response_information_sg_nbreconf_comp__reject_by_me_nbitem__descriptor) \
97     , NULL, 0,NULL }
98
99
100 struct  _Uenibstreamprotobuf__ResponseInformationSgNBReconfCompRejectByMeNBItemExtIEs
101 {
102   ProtobufCMessage base;
103 };
104 #define UENIBSTREAMPROTOBUF__RESPONSE_INFORMATION_SG_NBRECONF_COMP__REJECT_BY_ME_NBITEM_EXT_IES__INIT \
105  { PROTOBUF_C_MESSAGE_INIT (&uenibstreamprotobuf__response_information_sg_nbreconf_comp__reject_by_me_nbitem_ext_ies__descriptor) \
106      }
107
108
109 /* Uenibstreamprotobuf__SgNBReconfigurationComplete methods */
110 void   uenibstreamprotobuf__sg_nbreconfiguration_complete__init
111                      (Uenibstreamprotobuf__SgNBReconfigurationComplete         *message);
112 size_t uenibstreamprotobuf__sg_nbreconfiguration_complete__get_packed_size
113                      (const Uenibstreamprotobuf__SgNBReconfigurationComplete   *message);
114 size_t uenibstreamprotobuf__sg_nbreconfiguration_complete__pack
115                      (const Uenibstreamprotobuf__SgNBReconfigurationComplete   *message,
116                       uint8_t             *out);
117 size_t uenibstreamprotobuf__sg_nbreconfiguration_complete__pack_to_buffer
118                      (const Uenibstreamprotobuf__SgNBReconfigurationComplete   *message,
119                       ProtobufCBuffer     *buffer);
120 Uenibstreamprotobuf__SgNBReconfigurationComplete *
121        uenibstreamprotobuf__sg_nbreconfiguration_complete__unpack
122                      (ProtobufCAllocator  *allocator,
123                       size_t               len,
124                       const uint8_t       *data);
125 void   uenibstreamprotobuf__sg_nbreconfiguration_complete__free_unpacked
126                      (Uenibstreamprotobuf__SgNBReconfigurationComplete *message,
127                       ProtobufCAllocator *allocator);
128 /* Uenibstreamprotobuf__ResponseInformationSgNBReconfComp methods */
129 void   uenibstreamprotobuf__response_information_sg_nbreconf_comp__init
130                      (Uenibstreamprotobuf__ResponseInformationSgNBReconfComp         *message);
131 size_t uenibstreamprotobuf__response_information_sg_nbreconf_comp__get_packed_size
132                      (const Uenibstreamprotobuf__ResponseInformationSgNBReconfComp   *message);
133 size_t uenibstreamprotobuf__response_information_sg_nbreconf_comp__pack
134                      (const Uenibstreamprotobuf__ResponseInformationSgNBReconfComp   *message,
135                       uint8_t             *out);
136 size_t uenibstreamprotobuf__response_information_sg_nbreconf_comp__pack_to_buffer
137                      (const Uenibstreamprotobuf__ResponseInformationSgNBReconfComp   *message,
138                       ProtobufCBuffer     *buffer);
139 Uenibstreamprotobuf__ResponseInformationSgNBReconfComp *
140        uenibstreamprotobuf__response_information_sg_nbreconf_comp__unpack
141                      (ProtobufCAllocator  *allocator,
142                       size_t               len,
143                       const uint8_t       *data);
144 void   uenibstreamprotobuf__response_information_sg_nbreconf_comp__free_unpacked
145                      (Uenibstreamprotobuf__ResponseInformationSgNBReconfComp *message,
146                       ProtobufCAllocator *allocator);
147 /* Uenibstreamprotobuf__ResponseInformationSgNBReconfCompSuccessItem methods */
148 void   uenibstreamprotobuf__response_information_sg_nbreconf_comp__success_item__init
149                      (Uenibstreamprotobuf__ResponseInformationSgNBReconfCompSuccessItem         *message);
150 size_t uenibstreamprotobuf__response_information_sg_nbreconf_comp__success_item__get_packed_size
151                      (const Uenibstreamprotobuf__ResponseInformationSgNBReconfCompSuccessItem   *message);
152 size_t uenibstreamprotobuf__response_information_sg_nbreconf_comp__success_item__pack
153                      (const Uenibstreamprotobuf__ResponseInformationSgNBReconfCompSuccessItem   *message,
154                       uint8_t             *out);
155 size_t uenibstreamprotobuf__response_information_sg_nbreconf_comp__success_item__pack_to_buffer
156                      (const Uenibstreamprotobuf__ResponseInformationSgNBReconfCompSuccessItem   *message,
157                       ProtobufCBuffer     *buffer);
158 Uenibstreamprotobuf__ResponseInformationSgNBReconfCompSuccessItem *
159        uenibstreamprotobuf__response_information_sg_nbreconf_comp__success_item__unpack
160                      (ProtobufCAllocator  *allocator,
161                       size_t               len,
162                       const uint8_t       *data);
163 void   uenibstreamprotobuf__response_information_sg_nbreconf_comp__success_item__free_unpacked
164                      (Uenibstreamprotobuf__ResponseInformationSgNBReconfCompSuccessItem *message,
165                       ProtobufCAllocator *allocator);
166 /* Uenibstreamprotobuf__ResponseInformationSgNBReconfCompSuccessItemExtIEs methods */
167 void   uenibstreamprotobuf__response_information_sg_nbreconf_comp__success_item_ext_ies__init
168                      (Uenibstreamprotobuf__ResponseInformationSgNBReconfCompSuccessItemExtIEs         *message);
169 size_t uenibstreamprotobuf__response_information_sg_nbreconf_comp__success_item_ext_ies__get_packed_size
170                      (const Uenibstreamprotobuf__ResponseInformationSgNBReconfCompSuccessItemExtIEs   *message);
171 size_t uenibstreamprotobuf__response_information_sg_nbreconf_comp__success_item_ext_ies__pack
172                      (const Uenibstreamprotobuf__ResponseInformationSgNBReconfCompSuccessItemExtIEs   *message,
173                       uint8_t             *out);
174 size_t uenibstreamprotobuf__response_information_sg_nbreconf_comp__success_item_ext_ies__pack_to_buffer
175                      (const Uenibstreamprotobuf__ResponseInformationSgNBReconfCompSuccessItemExtIEs   *message,
176                       ProtobufCBuffer     *buffer);
177 Uenibstreamprotobuf__ResponseInformationSgNBReconfCompSuccessItemExtIEs *
178        uenibstreamprotobuf__response_information_sg_nbreconf_comp__success_item_ext_ies__unpack
179                      (ProtobufCAllocator  *allocator,
180                       size_t               len,
181                       const uint8_t       *data);
182 void   uenibstreamprotobuf__response_information_sg_nbreconf_comp__success_item_ext_ies__free_unpacked
183                      (Uenibstreamprotobuf__ResponseInformationSgNBReconfCompSuccessItemExtIEs *message,
184                       ProtobufCAllocator *allocator);
185 /* Uenibstreamprotobuf__ResponseInformationSgNBReconfCompRejectByMeNBItem methods */
186 void   uenibstreamprotobuf__response_information_sg_nbreconf_comp__reject_by_me_nbitem__init
187                      (Uenibstreamprotobuf__ResponseInformationSgNBReconfCompRejectByMeNBItem         *message);
188 size_t uenibstreamprotobuf__response_information_sg_nbreconf_comp__reject_by_me_nbitem__get_packed_size
189                      (const Uenibstreamprotobuf__ResponseInformationSgNBReconfCompRejectByMeNBItem   *message);
190 size_t uenibstreamprotobuf__response_information_sg_nbreconf_comp__reject_by_me_nbitem__pack
191                      (const Uenibstreamprotobuf__ResponseInformationSgNBReconfCompRejectByMeNBItem   *message,
192                       uint8_t             *out);
193 size_t uenibstreamprotobuf__response_information_sg_nbreconf_comp__reject_by_me_nbitem__pack_to_buffer
194                      (const Uenibstreamprotobuf__ResponseInformationSgNBReconfCompRejectByMeNBItem   *message,
195                       ProtobufCBuffer     *buffer);
196 Uenibstreamprotobuf__ResponseInformationSgNBReconfCompRejectByMeNBItem *
197        uenibstreamprotobuf__response_information_sg_nbreconf_comp__reject_by_me_nbitem__unpack
198                      (ProtobufCAllocator  *allocator,
199                       size_t               len,
200                       const uint8_t       *data);
201 void   uenibstreamprotobuf__response_information_sg_nbreconf_comp__reject_by_me_nbitem__free_unpacked
202                      (Uenibstreamprotobuf__ResponseInformationSgNBReconfCompRejectByMeNBItem *message,
203                       ProtobufCAllocator *allocator);
204 /* Uenibstreamprotobuf__ResponseInformationSgNBReconfCompRejectByMeNBItemExtIEs methods */
205 void   uenibstreamprotobuf__response_information_sg_nbreconf_comp__reject_by_me_nbitem_ext_ies__init
206                      (Uenibstreamprotobuf__ResponseInformationSgNBReconfCompRejectByMeNBItemExtIEs         *message);
207 size_t uenibstreamprotobuf__response_information_sg_nbreconf_comp__reject_by_me_nbitem_ext_ies__get_packed_size
208                      (const Uenibstreamprotobuf__ResponseInformationSgNBReconfCompRejectByMeNBItemExtIEs   *message);
209 size_t uenibstreamprotobuf__response_information_sg_nbreconf_comp__reject_by_me_nbitem_ext_ies__pack
210                      (const Uenibstreamprotobuf__ResponseInformationSgNBReconfCompRejectByMeNBItemExtIEs   *message,
211                       uint8_t             *out);
212 size_t uenibstreamprotobuf__response_information_sg_nbreconf_comp__reject_by_me_nbitem_ext_ies__pack_to_buffer
213                      (const Uenibstreamprotobuf__ResponseInformationSgNBReconfCompRejectByMeNBItemExtIEs   *message,
214                       ProtobufCBuffer     *buffer);
215 Uenibstreamprotobuf__ResponseInformationSgNBReconfCompRejectByMeNBItemExtIEs *
216        uenibstreamprotobuf__response_information_sg_nbreconf_comp__reject_by_me_nbitem_ext_ies__unpack
217                      (ProtobufCAllocator  *allocator,
218                       size_t               len,
219                       const uint8_t       *data);
220 void   uenibstreamprotobuf__response_information_sg_nbreconf_comp__reject_by_me_nbitem_ext_ies__free_unpacked
221                      (Uenibstreamprotobuf__ResponseInformationSgNBReconfCompRejectByMeNBItemExtIEs *message,
222                       ProtobufCAllocator *allocator);
223 /* --- per-message closures --- */
224
225 typedef void (*Uenibstreamprotobuf__SgNBReconfigurationComplete_Closure)
226                  (const Uenibstreamprotobuf__SgNBReconfigurationComplete *message,
227                   void *closure_data);
228 typedef void (*Uenibstreamprotobuf__ResponseInformationSgNBReconfComp_Closure)
229                  (const Uenibstreamprotobuf__ResponseInformationSgNBReconfComp *message,
230                   void *closure_data);
231 typedef void (*Uenibstreamprotobuf__ResponseInformationSgNBReconfCompSuccessItem_Closure)
232                  (const Uenibstreamprotobuf__ResponseInformationSgNBReconfCompSuccessItem *message,
233                   void *closure_data);
234 typedef void (*Uenibstreamprotobuf__ResponseInformationSgNBReconfCompSuccessItemExtIEs_Closure)
235                  (const Uenibstreamprotobuf__ResponseInformationSgNBReconfCompSuccessItemExtIEs *message,
236                   void *closure_data);
237 typedef void (*Uenibstreamprotobuf__ResponseInformationSgNBReconfCompRejectByMeNBItem_Closure)
238                  (const Uenibstreamprotobuf__ResponseInformationSgNBReconfCompRejectByMeNBItem *message,
239                   void *closure_data);
240 typedef void (*Uenibstreamprotobuf__ResponseInformationSgNBReconfCompRejectByMeNBItemExtIEs_Closure)
241                  (const Uenibstreamprotobuf__ResponseInformationSgNBReconfCompRejectByMeNBItemExtIEs *message,
242                   void *closure_data);
243
244 /* --- services --- */
245
246
247 /* --- descriptors --- */
248
249 extern const ProtobufCMessageDescriptor uenibstreamprotobuf__sg_nbreconfiguration_complete__descriptor;
250 extern const ProtobufCMessageDescriptor uenibstreamprotobuf__response_information_sg_nbreconf_comp__descriptor;
251 extern const ProtobufCMessageDescriptor uenibstreamprotobuf__response_information_sg_nbreconf_comp__success_item__descriptor;
252 extern const ProtobufCMessageDescriptor uenibstreamprotobuf__response_information_sg_nbreconf_comp__success_item_ext_ies__descriptor;
253 extern const ProtobufCMessageDescriptor uenibstreamprotobuf__response_information_sg_nbreconf_comp__reject_by_me_nbitem__descriptor;
254 extern const ProtobufCMessageDescriptor uenibstreamprotobuf__response_information_sg_nbreconf_comp__reject_by_me_nbitem_ext_ies__descriptor;
255
256 PROTOBUF_C__END_DECLS
257
258
259 #endif  /* PROTOBUF_C_sgnb_5freconfiguration_5fcomplete_2eproto__INCLUDED */