/* Generated by the protocol buffer compiler. DO NOT EDIT! */ /* Generated from: sgnb_reconfiguration_complete.proto */ #ifndef PROTOBUF_C_sgnb_5freconfiguration_5fcomplete_2eproto__INCLUDED #define PROTOBUF_C_sgnb_5freconfiguration_5fcomplete_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 "error_cause.pb-c.h" typedef struct _StreamingProtobufs__SgNBReconfigurationComplete StreamingProtobufs__SgNBReconfigurationComplete; typedef struct _StreamingProtobufs__ResponseInformationSgNBReconfComp StreamingProtobufs__ResponseInformationSgNBReconfComp; typedef struct _StreamingProtobufs__ResponseInformationSgNBReconfCompSuccessItem StreamingProtobufs__ResponseInformationSgNBReconfCompSuccessItem; typedef struct _StreamingProtobufs__ResponseInformationSgNBReconfCompSuccessItemExtIEs StreamingProtobufs__ResponseInformationSgNBReconfCompSuccessItemExtIEs; typedef struct _StreamingProtobufs__ResponseInformationSgNBReconfCompRejectByMeNBItem StreamingProtobufs__ResponseInformationSgNBReconfCompRejectByMeNBItem; typedef struct _StreamingProtobufs__ResponseInformationSgNBReconfCompRejectByMeNBItemExtIEs StreamingProtobufs__ResponseInformationSgNBReconfCompRejectByMeNBItemExtIEs; /* --- enums --- */ /* --- messages --- */ struct _StreamingProtobufs__SgNBReconfigurationComplete { ProtobufCMessage base; uint32_t id_menb_ue_x2ap_id; uint32_t id_sgnb_ue_x2ap_id; StreamingProtobufs__ResponseInformationSgNBReconfComp *id_responseinformationsgnbreconfcomp; Google__Protobuf__UInt32Value *id_menb_ue_x2ap_id_extension; }; #define STREAMING_PROTOBUFS__SG_NBRECONFIGURATION_COMPLETE__INIT \ { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__sg_nbreconfiguration_complete__descriptor) \ , 0, 0, NULL, NULL } typedef enum { STREAMING_PROTOBUFS__RESPONSE_INFORMATION_SG_NBRECONF_COMP__VALUE__NOT_SET = 0, STREAMING_PROTOBUFS__RESPONSE_INFORMATION_SG_NBRECONF_COMP__VALUE_SUCCESS__SG_NBRECONF_COMP = 1, STREAMING_PROTOBUFS__RESPONSE_INFORMATION_SG_NBRECONF_COMP__VALUE_REJECT_BY__ME_NB__SG_NBRECONF_COMP = 2 PROTOBUF_C__FORCE_ENUM_TO_BE_INT_SIZE(STREAMING_PROTOBUFS__RESPONSE_INFORMATION_SG_NBRECONF_COMP__VALUE) } StreamingProtobufs__ResponseInformationSgNBReconfComp__ValueCase; struct _StreamingProtobufs__ResponseInformationSgNBReconfComp { ProtobufCMessage base; StreamingProtobufs__ResponseInformationSgNBReconfComp__ValueCase value_case; union { StreamingProtobufs__ResponseInformationSgNBReconfCompSuccessItem *success_sgnbreconfcomp; StreamingProtobufs__ResponseInformationSgNBReconfCompRejectByMeNBItem *reject_by_menb_sgnbreconfcomp; }; }; #define STREAMING_PROTOBUFS__RESPONSE_INFORMATION_SG_NBRECONF_COMP__INIT \ { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__response_information_sg_nbreconf_comp__descriptor) \ , STREAMING_PROTOBUFS__RESPONSE_INFORMATION_SG_NBRECONF_COMP__VALUE__NOT_SET, {0} } struct _StreamingProtobufs__ResponseInformationSgNBReconfCompSuccessItem { ProtobufCMessage base; Google__Protobuf__BytesValue *menbtosgnbcontainer; size_t n_ie_extensions; StreamingProtobufs__ResponseInformationSgNBReconfCompSuccessItemExtIEs **ie_extensions; }; #define STREAMING_PROTOBUFS__RESPONSE_INFORMATION_SG_NBRECONF_COMP__SUCCESS_ITEM__INIT \ { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__response_information_sg_nbreconf_comp__success_item__descriptor) \ , NULL, 0,NULL } struct _StreamingProtobufs__ResponseInformationSgNBReconfCompSuccessItemExtIEs { ProtobufCMessage base; }; #define STREAMING_PROTOBUFS__RESPONSE_INFORMATION_SG_NBRECONF_COMP__SUCCESS_ITEM_EXT_IES__INIT \ { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__response_information_sg_nbreconf_comp__success_item_ext_ies__descriptor) \ } struct _StreamingProtobufs__ResponseInformationSgNBReconfCompRejectByMeNBItem { ProtobufCMessage base; StreamingProtobufs__Cause *cause; size_t n_ie_extensions; StreamingProtobufs__ResponseInformationSgNBReconfCompRejectByMeNBItemExtIEs **ie_extensions; }; #define STREAMING_PROTOBUFS__RESPONSE_INFORMATION_SG_NBRECONF_COMP__REJECT_BY_ME_NBITEM__INIT \ { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__response_information_sg_nbreconf_comp__reject_by_me_nbitem__descriptor) \ , NULL, 0,NULL } struct _StreamingProtobufs__ResponseInformationSgNBReconfCompRejectByMeNBItemExtIEs { ProtobufCMessage base; }; #define STREAMING_PROTOBUFS__RESPONSE_INFORMATION_SG_NBRECONF_COMP__REJECT_BY_ME_NBITEM_EXT_IES__INIT \ { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__response_information_sg_nbreconf_comp__reject_by_me_nbitem_ext_ies__descriptor) \ } /* StreamingProtobufs__SgNBReconfigurationComplete methods */ void streaming_protobufs__sg_nbreconfiguration_complete__init (StreamingProtobufs__SgNBReconfigurationComplete *message); size_t streaming_protobufs__sg_nbreconfiguration_complete__get_packed_size (const StreamingProtobufs__SgNBReconfigurationComplete *message); size_t streaming_protobufs__sg_nbreconfiguration_complete__pack (const StreamingProtobufs__SgNBReconfigurationComplete *message, uint8_t *out); size_t streaming_protobufs__sg_nbreconfiguration_complete__pack_to_buffer (const StreamingProtobufs__SgNBReconfigurationComplete *message, ProtobufCBuffer *buffer); StreamingProtobufs__SgNBReconfigurationComplete * streaming_protobufs__sg_nbreconfiguration_complete__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data); void streaming_protobufs__sg_nbreconfiguration_complete__free_unpacked (StreamingProtobufs__SgNBReconfigurationComplete *message, ProtobufCAllocator *allocator); /* StreamingProtobufs__ResponseInformationSgNBReconfComp methods */ void streaming_protobufs__response_information_sg_nbreconf_comp__init (StreamingProtobufs__ResponseInformationSgNBReconfComp *message); size_t streaming_protobufs__response_information_sg_nbreconf_comp__get_packed_size (const StreamingProtobufs__ResponseInformationSgNBReconfComp *message); size_t streaming_protobufs__response_information_sg_nbreconf_comp__pack (const StreamingProtobufs__ResponseInformationSgNBReconfComp *message, uint8_t *out); size_t streaming_protobufs__response_information_sg_nbreconf_comp__pack_to_buffer (const StreamingProtobufs__ResponseInformationSgNBReconfComp *message, ProtobufCBuffer *buffer); StreamingProtobufs__ResponseInformationSgNBReconfComp * streaming_protobufs__response_information_sg_nbreconf_comp__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data); void streaming_protobufs__response_information_sg_nbreconf_comp__free_unpacked (StreamingProtobufs__ResponseInformationSgNBReconfComp *message, ProtobufCAllocator *allocator); /* StreamingProtobufs__ResponseInformationSgNBReconfCompSuccessItem methods */ void streaming_protobufs__response_information_sg_nbreconf_comp__success_item__init (StreamingProtobufs__ResponseInformationSgNBReconfCompSuccessItem *message); size_t streaming_protobufs__response_information_sg_nbreconf_comp__success_item__get_packed_size (const StreamingProtobufs__ResponseInformationSgNBReconfCompSuccessItem *message); size_t streaming_protobufs__response_information_sg_nbreconf_comp__success_item__pack (const StreamingProtobufs__ResponseInformationSgNBReconfCompSuccessItem *message, uint8_t *out); size_t streaming_protobufs__response_information_sg_nbreconf_comp__success_item__pack_to_buffer (const StreamingProtobufs__ResponseInformationSgNBReconfCompSuccessItem *message, ProtobufCBuffer *buffer); StreamingProtobufs__ResponseInformationSgNBReconfCompSuccessItem * streaming_protobufs__response_information_sg_nbreconf_comp__success_item__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data); void streaming_protobufs__response_information_sg_nbreconf_comp__success_item__free_unpacked (StreamingProtobufs__ResponseInformationSgNBReconfCompSuccessItem *message, ProtobufCAllocator *allocator); /* StreamingProtobufs__ResponseInformationSgNBReconfCompSuccessItemExtIEs methods */ void streaming_protobufs__response_information_sg_nbreconf_comp__success_item_ext_ies__init (StreamingProtobufs__ResponseInformationSgNBReconfCompSuccessItemExtIEs *message); size_t streaming_protobufs__response_information_sg_nbreconf_comp__success_item_ext_ies__get_packed_size (const StreamingProtobufs__ResponseInformationSgNBReconfCompSuccessItemExtIEs *message); size_t streaming_protobufs__response_information_sg_nbreconf_comp__success_item_ext_ies__pack (const StreamingProtobufs__ResponseInformationSgNBReconfCompSuccessItemExtIEs *message, uint8_t *out); size_t streaming_protobufs__response_information_sg_nbreconf_comp__success_item_ext_ies__pack_to_buffer (const StreamingProtobufs__ResponseInformationSgNBReconfCompSuccessItemExtIEs *message, ProtobufCBuffer *buffer); StreamingProtobufs__ResponseInformationSgNBReconfCompSuccessItemExtIEs * streaming_protobufs__response_information_sg_nbreconf_comp__success_item_ext_ies__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data); void streaming_protobufs__response_information_sg_nbreconf_comp__success_item_ext_ies__free_unpacked (StreamingProtobufs__ResponseInformationSgNBReconfCompSuccessItemExtIEs *message, ProtobufCAllocator *allocator); /* StreamingProtobufs__ResponseInformationSgNBReconfCompRejectByMeNBItem methods */ void streaming_protobufs__response_information_sg_nbreconf_comp__reject_by_me_nbitem__init (StreamingProtobufs__ResponseInformationSgNBReconfCompRejectByMeNBItem *message); size_t streaming_protobufs__response_information_sg_nbreconf_comp__reject_by_me_nbitem__get_packed_size (const StreamingProtobufs__ResponseInformationSgNBReconfCompRejectByMeNBItem *message); size_t streaming_protobufs__response_information_sg_nbreconf_comp__reject_by_me_nbitem__pack (const StreamingProtobufs__ResponseInformationSgNBReconfCompRejectByMeNBItem *message, uint8_t *out); size_t streaming_protobufs__response_information_sg_nbreconf_comp__reject_by_me_nbitem__pack_to_buffer (const StreamingProtobufs__ResponseInformationSgNBReconfCompRejectByMeNBItem *message, ProtobufCBuffer *buffer); StreamingProtobufs__ResponseInformationSgNBReconfCompRejectByMeNBItem * streaming_protobufs__response_information_sg_nbreconf_comp__reject_by_me_nbitem__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data); void streaming_protobufs__response_information_sg_nbreconf_comp__reject_by_me_nbitem__free_unpacked (StreamingProtobufs__ResponseInformationSgNBReconfCompRejectByMeNBItem *message, ProtobufCAllocator *allocator); /* StreamingProtobufs__ResponseInformationSgNBReconfCompRejectByMeNBItemExtIEs methods */ void streaming_protobufs__response_information_sg_nbreconf_comp__reject_by_me_nbitem_ext_ies__init (StreamingProtobufs__ResponseInformationSgNBReconfCompRejectByMeNBItemExtIEs *message); size_t streaming_protobufs__response_information_sg_nbreconf_comp__reject_by_me_nbitem_ext_ies__get_packed_size (const StreamingProtobufs__ResponseInformationSgNBReconfCompRejectByMeNBItemExtIEs *message); size_t streaming_protobufs__response_information_sg_nbreconf_comp__reject_by_me_nbitem_ext_ies__pack (const StreamingProtobufs__ResponseInformationSgNBReconfCompRejectByMeNBItemExtIEs *message, uint8_t *out); size_t streaming_protobufs__response_information_sg_nbreconf_comp__reject_by_me_nbitem_ext_ies__pack_to_buffer (const StreamingProtobufs__ResponseInformationSgNBReconfCompRejectByMeNBItemExtIEs *message, ProtobufCBuffer *buffer); StreamingProtobufs__ResponseInformationSgNBReconfCompRejectByMeNBItemExtIEs * streaming_protobufs__response_information_sg_nbreconf_comp__reject_by_me_nbitem_ext_ies__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data); void streaming_protobufs__response_information_sg_nbreconf_comp__reject_by_me_nbitem_ext_ies__free_unpacked (StreamingProtobufs__ResponseInformationSgNBReconfCompRejectByMeNBItemExtIEs *message, ProtobufCAllocator *allocator); /* --- per-message closures --- */ typedef void (*StreamingProtobufs__SgNBReconfigurationComplete_Closure) (const StreamingProtobufs__SgNBReconfigurationComplete *message, void *closure_data); typedef void (*StreamingProtobufs__ResponseInformationSgNBReconfComp_Closure) (const StreamingProtobufs__ResponseInformationSgNBReconfComp *message, void *closure_data); typedef void (*StreamingProtobufs__ResponseInformationSgNBReconfCompSuccessItem_Closure) (const StreamingProtobufs__ResponseInformationSgNBReconfCompSuccessItem *message, void *closure_data); typedef void (*StreamingProtobufs__ResponseInformationSgNBReconfCompSuccessItemExtIEs_Closure) (const StreamingProtobufs__ResponseInformationSgNBReconfCompSuccessItemExtIEs *message, void *closure_data); typedef void (*StreamingProtobufs__ResponseInformationSgNBReconfCompRejectByMeNBItem_Closure) (const StreamingProtobufs__ResponseInformationSgNBReconfCompRejectByMeNBItem *message, void *closure_data); typedef void (*StreamingProtobufs__ResponseInformationSgNBReconfCompRejectByMeNBItemExtIEs_Closure) (const StreamingProtobufs__ResponseInformationSgNBReconfCompRejectByMeNBItemExtIEs *message, void *closure_data); /* --- services --- */ /* --- descriptors --- */ extern const ProtobufCMessageDescriptor streaming_protobufs__sg_nbreconfiguration_complete__descriptor; extern const ProtobufCMessageDescriptor streaming_protobufs__response_information_sg_nbreconf_comp__descriptor; extern const ProtobufCMessageDescriptor streaming_protobufs__response_information_sg_nbreconf_comp__success_item__descriptor; extern const ProtobufCMessageDescriptor streaming_protobufs__response_information_sg_nbreconf_comp__success_item_ext_ies__descriptor; extern const ProtobufCMessageDescriptor streaming_protobufs__response_information_sg_nbreconf_comp__reject_by_me_nbitem__descriptor; extern const ProtobufCMessageDescriptor streaming_protobufs__response_information_sg_nbreconf_comp__reject_by_me_nbitem_ext_ies__descriptor; PROTOBUF_C__END_DECLS #endif /* PROTOBUF_C_sgnb_5freconfiguration_5fcomplete_2eproto__INCLUDED */