Support for additional NR metrics
[ric-app/mc.git] / mc-core / mc / local_datasource / sgnb_change_refuse.pb-c.h
1 /* Generated by the protocol buffer compiler.  DO NOT EDIT! */
2 /* Generated from: sgnb_change_refuse.proto */
3
4 #ifndef PROTOBUF_C_sgnb_5fchange_5frefuse_2eproto__INCLUDED
5 #define PROTOBUF_C_sgnb_5fchange_5frefuse_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 #include "x2ap_common_types.pb-c.h"
20
21 typedef struct _StreamingProtobufs__SgNBChangeRefuse StreamingProtobufs__SgNBChangeRefuse;
22
23
24 /* --- enums --- */
25
26
27 /* --- messages --- */
28
29 struct  _StreamingProtobufs__SgNBChangeRefuse
30 {
31   ProtobufCMessage base;
32   uint32_t id_menb_ue_x2ap_id;
33   uint32_t id_sgnb_ue_x2ap_id;
34   StreamingProtobufs__Cause *id_cause;
35   StreamingProtobufs__CriticalityDiagnostics *id_criticalitydiagnostics;
36   Google__Protobuf__UInt32Value *id_menb_ue_x2ap_id_extension;
37 };
38 #define STREAMING_PROTOBUFS__SG_NBCHANGE_REFUSE__INIT \
39  { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__sg_nbchange_refuse__descriptor) \
40     , 0, 0, NULL, NULL, NULL }
41
42
43 /* StreamingProtobufs__SgNBChangeRefuse methods */
44 void   streaming_protobufs__sg_nbchange_refuse__init
45                      (StreamingProtobufs__SgNBChangeRefuse         *message);
46 size_t streaming_protobufs__sg_nbchange_refuse__get_packed_size
47                      (const StreamingProtobufs__SgNBChangeRefuse   *message);
48 size_t streaming_protobufs__sg_nbchange_refuse__pack
49                      (const StreamingProtobufs__SgNBChangeRefuse   *message,
50                       uint8_t             *out);
51 size_t streaming_protobufs__sg_nbchange_refuse__pack_to_buffer
52                      (const StreamingProtobufs__SgNBChangeRefuse   *message,
53                       ProtobufCBuffer     *buffer);
54 StreamingProtobufs__SgNBChangeRefuse *
55        streaming_protobufs__sg_nbchange_refuse__unpack
56                      (ProtobufCAllocator  *allocator,
57                       size_t               len,
58                       const uint8_t       *data);
59 void   streaming_protobufs__sg_nbchange_refuse__free_unpacked
60                      (StreamingProtobufs__SgNBChangeRefuse *message,
61                       ProtobufCAllocator *allocator);
62 /* --- per-message closures --- */
63
64 typedef void (*StreamingProtobufs__SgNBChangeRefuse_Closure)
65                  (const StreamingProtobufs__SgNBChangeRefuse *message,
66                   void *closure_data);
67
68 /* --- services --- */
69
70
71 /* --- descriptors --- */
72
73 extern const ProtobufCMessageDescriptor streaming_protobufs__sg_nbchange_refuse__descriptor;
74
75 PROTOBUF_C__END_DECLS
76
77
78 #endif  /* PROTOBUF_C_sgnb_5fchange_5frefuse_2eproto__INCLUDED */