# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: rrc_measurement_report.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) _sym_db = _symbol_database.Default() from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2 import rrc_common_types_pb2 as rrc__common__types__pb2 import common_types_pb2 as common__types__pb2 DESCRIPTOR = _descriptor.FileDescriptor( name='rrc_measurement_report.proto', package='streaming_protobufs', syntax='proto3', serialized_options=_b('Z1gerrit.o-ran-sc.org/r/ric-plt/streaming-protobufs'), serialized_pb=_b('\n\x1crrc_measurement_report.proto\x12\x13streaming_protobufs\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x16rrc_common_types.proto\x1a\x12\x63ommon_types.proto\"r\n\x11MeasurementReport\x12G\n\x11measurementReport\x18\x01 \x01(\x0b\x32*.streaming_protobufs.MeasurementReport_IEsH\x00\x42\x14\n\x12\x63riticalExtensions\"\x8d\x01\n\x15MeasurementReport_IEs\x12\x35\n\x0bmeasResults\x18\x01 \x01(\x0b\x32 .streaming_protobufs.MeasResults\x12=\n\x18lateNonCriticalExtension\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.BytesValueB3Z1gerrit.o-ran-sc.org/r/ric-plt/streaming-protobufsb\x06proto3') , dependencies=[google_dot_protobuf_dot_wrappers__pb2.DESCRIPTOR,rrc__common__types__pb2.DESCRIPTOR,common__types__pb2.DESCRIPTOR,]) _MEASUREMENTREPORT = _descriptor.Descriptor( name='MeasurementReport', full_name='streaming_protobufs.MeasurementReport', filename=None, file=DESCRIPTOR, containing_type=None, fields=[ _descriptor.FieldDescriptor( name='measurementReport', full_name='streaming_protobufs.MeasurementReport.measurementReport', index=0, number=1, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), ], extensions=[ ], nested_types=[], enum_types=[ ], serialized_options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ _descriptor.OneofDescriptor( name='criticalExtensions', full_name='streaming_protobufs.MeasurementReport.criticalExtensions', index=0, containing_type=None, fields=[]), ], serialized_start=129, serialized_end=243, ) _MEASUREMENTREPORT_IES = _descriptor.Descriptor( name='MeasurementReport_IEs', full_name='streaming_protobufs.MeasurementReport_IEs', filename=None, file=DESCRIPTOR, containing_type=None, fields=[ _descriptor.FieldDescriptor( name='measResults', full_name='streaming_protobufs.MeasurementReport_IEs.measResults', index=0, number=1, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), _descriptor.FieldDescriptor( name='lateNonCriticalExtension', full_name='streaming_protobufs.MeasurementReport_IEs.lateNonCriticalExtension', index=1, number=2, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), ], extensions=[ ], nested_types=[], enum_types=[ ], serialized_options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=246, serialized_end=387, ) _MEASUREMENTREPORT.fields_by_name['measurementReport'].message_type = _MEASUREMENTREPORT_IES _MEASUREMENTREPORT.oneofs_by_name['criticalExtensions'].fields.append( _MEASUREMENTREPORT.fields_by_name['measurementReport']) _MEASUREMENTREPORT.fields_by_name['measurementReport'].containing_oneof = _MEASUREMENTREPORT.oneofs_by_name['criticalExtensions'] _MEASUREMENTREPORT_IES.fields_by_name['measResults'].message_type = rrc__common__types__pb2._MEASRESULTS _MEASUREMENTREPORT_IES.fields_by_name['lateNonCriticalExtension'].message_type = google_dot_protobuf_dot_wrappers__pb2._BYTESVALUE DESCRIPTOR.message_types_by_name['MeasurementReport'] = _MEASUREMENTREPORT DESCRIPTOR.message_types_by_name['MeasurementReport_IEs'] = _MEASUREMENTREPORT_IES _sym_db.RegisterFileDescriptor(DESCRIPTOR) MeasurementReport = _reflection.GeneratedProtocolMessageType('MeasurementReport', (_message.Message,), { 'DESCRIPTOR' : _MEASUREMENTREPORT, '__module__' : 'rrc_measurement_report_pb2' # @@protoc_insertion_point(class_scope:streaming_protobufs.MeasurementReport) }) _sym_db.RegisterMessage(MeasurementReport) MeasurementReport_IEs = _reflection.GeneratedProtocolMessageType('MeasurementReport_IEs', (_message.Message,), { 'DESCRIPTOR' : _MEASUREMENTREPORT_IES, '__module__' : 'rrc_measurement_report_pb2' # @@protoc_insertion_point(class_scope:streaming_protobufs.MeasurementReport_IEs) }) _sym_db.RegisterMessage(MeasurementReport_IEs) DESCRIPTOR._options = None # @@protoc_insertion_point(module_scope)