/* Generated by the protocol buffer compiler. DO NOT EDIT! */ /* Generated from: rrc_reconfiguration.proto */ #ifndef PROTOBUF_C_rrc_5freconfiguration_2eproto__INCLUDED #define PROTOBUF_C_rrc_5freconfiguration_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 "common_types.pb-c.h" #include "rrc_common_types.pb-c.h" #include "rrc_sib.pb-c.h" #include "rrc_system_information.pb-c.h" typedef struct _StreamingProtobufs__RRCReconfiguration StreamingProtobufs__RRCReconfiguration; typedef struct _StreamingProtobufs__RRCReconfigurationIEs StreamingProtobufs__RRCReconfigurationIEs; typedef struct _StreamingProtobufs__RRCReconfigurationV1530IEs StreamingProtobufs__RRCReconfigurationV1530IEs; typedef struct _StreamingProtobufs__MasterKeyUpdate StreamingProtobufs__MasterKeyUpdate; typedef struct _StreamingProtobufs__RRCReconfigurationV1540IEs StreamingProtobufs__RRCReconfigurationV1540IEs; /* --- enums --- */ /* --- messages --- */ typedef enum { STREAMING_PROTOBUFS__RRCRECONFIGURATION__CRITICAL_EXTENSIONS__NOT_SET = 0, STREAMING_PROTOBUFS__RRCRECONFIGURATION__CRITICAL_EXTENSIONS_RRC_RECONFIGURATION = 2 PROTOBUF_C__FORCE_ENUM_TO_BE_INT_SIZE(STREAMING_PROTOBUFS__RRCRECONFIGURATION__CRITICAL_EXTENSIONS) } StreamingProtobufs__RRCReconfiguration__CriticalExtensionsCase; struct _StreamingProtobufs__RRCReconfiguration { ProtobufCMessage base; uint32_t rrc_transactionidentifier; StreamingProtobufs__RRCReconfiguration__CriticalExtensionsCase critical_extensions_case; union { StreamingProtobufs__RRCReconfigurationIEs *rrcreconfiguration; }; }; #define STREAMING_PROTOBUFS__RRCRECONFIGURATION__INIT \ { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__rrcreconfiguration__descriptor) \ , 0, STREAMING_PROTOBUFS__RRCRECONFIGURATION__CRITICAL_EXTENSIONS__NOT_SET, {0} } struct _StreamingProtobufs__RRCReconfigurationIEs { ProtobufCMessage base; StreamingProtobufs__RadioBearerConfig *radiobearerconfig; StreamingProtobufs__CellGroupConfig *secondarycellgroup; StreamingProtobufs__MeasConfig *measconfig; Google__Protobuf__BytesValue *latenoncriticalextension; StreamingProtobufs__RRCReconfigurationV1530IEs *noncriticalextension; }; #define STREAMING_PROTOBUFS__RRCRECONFIGURATION__IES__INIT \ { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__rrcreconfiguration__ies__descriptor) \ , NULL, NULL, NULL, NULL, NULL } struct _StreamingProtobufs__RRCReconfigurationV1530IEs { ProtobufCMessage base; StreamingProtobufs__CellGroupConfig *mastercellgroup; StreamingProtobufs__TrueOpt *fullconfig; size_t n_dedicatednas_messagelist; ProtobufCBinaryData *dedicatednas_messagelist; StreamingProtobufs__MasterKeyUpdate *masterkeyupdate; StreamingProtobufs__SIB1 *dedicatedsib1_delivery; StreamingProtobufs__SystemInformation *dedicatedsysteminformationdelivery; StreamingProtobufs__OtherConfig *otherconfig; StreamingProtobufs__RRCReconfigurationV1540IEs *noncriticalextension; }; #define STREAMING_PROTOBUFS__RRCRECONFIGURATION_V1530__IES__INIT \ { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__rrcreconfiguration_v1530__ies__descriptor) \ , NULL, NULL, 0,NULL, NULL, NULL, NULL, NULL, NULL } struct _StreamingProtobufs__MasterKeyUpdate { ProtobufCMessage base; protobuf_c_boolean keysetchangeindicator; uint32_t nexthopchainingcount; Google__Protobuf__BytesValue *nas_container; }; #define STREAMING_PROTOBUFS__MASTER_KEY_UPDATE__INIT \ { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__master_key_update__descriptor) \ , 0, 0, NULL } struct _StreamingProtobufs__RRCReconfigurationV1540IEs { ProtobufCMessage base; StreamingProtobufs__OtherConfigV1540 *otherconfig_v1540; }; #define STREAMING_PROTOBUFS__RRCRECONFIGURATION_V1540__IES__INIT \ { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__rrcreconfiguration_v1540__ies__descriptor) \ , NULL } /* StreamingProtobufs__RRCReconfiguration methods */ void streaming_protobufs__rrcreconfiguration__init (StreamingProtobufs__RRCReconfiguration *message); size_t streaming_protobufs__rrcreconfiguration__get_packed_size (const StreamingProtobufs__RRCReconfiguration *message); size_t streaming_protobufs__rrcreconfiguration__pack (const StreamingProtobufs__RRCReconfiguration *message, uint8_t *out); size_t streaming_protobufs__rrcreconfiguration__pack_to_buffer (const StreamingProtobufs__RRCReconfiguration *message, ProtobufCBuffer *buffer); StreamingProtobufs__RRCReconfiguration * streaming_protobufs__rrcreconfiguration__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data); void streaming_protobufs__rrcreconfiguration__free_unpacked (StreamingProtobufs__RRCReconfiguration *message, ProtobufCAllocator *allocator); /* StreamingProtobufs__RRCReconfigurationIEs methods */ void streaming_protobufs__rrcreconfiguration__ies__init (StreamingProtobufs__RRCReconfigurationIEs *message); size_t streaming_protobufs__rrcreconfiguration__ies__get_packed_size (const StreamingProtobufs__RRCReconfigurationIEs *message); size_t streaming_protobufs__rrcreconfiguration__ies__pack (const StreamingProtobufs__RRCReconfigurationIEs *message, uint8_t *out); size_t streaming_protobufs__rrcreconfiguration__ies__pack_to_buffer (const StreamingProtobufs__RRCReconfigurationIEs *message, ProtobufCBuffer *buffer); StreamingProtobufs__RRCReconfigurationIEs * streaming_protobufs__rrcreconfiguration__ies__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data); void streaming_protobufs__rrcreconfiguration__ies__free_unpacked (StreamingProtobufs__RRCReconfigurationIEs *message, ProtobufCAllocator *allocator); /* StreamingProtobufs__RRCReconfigurationV1530IEs methods */ void streaming_protobufs__rrcreconfiguration_v1530__ies__init (StreamingProtobufs__RRCReconfigurationV1530IEs *message); size_t streaming_protobufs__rrcreconfiguration_v1530__ies__get_packed_size (const StreamingProtobufs__RRCReconfigurationV1530IEs *message); size_t streaming_protobufs__rrcreconfiguration_v1530__ies__pack (const StreamingProtobufs__RRCReconfigurationV1530IEs *message, uint8_t *out); size_t streaming_protobufs__rrcreconfiguration_v1530__ies__pack_to_buffer (const StreamingProtobufs__RRCReconfigurationV1530IEs *message, ProtobufCBuffer *buffer); StreamingProtobufs__RRCReconfigurationV1530IEs * streaming_protobufs__rrcreconfiguration_v1530__ies__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data); void streaming_protobufs__rrcreconfiguration_v1530__ies__free_unpacked (StreamingProtobufs__RRCReconfigurationV1530IEs *message, ProtobufCAllocator *allocator); /* StreamingProtobufs__MasterKeyUpdate methods */ void streaming_protobufs__master_key_update__init (StreamingProtobufs__MasterKeyUpdate *message); size_t streaming_protobufs__master_key_update__get_packed_size (const StreamingProtobufs__MasterKeyUpdate *message); size_t streaming_protobufs__master_key_update__pack (const StreamingProtobufs__MasterKeyUpdate *message, uint8_t *out); size_t streaming_protobufs__master_key_update__pack_to_buffer (const StreamingProtobufs__MasterKeyUpdate *message, ProtobufCBuffer *buffer); StreamingProtobufs__MasterKeyUpdate * streaming_protobufs__master_key_update__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data); void streaming_protobufs__master_key_update__free_unpacked (StreamingProtobufs__MasterKeyUpdate *message, ProtobufCAllocator *allocator); /* StreamingProtobufs__RRCReconfigurationV1540IEs methods */ void streaming_protobufs__rrcreconfiguration_v1540__ies__init (StreamingProtobufs__RRCReconfigurationV1540IEs *message); size_t streaming_protobufs__rrcreconfiguration_v1540__ies__get_packed_size (const StreamingProtobufs__RRCReconfigurationV1540IEs *message); size_t streaming_protobufs__rrcreconfiguration_v1540__ies__pack (const StreamingProtobufs__RRCReconfigurationV1540IEs *message, uint8_t *out); size_t streaming_protobufs__rrcreconfiguration_v1540__ies__pack_to_buffer (const StreamingProtobufs__RRCReconfigurationV1540IEs *message, ProtobufCBuffer *buffer); StreamingProtobufs__RRCReconfigurationV1540IEs * streaming_protobufs__rrcreconfiguration_v1540__ies__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data); void streaming_protobufs__rrcreconfiguration_v1540__ies__free_unpacked (StreamingProtobufs__RRCReconfigurationV1540IEs *message, ProtobufCAllocator *allocator); /* --- per-message closures --- */ typedef void (*StreamingProtobufs__RRCReconfiguration_Closure) (const StreamingProtobufs__RRCReconfiguration *message, void *closure_data); typedef void (*StreamingProtobufs__RRCReconfigurationIEs_Closure) (const StreamingProtobufs__RRCReconfigurationIEs *message, void *closure_data); typedef void (*StreamingProtobufs__RRCReconfigurationV1530IEs_Closure) (const StreamingProtobufs__RRCReconfigurationV1530IEs *message, void *closure_data); typedef void (*StreamingProtobufs__MasterKeyUpdate_Closure) (const StreamingProtobufs__MasterKeyUpdate *message, void *closure_data); typedef void (*StreamingProtobufs__RRCReconfigurationV1540IEs_Closure) (const StreamingProtobufs__RRCReconfigurationV1540IEs *message, void *closure_data); /* --- services --- */ /* --- descriptors --- */ extern const ProtobufCMessageDescriptor streaming_protobufs__rrcreconfiguration__descriptor; extern const ProtobufCMessageDescriptor streaming_protobufs__rrcreconfiguration__ies__descriptor; extern const ProtobufCMessageDescriptor streaming_protobufs__rrcreconfiguration_v1530__ies__descriptor; extern const ProtobufCMessageDescriptor streaming_protobufs__master_key_update__descriptor; extern const ProtobufCMessageDescriptor streaming_protobufs__rrcreconfiguration_v1540__ies__descriptor; PROTOBUF_C__END_DECLS #endif /* PROTOBUF_C_rrc_5freconfiguration_2eproto__INCLUDED */