merge of the e2ap-v2.0 branch
[ric-plt/nodeb-rnib.git] / entities / nb_types.pb.go
diff --git a/entities/nb_types.pb.go b/entities/nb_types.pb.go
new file mode 100644 (file)
index 0000000..9d3dd2b
--- /dev/null
@@ -0,0 +1,231 @@
+//
+// Copyright 2019 AT&T Intellectual Property
+// Copyright 2019 Nokia
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// 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).
+
+// Code generated by protoc-gen-go. DO NOT EDIT.
+// versions:
+//     protoc-gen-go v1.25.0
+//     protoc        v3.6.1
+// source: nb_types.proto
+
+package entities
+
+import (
+       proto "github.com/golang/protobuf/proto"
+       protoreflect "google.golang.org/protobuf/reflect/protoreflect"
+       protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+       reflect "reflect"
+       sync "sync"
+)
+
+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)
+)
+
+// This is a compile-time assertion that a sufficiently up-to-date version
+// of the legacy proto package is being used.
+const _ = proto.ProtoPackageIsVersion4
+
+type EnbType int32
+
+const (
+       EnbType_UNKNOWN_ENB_TYPE   EnbType = 0
+       EnbType_MACRO_ENB          EnbType = 1
+       EnbType_HOME_ENB           EnbType = 2
+       EnbType_SHORT_MACRO_ENB    EnbType = 3
+       EnbType_LONG_MACRO_ENB     EnbType = 4
+       EnbType_MACRO_NG_ENB       EnbType = 5
+       EnbType_SHORT_MACRO_NG_ENB EnbType = 6
+       EnbType_LONG_MACRO_NG_ENB  EnbType = 7
+)
+
+// Enum value maps for EnbType.
+var (
+       EnbType_name = map[int32]string{
+               0: "UNKNOWN_ENB_TYPE",
+               1: "MACRO_ENB",
+               2: "HOME_ENB",
+               3: "SHORT_MACRO_ENB",
+               4: "LONG_MACRO_ENB",
+               5: "MACRO_NG_ENB",
+               6: "SHORT_MACRO_NG_ENB",
+               7: "LONG_MACRO_NG_ENB",
+       }
+       EnbType_value = map[string]int32{
+               "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,
+       }
+)
+
+func (x EnbType) Enum() *EnbType {
+       p := new(EnbType)
+       *p = x
+       return p
+}
+
+func (x EnbType) String() string {
+       return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
+}
+
+func (EnbType) Descriptor() protoreflect.EnumDescriptor {
+       return file_nb_types_proto_enumTypes[0].Descriptor()
+}
+
+func (EnbType) Type() protoreflect.EnumType {
+       return &file_nb_types_proto_enumTypes[0]
+}
+
+func (x EnbType) Number() protoreflect.EnumNumber {
+       return protoreflect.EnumNumber(x)
+}
+
+// Deprecated: Use EnbType.Descriptor instead.
+func (EnbType) EnumDescriptor() ([]byte, []int) {
+       return file_nb_types_proto_rawDescGZIP(), []int{0}
+}
+
+type GnbType int32
+
+const (
+       GnbType_UNKNOWN_GNB_TYPE GnbType = 0
+       GnbType_GNB              GnbType = 1
+       GnbType_EN_GNB           GnbType = 2
+)
+
+// Enum value maps for GnbType.
+var (
+       GnbType_name = map[int32]string{
+               0: "UNKNOWN_GNB_TYPE",
+               1: "GNB",
+               2: "EN_GNB",
+       }
+       GnbType_value = map[string]int32{
+               "UNKNOWN_GNB_TYPE": 0,
+               "GNB":              1,
+               "EN_GNB":           2,
+       }
+)
+
+func (x GnbType) Enum() *GnbType {
+       p := new(GnbType)
+       *p = x
+       return p
+}
+
+func (x GnbType) String() string {
+       return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
+}
+
+func (GnbType) Descriptor() protoreflect.EnumDescriptor {
+       return file_nb_types_proto_enumTypes[1].Descriptor()
+}
+
+func (GnbType) Type() protoreflect.EnumType {
+       return &file_nb_types_proto_enumTypes[1]
+}
+
+func (x GnbType) Number() protoreflect.EnumNumber {
+       return protoreflect.EnumNumber(x)
+}
+
+// Deprecated: Use GnbType.Descriptor instead.
+func (GnbType) EnumDescriptor() ([]byte, []int) {
+       return file_nb_types_proto_rawDescGZIP(), []int{1}
+}
+
+var File_nb_types_proto protoreflect.FileDescriptor
+
+var file_nb_types_proto_rawDesc = []byte{
+       0x0a, 0x0e, 0x6e, 0x62, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
+       0x12, 0x08, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x2a, 0xa6, 0x01, 0x0a, 0x07, 0x45,
+       0x6e, 0x62, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x10, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57,
+       0x4e, 0x5f, 0x45, 0x4e, 0x42, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x10, 0x00, 0x12, 0x0d, 0x0a, 0x09,
+       0x4d, 0x41, 0x43, 0x52, 0x4f, 0x5f, 0x45, 0x4e, 0x42, 0x10, 0x01, 0x12, 0x0c, 0x0a, 0x08, 0x48,
+       0x4f, 0x4d, 0x45, 0x5f, 0x45, 0x4e, 0x42, 0x10, 0x02, 0x12, 0x13, 0x0a, 0x0f, 0x53, 0x48, 0x4f,
+       0x52, 0x54, 0x5f, 0x4d, 0x41, 0x43, 0x52, 0x4f, 0x5f, 0x45, 0x4e, 0x42, 0x10, 0x03, 0x12, 0x12,
+       0x0a, 0x0e, 0x4c, 0x4f, 0x4e, 0x47, 0x5f, 0x4d, 0x41, 0x43, 0x52, 0x4f, 0x5f, 0x45, 0x4e, 0x42,
+       0x10, 0x04, 0x12, 0x10, 0x0a, 0x0c, 0x4d, 0x41, 0x43, 0x52, 0x4f, 0x5f, 0x4e, 0x47, 0x5f, 0x45,
+       0x4e, 0x42, 0x10, 0x05, 0x12, 0x16, 0x0a, 0x12, 0x53, 0x48, 0x4f, 0x52, 0x54, 0x5f, 0x4d, 0x41,
+       0x43, 0x52, 0x4f, 0x5f, 0x4e, 0x47, 0x5f, 0x45, 0x4e, 0x42, 0x10, 0x06, 0x12, 0x15, 0x0a, 0x11,
+       0x4c, 0x4f, 0x4e, 0x47, 0x5f, 0x4d, 0x41, 0x43, 0x52, 0x4f, 0x5f, 0x4e, 0x47, 0x5f, 0x45, 0x4e,
+       0x42, 0x10, 0x07, 0x2a, 0x34, 0x0a, 0x07, 0x47, 0x6e, 0x62, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14,
+       0x0a, 0x10, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x5f, 0x47, 0x4e, 0x42, 0x5f, 0x54, 0x59,
+       0x50, 0x45, 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x47, 0x4e, 0x42, 0x10, 0x01, 0x12, 0x0a, 0x0a,
+       0x06, 0x45, 0x4e, 0x5f, 0x47, 0x4e, 0x42, 0x10, 0x02, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
+       0x33,
+}
+
+var (
+       file_nb_types_proto_rawDescOnce sync.Once
+       file_nb_types_proto_rawDescData = file_nb_types_proto_rawDesc
+)
+
+func file_nb_types_proto_rawDescGZIP() []byte {
+       file_nb_types_proto_rawDescOnce.Do(func() {
+               file_nb_types_proto_rawDescData = protoimpl.X.CompressGZIP(file_nb_types_proto_rawDescData)
+       })
+       return file_nb_types_proto_rawDescData
+}
+
+var file_nb_types_proto_enumTypes = make([]protoimpl.EnumInfo, 2)
+var file_nb_types_proto_goTypes = []interface{}{
+       (EnbType)(0), // 0: entities.EnbType
+       (GnbType)(0), // 1: entities.GnbType
+}
+var file_nb_types_proto_depIdxs = []int32{
+       0, // [0:0] is the sub-list for method output_type
+       0, // [0:0] is the sub-list for method input_type
+       0, // [0:0] is the sub-list for extension type_name
+       0, // [0:0] is the sub-list for extension extendee
+       0, // [0:0] is the sub-list for field type_name
+}
+
+func init() { file_nb_types_proto_init() }
+func file_nb_types_proto_init() {
+       if File_nb_types_proto != nil {
+               return
+       }
+       type x struct{}
+       out := protoimpl.TypeBuilder{
+               File: protoimpl.DescBuilder{
+                       GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
+                       RawDescriptor: file_nb_types_proto_rawDesc,
+                       NumEnums:      2,
+                       NumMessages:   0,
+                       NumExtensions: 0,
+                       NumServices:   0,
+               },
+               GoTypes:           file_nb_types_proto_goTypes,
+               DependencyIndexes: file_nb_types_proto_depIdxs,
+               EnumInfos:         file_nb_types_proto_enumTypes,
+       }.Build()
+       File_nb_types_proto = out.File
+       file_nb_types_proto_rawDesc = nil
+       file_nb_types_proto_goTypes = nil
+       file_nb_types_proto_depIdxs = nil
+}