Support for additional NR metrics
[ric-app/mc.git] / mc-core / mc / local_datasource / gnb_status_indication.pb-c.h
diff --git a/mc-core/mc/local_datasource/gnb_status_indication.pb-c.h b/mc-core/mc/local_datasource/gnb_status_indication.pb-c.h
new file mode 100644 (file)
index 0000000..94f4a01
--- /dev/null
@@ -0,0 +1,106 @@
+/* Generated by the protocol buffer compiler.  DO NOT EDIT! */
+/* Generated from: gnb_status_indication.proto */
+
+#ifndef PROTOBUF_C_gnb_5fstatus_5findication_2eproto__INCLUDED
+#define PROTOBUF_C_gnb_5fstatus_5findication_2eproto__INCLUDED
+
+#include <protobuf-c/protobuf-c.h>
+
+PROTOBUF_C__BEGIN_DECLS
+
+#if PROTOBUF_C_VERSION_NUMBER < 1003000
+# error This file was generated by a newer version of protoc-c which is incompatible with your libprotobuf-c headers. Please update your headers.
+#elif 1003002 < PROTOBUF_C_MIN_COMPILER_VERSION
+# 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.
+#endif
+
+#include "x2ap_common_types.pb-c.h"
+
+typedef struct _StreamingProtobufs__GNBStatusIndication StreamingProtobufs__GNBStatusIndication;
+typedef struct _StreamingProtobufs__GNBStatusIndicationIEs StreamingProtobufs__GNBStatusIndicationIEs;
+
+
+/* --- enums --- */
+
+
+/* --- messages --- */
+
+struct  _StreamingProtobufs__GNBStatusIndication
+{
+  ProtobufCMessage base;
+  StreamingProtobufs__GNBStatusIndicationIEs *protocolies;
+};
+#define STREAMING_PROTOBUFS__GNBSTATUS_INDICATION__INIT \
+ { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__gnbstatus_indication__descriptor) \
+    , NULL }
+
+
+struct  _StreamingProtobufs__GNBStatusIndicationIEs
+{
+  ProtobufCMessage base;
+  StreamingProtobufs__GNBOverloadInformation *id_gnboverloadinformation;
+};
+#define STREAMING_PROTOBUFS__GNBSTATUS_INDICATION_IES__INIT \
+ { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__gnbstatus_indication_ies__descriptor) \
+    , NULL }
+
+
+/* StreamingProtobufs__GNBStatusIndication methods */
+void   streaming_protobufs__gnbstatus_indication__init
+                     (StreamingProtobufs__GNBStatusIndication         *message);
+size_t streaming_protobufs__gnbstatus_indication__get_packed_size
+                     (const StreamingProtobufs__GNBStatusIndication   *message);
+size_t streaming_protobufs__gnbstatus_indication__pack
+                     (const StreamingProtobufs__GNBStatusIndication   *message,
+                      uint8_t             *out);
+size_t streaming_protobufs__gnbstatus_indication__pack_to_buffer
+                     (const StreamingProtobufs__GNBStatusIndication   *message,
+                      ProtobufCBuffer     *buffer);
+StreamingProtobufs__GNBStatusIndication *
+       streaming_protobufs__gnbstatus_indication__unpack
+                     (ProtobufCAllocator  *allocator,
+                      size_t               len,
+                      const uint8_t       *data);
+void   streaming_protobufs__gnbstatus_indication__free_unpacked
+                     (StreamingProtobufs__GNBStatusIndication *message,
+                      ProtobufCAllocator *allocator);
+/* StreamingProtobufs__GNBStatusIndicationIEs methods */
+void   streaming_protobufs__gnbstatus_indication_ies__init
+                     (StreamingProtobufs__GNBStatusIndicationIEs         *message);
+size_t streaming_protobufs__gnbstatus_indication_ies__get_packed_size
+                     (const StreamingProtobufs__GNBStatusIndicationIEs   *message);
+size_t streaming_protobufs__gnbstatus_indication_ies__pack
+                     (const StreamingProtobufs__GNBStatusIndicationIEs   *message,
+                      uint8_t             *out);
+size_t streaming_protobufs__gnbstatus_indication_ies__pack_to_buffer
+                     (const StreamingProtobufs__GNBStatusIndicationIEs   *message,
+                      ProtobufCBuffer     *buffer);
+StreamingProtobufs__GNBStatusIndicationIEs *
+       streaming_protobufs__gnbstatus_indication_ies__unpack
+                     (ProtobufCAllocator  *allocator,
+                      size_t               len,
+                      const uint8_t       *data);
+void   streaming_protobufs__gnbstatus_indication_ies__free_unpacked
+                     (StreamingProtobufs__GNBStatusIndicationIEs *message,
+                      ProtobufCAllocator *allocator);
+/* --- per-message closures --- */
+
+typedef void (*StreamingProtobufs__GNBStatusIndication_Closure)
+                 (const StreamingProtobufs__GNBStatusIndication *message,
+                  void *closure_data);
+typedef void (*StreamingProtobufs__GNBStatusIndicationIEs_Closure)
+                 (const StreamingProtobufs__GNBStatusIndicationIEs *message,
+                  void *closure_data);
+
+/* --- services --- */
+
+
+/* --- descriptors --- */
+
+extern const ProtobufCMessageDescriptor streaming_protobufs__gnbstatus_indication__descriptor;
+extern const ProtobufCMessageDescriptor streaming_protobufs__gnbstatus_indication_ies__descriptor;
+
+PROTOBUF_C__END_DECLS
+
+
+#endif  /* PROTOBUF_C_gnb_5fstatus_5findication_2eproto__INCLUDED */