c3847993691ae9e8077e78ebb05ad56bd3e28a30
[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 _Uenibstreamprotobuf__SgNBModificationRequestReject Uenibstreamprotobuf__SgNBModificationRequestReject;
22 typedef struct _Uenibstreamprotobuf__SgNBModificationRequestRejectIEs Uenibstreamprotobuf__SgNBModificationRequestRejectIEs;
23
24
25 /* --- enums --- */
26
27
28 /* --- messages --- */
29
30 struct  _Uenibstreamprotobuf__SgNBModificationRequestReject
31 {
32   ProtobufCMessage base;
33   Uenibstreamprotobuf__SgNBModificationRequestRejectIEs *protocolies;
34 };
35 #define UENIBSTREAMPROTOBUF__SG_NBMODIFICATION_REQUEST_REJECT__INIT \
36  { PROTOBUF_C_MESSAGE_INIT (&uenibstreamprotobuf__sg_nbmodification_request_reject__descriptor) \
37     , NULL }
38
39
40 struct  _Uenibstreamprotobuf__SgNBModificationRequestRejectIEs
41 {
42   ProtobufCMessage base;
43   uint32_t id_menb_ue_x2ap_id;
44   uint32_t id_sgnb_ue_x2ap_id;
45   Uenibstreamprotobuf__Cause *id_cause;
46   Uenibstreamprotobuf__CriticalityDiagnostics *id_criticalitydiagnostics;
47   Google__Protobuf__UInt32Value *id_menb_ue_x2ap_id_extension;
48 };
49 #define UENIBSTREAMPROTOBUF__SG_NBMODIFICATION_REQUEST_REJECT__IES__INIT \
50  { PROTOBUF_C_MESSAGE_INIT (&uenibstreamprotobuf__sg_nbmodification_request_reject__ies__descriptor) \
51     , 0, 0, NULL, NULL, NULL }
52
53
54 /* Uenibstreamprotobuf__SgNBModificationRequestReject methods */
55 void   uenibstreamprotobuf__sg_nbmodification_request_reject__init
56                      (Uenibstreamprotobuf__SgNBModificationRequestReject         *message);
57 size_t uenibstreamprotobuf__sg_nbmodification_request_reject__get_packed_size
58                      (const Uenibstreamprotobuf__SgNBModificationRequestReject   *message);
59 size_t uenibstreamprotobuf__sg_nbmodification_request_reject__pack
60                      (const Uenibstreamprotobuf__SgNBModificationRequestReject   *message,
61                       uint8_t             *out);
62 size_t uenibstreamprotobuf__sg_nbmodification_request_reject__pack_to_buffer
63                      (const Uenibstreamprotobuf__SgNBModificationRequestReject   *message,
64                       ProtobufCBuffer     *buffer);
65 Uenibstreamprotobuf__SgNBModificationRequestReject *
66        uenibstreamprotobuf__sg_nbmodification_request_reject__unpack
67                      (ProtobufCAllocator  *allocator,
68                       size_t               len,
69                       const uint8_t       *data);
70 void   uenibstreamprotobuf__sg_nbmodification_request_reject__free_unpacked
71                      (Uenibstreamprotobuf__SgNBModificationRequestReject *message,
72                       ProtobufCAllocator *allocator);
73 /* Uenibstreamprotobuf__SgNBModificationRequestRejectIEs methods */
74 void   uenibstreamprotobuf__sg_nbmodification_request_reject__ies__init
75                      (Uenibstreamprotobuf__SgNBModificationRequestRejectIEs         *message);
76 size_t uenibstreamprotobuf__sg_nbmodification_request_reject__ies__get_packed_size
77                      (const Uenibstreamprotobuf__SgNBModificationRequestRejectIEs   *message);
78 size_t uenibstreamprotobuf__sg_nbmodification_request_reject__ies__pack
79                      (const Uenibstreamprotobuf__SgNBModificationRequestRejectIEs   *message,
80                       uint8_t             *out);
81 size_t uenibstreamprotobuf__sg_nbmodification_request_reject__ies__pack_to_buffer
82                      (const Uenibstreamprotobuf__SgNBModificationRequestRejectIEs   *message,
83                       ProtobufCBuffer     *buffer);
84 Uenibstreamprotobuf__SgNBModificationRequestRejectIEs *
85        uenibstreamprotobuf__sg_nbmodification_request_reject__ies__unpack
86                      (ProtobufCAllocator  *allocator,
87                       size_t               len,
88                       const uint8_t       *data);
89 void   uenibstreamprotobuf__sg_nbmodification_request_reject__ies__free_unpacked
90                      (Uenibstreamprotobuf__SgNBModificationRequestRejectIEs *message,
91                       ProtobufCAllocator *allocator);
92 /* --- per-message closures --- */
93
94 typedef void (*Uenibstreamprotobuf__SgNBModificationRequestReject_Closure)
95                  (const Uenibstreamprotobuf__SgNBModificationRequestReject *message,
96                   void *closure_data);
97 typedef void (*Uenibstreamprotobuf__SgNBModificationRequestRejectIEs_Closure)
98                  (const Uenibstreamprotobuf__SgNBModificationRequestRejectIEs *message,
99                   void *closure_data);
100
101 /* --- services --- */
102
103
104 /* --- descriptors --- */
105
106 extern const ProtobufCMessageDescriptor uenibstreamprotobuf__sg_nbmodification_request_reject__descriptor;
107 extern const ProtobufCMessageDescriptor uenibstreamprotobuf__sg_nbmodification_request_reject__ies__descriptor;
108
109 PROTOBUF_C__END_DECLS
110
111
112 #endif  /* PROTOBUF_C_sgnb_5fmodification_5frequest_5freject_2eproto__INCLUDED */