Support for additional NR metrics
[ric-app/mc.git] / mc-core / mc / local_datasource / rrc_reconfiguration.pb-c.h
1 /* Generated by the protocol buffer compiler.  DO NOT EDIT! */
2 /* Generated from: rrc_reconfiguration.proto */
3
4 #ifndef PROTOBUF_C_rrc_5freconfiguration_2eproto__INCLUDED
5 #define PROTOBUF_C_rrc_5freconfiguration_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 "common_types.pb-c.h"
19 #include "rrc_common_types.pb-c.h"
20 #include "rrc_sib.pb-c.h"
21 #include "rrc_system_information.pb-c.h"
22
23 typedef struct _StreamingProtobufs__RRCReconfiguration StreamingProtobufs__RRCReconfiguration;
24 typedef struct _StreamingProtobufs__RRCReconfigurationIEs StreamingProtobufs__RRCReconfigurationIEs;
25 typedef struct _StreamingProtobufs__RRCReconfigurationV1530IEs StreamingProtobufs__RRCReconfigurationV1530IEs;
26 typedef struct _StreamingProtobufs__MasterKeyUpdate StreamingProtobufs__MasterKeyUpdate;
27 typedef struct _StreamingProtobufs__RRCReconfigurationV1540IEs StreamingProtobufs__RRCReconfigurationV1540IEs;
28
29
30 /* --- enums --- */
31
32
33 /* --- messages --- */
34
35 typedef enum {
36   STREAMING_PROTOBUFS__RRCRECONFIGURATION__CRITICAL_EXTENSIONS__NOT_SET = 0,
37   STREAMING_PROTOBUFS__RRCRECONFIGURATION__CRITICAL_EXTENSIONS_RRC_RECONFIGURATION = 2
38     PROTOBUF_C__FORCE_ENUM_TO_BE_INT_SIZE(STREAMING_PROTOBUFS__RRCRECONFIGURATION__CRITICAL_EXTENSIONS)
39 } StreamingProtobufs__RRCReconfiguration__CriticalExtensionsCase;
40
41 struct  _StreamingProtobufs__RRCReconfiguration
42 {
43   ProtobufCMessage base;
44   uint32_t rrc_transactionidentifier;
45   StreamingProtobufs__RRCReconfiguration__CriticalExtensionsCase critical_extensions_case;
46   union {
47     StreamingProtobufs__RRCReconfigurationIEs *rrcreconfiguration;
48   };
49 };
50 #define STREAMING_PROTOBUFS__RRCRECONFIGURATION__INIT \
51  { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__rrcreconfiguration__descriptor) \
52     , 0, STREAMING_PROTOBUFS__RRCRECONFIGURATION__CRITICAL_EXTENSIONS__NOT_SET, {0} }
53
54
55 struct  _StreamingProtobufs__RRCReconfigurationIEs
56 {
57   ProtobufCMessage base;
58   StreamingProtobufs__RadioBearerConfig *radiobearerconfig;
59   StreamingProtobufs__CellGroupConfig *secondarycellgroup;
60   StreamingProtobufs__MeasConfig *measconfig;
61   Google__Protobuf__BytesValue *latenoncriticalextension;
62   StreamingProtobufs__RRCReconfigurationV1530IEs *noncriticalextension;
63 };
64 #define STREAMING_PROTOBUFS__RRCRECONFIGURATION__IES__INIT \
65  { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__rrcreconfiguration__ies__descriptor) \
66     , NULL, NULL, NULL, NULL, NULL }
67
68
69 struct  _StreamingProtobufs__RRCReconfigurationV1530IEs
70 {
71   ProtobufCMessage base;
72   StreamingProtobufs__CellGroupConfig *mastercellgroup;
73   StreamingProtobufs__TrueOpt *fullconfig;
74   size_t n_dedicatednas_messagelist;
75   ProtobufCBinaryData *dedicatednas_messagelist;
76   StreamingProtobufs__MasterKeyUpdate *masterkeyupdate;
77   StreamingProtobufs__SIB1 *dedicatedsib1_delivery;
78   StreamingProtobufs__SystemInformation *dedicatedsysteminformationdelivery;
79   StreamingProtobufs__OtherConfig *otherconfig;
80   StreamingProtobufs__RRCReconfigurationV1540IEs *noncriticalextension;
81 };
82 #define STREAMING_PROTOBUFS__RRCRECONFIGURATION_V1530__IES__INIT \
83  { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__rrcreconfiguration_v1530__ies__descriptor) \
84     , NULL, NULL, 0,NULL, NULL, NULL, NULL, NULL, NULL }
85
86
87 struct  _StreamingProtobufs__MasterKeyUpdate
88 {
89   ProtobufCMessage base;
90   protobuf_c_boolean keysetchangeindicator;
91   uint32_t nexthopchainingcount;
92   Google__Protobuf__BytesValue *nas_container;
93 };
94 #define STREAMING_PROTOBUFS__MASTER_KEY_UPDATE__INIT \
95  { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__master_key_update__descriptor) \
96     , 0, 0, NULL }
97
98
99 struct  _StreamingProtobufs__RRCReconfigurationV1540IEs
100 {
101   ProtobufCMessage base;
102   StreamingProtobufs__OtherConfigV1540 *otherconfig_v1540;
103 };
104 #define STREAMING_PROTOBUFS__RRCRECONFIGURATION_V1540__IES__INIT \
105  { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__rrcreconfiguration_v1540__ies__descriptor) \
106     , NULL }
107
108
109 /* StreamingProtobufs__RRCReconfiguration methods */
110 void   streaming_protobufs__rrcreconfiguration__init
111                      (StreamingProtobufs__RRCReconfiguration         *message);
112 size_t streaming_protobufs__rrcreconfiguration__get_packed_size
113                      (const StreamingProtobufs__RRCReconfiguration   *message);
114 size_t streaming_protobufs__rrcreconfiguration__pack
115                      (const StreamingProtobufs__RRCReconfiguration   *message,
116                       uint8_t             *out);
117 size_t streaming_protobufs__rrcreconfiguration__pack_to_buffer
118                      (const StreamingProtobufs__RRCReconfiguration   *message,
119                       ProtobufCBuffer     *buffer);
120 StreamingProtobufs__RRCReconfiguration *
121        streaming_protobufs__rrcreconfiguration__unpack
122                      (ProtobufCAllocator  *allocator,
123                       size_t               len,
124                       const uint8_t       *data);
125 void   streaming_protobufs__rrcreconfiguration__free_unpacked
126                      (StreamingProtobufs__RRCReconfiguration *message,
127                       ProtobufCAllocator *allocator);
128 /* StreamingProtobufs__RRCReconfigurationIEs methods */
129 void   streaming_protobufs__rrcreconfiguration__ies__init
130                      (StreamingProtobufs__RRCReconfigurationIEs         *message);
131 size_t streaming_protobufs__rrcreconfiguration__ies__get_packed_size
132                      (const StreamingProtobufs__RRCReconfigurationIEs   *message);
133 size_t streaming_protobufs__rrcreconfiguration__ies__pack
134                      (const StreamingProtobufs__RRCReconfigurationIEs   *message,
135                       uint8_t             *out);
136 size_t streaming_protobufs__rrcreconfiguration__ies__pack_to_buffer
137                      (const StreamingProtobufs__RRCReconfigurationIEs   *message,
138                       ProtobufCBuffer     *buffer);
139 StreamingProtobufs__RRCReconfigurationIEs *
140        streaming_protobufs__rrcreconfiguration__ies__unpack
141                      (ProtobufCAllocator  *allocator,
142                       size_t               len,
143                       const uint8_t       *data);
144 void   streaming_protobufs__rrcreconfiguration__ies__free_unpacked
145                      (StreamingProtobufs__RRCReconfigurationIEs *message,
146                       ProtobufCAllocator *allocator);
147 /* StreamingProtobufs__RRCReconfigurationV1530IEs methods */
148 void   streaming_protobufs__rrcreconfiguration_v1530__ies__init
149                      (StreamingProtobufs__RRCReconfigurationV1530IEs         *message);
150 size_t streaming_protobufs__rrcreconfiguration_v1530__ies__get_packed_size
151                      (const StreamingProtobufs__RRCReconfigurationV1530IEs   *message);
152 size_t streaming_protobufs__rrcreconfiguration_v1530__ies__pack
153                      (const StreamingProtobufs__RRCReconfigurationV1530IEs   *message,
154                       uint8_t             *out);
155 size_t streaming_protobufs__rrcreconfiguration_v1530__ies__pack_to_buffer
156                      (const StreamingProtobufs__RRCReconfigurationV1530IEs   *message,
157                       ProtobufCBuffer     *buffer);
158 StreamingProtobufs__RRCReconfigurationV1530IEs *
159        streaming_protobufs__rrcreconfiguration_v1530__ies__unpack
160                      (ProtobufCAllocator  *allocator,
161                       size_t               len,
162                       const uint8_t       *data);
163 void   streaming_protobufs__rrcreconfiguration_v1530__ies__free_unpacked
164                      (StreamingProtobufs__RRCReconfigurationV1530IEs *message,
165                       ProtobufCAllocator *allocator);
166 /* StreamingProtobufs__MasterKeyUpdate methods */
167 void   streaming_protobufs__master_key_update__init
168                      (StreamingProtobufs__MasterKeyUpdate         *message);
169 size_t streaming_protobufs__master_key_update__get_packed_size
170                      (const StreamingProtobufs__MasterKeyUpdate   *message);
171 size_t streaming_protobufs__master_key_update__pack
172                      (const StreamingProtobufs__MasterKeyUpdate   *message,
173                       uint8_t             *out);
174 size_t streaming_protobufs__master_key_update__pack_to_buffer
175                      (const StreamingProtobufs__MasterKeyUpdate   *message,
176                       ProtobufCBuffer     *buffer);
177 StreamingProtobufs__MasterKeyUpdate *
178        streaming_protobufs__master_key_update__unpack
179                      (ProtobufCAllocator  *allocator,
180                       size_t               len,
181                       const uint8_t       *data);
182 void   streaming_protobufs__master_key_update__free_unpacked
183                      (StreamingProtobufs__MasterKeyUpdate *message,
184                       ProtobufCAllocator *allocator);
185 /* StreamingProtobufs__RRCReconfigurationV1540IEs methods */
186 void   streaming_protobufs__rrcreconfiguration_v1540__ies__init
187                      (StreamingProtobufs__RRCReconfigurationV1540IEs         *message);
188 size_t streaming_protobufs__rrcreconfiguration_v1540__ies__get_packed_size
189                      (const StreamingProtobufs__RRCReconfigurationV1540IEs   *message);
190 size_t streaming_protobufs__rrcreconfiguration_v1540__ies__pack
191                      (const StreamingProtobufs__RRCReconfigurationV1540IEs   *message,
192                       uint8_t             *out);
193 size_t streaming_protobufs__rrcreconfiguration_v1540__ies__pack_to_buffer
194                      (const StreamingProtobufs__RRCReconfigurationV1540IEs   *message,
195                       ProtobufCBuffer     *buffer);
196 StreamingProtobufs__RRCReconfigurationV1540IEs *
197        streaming_protobufs__rrcreconfiguration_v1540__ies__unpack
198                      (ProtobufCAllocator  *allocator,
199                       size_t               len,
200                       const uint8_t       *data);
201 void   streaming_protobufs__rrcreconfiguration_v1540__ies__free_unpacked
202                      (StreamingProtobufs__RRCReconfigurationV1540IEs *message,
203                       ProtobufCAllocator *allocator);
204 /* --- per-message closures --- */
205
206 typedef void (*StreamingProtobufs__RRCReconfiguration_Closure)
207                  (const StreamingProtobufs__RRCReconfiguration *message,
208                   void *closure_data);
209 typedef void (*StreamingProtobufs__RRCReconfigurationIEs_Closure)
210                  (const StreamingProtobufs__RRCReconfigurationIEs *message,
211                   void *closure_data);
212 typedef void (*StreamingProtobufs__RRCReconfigurationV1530IEs_Closure)
213                  (const StreamingProtobufs__RRCReconfigurationV1530IEs *message,
214                   void *closure_data);
215 typedef void (*StreamingProtobufs__MasterKeyUpdate_Closure)
216                  (const StreamingProtobufs__MasterKeyUpdate *message,
217                   void *closure_data);
218 typedef void (*StreamingProtobufs__RRCReconfigurationV1540IEs_Closure)
219                  (const StreamingProtobufs__RRCReconfigurationV1540IEs *message,
220                   void *closure_data);
221
222 /* --- services --- */
223
224
225 /* --- descriptors --- */
226
227 extern const ProtobufCMessageDescriptor streaming_protobufs__rrcreconfiguration__descriptor;
228 extern const ProtobufCMessageDescriptor streaming_protobufs__rrcreconfiguration__ies__descriptor;
229 extern const ProtobufCMessageDescriptor streaming_protobufs__rrcreconfiguration_v1530__ies__descriptor;
230 extern const ProtobufCMessageDescriptor streaming_protobufs__master_key_update__descriptor;
231 extern const ProtobufCMessageDescriptor streaming_protobufs__rrcreconfiguration_v1540__ies__descriptor;
232
233 PROTOBUF_C__END_DECLS
234
235
236 #endif  /* PROTOBUF_C_rrc_5freconfiguration_2eproto__INCLUDED */