Support for additional NR metrics
[ric-app/mc.git] / mc-core / mc / data_gen / gnb_status_indication_pb2.py
1 # -*- coding: utf-8 -*-
2 # Generated by the protocol buffer compiler.  DO NOT EDIT!
3 # source: gnb_status_indication.proto
4
5 import sys
6 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
7 from google.protobuf import descriptor as _descriptor
8 from google.protobuf import message as _message
9 from google.protobuf import reflection as _reflection
10 from google.protobuf import symbol_database as _symbol_database
11 # @@protoc_insertion_point(imports)
12
13 _sym_db = _symbol_database.Default()
14
15
16 import x2ap_common_types_pb2 as x2ap__common__types__pb2
17
18
19 DESCRIPTOR = _descriptor.FileDescriptor(
20   name='gnb_status_indication.proto',
21   package='streaming_protobufs',
22   syntax='proto3',
23   serialized_options=_b('Z1gerrit.o-ran-sc.org/r/ric-plt/streaming-protobufs'),
24   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')
25   ,
26   dependencies=[x2ap__common__types__pb2.DESCRIPTOR,])
27
28
29
30
31 _GNBSTATUSINDICATION = _descriptor.Descriptor(
32   name='GNBStatusIndication',
33   full_name='streaming_protobufs.GNBStatusIndication',
34   filename=None,
35   file=DESCRIPTOR,
36   containing_type=None,
37   fields=[
38     _descriptor.FieldDescriptor(
39       name='protocolIEs', full_name='streaming_protobufs.GNBStatusIndication.protocolIEs', index=0,
40       number=1, type=11, cpp_type=10, label=1,
41       has_default_value=False, default_value=None,
42       message_type=None, enum_type=None, containing_type=None,
43       is_extension=False, extension_scope=None,
44       serialized_options=None, file=DESCRIPTOR),
45   ],
46   extensions=[
47   ],
48   nested_types=[],
49   enum_types=[
50   ],
51   serialized_options=None,
52   is_extendable=False,
53   syntax='proto3',
54   extension_ranges=[],
55   oneofs=[
56   ],
57   serialized_start=77,
58   serialized_end=164,
59 )
60
61
62 _GNBSTATUSINDICATIONIES = _descriptor.Descriptor(
63   name='GNBStatusIndicationIEs',
64   full_name='streaming_protobufs.GNBStatusIndicationIEs',
65   filename=None,
66   file=DESCRIPTOR,
67   containing_type=None,
68   fields=[
69     _descriptor.FieldDescriptor(
70       name='id_GNBOverloadInformation', full_name='streaming_protobufs.GNBStatusIndicationIEs.id_GNBOverloadInformation', index=0,
71       number=1, type=11, cpp_type=10, label=1,
72       has_default_value=False, default_value=None,
73       message_type=None, enum_type=None, containing_type=None,
74       is_extension=False, extension_scope=None,
75       serialized_options=None, file=DESCRIPTOR),
76   ],
77   extensions=[
78   ],
79   nested_types=[],
80   enum_types=[
81   ],
82   serialized_options=None,
83   is_extendable=False,
84   syntax='proto3',
85   extension_ranges=[],
86   oneofs=[
87   ],
88   serialized_start=166,
89   serialized_end=270,
90 )
91
92 _GNBSTATUSINDICATION.fields_by_name['protocolIEs'].message_type = _GNBSTATUSINDICATIONIES
93 _GNBSTATUSINDICATIONIES.fields_by_name['id_GNBOverloadInformation'].message_type = x2ap__common__types__pb2._GNBOVERLOADINFORMATION
94 DESCRIPTOR.message_types_by_name['GNBStatusIndication'] = _GNBSTATUSINDICATION
95 DESCRIPTOR.message_types_by_name['GNBStatusIndicationIEs'] = _GNBSTATUSINDICATIONIES
96 _sym_db.RegisterFileDescriptor(DESCRIPTOR)
97
98 GNBStatusIndication = _reflection.GeneratedProtocolMessageType('GNBStatusIndication', (_message.Message,), {
99   'DESCRIPTOR' : _GNBSTATUSINDICATION,
100   '__module__' : 'gnb_status_indication_pb2'
101   # @@protoc_insertion_point(class_scope:streaming_protobufs.GNBStatusIndication)
102   })
103 _sym_db.RegisterMessage(GNBStatusIndication)
104
105 GNBStatusIndicationIEs = _reflection.GeneratedProtocolMessageType('GNBStatusIndicationIEs', (_message.Message,), {
106   'DESCRIPTOR' : _GNBSTATUSINDICATIONIES,
107   '__module__' : 'gnb_status_indication_pb2'
108   # @@protoc_insertion_point(class_scope:streaming_protobufs.GNBStatusIndicationIEs)
109   })
110 _sym_db.RegisterMessage(GNBStatusIndicationIEs)
111
112
113 DESCRIPTOR._options = None
114 # @@protoc_insertion_point(module_scope)