Support for additional NR metrics
[ric-app/mc.git] / mc-core / mc / local_datasource / ue_context_release.pb-c.h
1 /* Generated by the protocol buffer compiler.  DO NOT EDIT! */
2 /* Generated from: ue_context_release.proto */
3
4 #ifndef PROTOBUF_C_ue_5fcontext_5frelease_2eproto__INCLUDED
5 #define PROTOBUF_C_ue_5fcontext_5frelease_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 "common_types.pb-c.h"
19
20 typedef struct _StreamingProtobufs__UEContextRelease StreamingProtobufs__UEContextRelease;
21
22
23 /* --- enums --- */
24
25
26 /* --- messages --- */
27
28 struct  _StreamingProtobufs__UEContextRelease
29 {
30   ProtobufCMessage base;
31   uint32_t id_old_enb_ue_x2ap_id;
32   uint32_t id_new_enb_ue_x2ap_id;
33   Google__Protobuf__UInt32Value *id_old_enb_ue_x2ap_id_extension;
34   Google__Protobuf__UInt32Value *id_new_enb_ue_x2ap_id_extension;
35   StreamingProtobufs__TrueOpt *id_sipto_bearerdeactivationindication;
36   Google__Protobuf__UInt32Value *id_sgnb_ue_x2ap_id;
37 };
38 #define STREAMING_PROTOBUFS__UECONTEXT_RELEASE__INIT \
39  { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__uecontext_release__descriptor) \
40     , 0, 0, NULL, NULL, NULL, NULL }
41
42
43 /* StreamingProtobufs__UEContextRelease methods */
44 void   streaming_protobufs__uecontext_release__init
45                      (StreamingProtobufs__UEContextRelease         *message);
46 size_t streaming_protobufs__uecontext_release__get_packed_size
47                      (const StreamingProtobufs__UEContextRelease   *message);
48 size_t streaming_protobufs__uecontext_release__pack
49                      (const StreamingProtobufs__UEContextRelease   *message,
50                       uint8_t             *out);
51 size_t streaming_protobufs__uecontext_release__pack_to_buffer
52                      (const StreamingProtobufs__UEContextRelease   *message,
53                       ProtobufCBuffer     *buffer);
54 StreamingProtobufs__UEContextRelease *
55        streaming_protobufs__uecontext_release__unpack
56                      (ProtobufCAllocator  *allocator,
57                       size_t               len,
58                       const uint8_t       *data);
59 void   streaming_protobufs__uecontext_release__free_unpacked
60                      (StreamingProtobufs__UEContextRelease *message,
61                       ProtobufCAllocator *allocator);
62 /* --- per-message closures --- */
63
64 typedef void (*StreamingProtobufs__UEContextRelease_Closure)
65                  (const StreamingProtobufs__UEContextRelease *message,
66                   void *closure_data);
67
68 /* --- services --- */
69
70
71 /* --- descriptors --- */
72
73 extern const ProtobufCMessageDescriptor streaming_protobufs__uecontext_release__descriptor;
74
75 PROTOBUF_C__END_DECLS
76
77
78 #endif  /* PROTOBUF_C_ue_5fcontext_5frelease_2eproto__INCLUDED */