Support for additional NR metrics
[ric-app/mc.git] / mc-core / mc / local_datasource / sgnb_addition_request_reject.pb-c.h
1 /* Generated by the protocol buffer compiler.  DO NOT EDIT! */
2 /* Generated from: sgnb_addition_request_reject.proto */
3
4 #ifndef PROTOBUF_C_sgnb_5faddition_5frequest_5freject_2eproto__INCLUDED
5 #define PROTOBUF_C_sgnb_5faddition_5frequest_5freject_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 "x2ap_common_types.pb-c.h"
19 #include "error_cause.pb-c.h"
20
21 typedef struct _StreamingProtobufs__SgNBAdditionRequestReject StreamingProtobufs__SgNBAdditionRequestReject;
22
23
24 /* --- enums --- */
25
26
27 /* --- messages --- */
28
29 struct  _StreamingProtobufs__SgNBAdditionRequestReject
30 {
31   ProtobufCMessage base;
32   uint32_t id_menb_ue_x2ap_id;
33   Google__Protobuf__UInt32Value *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_NBADDITION_REQUEST_REJECT__INIT \
39  { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__sg_nbaddition_request_reject__descriptor) \
40     , 0, NULL, NULL, NULL, NULL }
41
42
43 /* StreamingProtobufs__SgNBAdditionRequestReject methods */
44 void   streaming_protobufs__sg_nbaddition_request_reject__init
45                      (StreamingProtobufs__SgNBAdditionRequestReject         *message);
46 size_t streaming_protobufs__sg_nbaddition_request_reject__get_packed_size
47                      (const StreamingProtobufs__SgNBAdditionRequestReject   *message);
48 size_t streaming_protobufs__sg_nbaddition_request_reject__pack
49                      (const StreamingProtobufs__SgNBAdditionRequestReject   *message,
50                       uint8_t             *out);
51 size_t streaming_protobufs__sg_nbaddition_request_reject__pack_to_buffer
52                      (const StreamingProtobufs__SgNBAdditionRequestReject   *message,
53                       ProtobufCBuffer     *buffer);
54 StreamingProtobufs__SgNBAdditionRequestReject *
55        streaming_protobufs__sg_nbaddition_request_reject__unpack
56                      (ProtobufCAllocator  *allocator,
57                       size_t               len,
58                       const uint8_t       *data);
59 void   streaming_protobufs__sg_nbaddition_request_reject__free_unpacked
60                      (StreamingProtobufs__SgNBAdditionRequestReject *message,
61                       ProtobufCAllocator *allocator);
62 /* --- per-message closures --- */
63
64 typedef void (*StreamingProtobufs__SgNBAdditionRequestReject_Closure)
65                  (const StreamingProtobufs__SgNBAdditionRequestReject *message,
66                   void *closure_data);
67
68 /* --- services --- */
69
70
71 /* --- descriptors --- */
72
73 extern const ProtobufCMessageDescriptor streaming_protobufs__sg_nbaddition_request_reject__descriptor;
74
75 PROTOBUF_C__END_DECLS
76
77
78 #endif  /* PROTOBUF_C_sgnb_5faddition_5frequest_5freject_2eproto__INCLUDED */