X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=entities%2Fcells.pb.go;h=a4f0cfa3ccc6d6b957c90c6ac2113309ddfef416;hb=refs%2Fheads%2Fg-release;hp=8915e61f5b81cdbb182ed80a7988c5d6661f9cc2;hpb=59fe2681fac4c23cdd9cae30f7529ffbd1677be7;p=ric-plt%2Fnodeb-rnib.git diff --git a/entities/cells.pb.go b/entities/cells.pb.go index 8915e61..a4f0cfa 100644 --- a/entities/cells.pb.go +++ b/entities/cells.pb.go @@ -14,90 +14,83 @@ // See the License for the specific language governing permissions and // limitations under the License. -// This source code is part of the near-RT RIC (RAN Intelligent Controller) -// platform project (RICP). +// +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). // Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.26.0 +// protoc v3.15.8 // source: cells.proto package entities import ( - fmt "fmt" - proto "github.com/golang/protobuf/proto" - math "math" + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" + reflect "reflect" + sync "sync" ) -// Reference imports to suppress errors if they are not otherwise used. -var _ = proto.Marshal -var _ = fmt.Errorf -var _ = math.Inf - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the proto package it is being compiled against. -// A compilation error at this line likely means your copy of the -// proto package needs to be updated. -const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) type Cells struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + Type Cell_Type `protobuf:"varint,1,opt,name=type,proto3,enum=entities.Cell_Type" json:"type,omitempty"` - // Types that are valid to be assigned to List: + // Types that are assignable to List: // *Cells_ServedCellInfos // *Cells_ServedNrCells - List isCells_List `protobuf_oneof:"list"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + List isCells_List `protobuf_oneof:"list"` } -func (m *Cells) Reset() { *m = Cells{} } -func (m *Cells) String() string { return proto.CompactTextString(m) } -func (*Cells) ProtoMessage() {} -func (*Cells) Descriptor() ([]byte, []int) { - return fileDescriptor_842e821272d22ff7, []int{0} +func (x *Cells) Reset() { + *x = Cells{} + if protoimpl.UnsafeEnabled { + mi := &file_cells_proto_msgTypes[0] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *Cells) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Cells.Unmarshal(m, b) -} -func (m *Cells) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Cells.Marshal(b, m, deterministic) -} -func (m *Cells) XXX_Merge(src proto.Message) { - xxx_messageInfo_Cells.Merge(m, src) -} -func (m *Cells) XXX_Size() int { - return xxx_messageInfo_Cells.Size(m) -} -func (m *Cells) XXX_DiscardUnknown() { - xxx_messageInfo_Cells.DiscardUnknown(m) +func (x *Cells) String() string { + return protoimpl.X.MessageStringOf(x) } -var xxx_messageInfo_Cells proto.InternalMessageInfo +func (*Cells) ProtoMessage() {} -func (m *Cells) GetType() Cell_Type { - if m != nil { - return m.Type +func (x *Cells) ProtoReflect() protoreflect.Message { + mi := &file_cells_proto_msgTypes[0] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms } - return Cell_UNKNOWN_CELL + return mi.MessageOf(x) } -type isCells_List interface { - isCells_List() -} - -type Cells_ServedCellInfos struct { - ServedCellInfos *ServedCellInfoList `protobuf:"bytes,2,opt,name=served_cell_infos,json=servedCellInfos,proto3,oneof"` +// Deprecated: Use Cells.ProtoReflect.Descriptor instead. +func (*Cells) Descriptor() ([]byte, []int) { + return file_cells_proto_rawDescGZIP(), []int{0} } -type Cells_ServedNrCells struct { - ServedNrCells *ServedNRCellList `protobuf:"bytes,3,opt,name=served_nr_cells,json=servedNrCells,proto3,oneof"` +func (x *Cells) GetType() Cell_Type { + if x != nil { + return x.Type + } + return Cell_UNKNOWN_CELL } -func (*Cells_ServedCellInfos) isCells_List() {} - -func (*Cells_ServedNrCells) isCells_List() {} - func (m *Cells) GetList() isCells_List { if m != nil { return m.List @@ -105,130 +98,266 @@ func (m *Cells) GetList() isCells_List { return nil } -func (m *Cells) GetServedCellInfos() *ServedCellInfoList { - if x, ok := m.GetList().(*Cells_ServedCellInfos); ok { +func (x *Cells) GetServedCellInfos() *ServedCellInfoList { + if x, ok := x.GetList().(*Cells_ServedCellInfos); ok { return x.ServedCellInfos } return nil } -func (m *Cells) GetServedNrCells() *ServedNRCellList { - if x, ok := m.GetList().(*Cells_ServedNrCells); ok { +func (x *Cells) GetServedNrCells() *ServedNRCellList { + if x, ok := x.GetList().(*Cells_ServedNrCells); ok { return x.ServedNrCells } return nil } -// XXX_OneofWrappers is for the internal use of the proto package. -func (*Cells) XXX_OneofWrappers() []interface{} { - return []interface{}{ - (*Cells_ServedCellInfos)(nil), - (*Cells_ServedNrCells)(nil), - } +type isCells_List interface { + isCells_List() } -type ServedCellInfoList struct { - ServedCells []*ServedCellInfo `protobuf:"bytes,1,rep,name=served_cells,json=servedCells,proto3" json:"served_cells,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` +type Cells_ServedCellInfos struct { + ServedCellInfos *ServedCellInfoList `protobuf:"bytes,2,opt,name=served_cell_infos,json=servedCellInfos,proto3,oneof"` } -func (m *ServedCellInfoList) Reset() { *m = ServedCellInfoList{} } -func (m *ServedCellInfoList) String() string { return proto.CompactTextString(m) } -func (*ServedCellInfoList) ProtoMessage() {} -func (*ServedCellInfoList) Descriptor() ([]byte, []int) { - return fileDescriptor_842e821272d22ff7, []int{1} +type Cells_ServedNrCells struct { + ServedNrCells *ServedNRCellList `protobuf:"bytes,3,opt,name=served_nr_cells,json=servedNrCells,proto3,oneof"` } -func (m *ServedCellInfoList) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ServedCellInfoList.Unmarshal(m, b) -} -func (m *ServedCellInfoList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ServedCellInfoList.Marshal(b, m, deterministic) +func (*Cells_ServedCellInfos) isCells_List() {} + +func (*Cells_ServedNrCells) isCells_List() {} + +type ServedCellInfoList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + ServedCells []*ServedCellInfo `protobuf:"bytes,1,rep,name=served_cells,json=servedCells,proto3" json:"served_cells,omitempty"` } -func (m *ServedCellInfoList) XXX_Merge(src proto.Message) { - xxx_messageInfo_ServedCellInfoList.Merge(m, src) + +func (x *ServedCellInfoList) Reset() { + *x = ServedCellInfoList{} + if protoimpl.UnsafeEnabled { + mi := &file_cells_proto_msgTypes[1] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *ServedCellInfoList) XXX_Size() int { - return xxx_messageInfo_ServedCellInfoList.Size(m) + +func (x *ServedCellInfoList) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *ServedCellInfoList) XXX_DiscardUnknown() { - xxx_messageInfo_ServedCellInfoList.DiscardUnknown(m) + +func (*ServedCellInfoList) ProtoMessage() {} + +func (x *ServedCellInfoList) ProtoReflect() protoreflect.Message { + mi := &file_cells_proto_msgTypes[1] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_ServedCellInfoList proto.InternalMessageInfo +// Deprecated: Use ServedCellInfoList.ProtoReflect.Descriptor instead. +func (*ServedCellInfoList) Descriptor() ([]byte, []int) { + return file_cells_proto_rawDescGZIP(), []int{1} +} -func (m *ServedCellInfoList) GetServedCells() []*ServedCellInfo { - if m != nil { - return m.ServedCells +func (x *ServedCellInfoList) GetServedCells() []*ServedCellInfo { + if x != nil { + return x.ServedCells } return nil } type ServedNRCellList struct { - ServedCells []*ServedNRCell `protobuf:"bytes,1,rep,name=served_cells,json=servedCells,proto3" json:"served_cells,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields -func (m *ServedNRCellList) Reset() { *m = ServedNRCellList{} } -func (m *ServedNRCellList) String() string { return proto.CompactTextString(m) } -func (*ServedNRCellList) ProtoMessage() {} -func (*ServedNRCellList) Descriptor() ([]byte, []int) { - return fileDescriptor_842e821272d22ff7, []int{2} + ServedCells []*ServedNRCell `protobuf:"bytes,1,rep,name=served_cells,json=servedCells,proto3" json:"served_cells,omitempty"` } -func (m *ServedNRCellList) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ServedNRCellList.Unmarshal(m, b) -} -func (m *ServedNRCellList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ServedNRCellList.Marshal(b, m, deterministic) -} -func (m *ServedNRCellList) XXX_Merge(src proto.Message) { - xxx_messageInfo_ServedNRCellList.Merge(m, src) +func (x *ServedNRCellList) Reset() { + *x = ServedNRCellList{} + if protoimpl.UnsafeEnabled { + mi := &file_cells_proto_msgTypes[2] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } } -func (m *ServedNRCellList) XXX_Size() int { - return xxx_messageInfo_ServedNRCellList.Size(m) + +func (x *ServedNRCellList) String() string { + return protoimpl.X.MessageStringOf(x) } -func (m *ServedNRCellList) XXX_DiscardUnknown() { - xxx_messageInfo_ServedNRCellList.DiscardUnknown(m) + +func (*ServedNRCellList) ProtoMessage() {} + +func (x *ServedNRCellList) ProtoReflect() protoreflect.Message { + mi := &file_cells_proto_msgTypes[2] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) } -var xxx_messageInfo_ServedNRCellList proto.InternalMessageInfo +// Deprecated: Use ServedNRCellList.ProtoReflect.Descriptor instead. +func (*ServedNRCellList) Descriptor() ([]byte, []int) { + return file_cells_proto_rawDescGZIP(), []int{2} +} -func (m *ServedNRCellList) GetServedCells() []*ServedNRCell { - if m != nil { - return m.ServedCells +func (x *ServedNRCellList) GetServedCells() []*ServedNRCell { + if x != nil { + return x.ServedCells } return nil } -func init() { - proto.RegisterType((*Cells)(nil), "entities.Cells") - proto.RegisterType((*ServedCellInfoList)(nil), "entities.ServedCellInfoList") - proto.RegisterType((*ServedNRCellList)(nil), "entities.ServedNRCellList") -} - -func init() { proto.RegisterFile("cells.proto", fileDescriptor_842e821272d22ff7) } - -var fileDescriptor_842e821272d22ff7 = []byte{ - // 241 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0x4e, 0x4e, 0xcd, 0xc9, - 0x29, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x48, 0xcd, 0x2b, 0xc9, 0x2c, 0xc9, 0x4c, - 0x2d, 0x96, 0xe2, 0x02, 0x09, 0x43, 0x44, 0xa5, 0x38, 0xd3, 0xf3, 0x92, 0x60, 0xcc, 0x54, 0x18, - 0x53, 0xe9, 0x14, 0x23, 0x17, 0xab, 0x33, 0x48, 0xaf, 0x90, 0x3a, 0x17, 0x4b, 0x49, 0x65, 0x41, - 0xaa, 0x04, 0xa3, 0x02, 0xa3, 0x06, 0x9f, 0x91, 0xb0, 0x1e, 0xcc, 0x10, 0x3d, 0x90, 0xb4, 0x5e, - 0x48, 0x65, 0x41, 0x6a, 0x10, 0x58, 0x81, 0x90, 0x17, 0x97, 0x60, 0x71, 0x6a, 0x51, 0x59, 0x6a, - 0x4a, 0x3c, 0xc8, 0xf4, 0xf8, 0xcc, 0xbc, 0xb4, 0xfc, 0x62, 0x09, 0x26, 0x05, 0x46, 0x0d, 0x6e, - 0x23, 0x19, 0x84, 0xae, 0x60, 0xb0, 0x12, 0x90, 0x5e, 0xcf, 0xbc, 0xb4, 0x7c, 0x9f, 0xcc, 0xe2, - 0x12, 0x0f, 0x86, 0x20, 0xfe, 0x62, 0x14, 0xd1, 0x62, 0x21, 0x17, 0x2e, 0xa8, 0x50, 0x7c, 0x5e, - 0x11, 0xd8, 0xb8, 0x62, 0x09, 0x66, 0xb0, 0x49, 0x52, 0xe8, 0x26, 0xf9, 0x05, 0x81, 0x74, 0x41, - 0xcd, 0xe1, 0x85, 0x68, 0xf2, 0x2b, 0x02, 0x3b, 0xdd, 0x89, 0x8d, 0x8b, 0x25, 0x27, 0xb3, 0xb8, - 0x44, 0x29, 0x90, 0x4b, 0x08, 0xd3, 0x5a, 0x21, 0x6b, 0x2e, 0x1e, 0x24, 0xf7, 0x16, 0x4b, 0x30, - 0x2a, 0x30, 0x6b, 0x70, 0x1b, 0x49, 0xe0, 0x72, 0x6a, 0x10, 0x37, 0xc2, 0x91, 0xc5, 0x4a, 0xbe, - 0x5c, 0x02, 0xe8, 0xf6, 0x0b, 0x59, 0x62, 0x35, 0x50, 0x0c, 0xbb, 0x8b, 0x51, 0x8c, 0x4b, 0x62, - 0x03, 0x87, 0xba, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xde, 0x2b, 0x35, 0x7d, 0xb0, 0x01, 0x00, - 0x00, +var File_cells_proto protoreflect.FileDescriptor + +var file_cells_proto_rawDesc = []byte{ + 0x0a, 0x0b, 0x63, 0x65, 0x6c, 0x6c, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x65, + 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x1a, 0x0a, 0x63, 0x65, 0x6c, 0x6c, 0x2e, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x1a, 0x09, 0x67, 0x6e, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x09, + 0x65, 0x6e, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xca, 0x01, 0x0a, 0x05, 0x43, 0x65, + 0x6c, 0x6c, 0x73, 0x12, 0x27, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0e, 0x32, 0x13, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x43, 0x65, 0x6c, + 0x6c, 0x2e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x4a, 0x0a, 0x11, + 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x5f, 0x63, 0x65, 0x6c, 0x6c, 0x5f, 0x69, 0x6e, 0x66, 0x6f, + 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, + 0x65, 0x73, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x65, 0x64, 0x43, 0x65, 0x6c, 0x6c, 0x49, 0x6e, 0x66, + 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x48, 0x00, 0x52, 0x0f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x43, + 0x65, 0x6c, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x73, 0x12, 0x44, 0x0a, 0x0f, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x64, 0x5f, 0x6e, 0x72, 0x5f, 0x63, 0x65, 0x6c, 0x6c, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x1a, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x53, 0x65, 0x72, + 0x76, 0x65, 0x64, 0x4e, 0x52, 0x43, 0x65, 0x6c, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x48, 0x00, 0x52, + 0x0d, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x4e, 0x72, 0x43, 0x65, 0x6c, 0x6c, 0x73, 0x42, 0x06, + 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x51, 0x0a, 0x12, 0x53, 0x65, 0x72, 0x76, 0x65, 0x64, + 0x43, 0x65, 0x6c, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x3b, 0x0a, 0x0c, + 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x5f, 0x63, 0x65, 0x6c, 0x6c, 0x73, 0x18, 0x01, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x53, 0x65, + 0x72, 0x76, 0x65, 0x64, 0x43, 0x65, 0x6c, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0b, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x64, 0x43, 0x65, 0x6c, 0x6c, 0x73, 0x22, 0x4d, 0x0a, 0x10, 0x53, 0x65, 0x72, + 0x76, 0x65, 0x64, 0x4e, 0x52, 0x43, 0x65, 0x6c, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x39, 0x0a, + 0x0c, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x5f, 0x63, 0x65, 0x6c, 0x6c, 0x73, 0x18, 0x01, 0x20, + 0x03, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x53, + 0x65, 0x72, 0x76, 0x65, 0x64, 0x4e, 0x52, 0x43, 0x65, 0x6c, 0x6c, 0x52, 0x0b, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x64, 0x43, 0x65, 0x6c, 0x6c, 0x73, 0x42, 0x33, 0x5a, 0x31, 0x67, 0x65, 0x72, 0x72, + 0x69, 0x74, 0x2e, 0x6f, 0x2d, 0x72, 0x61, 0x6e, 0x2d, 0x73, 0x63, 0x2e, 0x6f, 0x72, 0x67, 0x2f, + 0x72, 0x2f, 0x72, 0x69, 0x63, 0x2d, 0x70, 0x6c, 0x74, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x62, 0x2d, + 0x72, 0x6e, 0x69, 0x62, 0x2f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x62, 0x06, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x33, +} + +var ( + file_cells_proto_rawDescOnce sync.Once + file_cells_proto_rawDescData = file_cells_proto_rawDesc +) + +func file_cells_proto_rawDescGZIP() []byte { + file_cells_proto_rawDescOnce.Do(func() { + file_cells_proto_rawDescData = protoimpl.X.CompressGZIP(file_cells_proto_rawDescData) + }) + return file_cells_proto_rawDescData +} + +var file_cells_proto_msgTypes = make([]protoimpl.MessageInfo, 3) +var file_cells_proto_goTypes = []interface{}{ + (*Cells)(nil), // 0: entities.Cells + (*ServedCellInfoList)(nil), // 1: entities.ServedCellInfoList + (*ServedNRCellList)(nil), // 2: entities.ServedNRCellList + (Cell_Type)(0), // 3: entities.Cell.Type + (*ServedCellInfo)(nil), // 4: entities.ServedCellInfo + (*ServedNRCell)(nil), // 5: entities.ServedNRCell +} +var file_cells_proto_depIdxs = []int32{ + 3, // 0: entities.Cells.type:type_name -> entities.Cell.Type + 1, // 1: entities.Cells.served_cell_infos:type_name -> entities.ServedCellInfoList + 2, // 2: entities.Cells.served_nr_cells:type_name -> entities.ServedNRCellList + 4, // 3: entities.ServedCellInfoList.served_cells:type_name -> entities.ServedCellInfo + 5, // 4: entities.ServedNRCellList.served_cells:type_name -> entities.ServedNRCell + 5, // [5:5] is the sub-list for method output_type + 5, // [5:5] is the sub-list for method input_type + 5, // [5:5] is the sub-list for extension type_name + 5, // [5:5] is the sub-list for extension extendee + 0, // [0:5] is the sub-list for field type_name +} + +func init() { file_cells_proto_init() } +func file_cells_proto_init() { + if File_cells_proto != nil { + return + } + file_cell_proto_init() + file_gnb_proto_init() + file_enb_proto_init() + if !protoimpl.UnsafeEnabled { + file_cells_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*Cells); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_cells_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ServedCellInfoList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_cells_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ServedNRCellList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + } + file_cells_proto_msgTypes[0].OneofWrappers = []interface{}{ + (*Cells_ServedCellInfos)(nil), + (*Cells_ServedNrCells)(nil), + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_cells_proto_rawDesc, + NumEnums: 0, + NumMessages: 3, + NumExtensions: 0, + NumServices: 0, + }, + GoTypes: file_cells_proto_goTypes, + DependencyIndexes: file_cells_proto_depIdxs, + MessageInfos: file_cells_proto_msgTypes, + }.Build() + File_cells_proto = out.File + file_cells_proto_rawDesc = nil + file_cells_proto_goTypes = nil + file_cells_proto_depIdxs = nil }