X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ricxappframe%2Fentities%2Frnib%2Fnb_types_pb2.py;fp=ricxappframe%2Fentities%2Frnib%2Fnb_types_pb2.py;h=034d0067b0bf4b30aac4dc1b2577176b2570a73b;hb=12486343219663d484705f05ab8d2ed3306f66d7;hp=0000000000000000000000000000000000000000;hpb=9c09be1e9598d4e145faea412b047b64d38feb22;p=ric-plt%2Fxapp-frame-py.git diff --git a/ricxappframe/entities/rnib/nb_types_pb2.py b/ricxappframe/entities/rnib/nb_types_pb2.py new file mode 100644 index 0000000..034d006 --- /dev/null +++ b/ricxappframe/entities/rnib/nb_types_pb2.py @@ -0,0 +1,119 @@ +# -*- coding: utf-8 -*- +# Generated by the protocol buffer compiler. DO NOT EDIT! +# source: nb_types.proto + +import sys +_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) +from google.protobuf.internal import enum_type_wrapper +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() + + + + +DESCRIPTOR = _descriptor.FileDescriptor( + name='nb_types.proto', + package='entities', + syntax='proto3', + serialized_options=None, + serialized_pb=_b('\n\x0enb_types.proto\x12\x08\x65ntities*\xa6\x01\n\x07\x45nbType\x12\x14\n\x10UNKNOWN_ENB_TYPE\x10\x00\x12\r\n\tMACRO_ENB\x10\x01\x12\x0c\n\x08HOME_ENB\x10\x02\x12\x13\n\x0fSHORT_MACRO_ENB\x10\x03\x12\x12\n\x0eLONG_MACRO_ENB\x10\x04\x12\x10\n\x0cMACRO_NG_ENB\x10\x05\x12\x16\n\x12SHORT_MACRO_NG_ENB\x10\x06\x12\x15\n\x11LONG_MACRO_NG_ENB\x10\x07*4\n\x07GnbType\x12\x14\n\x10UNKNOWN_GNB_TYPE\x10\x00\x12\x07\n\x03GNB\x10\x01\x12\n\n\x06\x45N_GNB\x10\x02\x62\x06proto3') +) + +_ENBTYPE = _descriptor.EnumDescriptor( + name='EnbType', + full_name='entities.EnbType', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='UNKNOWN_ENB_TYPE', index=0, number=0, + serialized_options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='MACRO_ENB', index=1, number=1, + serialized_options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='HOME_ENB', index=2, number=2, + serialized_options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='SHORT_MACRO_ENB', index=3, number=3, + serialized_options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='LONG_MACRO_ENB', index=4, number=4, + serialized_options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='MACRO_NG_ENB', index=5, number=5, + serialized_options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='SHORT_MACRO_NG_ENB', index=6, number=6, + serialized_options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='LONG_MACRO_NG_ENB', index=7, number=7, + serialized_options=None, + type=None), + ], + containing_type=None, + serialized_options=None, + serialized_start=29, + serialized_end=195, +) +_sym_db.RegisterEnumDescriptor(_ENBTYPE) + +EnbType = enum_type_wrapper.EnumTypeWrapper(_ENBTYPE) +_GNBTYPE = _descriptor.EnumDescriptor( + name='GnbType', + full_name='entities.GnbType', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='UNKNOWN_GNB_TYPE', index=0, number=0, + serialized_options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='GNB', index=1, number=1, + serialized_options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='EN_GNB', index=2, number=2, + serialized_options=None, + type=None), + ], + containing_type=None, + serialized_options=None, + serialized_start=197, + serialized_end=249, +) +_sym_db.RegisterEnumDescriptor(_GNBTYPE) + +GnbType = enum_type_wrapper.EnumTypeWrapper(_GNBTYPE) +UNKNOWN_ENB_TYPE = 0 +MACRO_ENB = 1 +HOME_ENB = 2 +SHORT_MACRO_ENB = 3 +LONG_MACRO_ENB = 4 +MACRO_NG_ENB = 5 +SHORT_MACRO_NG_ENB = 6 +LONG_MACRO_NG_ENB = 7 +UNKNOWN_GNB_TYPE = 0 +GNB = 1 +EN_GNB = 2 + + +DESCRIPTOR.enum_types_by_name['EnbType'] = _ENBTYPE +DESCRIPTOR.enum_types_by_name['GnbType'] = _GNBTYPE +_sym_db.RegisterFileDescriptor(DESCRIPTOR) + + +# @@protoc_insertion_point(module_scope)