/* Generated by the protocol buffer compiler. DO NOT EDIT! */ /* Generated from: sgnb_release_request.proto */ #ifndef PROTOBUF_C_sgnb_5frelease_5frequest_2eproto__INCLUDED #define PROTOBUF_C_sgnb_5frelease_5frequest_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 "rrc_cg_config_info.pb-c.h" #include "error_cause.pb-c.h" typedef struct _StreamingProtobufs__SgNBReleaseRequest StreamingProtobufs__SgNBReleaseRequest; typedef struct _StreamingProtobufs__SgNBReleaseRequestIEs StreamingProtobufs__SgNBReleaseRequestIEs; typedef struct _StreamingProtobufs__ERABsToBeReleasedSgNBRelReqList StreamingProtobufs__ERABsToBeReleasedSgNBRelReqList; typedef struct _StreamingProtobufs__UEContextKeptIndicator StreamingProtobufs__UEContextKeptIndicator; typedef struct _StreamingProtobufs__ERABsToBeReleasedSgNBRelReqItem StreamingProtobufs__ERABsToBeReleasedSgNBRelReqItem; typedef struct _StreamingProtobufs__ERABsToBeReleasedSgNBRelReqItemExtIEs StreamingProtobufs__ERABsToBeReleasedSgNBRelReqItemExtIEs; typedef struct _StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPpresent StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPpresent; typedef struct _StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPnotpresent StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPnotpresent; typedef struct _StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPnotpresentExtIEs StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPnotpresentExtIEs; /* --- enums --- */ typedef enum _StreamingProtobufs__UEContextKeptIndicator__Value { STREAMING_PROTOBUFS__UE__CONTEXT_KEPT_INDICATOR__VALUE__protobuf_unspecified = 0, STREAMING_PROTOBUFS__UE__CONTEXT_KEPT_INDICATOR__VALUE__true = 1 PROTOBUF_C__FORCE_ENUM_TO_BE_INT_SIZE(STREAMING_PROTOBUFS__UE__CONTEXT_KEPT_INDICATOR__VALUE) } StreamingProtobufs__UEContextKeptIndicator__Value; /* --- messages --- */ struct _StreamingProtobufs__SgNBReleaseRequest { ProtobufCMessage base; StreamingProtobufs__SgNBReleaseRequestIEs *protocolies; }; #define STREAMING_PROTOBUFS__SG_NBRELEASE_REQUEST__INIT \ { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__sg_nbrelease_request__descriptor) \ , NULL } struct _StreamingProtobufs__SgNBReleaseRequestIEs { ProtobufCMessage base; uint32_t id_menb_ue_x2ap_id; Google__Protobuf__UInt32Value *id_sgnb_ue_x2ap_id; StreamingProtobufs__Cause *id_cause; StreamingProtobufs__ERABsToBeReleasedSgNBRelReqList *id_e_rabs_tobereleased_sgnbrelreqlist; StreamingProtobufs__UEContextKeptIndicator *id_ue_contextkeptindicator; Google__Protobuf__UInt32Value *id_menb_ue_x2ap_id_extension; /* *The content of id_MeNBtoSgNBContainer has been specified in 3GPP 38.331 to be CG-ConfigInfo. */ StreamingProtobufs__CGConfigInfo *id_menbtosgnbcontainer; }; #define STREAMING_PROTOBUFS__SG_NBRELEASE_REQUEST__IES__INIT \ { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__sg_nbrelease_request__ies__descriptor) \ , 0, NULL, NULL, NULL, NULL, NULL, NULL } struct _StreamingProtobufs__ERABsToBeReleasedSgNBRelReqList { ProtobufCMessage base; size_t n_id_e_rabs_tobereleased_sgnbrelreq_item; StreamingProtobufs__ERABsToBeReleasedSgNBRelReqItem **id_e_rabs_tobereleased_sgnbrelreq_item; }; #define STREAMING_PROTOBUFS__E__RABS__TO_BE_RELEASED__SG_NBREL_REQ_LIST__INIT \ { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req_list__descriptor) \ , 0,NULL } struct _StreamingProtobufs__UEContextKeptIndicator { ProtobufCMessage base; StreamingProtobufs__UEContextKeptIndicator__Value value; }; #define STREAMING_PROTOBUFS__UE__CONTEXT_KEPT_INDICATOR__INIT \ { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__ue__context_kept_indicator__descriptor) \ , STREAMING_PROTOBUFS__UE__CONTEXT_KEPT_INDICATOR__VALUE__protobuf_unspecified } typedef enum { STREAMING_PROTOBUFS__E__RABS__TO_BE_RELEASED__SG_NBREL_REQ__ITEM__RESOURCE_CONFIGURATION__NOT_SET = 0, STREAMING_PROTOBUFS__E__RABS__TO_BE_RELEASED__SG_NBREL_REQ__ITEM__RESOURCE_CONFIGURATION_SG_NBPDCPPRESENT = 3, STREAMING_PROTOBUFS__E__RABS__TO_BE_RELEASED__SG_NBREL_REQ__ITEM__RESOURCE_CONFIGURATION_SG_NBPDCPNOTPRESENT = 4 PROTOBUF_C__FORCE_ENUM_TO_BE_INT_SIZE(STREAMING_PROTOBUFS__E__RABS__TO_BE_RELEASED__SG_NBREL_REQ__ITEM__RESOURCE_CONFIGURATION) } StreamingProtobufs__ERABsToBeReleasedSgNBRelReqItem__ResourceConfigurationCase; struct _StreamingProtobufs__ERABsToBeReleasedSgNBRelReqItem { ProtobufCMessage base; uint32_t e_rab_id; StreamingProtobufs__ENDCResourceConfiguration *en_dc_resourceconfiguration; size_t n_ie_extensions; StreamingProtobufs__ERABsToBeReleasedSgNBRelReqItemExtIEs **ie_extensions; StreamingProtobufs__ERABsToBeReleasedSgNBRelReqItem__ResourceConfigurationCase resource_configuration_case; union { StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPpresent *sgnbpdcppresent; StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPnotpresent *sgnbpdcpnotpresent; }; }; #define STREAMING_PROTOBUFS__E__RABS__TO_BE_RELEASED__SG_NBREL_REQ__ITEM__INIT \ { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__item__descriptor) \ , 0, NULL, 0,NULL, STREAMING_PROTOBUFS__E__RABS__TO_BE_RELEASED__SG_NBREL_REQ__ITEM__RESOURCE_CONFIGURATION__NOT_SET, {0} } struct _StreamingProtobufs__ERABsToBeReleasedSgNBRelReqItemExtIEs { ProtobufCMessage base; }; #define STREAMING_PROTOBUFS__E__RABS__TO_BE_RELEASED__SG_NBREL_REQ__ITEM_EXT_IES__INIT \ { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__item_ext_ies__descriptor) \ } struct _StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPpresent { ProtobufCMessage base; StreamingProtobufs__GTPtunnelEndpoint *ul_gtptunnelendpoint; StreamingProtobufs__GTPtunnelEndpoint *dl_gtptunnelendpoint; }; #define STREAMING_PROTOBUFS__E__RABS__TO_BE_RELEASED__SG_NBREL_REQ__SG_NBPDCPPRESENT__INIT \ { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__sg_nbpdcppresent__descriptor) \ , NULL, NULL } struct _StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPnotpresent { ProtobufCMessage base; size_t n_ie_extensions; StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPnotpresentExtIEs **ie_extensions; }; #define STREAMING_PROTOBUFS__E__RABS__TO_BE_RELEASED__SG_NBREL_REQ__SG_NBPDCPNOTPRESENT__INIT \ { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__sg_nbpdcpnotpresent__descriptor) \ , 0,NULL } struct _StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPnotpresentExtIEs { ProtobufCMessage base; }; #define STREAMING_PROTOBUFS__E__RABS__TO_BE_RELEASED__SG_NBREL_REQ__SG_NBPDCPNOTPRESENT_EXT_IES__INIT \ { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__sg_nbpdcpnotpresent_ext_ies__descriptor) \ } /* StreamingProtobufs__SgNBReleaseRequest methods */ void streaming_protobufs__sg_nbrelease_request__init (StreamingProtobufs__SgNBReleaseRequest *message); size_t streaming_protobufs__sg_nbrelease_request__get_packed_size (const StreamingProtobufs__SgNBReleaseRequest *message); size_t streaming_protobufs__sg_nbrelease_request__pack (const StreamingProtobufs__SgNBReleaseRequest *message, uint8_t *out); size_t streaming_protobufs__sg_nbrelease_request__pack_to_buffer (const StreamingProtobufs__SgNBReleaseRequest *message, ProtobufCBuffer *buffer); StreamingProtobufs__SgNBReleaseRequest * streaming_protobufs__sg_nbrelease_request__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data); void streaming_protobufs__sg_nbrelease_request__free_unpacked (StreamingProtobufs__SgNBReleaseRequest *message, ProtobufCAllocator *allocator); /* StreamingProtobufs__SgNBReleaseRequestIEs methods */ void streaming_protobufs__sg_nbrelease_request__ies__init (StreamingProtobufs__SgNBReleaseRequestIEs *message); size_t streaming_protobufs__sg_nbrelease_request__ies__get_packed_size (const StreamingProtobufs__SgNBReleaseRequestIEs *message); size_t streaming_protobufs__sg_nbrelease_request__ies__pack (const StreamingProtobufs__SgNBReleaseRequestIEs *message, uint8_t *out); size_t streaming_protobufs__sg_nbrelease_request__ies__pack_to_buffer (const StreamingProtobufs__SgNBReleaseRequestIEs *message, ProtobufCBuffer *buffer); StreamingProtobufs__SgNBReleaseRequestIEs * streaming_protobufs__sg_nbrelease_request__ies__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data); void streaming_protobufs__sg_nbrelease_request__ies__free_unpacked (StreamingProtobufs__SgNBReleaseRequestIEs *message, ProtobufCAllocator *allocator); /* StreamingProtobufs__ERABsToBeReleasedSgNBRelReqList methods */ void streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req_list__init (StreamingProtobufs__ERABsToBeReleasedSgNBRelReqList *message); size_t streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req_list__get_packed_size (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqList *message); size_t streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req_list__pack (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqList *message, uint8_t *out); size_t streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req_list__pack_to_buffer (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqList *message, ProtobufCBuffer *buffer); StreamingProtobufs__ERABsToBeReleasedSgNBRelReqList * streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req_list__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data); void streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req_list__free_unpacked (StreamingProtobufs__ERABsToBeReleasedSgNBRelReqList *message, ProtobufCAllocator *allocator); /* StreamingProtobufs__UEContextKeptIndicator methods */ void streaming_protobufs__ue__context_kept_indicator__init (StreamingProtobufs__UEContextKeptIndicator *message); size_t streaming_protobufs__ue__context_kept_indicator__get_packed_size (const StreamingProtobufs__UEContextKeptIndicator *message); size_t streaming_protobufs__ue__context_kept_indicator__pack (const StreamingProtobufs__UEContextKeptIndicator *message, uint8_t *out); size_t streaming_protobufs__ue__context_kept_indicator__pack_to_buffer (const StreamingProtobufs__UEContextKeptIndicator *message, ProtobufCBuffer *buffer); StreamingProtobufs__UEContextKeptIndicator * streaming_protobufs__ue__context_kept_indicator__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data); void streaming_protobufs__ue__context_kept_indicator__free_unpacked (StreamingProtobufs__UEContextKeptIndicator *message, ProtobufCAllocator *allocator); /* StreamingProtobufs__ERABsToBeReleasedSgNBRelReqItem methods */ void streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__item__init (StreamingProtobufs__ERABsToBeReleasedSgNBRelReqItem *message); size_t streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__item__get_packed_size (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqItem *message); size_t streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__item__pack (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqItem *message, uint8_t *out); size_t streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__item__pack_to_buffer (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqItem *message, ProtobufCBuffer *buffer); StreamingProtobufs__ERABsToBeReleasedSgNBRelReqItem * streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__item__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data); void streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__item__free_unpacked (StreamingProtobufs__ERABsToBeReleasedSgNBRelReqItem *message, ProtobufCAllocator *allocator); /* StreamingProtobufs__ERABsToBeReleasedSgNBRelReqItemExtIEs methods */ void streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__item_ext_ies__init (StreamingProtobufs__ERABsToBeReleasedSgNBRelReqItemExtIEs *message); size_t streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__item_ext_ies__get_packed_size (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqItemExtIEs *message); size_t streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__item_ext_ies__pack (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqItemExtIEs *message, uint8_t *out); size_t streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__item_ext_ies__pack_to_buffer (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqItemExtIEs *message, ProtobufCBuffer *buffer); StreamingProtobufs__ERABsToBeReleasedSgNBRelReqItemExtIEs * streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__item_ext_ies__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data); void streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__item_ext_ies__free_unpacked (StreamingProtobufs__ERABsToBeReleasedSgNBRelReqItemExtIEs *message, ProtobufCAllocator *allocator); /* StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPpresent methods */ void streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__sg_nbpdcppresent__init (StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPpresent *message); size_t streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__sg_nbpdcppresent__get_packed_size (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPpresent *message); size_t streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__sg_nbpdcppresent__pack (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPpresent *message, uint8_t *out); size_t streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__sg_nbpdcppresent__pack_to_buffer (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPpresent *message, ProtobufCBuffer *buffer); StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPpresent * streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__sg_nbpdcppresent__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data); void streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__sg_nbpdcppresent__free_unpacked (StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPpresent *message, ProtobufCAllocator *allocator); /* StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPnotpresent methods */ void streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__sg_nbpdcpnotpresent__init (StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPnotpresent *message); size_t streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__sg_nbpdcpnotpresent__get_packed_size (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPnotpresent *message); size_t streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__sg_nbpdcpnotpresent__pack (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPnotpresent *message, uint8_t *out); size_t streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__sg_nbpdcpnotpresent__pack_to_buffer (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPnotpresent *message, ProtobufCBuffer *buffer); StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPnotpresent * streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__sg_nbpdcpnotpresent__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data); void streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__sg_nbpdcpnotpresent__free_unpacked (StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPnotpresent *message, ProtobufCAllocator *allocator); /* StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPnotpresentExtIEs methods */ void streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__sg_nbpdcpnotpresent_ext_ies__init (StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPnotpresentExtIEs *message); size_t streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__sg_nbpdcpnotpresent_ext_ies__get_packed_size (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPnotpresentExtIEs *message); size_t streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__sg_nbpdcpnotpresent_ext_ies__pack (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPnotpresentExtIEs *message, uint8_t *out); size_t streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__sg_nbpdcpnotpresent_ext_ies__pack_to_buffer (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPnotpresentExtIEs *message, ProtobufCBuffer *buffer); StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPnotpresentExtIEs * streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__sg_nbpdcpnotpresent_ext_ies__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data); void streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__sg_nbpdcpnotpresent_ext_ies__free_unpacked (StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPnotpresentExtIEs *message, ProtobufCAllocator *allocator); /* --- per-message closures --- */ typedef void (*StreamingProtobufs__SgNBReleaseRequest_Closure) (const StreamingProtobufs__SgNBReleaseRequest *message, void *closure_data); typedef void (*StreamingProtobufs__SgNBReleaseRequestIEs_Closure) (const StreamingProtobufs__SgNBReleaseRequestIEs *message, void *closure_data); typedef void (*StreamingProtobufs__ERABsToBeReleasedSgNBRelReqList_Closure) (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqList *message, void *closure_data); typedef void (*StreamingProtobufs__UEContextKeptIndicator_Closure) (const StreamingProtobufs__UEContextKeptIndicator *message, void *closure_data); typedef void (*StreamingProtobufs__ERABsToBeReleasedSgNBRelReqItem_Closure) (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqItem *message, void *closure_data); typedef void (*StreamingProtobufs__ERABsToBeReleasedSgNBRelReqItemExtIEs_Closure) (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqItemExtIEs *message, void *closure_data); typedef void (*StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPpresent_Closure) (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPpresent *message, void *closure_data); typedef void (*StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPnotpresent_Closure) (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPnotpresent *message, void *closure_data); typedef void (*StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPnotpresentExtIEs_Closure) (const StreamingProtobufs__ERABsToBeReleasedSgNBRelReqSgNBPDCPnotpresentExtIEs *message, void *closure_data); /* --- services --- */ /* --- descriptors --- */ extern const ProtobufCMessageDescriptor streaming_protobufs__sg_nbrelease_request__descriptor; extern const ProtobufCMessageDescriptor streaming_protobufs__sg_nbrelease_request__ies__descriptor; extern const ProtobufCMessageDescriptor streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req_list__descriptor; extern const ProtobufCMessageDescriptor streaming_protobufs__ue__context_kept_indicator__descriptor; extern const ProtobufCEnumDescriptor streaming_protobufs__ue__context_kept_indicator__value__descriptor; extern const ProtobufCMessageDescriptor streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__item__descriptor; extern const ProtobufCMessageDescriptor streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__item_ext_ies__descriptor; extern const ProtobufCMessageDescriptor streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__sg_nbpdcppresent__descriptor; extern const ProtobufCMessageDescriptor streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__sg_nbpdcpnotpresent__descriptor; extern const ProtobufCMessageDescriptor streaming_protobufs__e__rabs__to_be_released__sg_nbrel_req__sg_nbpdcpnotpresent_ext_ies__descriptor; PROTOBUF_C__END_DECLS #endif /* PROTOBUF_C_sgnb_5frelease_5frequest_2eproto__INCLUDED */