34643b83d1204e6c136089b13b84af2b0400c503
[ric-app/mc.git] / mc-core / mc / local_datasource / sgnb_modification_request_reject.pb-c.h
1 /* Generated by the protocol buffer compiler.  DO NOT EDIT! */
2 /* Generated from: sgnb_modification_request_reject.proto */
3
4 #ifndef PROTOBUF_C_sgnb_5fmodification_5frequest_5freject_2eproto__INCLUDED
5 #define PROTOBUF_C_sgnb_5fmodification_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__SgNBModificationRequestReject StreamingProtobufs__SgNBModificationRequestReject;
22 typedef struct _StreamingProtobufs__SgNBModificationRequestRejectIEs StreamingProtobufs__SgNBModificationRequestRejectIEs;
23
24
25 /* --- enums --- */
26
27
28 /* --- messages --- */
29
30 struct  _StreamingProtobufs__SgNBModificationRequestReject
31 {
32   ProtobufCMessage base;
33   StreamingProtobufs__SgNBModificationRequestRejectIEs *protocolies;
34 };
35 #define STREAMING_PROTOBUFS__SG_NBMODIFICATION_REQUEST_REJECT__INIT \
36  { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__sg_nbmodification_request_reject__descriptor) \
37     , NULL }
38
39
40 struct  _StreamingProtobufs__SgNBModificationRequestRejectIEs
41 {
42   ProtobufCMessage base;
43   uint32_t id_menb_ue_x2ap_id;
44   uint32_t id_sgnb_ue_x2ap_id;
45   StreamingProtobufs__Cause *id_cause;
46   StreamingProtobufs__CriticalityDiagnostics *id_criticalitydiagnostics;
47   Google__Protobuf__UInt32Value *id_menb_ue_x2ap_id_extension;
48 };
49 #define STREAMING_PROTOBUFS__SG_NBMODIFICATION_REQUEST_REJECT__IES__INIT \
50  { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__sg_nbmodification_request_reject__ies__descriptor) \
51     , 0, 0, NULL, NULL, NULL }
52
53
54 /* StreamingProtobufs__SgNBModificationRequestReject methods */
55 void   streaming_protobufs__sg_nbmodification_request_reject__init
56                      (StreamingProtobufs__SgNBModificationRequestReject         *message);
57 size_t streaming_protobufs__sg_nbmodification_request_reject__get_packed_size
58                      (const StreamingProtobufs__SgNBModificationRequestReject   *message);
59 size_t streaming_protobufs__sg_nbmodification_request_reject__pack
60                      (const StreamingProtobufs__SgNBModificationRequestReject   *message,
61                       uint8_t             *out);
62 size_t streaming_protobufs__sg_nbmodification_request_reject__pack_to_buffer
63                      (const StreamingProtobufs__SgNBModificationRequestReject   *message,
64                       ProtobufCBuffer     *buffer);
65 StreamingProtobufs__SgNBModificationRequestReject *
66        streaming_protobufs__sg_nbmodification_request_reject__unpack
67                      (ProtobufCAllocator  *allocator,
68                       size_t               len,
69                       const uint8_t       *data);
70 void   streaming_protobufs__sg_nbmodification_request_reject__free_unpacked
71                      (StreamingProtobufs__SgNBModificationRequestReject *message,
72                       ProtobufCAllocator *allocator);
73 /* StreamingProtobufs__SgNBModificationRequestRejectIEs methods */
74 void   streaming_protobufs__sg_nbmodification_request_reject__ies__init
75                      (StreamingProtobufs__SgNBModificationRequestRejectIEs         *message);
76 size_t streaming_protobufs__sg_nbmodification_request_reject__ies__get_packed_size
77                      (const StreamingProtobufs__SgNBModificationRequestRejectIEs   *message);
78 size_t streaming_protobufs__sg_nbmodification_request_reject__ies__pack
79                      (const StreamingProtobufs__SgNBModificationRequestRejectIEs   *message,
80                       uint8_t             *out);
81 size_t streaming_protobufs__sg_nbmodification_request_reject__ies__pack_to_buffer
82                      (const StreamingProtobufs__SgNBModificationRequestRejectIEs   *message,
83                       ProtobufCBuffer     *buffer);
84 StreamingProtobufs__SgNBModificationRequestRejectIEs *
85        streaming_protobufs__sg_nbmodification_request_reject__ies__unpack
86                      (ProtobufCAllocator  *allocator,
87                       size_t               len,
88                       const uint8_t       *data);
89 void   streaming_protobufs__sg_nbmodification_request_reject__ies__free_unpacked
90                      (StreamingProtobufs__SgNBModificationRequestRejectIEs *message,
91                       ProtobufCAllocator *allocator);
92 /* --- per-message closures --- */
93
94 typedef void (*StreamingProtobufs__SgNBModificationRequestReject_Closure)
95                  (const StreamingProtobufs__SgNBModificationRequestReject *message,
96                   void *closure_data);
97 typedef void (*StreamingProtobufs__SgNBModificationRequestRejectIEs_Closure)
98                  (const StreamingProtobufs__SgNBModificationRequestRejectIEs *message,
99                   void *closure_data);
100
101 /* --- services --- */
102
103
104 /* --- descriptors --- */
105
106 extern const ProtobufCMessageDescriptor streaming_protobufs__sg_nbmodification_request_reject__descriptor;
107 extern const ProtobufCMessageDescriptor streaming_protobufs__sg_nbmodification_request_reject__ies__descriptor;
108
109 PROTOBUF_C__END_DECLS
110
111
112 #endif  /* PROTOBUF_C_sgnb_5fmodification_5frequest_5freject_2eproto__INCLUDED */