Initial commit of mc-core part of mc xApp codebase
[ric-app/mc.git] / mc-core / mc / data_gen / rrc_reconfiguration_complete_pb2.py
diff --git a/mc-core/mc/data_gen/rrc_reconfiguration_complete_pb2.py b/mc-core/mc/data_gen/rrc_reconfiguration_complete_pb2.py
new file mode 100644 (file)
index 0000000..e0c7b3a
--- /dev/null
@@ -0,0 +1,176 @@
+# -*- coding: utf-8 -*-
+# Generated by the protocol buffer compiler.  DO NOT EDIT!
+# source: rrc_reconfiguration_complete.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
+
+
+DESCRIPTOR = _descriptor.FileDescriptor(
+  name='rrc_reconfiguration_complete.proto',
+  package='uenibstreamprotobuf',
+  syntax='proto3',
+  serialized_options=_b('Z8gerrit.o-ran-sc.org/r/ric-plt/ue-nib/uenibstreamprotobuf'),
+  serialized_pb=_b('\n\"rrc_reconfiguration_complete.proto\x12\x13uenibstreamprotobuf\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x16rrc_common_types.proto\"\xb0\x01\n\x1aRRCReconfigurationComplete\x12!\n\x19rrc_TransactionIdentifier\x18\x01 \x01(\r\x12Y\n\x1arrcReconfigurationComplete\x18\x02 \x01(\x0b\x32\x33.uenibstreamprotobuf.RRCReconfigurationComplete_IEsH\x00\x42\x14\n\x12\x63riticalExtensions\"\xb9\x01\n\x1eRRCReconfigurationComplete_IEs\x12>\n\x18lateNonCriticalExtension\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12W\n\x14nonCriticalExtension\x18\x02 \x01(\x0b\x32\x39.uenibstreamprotobuf.RRCReconfigurationComplete_v1530_IEs\"y\n$RRCReconfigurationComplete_v1530_IEs\x12Q\n\x19uplinkTxDirectCurrentList\x18\x01 \x01(\x0b\x32..uenibstreamprotobuf.UplinkTxDirectCurrentListB:Z8gerrit.o-ran-sc.org/r/ric-plt/ue-nib/uenibstreamprotobufb\x06proto3')
+  ,
+  dependencies=[google_dot_protobuf_dot_wrappers__pb2.DESCRIPTOR,rrc__common__types__pb2.DESCRIPTOR,])
+
+
+
+
+_RRCRECONFIGURATIONCOMPLETE = _descriptor.Descriptor(
+  name='RRCReconfigurationComplete',
+  full_name='uenibstreamprotobuf.RRCReconfigurationComplete',
+  filename=None,
+  file=DESCRIPTOR,
+  containing_type=None,
+  fields=[
+    _descriptor.FieldDescriptor(
+      name='rrc_TransactionIdentifier', full_name='uenibstreamprotobuf.RRCReconfigurationComplete.rrc_TransactionIdentifier', index=0,
+      number=1, type=13, cpp_type=3, label=1,
+      has_default_value=False, default_value=0,
+      message_type=None, enum_type=None, containing_type=None,
+      is_extension=False, extension_scope=None,
+      serialized_options=None, file=DESCRIPTOR),
+    _descriptor.FieldDescriptor(
+      name='rrcReconfigurationComplete', full_name='uenibstreamprotobuf.RRCReconfigurationComplete.rrcReconfigurationComplete', 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=[
+    _descriptor.OneofDescriptor(
+      name='criticalExtensions', full_name='uenibstreamprotobuf.RRCReconfigurationComplete.criticalExtensions',
+      index=0, containing_type=None, fields=[]),
+  ],
+  serialized_start=116,
+  serialized_end=292,
+)
+
+
+_RRCRECONFIGURATIONCOMPLETE_IES = _descriptor.Descriptor(
+  name='RRCReconfigurationComplete_IEs',
+  full_name='uenibstreamprotobuf.RRCReconfigurationComplete_IEs',
+  filename=None,
+  file=DESCRIPTOR,
+  containing_type=None,
+  fields=[
+    _descriptor.FieldDescriptor(
+      name='lateNonCriticalExtension', full_name='uenibstreamprotobuf.RRCReconfigurationComplete_IEs.lateNonCriticalExtension', 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='nonCriticalExtension', full_name='uenibstreamprotobuf.RRCReconfigurationComplete_IEs.nonCriticalExtension', 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=295,
+  serialized_end=480,
+)
+
+
+_RRCRECONFIGURATIONCOMPLETE_V1530_IES = _descriptor.Descriptor(
+  name='RRCReconfigurationComplete_v1530_IEs',
+  full_name='uenibstreamprotobuf.RRCReconfigurationComplete_v1530_IEs',
+  filename=None,
+  file=DESCRIPTOR,
+  containing_type=None,
+  fields=[
+    _descriptor.FieldDescriptor(
+      name='uplinkTxDirectCurrentList', full_name='uenibstreamprotobuf.RRCReconfigurationComplete_v1530_IEs.uplinkTxDirectCurrentList', 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=[
+  ],
+  serialized_start=482,
+  serialized_end=603,
+)
+
+_RRCRECONFIGURATIONCOMPLETE.fields_by_name['rrcReconfigurationComplete'].message_type = _RRCRECONFIGURATIONCOMPLETE_IES
+_RRCRECONFIGURATIONCOMPLETE.oneofs_by_name['criticalExtensions'].fields.append(
+  _RRCRECONFIGURATIONCOMPLETE.fields_by_name['rrcReconfigurationComplete'])
+_RRCRECONFIGURATIONCOMPLETE.fields_by_name['rrcReconfigurationComplete'].containing_oneof = _RRCRECONFIGURATIONCOMPLETE.oneofs_by_name['criticalExtensions']
+_RRCRECONFIGURATIONCOMPLETE_IES.fields_by_name['lateNonCriticalExtension'].message_type = google_dot_protobuf_dot_wrappers__pb2._STRINGVALUE
+_RRCRECONFIGURATIONCOMPLETE_IES.fields_by_name['nonCriticalExtension'].message_type = _RRCRECONFIGURATIONCOMPLETE_V1530_IES
+_RRCRECONFIGURATIONCOMPLETE_V1530_IES.fields_by_name['uplinkTxDirectCurrentList'].message_type = rrc__common__types__pb2._UPLINKTXDIRECTCURRENTLIST
+DESCRIPTOR.message_types_by_name['RRCReconfigurationComplete'] = _RRCRECONFIGURATIONCOMPLETE
+DESCRIPTOR.message_types_by_name['RRCReconfigurationComplete_IEs'] = _RRCRECONFIGURATIONCOMPLETE_IES
+DESCRIPTOR.message_types_by_name['RRCReconfigurationComplete_v1530_IEs'] = _RRCRECONFIGURATIONCOMPLETE_V1530_IES
+_sym_db.RegisterFileDescriptor(DESCRIPTOR)
+
+RRCReconfigurationComplete = _reflection.GeneratedProtocolMessageType('RRCReconfigurationComplete', (_message.Message,), {
+  'DESCRIPTOR' : _RRCRECONFIGURATIONCOMPLETE,
+  '__module__' : 'rrc_reconfiguration_complete_pb2'
+  # @@protoc_insertion_point(class_scope:uenibstreamprotobuf.RRCReconfigurationComplete)
+  })
+_sym_db.RegisterMessage(RRCReconfigurationComplete)
+
+RRCReconfigurationComplete_IEs = _reflection.GeneratedProtocolMessageType('RRCReconfigurationComplete_IEs', (_message.Message,), {
+  'DESCRIPTOR' : _RRCRECONFIGURATIONCOMPLETE_IES,
+  '__module__' : 'rrc_reconfiguration_complete_pb2'
+  # @@protoc_insertion_point(class_scope:uenibstreamprotobuf.RRCReconfigurationComplete_IEs)
+  })
+_sym_db.RegisterMessage(RRCReconfigurationComplete_IEs)
+
+RRCReconfigurationComplete_v1530_IEs = _reflection.GeneratedProtocolMessageType('RRCReconfigurationComplete_v1530_IEs', (_message.Message,), {
+  'DESCRIPTOR' : _RRCRECONFIGURATIONCOMPLETE_V1530_IES,
+  '__module__' : 'rrc_reconfiguration_complete_pb2'
+  # @@protoc_insertion_point(class_scope:uenibstreamprotobuf.RRCReconfigurationComplete_v1530_IEs)
+  })
+_sym_db.RegisterMessage(RRCReconfigurationComplete_v1530_IEs)
+
+
+DESCRIPTOR._options = None
+# @@protoc_insertion_point(module_scope)