Support for additional NR metrics
[ric-app/mc.git] / mc-core / mc / local_datasource / sgnb_modification_refuse.pb-c.h
1 /* Generated by the protocol buffer compiler.  DO NOT EDIT! */
2 /* Generated from: sgnb_modification_refuse.proto */
3
4 #ifndef PROTOBUF_C_sgnb_5fmodification_5frefuse_2eproto__INCLUDED
5 #define PROTOBUF_C_sgnb_5fmodification_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 "x2ap_common_types.pb-c.h"
19 #include "error_cause.pb-c.h"
20 #include "rrc_cg_config_info.pb-c.h"
21
22 typedef struct _StreamingProtobufs__SgNBModificationRefuse StreamingProtobufs__SgNBModificationRefuse;
23 typedef struct _StreamingProtobufs__SgNBModificationRefuseIEs StreamingProtobufs__SgNBModificationRefuseIEs;
24
25
26 /* --- enums --- */
27
28
29 /* --- messages --- */
30
31 struct  _StreamingProtobufs__SgNBModificationRefuse
32 {
33   ProtobufCMessage base;
34   StreamingProtobufs__SgNBModificationRefuseIEs *protocolies;
35 };
36 #define STREAMING_PROTOBUFS__SG_NBMODIFICATION_REFUSE__INIT \
37  { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__sg_nbmodification_refuse__descriptor) \
38     , NULL }
39
40
41 struct  _StreamingProtobufs__SgNBModificationRefuseIEs
42 {
43   ProtobufCMessage base;
44   uint32_t id_menb_ue_x2ap_id;
45   uint32_t id_sgnb_ue_x2ap_id;
46   StreamingProtobufs__Cause *id_cause;
47   /*
48    *The content of id_MeNBtoSgNBContainer has been specified in 3GPP 38.331 to be CG-ConfigInfo.
49    */
50   StreamingProtobufs__CGConfigInfo *id_menbtosgnbcontainer;
51   StreamingProtobufs__CriticalityDiagnostics *id_criticalitydiagnostics;
52   Google__Protobuf__UInt32Value *id_menb_ue_x2ap_id_extension;
53 };
54 #define STREAMING_PROTOBUFS__SG_NBMODIFICATION_REFUSE__IES__INIT \
55  { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__sg_nbmodification_refuse__ies__descriptor) \
56     , 0, 0, NULL, NULL, NULL, NULL }
57
58
59 /* StreamingProtobufs__SgNBModificationRefuse methods */
60 void   streaming_protobufs__sg_nbmodification_refuse__init
61                      (StreamingProtobufs__SgNBModificationRefuse         *message);
62 size_t streaming_protobufs__sg_nbmodification_refuse__get_packed_size
63                      (const StreamingProtobufs__SgNBModificationRefuse   *message);
64 size_t streaming_protobufs__sg_nbmodification_refuse__pack
65                      (const StreamingProtobufs__SgNBModificationRefuse   *message,
66                       uint8_t             *out);
67 size_t streaming_protobufs__sg_nbmodification_refuse__pack_to_buffer
68                      (const StreamingProtobufs__SgNBModificationRefuse   *message,
69                       ProtobufCBuffer     *buffer);
70 StreamingProtobufs__SgNBModificationRefuse *
71        streaming_protobufs__sg_nbmodification_refuse__unpack
72                      (ProtobufCAllocator  *allocator,
73                       size_t               len,
74                       const uint8_t       *data);
75 void   streaming_protobufs__sg_nbmodification_refuse__free_unpacked
76                      (StreamingProtobufs__SgNBModificationRefuse *message,
77                       ProtobufCAllocator *allocator);
78 /* StreamingProtobufs__SgNBModificationRefuseIEs methods */
79 void   streaming_protobufs__sg_nbmodification_refuse__ies__init
80                      (StreamingProtobufs__SgNBModificationRefuseIEs         *message);
81 size_t streaming_protobufs__sg_nbmodification_refuse__ies__get_packed_size
82                      (const StreamingProtobufs__SgNBModificationRefuseIEs   *message);
83 size_t streaming_protobufs__sg_nbmodification_refuse__ies__pack
84                      (const StreamingProtobufs__SgNBModificationRefuseIEs   *message,
85                       uint8_t             *out);
86 size_t streaming_protobufs__sg_nbmodification_refuse__ies__pack_to_buffer
87                      (const StreamingProtobufs__SgNBModificationRefuseIEs   *message,
88                       ProtobufCBuffer     *buffer);
89 StreamingProtobufs__SgNBModificationRefuseIEs *
90        streaming_protobufs__sg_nbmodification_refuse__ies__unpack
91                      (ProtobufCAllocator  *allocator,
92                       size_t               len,
93                       const uint8_t       *data);
94 void   streaming_protobufs__sg_nbmodification_refuse__ies__free_unpacked
95                      (StreamingProtobufs__SgNBModificationRefuseIEs *message,
96                       ProtobufCAllocator *allocator);
97 /* --- per-message closures --- */
98
99 typedef void (*StreamingProtobufs__SgNBModificationRefuse_Closure)
100                  (const StreamingProtobufs__SgNBModificationRefuse *message,
101                   void *closure_data);
102 typedef void (*StreamingProtobufs__SgNBModificationRefuseIEs_Closure)
103                  (const StreamingProtobufs__SgNBModificationRefuseIEs *message,
104                   void *closure_data);
105
106 /* --- services --- */
107
108
109 /* --- descriptors --- */
110
111 extern const ProtobufCMessageDescriptor streaming_protobufs__sg_nbmodification_refuse__descriptor;
112 extern const ProtobufCMessageDescriptor streaming_protobufs__sg_nbmodification_refuse__ies__descriptor;
113
114 PROTOBUF_C__END_DECLS
115
116
117 #endif  /* PROTOBUF_C_sgnb_5fmodification_5frefuse_2eproto__INCLUDED */