Support for additional NR metrics
[ric-app/mc.git] / mc-core / mc / data_gen / gnb_status_indication_pb2.py
diff --git a/mc-core/mc/data_gen/gnb_status_indication_pb2.py b/mc-core/mc/data_gen/gnb_status_indication_pb2.py
new file mode 100644 (file)
index 0000000..79346eb
--- /dev/null
@@ -0,0 +1,114 @@
+# -*- coding: utf-8 -*-
+# Generated by the protocol buffer compiler.  DO NOT EDIT!
+# source: gnb_status_indication.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()
+
+
+import x2ap_common_types_pb2 as x2ap__common__types__pb2
+
+
+DESCRIPTOR = _descriptor.FileDescriptor(
+  name='gnb_status_indication.proto',
+  package='streaming_protobufs',
+  syntax='proto3',
+  serialized_options=_b('Z1gerrit.o-ran-sc.org/r/ric-plt/streaming-protobufs'),
+  serialized_pb=_b('\n\x1bgnb_status_indication.proto\x12\x13streaming_protobufs\x1a\x17x2ap_common_types.proto\"W\n\x13GNBStatusIndication\x12@\n\x0bprotocolIEs\x18\x01 \x01(\x0b\x32+.streaming_protobufs.GNBStatusIndicationIEs\"h\n\x16GNBStatusIndicationIEs\x12N\n\x19id_GNBOverloadInformation\x18\x01 \x01(\x0b\x32+.streaming_protobufs.GNBOverloadInformationB3Z1gerrit.o-ran-sc.org/r/ric-plt/streaming-protobufsb\x06proto3')
+  ,
+  dependencies=[x2ap__common__types__pb2.DESCRIPTOR,])
+
+
+
+
+_GNBSTATUSINDICATION = _descriptor.Descriptor(
+  name='GNBStatusIndication',
+  full_name='streaming_protobufs.GNBStatusIndication',
+  filename=None,
+  file=DESCRIPTOR,
+  containing_type=None,
+  fields=[
+    _descriptor.FieldDescriptor(
+      name='protocolIEs', full_name='streaming_protobufs.GNBStatusIndication.protocolIEs', 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=77,
+  serialized_end=164,
+)
+
+
+_GNBSTATUSINDICATIONIES = _descriptor.Descriptor(
+  name='GNBStatusIndicationIEs',
+  full_name='streaming_protobufs.GNBStatusIndicationIEs',
+  filename=None,
+  file=DESCRIPTOR,
+  containing_type=None,
+  fields=[
+    _descriptor.FieldDescriptor(
+      name='id_GNBOverloadInformation', full_name='streaming_protobufs.GNBStatusIndicationIEs.id_GNBOverloadInformation', 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=166,
+  serialized_end=270,
+)
+
+_GNBSTATUSINDICATION.fields_by_name['protocolIEs'].message_type = _GNBSTATUSINDICATIONIES
+_GNBSTATUSINDICATIONIES.fields_by_name['id_GNBOverloadInformation'].message_type = x2ap__common__types__pb2._GNBOVERLOADINFORMATION
+DESCRIPTOR.message_types_by_name['GNBStatusIndication'] = _GNBSTATUSINDICATION
+DESCRIPTOR.message_types_by_name['GNBStatusIndicationIEs'] = _GNBSTATUSINDICATIONIES
+_sym_db.RegisterFileDescriptor(DESCRIPTOR)
+
+GNBStatusIndication = _reflection.GeneratedProtocolMessageType('GNBStatusIndication', (_message.Message,), {
+  'DESCRIPTOR' : _GNBSTATUSINDICATION,
+  '__module__' : 'gnb_status_indication_pb2'
+  # @@protoc_insertion_point(class_scope:streaming_protobufs.GNBStatusIndication)
+  })
+_sym_db.RegisterMessage(GNBStatusIndication)
+
+GNBStatusIndicationIEs = _reflection.GeneratedProtocolMessageType('GNBStatusIndicationIEs', (_message.Message,), {
+  'DESCRIPTOR' : _GNBSTATUSINDICATIONIES,
+  '__module__' : 'gnb_status_indication_pb2'
+  # @@protoc_insertion_point(class_scope:streaming_protobufs.GNBStatusIndicationIEs)
+  })
+_sym_db.RegisterMessage(GNBStatusIndicationIEs)
+
+
+DESCRIPTOR._options = None
+# @@protoc_insertion_point(module_scope)