5dbfc967b572f7a2f33652cac0a55133d7a0ddf7
[ric-plt/nodeb-rnib.git] / entities / additional_cell_information.pb.go
1 //
2 // Copyright 2019 AT&T Intellectual Property
3 // Copyright 2019 Nokia
4 //
5 // Licensed under the Apache License, Version 2.0 (the "License");
6 // you may not use this file except in compliance with the License.
7 // You may obtain a copy of the License at
8 //
9 //      http://www.apache.org/licenses/LICENSE-2.0
10 //
11 // Unless required by applicable law or agreed to in writing, software
12 // distributed under the License is distributed on an "AS IS" BASIS,
13 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 // See the License for the specific language governing permissions and
15 // limitations under the License.
16
17 //
18 // This source code is part of the near-RT RIC (RAN Intelligent Controller)
19 // platform project (RICP).
20
21 // Code generated by protoc-gen-go. DO NOT EDIT.
22 // versions:
23 //      protoc-gen-go v1.25.0-devel
24 //      protoc        v3.6.1
25 // source: additional_cell_information.proto
26
27 package entities
28
29 import (
30         proto "github.com/golang/protobuf/proto"
31         protoreflect "google.golang.org/protobuf/reflect/protoreflect"
32         protoimpl "google.golang.org/protobuf/runtime/protoimpl"
33         reflect "reflect"
34         sync "sync"
35 )
36
37 const (
38         // Verify that this generated code is sufficiently up-to-date.
39         _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
40         // Verify that runtime/protoimpl is sufficiently up-to-date.
41         _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
42 )
43
44 // This is a compile-time assertion that a sufficiently up-to-date version
45 // of the legacy proto package is being used.
46 const _ = proto.ProtoPackageIsVersion4
47
48 type AdditionalCellInformation struct {
49         state         protoimpl.MessageState
50         sizeCache     protoimpl.SizeCache
51         unknownFields protoimpl.UnknownFields
52
53         CellLatitude            float32 `protobuf:"fixed32,1,opt,name=cell_latitude,json=cellLatitude,proto3" json:"cell_latitude,omitempty"`
54         CellLongitude           float32 `protobuf:"fixed32,2,opt,name=cell_longitude,json=cellLongitude,proto3" json:"cell_longitude,omitempty"`
55         AntennaHeight           float32 `protobuf:"fixed32,3,opt,name=antenna_height,json=antennaHeight,proto3" json:"antenna_height,omitempty"`
56         AntennaAzimuthDirection float32 `protobuf:"fixed32,4,opt,name=antenna_azimuth_direction,json=antennaAzimuthDirection,proto3" json:"antenna_azimuth_direction,omitempty"`
57         AntennaTiltAngle        float32 `protobuf:"fixed32,5,opt,name=antenna_tilt_angle,json=antennaTiltAngle,proto3" json:"antenna_tilt_angle,omitempty"`
58         AntennaMaxTransmit      float32 `protobuf:"fixed32,6,opt,name=antenna_max_transmit,json=antennaMaxTransmit,proto3" json:"antenna_max_transmit,omitempty"`
59         AntennaMaxGain          float32 `protobuf:"fixed32,7,opt,name=antenna_max_gain,json=antennaMaxGain,proto3" json:"antenna_max_gain,omitempty"`
60         SectorId                uint32  `protobuf:"varint,8,opt,name=sector_id,json=sectorId,proto3" json:"sector_id,omitempty"`
61 }
62
63 func (x *AdditionalCellInformation) Reset() {
64         *x = AdditionalCellInformation{}
65         if protoimpl.UnsafeEnabled {
66                 mi := &file_additional_cell_information_proto_msgTypes[0]
67                 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
68                 ms.StoreMessageInfo(mi)
69         }
70 }
71
72 func (x *AdditionalCellInformation) String() string {
73         return protoimpl.X.MessageStringOf(x)
74 }
75
76 func (*AdditionalCellInformation) ProtoMessage() {}
77
78 func (x *AdditionalCellInformation) ProtoReflect() protoreflect.Message {
79         mi := &file_additional_cell_information_proto_msgTypes[0]
80         if protoimpl.UnsafeEnabled && x != nil {
81                 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
82                 if ms.LoadMessageInfo() == nil {
83                         ms.StoreMessageInfo(mi)
84                 }
85                 return ms
86         }
87         return mi.MessageOf(x)
88 }
89
90 // Deprecated: Use AdditionalCellInformation.ProtoReflect.Descriptor instead.
91 func (*AdditionalCellInformation) Descriptor() ([]byte, []int) {
92         return file_additional_cell_information_proto_rawDescGZIP(), []int{0}
93 }
94
95 func (x *AdditionalCellInformation) GetCellLatitude() float32 {
96         if x != nil {
97                 return x.CellLatitude
98         }
99         return 0
100 }
101
102 func (x *AdditionalCellInformation) GetCellLongitude() float32 {
103         if x != nil {
104                 return x.CellLongitude
105         }
106         return 0
107 }
108
109 func (x *AdditionalCellInformation) GetAntennaHeight() float32 {
110         if x != nil {
111                 return x.AntennaHeight
112         }
113         return 0
114 }
115
116 func (x *AdditionalCellInformation) GetAntennaAzimuthDirection() float32 {
117         if x != nil {
118                 return x.AntennaAzimuthDirection
119         }
120         return 0
121 }
122
123 func (x *AdditionalCellInformation) GetAntennaTiltAngle() float32 {
124         if x != nil {
125                 return x.AntennaTiltAngle
126         }
127         return 0
128 }
129
130 func (x *AdditionalCellInformation) GetAntennaMaxTransmit() float32 {
131         if x != nil {
132                 return x.AntennaMaxTransmit
133         }
134         return 0
135 }
136
137 func (x *AdditionalCellInformation) GetAntennaMaxGain() float32 {
138         if x != nil {
139                 return x.AntennaMaxGain
140         }
141         return 0
142 }
143
144 func (x *AdditionalCellInformation) GetSectorId() uint32 {
145         if x != nil {
146                 return x.SectorId
147         }
148         return 0
149 }
150
151 var File_additional_cell_information_proto protoreflect.FileDescriptor
152
153 var file_additional_cell_information_proto_rawDesc = []byte{
154         0x0a, 0x21, 0x61, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x5f, 0x63, 0x65, 0x6c,
155         0x6c, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72,
156         0x6f, 0x74, 0x6f, 0x12, 0x08, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x22, 0xf1, 0x02,
157         0x0a, 0x19, 0x41, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x43, 0x65, 0x6c, 0x6c,
158         0x49, 0x6e, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x23, 0x0a, 0x0d, 0x63,
159         0x65, 0x6c, 0x6c, 0x5f, 0x6c, 0x61, 0x74, 0x69, 0x74, 0x75, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01,
160         0x28, 0x02, 0x52, 0x0c, 0x63, 0x65, 0x6c, 0x6c, 0x4c, 0x61, 0x74, 0x69, 0x74, 0x75, 0x64, 0x65,
161         0x12, 0x25, 0x0a, 0x0e, 0x63, 0x65, 0x6c, 0x6c, 0x5f, 0x6c, 0x6f, 0x6e, 0x67, 0x69, 0x74, 0x75,
162         0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0d, 0x63, 0x65, 0x6c, 0x6c, 0x4c, 0x6f,
163         0x6e, 0x67, 0x69, 0x74, 0x75, 0x64, 0x65, 0x12, 0x25, 0x0a, 0x0e, 0x61, 0x6e, 0x74, 0x65, 0x6e,
164         0x6e, 0x61, 0x5f, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x02, 0x52,
165         0x0d, 0x61, 0x6e, 0x74, 0x65, 0x6e, 0x6e, 0x61, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x3a,
166         0x0a, 0x19, 0x61, 0x6e, 0x74, 0x65, 0x6e, 0x6e, 0x61, 0x5f, 0x61, 0x7a, 0x69, 0x6d, 0x75, 0x74,
167         0x68, 0x5f, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28,
168         0x02, 0x52, 0x17, 0x61, 0x6e, 0x74, 0x65, 0x6e, 0x6e, 0x61, 0x41, 0x7a, 0x69, 0x6d, 0x75, 0x74,
169         0x68, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2c, 0x0a, 0x12, 0x61, 0x6e,
170         0x74, 0x65, 0x6e, 0x6e, 0x61, 0x5f, 0x74, 0x69, 0x6c, 0x74, 0x5f, 0x61, 0x6e, 0x67, 0x6c, 0x65,
171         0x18, 0x05, 0x20, 0x01, 0x28, 0x02, 0x52, 0x10, 0x61, 0x6e, 0x74, 0x65, 0x6e, 0x6e, 0x61, 0x54,
172         0x69, 0x6c, 0x74, 0x41, 0x6e, 0x67, 0x6c, 0x65, 0x12, 0x30, 0x0a, 0x14, 0x61, 0x6e, 0x74, 0x65,
173         0x6e, 0x6e, 0x61, 0x5f, 0x6d, 0x61, 0x78, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x6d, 0x69, 0x74,
174         0x18, 0x06, 0x20, 0x01, 0x28, 0x02, 0x52, 0x12, 0x61, 0x6e, 0x74, 0x65, 0x6e, 0x6e, 0x61, 0x4d,
175         0x61, 0x78, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x6d, 0x69, 0x74, 0x12, 0x28, 0x0a, 0x10, 0x61, 0x6e,
176         0x74, 0x65, 0x6e, 0x6e, 0x61, 0x5f, 0x6d, 0x61, 0x78, 0x5f, 0x67, 0x61, 0x69, 0x6e, 0x18, 0x07,
177         0x20, 0x01, 0x28, 0x02, 0x52, 0x0e, 0x61, 0x6e, 0x74, 0x65, 0x6e, 0x6e, 0x61, 0x4d, 0x61, 0x78,
178         0x47, 0x61, 0x69, 0x6e, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x5f, 0x69,
179         0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x73, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x49,
180         0x64, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
181 }
182
183 var (
184         file_additional_cell_information_proto_rawDescOnce sync.Once
185         file_additional_cell_information_proto_rawDescData = file_additional_cell_information_proto_rawDesc
186 )
187
188 func file_additional_cell_information_proto_rawDescGZIP() []byte {
189         file_additional_cell_information_proto_rawDescOnce.Do(func() {
190                 file_additional_cell_information_proto_rawDescData = protoimpl.X.CompressGZIP(file_additional_cell_information_proto_rawDescData)
191         })
192         return file_additional_cell_information_proto_rawDescData
193 }
194
195 var file_additional_cell_information_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
196 var file_additional_cell_information_proto_goTypes = []interface{}{
197         (*AdditionalCellInformation)(nil), // 0: entities.AdditionalCellInformation
198 }
199 var file_additional_cell_information_proto_depIdxs = []int32{
200         0, // [0:0] is the sub-list for method output_type
201         0, // [0:0] is the sub-list for method input_type
202         0, // [0:0] is the sub-list for extension type_name
203         0, // [0:0] is the sub-list for extension extendee
204         0, // [0:0] is the sub-list for field type_name
205 }
206
207 func init() { file_additional_cell_information_proto_init() }
208 func file_additional_cell_information_proto_init() {
209         if File_additional_cell_information_proto != nil {
210                 return
211         }
212         if !protoimpl.UnsafeEnabled {
213                 file_additional_cell_information_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
214                         switch v := v.(*AdditionalCellInformation); i {
215                         case 0:
216                                 return &v.state
217                         case 1:
218                                 return &v.sizeCache
219                         case 2:
220                                 return &v.unknownFields
221                         default:
222                                 return nil
223                         }
224                 }
225         }
226         type x struct{}
227         out := protoimpl.TypeBuilder{
228                 File: protoimpl.DescBuilder{
229                         GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
230                         RawDescriptor: file_additional_cell_information_proto_rawDesc,
231                         NumEnums:      0,
232                         NumMessages:   1,
233                         NumExtensions: 0,
234                         NumServices:   0,
235                 },
236                 GoTypes:           file_additional_cell_information_proto_goTypes,
237                 DependencyIndexes: file_additional_cell_information_proto_depIdxs,
238                 MessageInfos:      file_additional_cell_information_proto_msgTypes,
239         }.Build()
240         File_additional_cell_information_proto = out.File
241         file_additional_cell_information_proto_rawDesc = nil
242         file_additional_cell_information_proto_goTypes = nil
243         file_additional_cell_information_proto_depIdxs = nil
244 }