Support for additional NR metrics
[ric-app/mc.git] / mc-core / mc / local_datasource / sgnb_change_required.pb-c.h
1 /* Generated by the protocol buffer compiler.  DO NOT EDIT! */
2 /* Generated from: sgnb_change_required.proto */
3
4 #ifndef PROTOBUF_C_sgnb_5fchange_5frequired_2eproto__INCLUDED
5 #define PROTOBUF_C_sgnb_5fchange_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 "rrc_cg_config.pb-c.h"
19 #include "error_cause.pb-c.h"
20 #include "x2ap_common_types.pb-c.h"
21
22 typedef struct _StreamingProtobufs__SgNBChangeRequired StreamingProtobufs__SgNBChangeRequired;
23 typedef struct _StreamingProtobufs__SgNBChangeRequiredIEs StreamingProtobufs__SgNBChangeRequiredIEs;
24
25
26 /* --- enums --- */
27
28
29 /* --- messages --- */
30
31 struct  _StreamingProtobufs__SgNBChangeRequired
32 {
33   ProtobufCMessage base;
34   StreamingProtobufs__SgNBChangeRequiredIEs *protocolies;
35 };
36 #define STREAMING_PROTOBUFS__SG_NBCHANGE_REQUIRED__INIT \
37  { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__sg_nbchange_required__descriptor) \
38     , NULL }
39
40
41 struct  _StreamingProtobufs__SgNBChangeRequiredIEs
42 {
43   ProtobufCMessage base;
44   uint32_t id_menb_ue_x2ap_id;
45   uint32_t id_sgnb_ue_x2ap_id;
46   StreamingProtobufs__GlobalGNBID *id_target_sgnb_id;
47   StreamingProtobufs__Cause *id_cause;
48   /*
49    *The content of id_SgNBtoMeNBContainer has been specified in 3GPP 38.331 to be CG-Config.
50    */
51   StreamingProtobufs__CGConfig *id_sgnbtomenbcontainer;
52   Google__Protobuf__UInt32Value *id_menb_ue_x2ap_id_extension;
53 };
54 #define STREAMING_PROTOBUFS__SG_NBCHANGE_REQUIRED__IES__INIT \
55  { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__sg_nbchange_required__ies__descriptor) \
56     , 0, 0, NULL, NULL, NULL, NULL }
57
58
59 /* StreamingProtobufs__SgNBChangeRequired methods */
60 void   streaming_protobufs__sg_nbchange_required__init
61                      (StreamingProtobufs__SgNBChangeRequired         *message);
62 size_t streaming_protobufs__sg_nbchange_required__get_packed_size
63                      (const StreamingProtobufs__SgNBChangeRequired   *message);
64 size_t streaming_protobufs__sg_nbchange_required__pack
65                      (const StreamingProtobufs__SgNBChangeRequired   *message,
66                       uint8_t             *out);
67 size_t streaming_protobufs__sg_nbchange_required__pack_to_buffer
68                      (const StreamingProtobufs__SgNBChangeRequired   *message,
69                       ProtobufCBuffer     *buffer);
70 StreamingProtobufs__SgNBChangeRequired *
71        streaming_protobufs__sg_nbchange_required__unpack
72                      (ProtobufCAllocator  *allocator,
73                       size_t               len,
74                       const uint8_t       *data);
75 void   streaming_protobufs__sg_nbchange_required__free_unpacked
76                      (StreamingProtobufs__SgNBChangeRequired *message,
77                       ProtobufCAllocator *allocator);
78 /* StreamingProtobufs__SgNBChangeRequiredIEs methods */
79 void   streaming_protobufs__sg_nbchange_required__ies__init
80                      (StreamingProtobufs__SgNBChangeRequiredIEs         *message);
81 size_t streaming_protobufs__sg_nbchange_required__ies__get_packed_size
82                      (const StreamingProtobufs__SgNBChangeRequiredIEs   *message);
83 size_t streaming_protobufs__sg_nbchange_required__ies__pack
84                      (const StreamingProtobufs__SgNBChangeRequiredIEs   *message,
85                       uint8_t             *out);
86 size_t streaming_protobufs__sg_nbchange_required__ies__pack_to_buffer
87                      (const StreamingProtobufs__SgNBChangeRequiredIEs   *message,
88                       ProtobufCBuffer     *buffer);
89 StreamingProtobufs__SgNBChangeRequiredIEs *
90        streaming_protobufs__sg_nbchange_required__ies__unpack
91                      (ProtobufCAllocator  *allocator,
92                       size_t               len,
93                       const uint8_t       *data);
94 void   streaming_protobufs__sg_nbchange_required__ies__free_unpacked
95                      (StreamingProtobufs__SgNBChangeRequiredIEs *message,
96                       ProtobufCAllocator *allocator);
97 /* --- per-message closures --- */
98
99 typedef void (*StreamingProtobufs__SgNBChangeRequired_Closure)
100                  (const StreamingProtobufs__SgNBChangeRequired *message,
101                   void *closure_data);
102 typedef void (*StreamingProtobufs__SgNBChangeRequiredIEs_Closure)
103                  (const StreamingProtobufs__SgNBChangeRequiredIEs *message,
104                   void *closure_data);
105
106 /* --- services --- */
107
108
109 /* --- descriptors --- */
110
111 extern const ProtobufCMessageDescriptor streaming_protobufs__sg_nbchange_required__descriptor;
112 extern const ProtobufCMessageDescriptor streaming_protobufs__sg_nbchange_required__ies__descriptor;
113
114 PROTOBUF_C__END_DECLS
115
116
117 #endif  /* PROTOBUF_C_sgnb_5fchange_5frequired_2eproto__INCLUDED */