X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=mc-core%2Fmc%2Flocal_datasource%2Fsgnb_modification_request_reject.pb-c.h;fp=mc-core%2Fmc%2Flocal_datasource%2Fsgnb_modification_request_reject.pb-c.h;h=c3847993691ae9e8077e78ebb05ad56bd3e28a30;hb=31d238a2cba18b87e05a7d9b4820db2c5186c658;hp=0000000000000000000000000000000000000000;hpb=fe2bd3618e4748333078f91c26a8a3f5dcf184c4;p=ric-app%2Fmc.git diff --git a/mc-core/mc/local_datasource/sgnb_modification_request_reject.pb-c.h b/mc-core/mc/local_datasource/sgnb_modification_request_reject.pb-c.h new file mode 100644 index 0000000..c384799 --- /dev/null +++ b/mc-core/mc/local_datasource/sgnb_modification_request_reject.pb-c.h @@ -0,0 +1,112 @@ +/* Generated by the protocol buffer compiler. DO NOT EDIT! */ +/* Generated from: sgnb_modification_request_reject.proto */ + +#ifndef PROTOBUF_C_sgnb_5fmodification_5frequest_5freject_2eproto__INCLUDED +#define PROTOBUF_C_sgnb_5fmodification_5frequest_5freject_2eproto__INCLUDED + +#include + +PROTOBUF_C__BEGIN_DECLS + +#if PROTOBUF_C_VERSION_NUMBER < 1003000 +# error This file was generated by a newer version of protoc-c which is incompatible with your libprotobuf-c headers. Please update your headers. +#elif 1003002 < PROTOBUF_C_MIN_COMPILER_VERSION +# 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. +#endif + +#include "google/protobuf/wrappers.pb-c.h" +#include "x2ap_common_types.pb-c.h" +#include "error_cause.pb-c.h" + +typedef struct _Uenibstreamprotobuf__SgNBModificationRequestReject Uenibstreamprotobuf__SgNBModificationRequestReject; +typedef struct _Uenibstreamprotobuf__SgNBModificationRequestRejectIEs Uenibstreamprotobuf__SgNBModificationRequestRejectIEs; + + +/* --- enums --- */ + + +/* --- messages --- */ + +struct _Uenibstreamprotobuf__SgNBModificationRequestReject +{ + ProtobufCMessage base; + Uenibstreamprotobuf__SgNBModificationRequestRejectIEs *protocolies; +}; +#define UENIBSTREAMPROTOBUF__SG_NBMODIFICATION_REQUEST_REJECT__INIT \ + { PROTOBUF_C_MESSAGE_INIT (&uenibstreamprotobuf__sg_nbmodification_request_reject__descriptor) \ + , NULL } + + +struct _Uenibstreamprotobuf__SgNBModificationRequestRejectIEs +{ + ProtobufCMessage base; + uint32_t id_menb_ue_x2ap_id; + uint32_t id_sgnb_ue_x2ap_id; + Uenibstreamprotobuf__Cause *id_cause; + Uenibstreamprotobuf__CriticalityDiagnostics *id_criticalitydiagnostics; + Google__Protobuf__UInt32Value *id_menb_ue_x2ap_id_extension; +}; +#define UENIBSTREAMPROTOBUF__SG_NBMODIFICATION_REQUEST_REJECT__IES__INIT \ + { PROTOBUF_C_MESSAGE_INIT (&uenibstreamprotobuf__sg_nbmodification_request_reject__ies__descriptor) \ + , 0, 0, NULL, NULL, NULL } + + +/* Uenibstreamprotobuf__SgNBModificationRequestReject methods */ +void uenibstreamprotobuf__sg_nbmodification_request_reject__init + (Uenibstreamprotobuf__SgNBModificationRequestReject *message); +size_t uenibstreamprotobuf__sg_nbmodification_request_reject__get_packed_size + (const Uenibstreamprotobuf__SgNBModificationRequestReject *message); +size_t uenibstreamprotobuf__sg_nbmodification_request_reject__pack + (const Uenibstreamprotobuf__SgNBModificationRequestReject *message, + uint8_t *out); +size_t uenibstreamprotobuf__sg_nbmodification_request_reject__pack_to_buffer + (const Uenibstreamprotobuf__SgNBModificationRequestReject *message, + ProtobufCBuffer *buffer); +Uenibstreamprotobuf__SgNBModificationRequestReject * + uenibstreamprotobuf__sg_nbmodification_request_reject__unpack + (ProtobufCAllocator *allocator, + size_t len, + const uint8_t *data); +void uenibstreamprotobuf__sg_nbmodification_request_reject__free_unpacked + (Uenibstreamprotobuf__SgNBModificationRequestReject *message, + ProtobufCAllocator *allocator); +/* Uenibstreamprotobuf__SgNBModificationRequestRejectIEs methods */ +void uenibstreamprotobuf__sg_nbmodification_request_reject__ies__init + (Uenibstreamprotobuf__SgNBModificationRequestRejectIEs *message); +size_t uenibstreamprotobuf__sg_nbmodification_request_reject__ies__get_packed_size + (const Uenibstreamprotobuf__SgNBModificationRequestRejectIEs *message); +size_t uenibstreamprotobuf__sg_nbmodification_request_reject__ies__pack + (const Uenibstreamprotobuf__SgNBModificationRequestRejectIEs *message, + uint8_t *out); +size_t uenibstreamprotobuf__sg_nbmodification_request_reject__ies__pack_to_buffer + (const Uenibstreamprotobuf__SgNBModificationRequestRejectIEs *message, + ProtobufCBuffer *buffer); +Uenibstreamprotobuf__SgNBModificationRequestRejectIEs * + uenibstreamprotobuf__sg_nbmodification_request_reject__ies__unpack + (ProtobufCAllocator *allocator, + size_t len, + const uint8_t *data); +void uenibstreamprotobuf__sg_nbmodification_request_reject__ies__free_unpacked + (Uenibstreamprotobuf__SgNBModificationRequestRejectIEs *message, + ProtobufCAllocator *allocator); +/* --- per-message closures --- */ + +typedef void (*Uenibstreamprotobuf__SgNBModificationRequestReject_Closure) + (const Uenibstreamprotobuf__SgNBModificationRequestReject *message, + void *closure_data); +typedef void (*Uenibstreamprotobuf__SgNBModificationRequestRejectIEs_Closure) + (const Uenibstreamprotobuf__SgNBModificationRequestRejectIEs *message, + void *closure_data); + +/* --- services --- */ + + +/* --- descriptors --- */ + +extern const ProtobufCMessageDescriptor uenibstreamprotobuf__sg_nbmodification_request_reject__descriptor; +extern const ProtobufCMessageDescriptor uenibstreamprotobuf__sg_nbmodification_request_reject__ies__descriptor; + +PROTOBUF_C__END_DECLS + + +#endif /* PROTOBUF_C_sgnb_5fmodification_5frequest_5freject_2eproto__INCLUDED */