RIC:1060: Change in PTL
[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.26.0
24 //      protoc        v3.15.8
25 // source: additional_cell_information.proto
26
27 package entities
28
29 import (
30         protoreflect "google.golang.org/protobuf/reflect/protoreflect"
31         protoimpl "google.golang.org/protobuf/runtime/protoimpl"
32         reflect "reflect"
33         sync "sync"
34 )
35
36 const (
37         // Verify that this generated code is sufficiently up-to-date.
38         _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
39         // Verify that runtime/protoimpl is sufficiently up-to-date.
40         _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
41 )
42
43 type AdditionalCellInformation struct {
44         state         protoimpl.MessageState
45         sizeCache     protoimpl.SizeCache
46         unknownFields protoimpl.UnknownFields
47
48         CellLatitude            float32 `protobuf:"fixed32,1,opt,name=cell_latitude,json=cellLatitude,proto3" json:"cell_latitude,omitempty"`
49         CellLongitude           float32 `protobuf:"fixed32,2,opt,name=cell_longitude,json=cellLongitude,proto3" json:"cell_longitude,omitempty"`
50         AntennaHeight           float32 `protobuf:"fixed32,3,opt,name=antenna_height,json=antennaHeight,proto3" json:"antenna_height,omitempty"`
51         AntennaAzimuthDirection float32 `protobuf:"fixed32,4,opt,name=antenna_azimuth_direction,json=antennaAzimuthDirection,proto3" json:"antenna_azimuth_direction,omitempty"`
52         AntennaTiltAngle        float32 `protobuf:"fixed32,5,opt,name=antenna_tilt_angle,json=antennaTiltAngle,proto3" json:"antenna_tilt_angle,omitempty"`
53         AntennaMaxTransmit      float32 `protobuf:"fixed32,6,opt,name=antenna_max_transmit,json=antennaMaxTransmit,proto3" json:"antenna_max_transmit,omitempty"`
54         AntennaMaxGain          float32 `protobuf:"fixed32,7,opt,name=antenna_max_gain,json=antennaMaxGain,proto3" json:"antenna_max_gain,omitempty"`
55         SectorId                uint32  `protobuf:"varint,8,opt,name=sector_id,json=sectorId,proto3" json:"sector_id,omitempty"`
56 }
57
58 func (x *AdditionalCellInformation) Reset() {
59         *x = AdditionalCellInformation{}
60         if protoimpl.UnsafeEnabled {
61                 mi := &file_additional_cell_information_proto_msgTypes[0]
62                 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
63                 ms.StoreMessageInfo(mi)
64         }
65 }
66
67 func (x *AdditionalCellInformation) String() string {
68         return protoimpl.X.MessageStringOf(x)
69 }
70
71 func (*AdditionalCellInformation) ProtoMessage() {}
72
73 func (x *AdditionalCellInformation) ProtoReflect() protoreflect.Message {
74         mi := &file_additional_cell_information_proto_msgTypes[0]
75         if protoimpl.UnsafeEnabled && x != nil {
76                 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
77                 if ms.LoadMessageInfo() == nil {
78                         ms.StoreMessageInfo(mi)
79                 }
80                 return ms
81         }
82         return mi.MessageOf(x)
83 }
84
85 // Deprecated: Use AdditionalCellInformation.ProtoReflect.Descriptor instead.
86 func (*AdditionalCellInformation) Descriptor() ([]byte, []int) {
87         return file_additional_cell_information_proto_rawDescGZIP(), []int{0}
88 }
89
90 func (x *AdditionalCellInformation) GetCellLatitude() float32 {
91         if x != nil {
92                 return x.CellLatitude
93         }
94         return 0
95 }
96
97 func (x *AdditionalCellInformation) GetCellLongitude() float32 {
98         if x != nil {
99                 return x.CellLongitude
100         }
101         return 0
102 }
103
104 func (x *AdditionalCellInformation) GetAntennaHeight() float32 {
105         if x != nil {
106                 return x.AntennaHeight
107         }
108         return 0
109 }
110
111 func (x *AdditionalCellInformation) GetAntennaAzimuthDirection() float32 {
112         if x != nil {
113                 return x.AntennaAzimuthDirection
114         }
115         return 0
116 }
117
118 func (x *AdditionalCellInformation) GetAntennaTiltAngle() float32 {
119         if x != nil {
120                 return x.AntennaTiltAngle
121         }
122         return 0
123 }
124
125 func (x *AdditionalCellInformation) GetAntennaMaxTransmit() float32 {
126         if x != nil {
127                 return x.AntennaMaxTransmit
128         }
129         return 0
130 }
131
132 func (x *AdditionalCellInformation) GetAntennaMaxGain() float32 {
133         if x != nil {
134                 return x.AntennaMaxGain
135         }
136         return 0
137 }
138
139 func (x *AdditionalCellInformation) GetSectorId() uint32 {
140         if x != nil {
141                 return x.SectorId
142         }
143         return 0
144 }
145
146 var File_additional_cell_information_proto protoreflect.FileDescriptor
147
148 var file_additional_cell_information_proto_rawDesc = []byte{
149         0x0a, 0x21, 0x61, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x5f, 0x63, 0x65, 0x6c,
150         0x6c, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72,
151         0x6f, 0x74, 0x6f, 0x12, 0x08, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x22, 0xf1, 0x02,
152         0x0a, 0x19, 0x41, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x43, 0x65, 0x6c, 0x6c,
153         0x49, 0x6e, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x23, 0x0a, 0x0d, 0x63,
154         0x65, 0x6c, 0x6c, 0x5f, 0x6c, 0x61, 0x74, 0x69, 0x74, 0x75, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01,
155         0x28, 0x02, 0x52, 0x0c, 0x63, 0x65, 0x6c, 0x6c, 0x4c, 0x61, 0x74, 0x69, 0x74, 0x75, 0x64, 0x65,
156         0x12, 0x25, 0x0a, 0x0e, 0x63, 0x65, 0x6c, 0x6c, 0x5f, 0x6c, 0x6f, 0x6e, 0x67, 0x69, 0x74, 0x75,
157         0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0d, 0x63, 0x65, 0x6c, 0x6c, 0x4c, 0x6f,
158         0x6e, 0x67, 0x69, 0x74, 0x75, 0x64, 0x65, 0x12, 0x25, 0x0a, 0x0e, 0x61, 0x6e, 0x74, 0x65, 0x6e,
159         0x6e, 0x61, 0x5f, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x02, 0x52,
160         0x0d, 0x61, 0x6e, 0x74, 0x65, 0x6e, 0x6e, 0x61, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x3a,
161         0x0a, 0x19, 0x61, 0x6e, 0x74, 0x65, 0x6e, 0x6e, 0x61, 0x5f, 0x61, 0x7a, 0x69, 0x6d, 0x75, 0x74,
162         0x68, 0x5f, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28,
163         0x02, 0x52, 0x17, 0x61, 0x6e, 0x74, 0x65, 0x6e, 0x6e, 0x61, 0x41, 0x7a, 0x69, 0x6d, 0x75, 0x74,
164         0x68, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2c, 0x0a, 0x12, 0x61, 0x6e,
165         0x74, 0x65, 0x6e, 0x6e, 0x61, 0x5f, 0x74, 0x69, 0x6c, 0x74, 0x5f, 0x61, 0x6e, 0x67, 0x6c, 0x65,
166         0x18, 0x05, 0x20, 0x01, 0x28, 0x02, 0x52, 0x10, 0x61, 0x6e, 0x74, 0x65, 0x6e, 0x6e, 0x61, 0x54,
167         0x69, 0x6c, 0x74, 0x41, 0x6e, 0x67, 0x6c, 0x65, 0x12, 0x30, 0x0a, 0x14, 0x61, 0x6e, 0x74, 0x65,
168         0x6e, 0x6e, 0x61, 0x5f, 0x6d, 0x61, 0x78, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x6d, 0x69, 0x74,
169         0x18, 0x06, 0x20, 0x01, 0x28, 0x02, 0x52, 0x12, 0x61, 0x6e, 0x74, 0x65, 0x6e, 0x6e, 0x61, 0x4d,
170         0x61, 0x78, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x6d, 0x69, 0x74, 0x12, 0x28, 0x0a, 0x10, 0x61, 0x6e,
171         0x74, 0x65, 0x6e, 0x6e, 0x61, 0x5f, 0x6d, 0x61, 0x78, 0x5f, 0x67, 0x61, 0x69, 0x6e, 0x18, 0x07,
172         0x20, 0x01, 0x28, 0x02, 0x52, 0x0e, 0x61, 0x6e, 0x74, 0x65, 0x6e, 0x6e, 0x61, 0x4d, 0x61, 0x78,
173         0x47, 0x61, 0x69, 0x6e, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x5f, 0x69,
174         0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x73, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x49,
175         0x64, 0x42, 0x33, 0x5a, 0x31, 0x67, 0x65, 0x72, 0x72, 0x69, 0x74, 0x2e, 0x6f, 0x2d, 0x72, 0x61,
176         0x6e, 0x2d, 0x73, 0x63, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x72, 0x2f, 0x72, 0x69, 0x63, 0x2d, 0x70,
177         0x6c, 0x74, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x62, 0x2d, 0x72, 0x6e, 0x69, 0x62, 0x2f, 0x65, 0x6e,
178         0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
179 }
180
181 var (
182         file_additional_cell_information_proto_rawDescOnce sync.Once
183         file_additional_cell_information_proto_rawDescData = file_additional_cell_information_proto_rawDesc
184 )
185
186 func file_additional_cell_information_proto_rawDescGZIP() []byte {
187         file_additional_cell_information_proto_rawDescOnce.Do(func() {
188                 file_additional_cell_information_proto_rawDescData = protoimpl.X.CompressGZIP(file_additional_cell_information_proto_rawDescData)
189         })
190         return file_additional_cell_information_proto_rawDescData
191 }
192
193 var file_additional_cell_information_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
194 var file_additional_cell_information_proto_goTypes = []interface{}{
195         (*AdditionalCellInformation)(nil), // 0: entities.AdditionalCellInformation
196 }
197 var file_additional_cell_information_proto_depIdxs = []int32{
198         0, // [0:0] is the sub-list for method output_type
199         0, // [0:0] is the sub-list for method input_type
200         0, // [0:0] is the sub-list for extension type_name
201         0, // [0:0] is the sub-list for extension extendee
202         0, // [0:0] is the sub-list for field type_name
203 }
204
205 func init() { file_additional_cell_information_proto_init() }
206 func file_additional_cell_information_proto_init() {
207         if File_additional_cell_information_proto != nil {
208                 return
209         }
210         if !protoimpl.UnsafeEnabled {
211                 file_additional_cell_information_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
212                         switch v := v.(*AdditionalCellInformation); i {
213                         case 0:
214                                 return &v.state
215                         case 1:
216                                 return &v.sizeCache
217                         case 2:
218                                 return &v.unknownFields
219                         default:
220                                 return nil
221                         }
222                 }
223         }
224         type x struct{}
225         out := protoimpl.TypeBuilder{
226                 File: protoimpl.DescBuilder{
227                         GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
228                         RawDescriptor: file_additional_cell_information_proto_rawDesc,
229                         NumEnums:      0,
230                         NumMessages:   1,
231                         NumExtensions: 0,
232                         NumServices:   0,
233                 },
234                 GoTypes:           file_additional_cell_information_proto_goTypes,
235                 DependencyIndexes: file_additional_cell_information_proto_depIdxs,
236                 MessageInfos:      file_additional_cell_information_proto_msgTypes,
237         }.Build()
238         File_additional_cell_information_proto = out.File
239         file_additional_cell_information_proto_rawDesc = nil
240         file_additional_cell_information_proto_goTypes = nil
241         file_additional_cell_information_proto_depIdxs = nil
242 }