blob: bafb22fcd89674758ab36692903750ca86073ffe [file] [log] [blame]
kesavand8ec4fc02021-01-27 09:10:22 -05001// Code generated by protoc-gen-go. DO NOT EDIT.
2// source: voltha_protos/extensions.proto
3
4package extension
5
6import (
7 context "context"
8 fmt "fmt"
9 proto "github.com/golang/protobuf/proto"
10 empty "github.com/golang/protobuf/ptypes/empty"
11 config "github.com/opencord/voltha-protos/v4/go/ext/config"
12 grpc "google.golang.org/grpc"
David K. Bainbridge3e83a5b2021-04-09 16:18:04 +000013 codes "google.golang.org/grpc/codes"
14 status "google.golang.org/grpc/status"
kesavand8ec4fc02021-01-27 09:10:22 -050015 math "math"
16)
17
18// Reference imports to suppress errors if they are not otherwise used.
19var _ = proto.Marshal
20var _ = fmt.Errorf
21var _ = math.Inf
22
23// This is a compile-time assertion to ensure that this generated file
24// is compatible with the proto package it is being compiled against.
25// A compilation error at this line likely means your copy of the
26// proto package needs to be updated.
27const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
28
29// AlarmConfig from public import voltha_protos/ext_config.proto
30type AlarmConfig = config.AlarmConfig
31type AlarmConfig_OnuItuPonAlarmConfig = config.AlarmConfig_OnuItuPonAlarmConfig
32
33// OnuItuPonAlarm from public import voltha_protos/ext_config.proto
34type OnuItuPonAlarm = config.OnuItuPonAlarm
35type OnuItuPonAlarm_RateThresholdConfig_ = config.OnuItuPonAlarm_RateThresholdConfig_
36type OnuItuPonAlarm_RateRangeConfig_ = config.OnuItuPonAlarm_RateRangeConfig_
37type OnuItuPonAlarm_ValueThresholdConfig_ = config.OnuItuPonAlarm_ValueThresholdConfig_
38
39// OnuItuPonAlarm_SoakTime from public import voltha_protos/ext_config.proto
40type OnuItuPonAlarm_SoakTime = config.OnuItuPonAlarm_SoakTime
41
42// OnuItuPonAlarm_RateThresholdConfig from public import voltha_protos/ext_config.proto
43type OnuItuPonAlarm_RateThresholdConfig = config.OnuItuPonAlarm_RateThresholdConfig
44
45// OnuItuPonAlarm_RateRangeConfig from public import voltha_protos/ext_config.proto
46type OnuItuPonAlarm_RateRangeConfig = config.OnuItuPonAlarm_RateRangeConfig
47
48// OnuItuPonAlarm_ValueThresholdConfig from public import voltha_protos/ext_config.proto
49type OnuItuPonAlarm_ValueThresholdConfig = config.OnuItuPonAlarm_ValueThresholdConfig
50
51// OnuItuPonAlarm_AlarmID from public import voltha_protos/ext_config.proto
52type OnuItuPonAlarm_AlarmID = config.OnuItuPonAlarm_AlarmID
53
54var OnuItuPonAlarm_AlarmID_name = config.OnuItuPonAlarm_AlarmID_name
55var OnuItuPonAlarm_AlarmID_value = config.OnuItuPonAlarm_AlarmID_value
56
57const OnuItuPonAlarm_RDI_ERRORS = OnuItuPonAlarm_AlarmID(config.OnuItuPonAlarm_RDI_ERRORS)
58
59// OnuItuPonAlarm_AlarmReportingCondition from public import voltha_protos/ext_config.proto
60type OnuItuPonAlarm_AlarmReportingCondition = config.OnuItuPonAlarm_AlarmReportingCondition
61
62var OnuItuPonAlarm_AlarmReportingCondition_name = config.OnuItuPonAlarm_AlarmReportingCondition_name
63var OnuItuPonAlarm_AlarmReportingCondition_value = config.OnuItuPonAlarm_AlarmReportingCondition_value
64
65const OnuItuPonAlarm_RATE_THRESHOLD = OnuItuPonAlarm_AlarmReportingCondition(config.OnuItuPonAlarm_RATE_THRESHOLD)
66const OnuItuPonAlarm_RATE_RANGE = OnuItuPonAlarm_AlarmReportingCondition(config.OnuItuPonAlarm_RATE_RANGE)
67const OnuItuPonAlarm_VALUE_THRESHOLD = OnuItuPonAlarm_AlarmReportingCondition(config.OnuItuPonAlarm_VALUE_THRESHOLD)
68
69type GetOnuUniInfoResponse_ConfigurationInd int32
70
71const (
72 GetOnuUniInfoResponse_UNKOWN GetOnuUniInfoResponse_ConfigurationInd = 0
73 GetOnuUniInfoResponse_TEN_BASE_T_FDX GetOnuUniInfoResponse_ConfigurationInd = 1
74 GetOnuUniInfoResponse_HUNDRED_BASE_T_FDX GetOnuUniInfoResponse_ConfigurationInd = 2
75 GetOnuUniInfoResponse_GIGABIT_ETHERNET_FDX GetOnuUniInfoResponse_ConfigurationInd = 3
76 GetOnuUniInfoResponse_TEN_G_ETHERNET_FDX GetOnuUniInfoResponse_ConfigurationInd = 4
77 GetOnuUniInfoResponse_TEN_BASE_T_HDX GetOnuUniInfoResponse_ConfigurationInd = 5
78 GetOnuUniInfoResponse_HUNDRED_BASE_T_HDX GetOnuUniInfoResponse_ConfigurationInd = 6
79 GetOnuUniInfoResponse_GIGABIT_ETHERNET_HDX GetOnuUniInfoResponse_ConfigurationInd = 7
80)
81
82var GetOnuUniInfoResponse_ConfigurationInd_name = map[int32]string{
83 0: "UNKOWN",
84 1: "TEN_BASE_T_FDX",
85 2: "HUNDRED_BASE_T_FDX",
86 3: "GIGABIT_ETHERNET_FDX",
87 4: "TEN_G_ETHERNET_FDX",
88 5: "TEN_BASE_T_HDX",
89 6: "HUNDRED_BASE_T_HDX",
90 7: "GIGABIT_ETHERNET_HDX",
91}
92
93var GetOnuUniInfoResponse_ConfigurationInd_value = map[string]int32{
94 "UNKOWN": 0,
95 "TEN_BASE_T_FDX": 1,
96 "HUNDRED_BASE_T_FDX": 2,
97 "GIGABIT_ETHERNET_FDX": 3,
98 "TEN_G_ETHERNET_FDX": 4,
99 "TEN_BASE_T_HDX": 5,
100 "HUNDRED_BASE_T_HDX": 6,
101 "GIGABIT_ETHERNET_HDX": 7,
102}
103
104func (x GetOnuUniInfoResponse_ConfigurationInd) String() string {
105 return proto.EnumName(GetOnuUniInfoResponse_ConfigurationInd_name, int32(x))
106}
107
108func (GetOnuUniInfoResponse_ConfigurationInd) EnumDescriptor() ([]byte, []int) {
109 return fileDescriptor_7ecf6e9799a9202d, []int{3, 0}
110}
111
112type GetOnuUniInfoResponse_AdministrativeState int32
113
114const (
115 GetOnuUniInfoResponse_ADMSTATE_UNDEFINED GetOnuUniInfoResponse_AdministrativeState = 0
116 GetOnuUniInfoResponse_LOCKED GetOnuUniInfoResponse_AdministrativeState = 1
117 GetOnuUniInfoResponse_UNLOCKED GetOnuUniInfoResponse_AdministrativeState = 2
118)
119
120var GetOnuUniInfoResponse_AdministrativeState_name = map[int32]string{
121 0: "ADMSTATE_UNDEFINED",
122 1: "LOCKED",
123 2: "UNLOCKED",
124}
125
126var GetOnuUniInfoResponse_AdministrativeState_value = map[string]int32{
127 "ADMSTATE_UNDEFINED": 0,
128 "LOCKED": 1,
129 "UNLOCKED": 2,
130}
131
132func (x GetOnuUniInfoResponse_AdministrativeState) String() string {
133 return proto.EnumName(GetOnuUniInfoResponse_AdministrativeState_name, int32(x))
134}
135
136func (GetOnuUniInfoResponse_AdministrativeState) EnumDescriptor() ([]byte, []int) {
137 return fileDescriptor_7ecf6e9799a9202d, []int{3, 1}
138}
139
140type GetOnuUniInfoResponse_OperationalState int32
141
142const (
143 GetOnuUniInfoResponse_OPERSTATE_UNDEFINED GetOnuUniInfoResponse_OperationalState = 0
144 GetOnuUniInfoResponse_ENABLED GetOnuUniInfoResponse_OperationalState = 1
145 GetOnuUniInfoResponse_DISABLED GetOnuUniInfoResponse_OperationalState = 2
146)
147
148var GetOnuUniInfoResponse_OperationalState_name = map[int32]string{
149 0: "OPERSTATE_UNDEFINED",
150 1: "ENABLED",
151 2: "DISABLED",
152}
153
154var GetOnuUniInfoResponse_OperationalState_value = map[string]int32{
155 "OPERSTATE_UNDEFINED": 0,
156 "ENABLED": 1,
157 "DISABLED": 2,
158}
159
160func (x GetOnuUniInfoResponse_OperationalState) String() string {
161 return proto.EnumName(GetOnuUniInfoResponse_OperationalState_name, int32(x))
162}
163
164func (GetOnuUniInfoResponse_OperationalState) EnumDescriptor() ([]byte, []int) {
165 return fileDescriptor_7ecf6e9799a9202d, []int{3, 2}
166}
167
168type GetOltPortCounters_PortType int32
169
170const (
171 GetOltPortCounters_Port_UNKNOWN GetOltPortCounters_PortType = 0
172 GetOltPortCounters_Port_ETHERNET_NNI GetOltPortCounters_PortType = 1
173 GetOltPortCounters_Port_PON_OLT GetOltPortCounters_PortType = 2
174)
175
176var GetOltPortCounters_PortType_name = map[int32]string{
177 0: "Port_UNKNOWN",
178 1: "Port_ETHERNET_NNI",
179 2: "Port_PON_OLT",
180}
181
182var GetOltPortCounters_PortType_value = map[string]int32{
183 "Port_UNKNOWN": 0,
184 "Port_ETHERNET_NNI": 1,
185 "Port_PON_OLT": 2,
186}
187
188func (x GetOltPortCounters_PortType) String() string {
189 return proto.EnumName(GetOltPortCounters_PortType_name, int32(x))
190}
191
192func (GetOltPortCounters_PortType) EnumDescriptor() ([]byte, []int) {
193 return fileDescriptor_7ecf6e9799a9202d, []int{4, 0}
194}
195
196type GetOnuEthernetBridgePortHistory_Direction int32
197
198const (
199 GetOnuEthernetBridgePortHistory_UNDEFINED GetOnuEthernetBridgePortHistory_Direction = 0
200 GetOnuEthernetBridgePortHistory_UPSTREAM GetOnuEthernetBridgePortHistory_Direction = 1
201 GetOnuEthernetBridgePortHistory_DOWNSTREAM GetOnuEthernetBridgePortHistory_Direction = 2
202)
203
204var GetOnuEthernetBridgePortHistory_Direction_name = map[int32]string{
205 0: "UNDEFINED",
206 1: "UPSTREAM",
207 2: "DOWNSTREAM",
208}
209
210var GetOnuEthernetBridgePortHistory_Direction_value = map[string]int32{
211 "UNDEFINED": 0,
212 "UPSTREAM": 1,
213 "DOWNSTREAM": 2,
214}
215
216func (x GetOnuEthernetBridgePortHistory_Direction) String() string {
217 return proto.EnumName(GetOnuEthernetBridgePortHistory_Direction_name, int32(x))
218}
219
220func (GetOnuEthernetBridgePortHistory_Direction) EnumDescriptor() ([]byte, []int) {
221 return fileDescriptor_7ecf6e9799a9202d, []int{8, 0}
222}
223
224type GetValueResponse_Status int32
225
226const (
227 GetValueResponse_STATUS_UNDEFINED GetValueResponse_Status = 0
228 GetValueResponse_OK GetValueResponse_Status = 1
229 GetValueResponse_ERROR GetValueResponse_Status = 2
230)
231
232var GetValueResponse_Status_name = map[int32]string{
233 0: "STATUS_UNDEFINED",
234 1: "OK",
235 2: "ERROR",
236}
237
238var GetValueResponse_Status_value = map[string]int32{
239 "STATUS_UNDEFINED": 0,
240 "OK": 1,
241 "ERROR": 2,
242}
243
244func (x GetValueResponse_Status) String() string {
245 return proto.EnumName(GetValueResponse_Status_name, int32(x))
246}
247
248func (GetValueResponse_Status) EnumDescriptor() ([]byte, []int) {
Gamze Abakac857a462021-05-26 13:45:54 +0000249 return fileDescriptor_7ecf6e9799a9202d, []int{19, 0}
kesavand8ec4fc02021-01-27 09:10:22 -0500250}
251
252type GetValueResponse_ErrorReason int32
253
254const (
255 GetValueResponse_REASON_UNDEFINED GetValueResponse_ErrorReason = 0
256 GetValueResponse_UNSUPPORTED GetValueResponse_ErrorReason = 1
257 GetValueResponse_INVALID_DEVICE_ID GetValueResponse_ErrorReason = 2
258 GetValueResponse_INVALID_PORT_TYPE GetValueResponse_ErrorReason = 3
259 GetValueResponse_TIMEOUT GetValueResponse_ErrorReason = 4
260 GetValueResponse_INVALID_REQ_TYPE GetValueResponse_ErrorReason = 5
261 GetValueResponse_INTERNAL_ERROR GetValueResponse_ErrorReason = 6
Himani Chawla40acc122021-05-26 18:52:29 +0530262 GetValueResponse_INVALID_DEVICE GetValueResponse_ErrorReason = 7
kesavand8ec4fc02021-01-27 09:10:22 -0500263)
264
265var GetValueResponse_ErrorReason_name = map[int32]string{
266 0: "REASON_UNDEFINED",
267 1: "UNSUPPORTED",
268 2: "INVALID_DEVICE_ID",
269 3: "INVALID_PORT_TYPE",
270 4: "TIMEOUT",
271 5: "INVALID_REQ_TYPE",
272 6: "INTERNAL_ERROR",
Himani Chawla40acc122021-05-26 18:52:29 +0530273 7: "INVALID_DEVICE",
kesavand8ec4fc02021-01-27 09:10:22 -0500274}
275
276var GetValueResponse_ErrorReason_value = map[string]int32{
277 "REASON_UNDEFINED": 0,
278 "UNSUPPORTED": 1,
279 "INVALID_DEVICE_ID": 2,
280 "INVALID_PORT_TYPE": 3,
281 "TIMEOUT": 4,
282 "INVALID_REQ_TYPE": 5,
283 "INTERNAL_ERROR": 6,
Himani Chawla40acc122021-05-26 18:52:29 +0530284 "INVALID_DEVICE": 7,
kesavand8ec4fc02021-01-27 09:10:22 -0500285}
286
287func (x GetValueResponse_ErrorReason) String() string {
288 return proto.EnumName(GetValueResponse_ErrorReason_name, int32(x))
289}
290
291func (GetValueResponse_ErrorReason) EnumDescriptor() ([]byte, []int) {
Gamze Abakac857a462021-05-26 13:45:54 +0000292 return fileDescriptor_7ecf6e9799a9202d, []int{19, 1}
kesavand8ec4fc02021-01-27 09:10:22 -0500293}
294
295type SetValueResponse_Status int32
296
297const (
298 SetValueResponse_STATUS_UNDEFINED SetValueResponse_Status = 0
299 SetValueResponse_OK SetValueResponse_Status = 1
300 SetValueResponse_ERROR SetValueResponse_Status = 2
301)
302
303var SetValueResponse_Status_name = map[int32]string{
304 0: "STATUS_UNDEFINED",
305 1: "OK",
306 2: "ERROR",
307}
308
309var SetValueResponse_Status_value = map[string]int32{
310 "STATUS_UNDEFINED": 0,
311 "OK": 1,
312 "ERROR": 2,
313}
314
315func (x SetValueResponse_Status) String() string {
316 return proto.EnumName(SetValueResponse_Status_name, int32(x))
317}
318
319func (SetValueResponse_Status) EnumDescriptor() ([]byte, []int) {
Gamze Abakac857a462021-05-26 13:45:54 +0000320 return fileDescriptor_7ecf6e9799a9202d, []int{21, 0}
kesavand8ec4fc02021-01-27 09:10:22 -0500321}
322
323type SetValueResponse_ErrorReason int32
324
325const (
326 SetValueResponse_REASON_UNDEFINED SetValueResponse_ErrorReason = 0
327 SetValueResponse_UNSUPPORTED SetValueResponse_ErrorReason = 1
328)
329
330var SetValueResponse_ErrorReason_name = map[int32]string{
331 0: "REASON_UNDEFINED",
332 1: "UNSUPPORTED",
333}
334
335var SetValueResponse_ErrorReason_value = map[string]int32{
336 "REASON_UNDEFINED": 0,
337 "UNSUPPORTED": 1,
338}
339
340func (x SetValueResponse_ErrorReason) String() string {
341 return proto.EnumName(SetValueResponse_ErrorReason_name, int32(x))
342}
343
344func (SetValueResponse_ErrorReason) EnumDescriptor() ([]byte, []int) {
Gamze Abakac857a462021-05-26 13:45:54 +0000345 return fileDescriptor_7ecf6e9799a9202d, []int{21, 1}
kesavand8ec4fc02021-01-27 09:10:22 -0500346}
347
348type GetDistanceRequest struct {
349 OnuDeviceId string `protobuf:"bytes,1,opt,name=onuDeviceId,proto3" json:"onuDeviceId,omitempty"`
350 XXX_NoUnkeyedLiteral struct{} `json:"-"`
351 XXX_unrecognized []byte `json:"-"`
352 XXX_sizecache int32 `json:"-"`
353}
354
355func (m *GetDistanceRequest) Reset() { *m = GetDistanceRequest{} }
356func (m *GetDistanceRequest) String() string { return proto.CompactTextString(m) }
357func (*GetDistanceRequest) ProtoMessage() {}
358func (*GetDistanceRequest) Descriptor() ([]byte, []int) {
359 return fileDescriptor_7ecf6e9799a9202d, []int{0}
360}
361
362func (m *GetDistanceRequest) XXX_Unmarshal(b []byte) error {
363 return xxx_messageInfo_GetDistanceRequest.Unmarshal(m, b)
364}
365func (m *GetDistanceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
366 return xxx_messageInfo_GetDistanceRequest.Marshal(b, m, deterministic)
367}
368func (m *GetDistanceRequest) XXX_Merge(src proto.Message) {
369 xxx_messageInfo_GetDistanceRequest.Merge(m, src)
370}
371func (m *GetDistanceRequest) XXX_Size() int {
372 return xxx_messageInfo_GetDistanceRequest.Size(m)
373}
374func (m *GetDistanceRequest) XXX_DiscardUnknown() {
375 xxx_messageInfo_GetDistanceRequest.DiscardUnknown(m)
376}
377
378var xxx_messageInfo_GetDistanceRequest proto.InternalMessageInfo
379
380func (m *GetDistanceRequest) GetOnuDeviceId() string {
381 if m != nil {
382 return m.OnuDeviceId
383 }
384 return ""
385}
386
387type GetDistanceResponse struct {
388 Distance uint32 `protobuf:"varint,1,opt,name=distance,proto3" json:"distance,omitempty"`
389 XXX_NoUnkeyedLiteral struct{} `json:"-"`
390 XXX_unrecognized []byte `json:"-"`
391 XXX_sizecache int32 `json:"-"`
392}
393
394func (m *GetDistanceResponse) Reset() { *m = GetDistanceResponse{} }
395func (m *GetDistanceResponse) String() string { return proto.CompactTextString(m) }
396func (*GetDistanceResponse) ProtoMessage() {}
397func (*GetDistanceResponse) Descriptor() ([]byte, []int) {
398 return fileDescriptor_7ecf6e9799a9202d, []int{1}
399}
400
401func (m *GetDistanceResponse) XXX_Unmarshal(b []byte) error {
402 return xxx_messageInfo_GetDistanceResponse.Unmarshal(m, b)
403}
404func (m *GetDistanceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
405 return xxx_messageInfo_GetDistanceResponse.Marshal(b, m, deterministic)
406}
407func (m *GetDistanceResponse) XXX_Merge(src proto.Message) {
408 xxx_messageInfo_GetDistanceResponse.Merge(m, src)
409}
410func (m *GetDistanceResponse) XXX_Size() int {
411 return xxx_messageInfo_GetDistanceResponse.Size(m)
412}
413func (m *GetDistanceResponse) XXX_DiscardUnknown() {
414 xxx_messageInfo_GetDistanceResponse.DiscardUnknown(m)
415}
416
417var xxx_messageInfo_GetDistanceResponse proto.InternalMessageInfo
418
419func (m *GetDistanceResponse) GetDistance() uint32 {
420 if m != nil {
421 return m.Distance
422 }
423 return 0
424}
425
426type GetOnuUniInfoRequest struct {
427 UniIndex uint32 `protobuf:"varint,1,opt,name=uniIndex,proto3" json:"uniIndex,omitempty"`
428 XXX_NoUnkeyedLiteral struct{} `json:"-"`
429 XXX_unrecognized []byte `json:"-"`
430 XXX_sizecache int32 `json:"-"`
431}
432
433func (m *GetOnuUniInfoRequest) Reset() { *m = GetOnuUniInfoRequest{} }
434func (m *GetOnuUniInfoRequest) String() string { return proto.CompactTextString(m) }
435func (*GetOnuUniInfoRequest) ProtoMessage() {}
436func (*GetOnuUniInfoRequest) Descriptor() ([]byte, []int) {
437 return fileDescriptor_7ecf6e9799a9202d, []int{2}
438}
439
440func (m *GetOnuUniInfoRequest) XXX_Unmarshal(b []byte) error {
441 return xxx_messageInfo_GetOnuUniInfoRequest.Unmarshal(m, b)
442}
443func (m *GetOnuUniInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
444 return xxx_messageInfo_GetOnuUniInfoRequest.Marshal(b, m, deterministic)
445}
446func (m *GetOnuUniInfoRequest) XXX_Merge(src proto.Message) {
447 xxx_messageInfo_GetOnuUniInfoRequest.Merge(m, src)
448}
449func (m *GetOnuUniInfoRequest) XXX_Size() int {
450 return xxx_messageInfo_GetOnuUniInfoRequest.Size(m)
451}
452func (m *GetOnuUniInfoRequest) XXX_DiscardUnknown() {
453 xxx_messageInfo_GetOnuUniInfoRequest.DiscardUnknown(m)
454}
455
456var xxx_messageInfo_GetOnuUniInfoRequest proto.InternalMessageInfo
457
458func (m *GetOnuUniInfoRequest) GetUniIndex() uint32 {
459 if m != nil {
460 return m.UniIndex
461 }
462 return 0
463}
464
465type GetOnuUniInfoResponse struct {
466 AdmState GetOnuUniInfoResponse_AdministrativeState `protobuf:"varint,1,opt,name=admState,proto3,enum=extension.GetOnuUniInfoResponse_AdministrativeState" json:"admState,omitempty"`
467 OperState GetOnuUniInfoResponse_OperationalState `protobuf:"varint,2,opt,name=operState,proto3,enum=extension.GetOnuUniInfoResponse_OperationalState" json:"operState,omitempty"`
468 ConfigInd GetOnuUniInfoResponse_ConfigurationInd `protobuf:"varint,3,opt,name=configInd,proto3,enum=extension.GetOnuUniInfoResponse_ConfigurationInd" json:"configInd,omitempty"`
469 XXX_NoUnkeyedLiteral struct{} `json:"-"`
470 XXX_unrecognized []byte `json:"-"`
471 XXX_sizecache int32 `json:"-"`
472}
473
474func (m *GetOnuUniInfoResponse) Reset() { *m = GetOnuUniInfoResponse{} }
475func (m *GetOnuUniInfoResponse) String() string { return proto.CompactTextString(m) }
476func (*GetOnuUniInfoResponse) ProtoMessage() {}
477func (*GetOnuUniInfoResponse) Descriptor() ([]byte, []int) {
478 return fileDescriptor_7ecf6e9799a9202d, []int{3}
479}
480
481func (m *GetOnuUniInfoResponse) XXX_Unmarshal(b []byte) error {
482 return xxx_messageInfo_GetOnuUniInfoResponse.Unmarshal(m, b)
483}
484func (m *GetOnuUniInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
485 return xxx_messageInfo_GetOnuUniInfoResponse.Marshal(b, m, deterministic)
486}
487func (m *GetOnuUniInfoResponse) XXX_Merge(src proto.Message) {
488 xxx_messageInfo_GetOnuUniInfoResponse.Merge(m, src)
489}
490func (m *GetOnuUniInfoResponse) XXX_Size() int {
491 return xxx_messageInfo_GetOnuUniInfoResponse.Size(m)
492}
493func (m *GetOnuUniInfoResponse) XXX_DiscardUnknown() {
494 xxx_messageInfo_GetOnuUniInfoResponse.DiscardUnknown(m)
495}
496
497var xxx_messageInfo_GetOnuUniInfoResponse proto.InternalMessageInfo
498
499func (m *GetOnuUniInfoResponse) GetAdmState() GetOnuUniInfoResponse_AdministrativeState {
500 if m != nil {
501 return m.AdmState
502 }
503 return GetOnuUniInfoResponse_ADMSTATE_UNDEFINED
504}
505
506func (m *GetOnuUniInfoResponse) GetOperState() GetOnuUniInfoResponse_OperationalState {
507 if m != nil {
508 return m.OperState
509 }
510 return GetOnuUniInfoResponse_OPERSTATE_UNDEFINED
511}
512
513func (m *GetOnuUniInfoResponse) GetConfigInd() GetOnuUniInfoResponse_ConfigurationInd {
514 if m != nil {
515 return m.ConfigInd
516 }
517 return GetOnuUniInfoResponse_UNKOWN
518}
519
520type GetOltPortCounters struct {
521 PortNo uint32 `protobuf:"varint,1,opt,name=portNo,proto3" json:"portNo,omitempty"`
522 PortType GetOltPortCounters_PortType `protobuf:"varint,2,opt,name=portType,proto3,enum=extension.GetOltPortCounters_PortType" json:"portType,omitempty"`
523 XXX_NoUnkeyedLiteral struct{} `json:"-"`
524 XXX_unrecognized []byte `json:"-"`
525 XXX_sizecache int32 `json:"-"`
526}
527
528func (m *GetOltPortCounters) Reset() { *m = GetOltPortCounters{} }
529func (m *GetOltPortCounters) String() string { return proto.CompactTextString(m) }
530func (*GetOltPortCounters) ProtoMessage() {}
531func (*GetOltPortCounters) Descriptor() ([]byte, []int) {
532 return fileDescriptor_7ecf6e9799a9202d, []int{4}
533}
534
535func (m *GetOltPortCounters) XXX_Unmarshal(b []byte) error {
536 return xxx_messageInfo_GetOltPortCounters.Unmarshal(m, b)
537}
538func (m *GetOltPortCounters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
539 return xxx_messageInfo_GetOltPortCounters.Marshal(b, m, deterministic)
540}
541func (m *GetOltPortCounters) XXX_Merge(src proto.Message) {
542 xxx_messageInfo_GetOltPortCounters.Merge(m, src)
543}
544func (m *GetOltPortCounters) XXX_Size() int {
545 return xxx_messageInfo_GetOltPortCounters.Size(m)
546}
547func (m *GetOltPortCounters) XXX_DiscardUnknown() {
548 xxx_messageInfo_GetOltPortCounters.DiscardUnknown(m)
549}
550
551var xxx_messageInfo_GetOltPortCounters proto.InternalMessageInfo
552
553func (m *GetOltPortCounters) GetPortNo() uint32 {
554 if m != nil {
555 return m.PortNo
556 }
557 return 0
558}
559
560func (m *GetOltPortCounters) GetPortType() GetOltPortCounters_PortType {
561 if m != nil {
562 return m.PortType
563 }
564 return GetOltPortCounters_Port_UNKNOWN
565}
566
567type GetOltPortCountersResponse struct {
568 TxBytes uint64 `protobuf:"varint,1,opt,name=txBytes,proto3" json:"txBytes,omitempty"`
569 RxBytes uint64 `protobuf:"varint,2,opt,name=rxBytes,proto3" json:"rxBytes,omitempty"`
570 TxPackets uint64 `protobuf:"varint,3,opt,name=txPackets,proto3" json:"txPackets,omitempty"`
571 RxPackets uint64 `protobuf:"varint,4,opt,name=rxPackets,proto3" json:"rxPackets,omitempty"`
572 TxErrorPackets uint64 `protobuf:"varint,5,opt,name=txErrorPackets,proto3" json:"txErrorPackets,omitempty"`
573 RxErrorPackets uint64 `protobuf:"varint,6,opt,name=rxErrorPackets,proto3" json:"rxErrorPackets,omitempty"`
574 TxBcastPackets uint64 `protobuf:"varint,7,opt,name=txBcastPackets,proto3" json:"txBcastPackets,omitempty"`
575 RxBcastPackets uint64 `protobuf:"varint,8,opt,name=rxBcastPackets,proto3" json:"rxBcastPackets,omitempty"`
576 TxUcastPackets uint64 `protobuf:"varint,9,opt,name=txUcastPackets,proto3" json:"txUcastPackets,omitempty"`
577 RxUcastPackets uint64 `protobuf:"varint,10,opt,name=rxUcastPackets,proto3" json:"rxUcastPackets,omitempty"`
578 TxMcastPackets uint64 `protobuf:"varint,11,opt,name=txMcastPackets,proto3" json:"txMcastPackets,omitempty"`
579 RxMcastPackets uint64 `protobuf:"varint,12,opt,name=rxMcastPackets,proto3" json:"rxMcastPackets,omitempty"`
580 XXX_NoUnkeyedLiteral struct{} `json:"-"`
581 XXX_unrecognized []byte `json:"-"`
582 XXX_sizecache int32 `json:"-"`
583}
584
585func (m *GetOltPortCountersResponse) Reset() { *m = GetOltPortCountersResponse{} }
586func (m *GetOltPortCountersResponse) String() string { return proto.CompactTextString(m) }
587func (*GetOltPortCountersResponse) ProtoMessage() {}
588func (*GetOltPortCountersResponse) Descriptor() ([]byte, []int) {
589 return fileDescriptor_7ecf6e9799a9202d, []int{5}
590}
591
592func (m *GetOltPortCountersResponse) XXX_Unmarshal(b []byte) error {
593 return xxx_messageInfo_GetOltPortCountersResponse.Unmarshal(m, b)
594}
595func (m *GetOltPortCountersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
596 return xxx_messageInfo_GetOltPortCountersResponse.Marshal(b, m, deterministic)
597}
598func (m *GetOltPortCountersResponse) XXX_Merge(src proto.Message) {
599 xxx_messageInfo_GetOltPortCountersResponse.Merge(m, src)
600}
601func (m *GetOltPortCountersResponse) XXX_Size() int {
602 return xxx_messageInfo_GetOltPortCountersResponse.Size(m)
603}
604func (m *GetOltPortCountersResponse) XXX_DiscardUnknown() {
605 xxx_messageInfo_GetOltPortCountersResponse.DiscardUnknown(m)
606}
607
608var xxx_messageInfo_GetOltPortCountersResponse proto.InternalMessageInfo
609
610func (m *GetOltPortCountersResponse) GetTxBytes() uint64 {
611 if m != nil {
612 return m.TxBytes
613 }
614 return 0
615}
616
617func (m *GetOltPortCountersResponse) GetRxBytes() uint64 {
618 if m != nil {
619 return m.RxBytes
620 }
621 return 0
622}
623
624func (m *GetOltPortCountersResponse) GetTxPackets() uint64 {
625 if m != nil {
626 return m.TxPackets
627 }
628 return 0
629}
630
631func (m *GetOltPortCountersResponse) GetRxPackets() uint64 {
632 if m != nil {
633 return m.RxPackets
634 }
635 return 0
636}
637
638func (m *GetOltPortCountersResponse) GetTxErrorPackets() uint64 {
639 if m != nil {
640 return m.TxErrorPackets
641 }
642 return 0
643}
644
645func (m *GetOltPortCountersResponse) GetRxErrorPackets() uint64 {
646 if m != nil {
647 return m.RxErrorPackets
648 }
649 return 0
650}
651
652func (m *GetOltPortCountersResponse) GetTxBcastPackets() uint64 {
653 if m != nil {
654 return m.TxBcastPackets
655 }
656 return 0
657}
658
659func (m *GetOltPortCountersResponse) GetRxBcastPackets() uint64 {
660 if m != nil {
661 return m.RxBcastPackets
662 }
663 return 0
664}
665
666func (m *GetOltPortCountersResponse) GetTxUcastPackets() uint64 {
667 if m != nil {
668 return m.TxUcastPackets
669 }
670 return 0
671}
672
673func (m *GetOltPortCountersResponse) GetRxUcastPackets() uint64 {
674 if m != nil {
675 return m.RxUcastPackets
676 }
677 return 0
678}
679
680func (m *GetOltPortCountersResponse) GetTxMcastPackets() uint64 {
681 if m != nil {
682 return m.TxMcastPackets
683 }
684 return 0
685}
686
687func (m *GetOltPortCountersResponse) GetRxMcastPackets() uint64 {
688 if m != nil {
689 return m.RxMcastPackets
690 }
691 return 0
692}
693
694type GetOnuPonOpticalInfo struct {
695 Empty *empty.Empty `protobuf:"bytes,1,opt,name=empty,proto3" json:"empty,omitempty"`
696 XXX_NoUnkeyedLiteral struct{} `json:"-"`
697 XXX_unrecognized []byte `json:"-"`
698 XXX_sizecache int32 `json:"-"`
699}
700
701func (m *GetOnuPonOpticalInfo) Reset() { *m = GetOnuPonOpticalInfo{} }
702func (m *GetOnuPonOpticalInfo) String() string { return proto.CompactTextString(m) }
703func (*GetOnuPonOpticalInfo) ProtoMessage() {}
704func (*GetOnuPonOpticalInfo) Descriptor() ([]byte, []int) {
705 return fileDescriptor_7ecf6e9799a9202d, []int{6}
706}
707
708func (m *GetOnuPonOpticalInfo) XXX_Unmarshal(b []byte) error {
709 return xxx_messageInfo_GetOnuPonOpticalInfo.Unmarshal(m, b)
710}
711func (m *GetOnuPonOpticalInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
712 return xxx_messageInfo_GetOnuPonOpticalInfo.Marshal(b, m, deterministic)
713}
714func (m *GetOnuPonOpticalInfo) XXX_Merge(src proto.Message) {
715 xxx_messageInfo_GetOnuPonOpticalInfo.Merge(m, src)
716}
717func (m *GetOnuPonOpticalInfo) XXX_Size() int {
718 return xxx_messageInfo_GetOnuPonOpticalInfo.Size(m)
719}
720func (m *GetOnuPonOpticalInfo) XXX_DiscardUnknown() {
721 xxx_messageInfo_GetOnuPonOpticalInfo.DiscardUnknown(m)
722}
723
724var xxx_messageInfo_GetOnuPonOpticalInfo proto.InternalMessageInfo
725
726func (m *GetOnuPonOpticalInfo) GetEmpty() *empty.Empty {
727 if m != nil {
728 return m.Empty
729 }
730 return nil
731}
732
Girish Gowdra4f5ce7c2021-04-29 18:53:21 -0700733// These values correspond to the Optical Line Supervision Test results
734// described in section A3.39.5 of ITU-T G.988 (11/2017) specification.
kesavand8ec4fc02021-01-27 09:10:22 -0500735type GetOnuPonOpticalInfoResponse struct {
Girish Gowdra4f5ce7c2021-04-29 18:53:21 -0700736 PowerFeedVoltage float32 `protobuf:"fixed32,1,opt,name=powerFeedVoltage,proto3" json:"powerFeedVoltage,omitempty"`
737 ReceivedOpticalPower float32 `protobuf:"fixed32,2,opt,name=receivedOpticalPower,proto3" json:"receivedOpticalPower,omitempty"`
738 MeanOpticalLaunchPower float32 `protobuf:"fixed32,3,opt,name=meanOpticalLaunchPower,proto3" json:"meanOpticalLaunchPower,omitempty"`
739 LaserBiasCurrent float32 `protobuf:"fixed32,4,opt,name=laserBiasCurrent,proto3" json:"laserBiasCurrent,omitempty"`
740 Temperature float32 `protobuf:"fixed32,5,opt,name=temperature,proto3" json:"temperature,omitempty"`
741 XXX_NoUnkeyedLiteral struct{} `json:"-"`
742 XXX_unrecognized []byte `json:"-"`
743 XXX_sizecache int32 `json:"-"`
kesavand8ec4fc02021-01-27 09:10:22 -0500744}
745
746func (m *GetOnuPonOpticalInfoResponse) Reset() { *m = GetOnuPonOpticalInfoResponse{} }
747func (m *GetOnuPonOpticalInfoResponse) String() string { return proto.CompactTextString(m) }
748func (*GetOnuPonOpticalInfoResponse) ProtoMessage() {}
749func (*GetOnuPonOpticalInfoResponse) Descriptor() ([]byte, []int) {
750 return fileDescriptor_7ecf6e9799a9202d, []int{7}
751}
752
753func (m *GetOnuPonOpticalInfoResponse) XXX_Unmarshal(b []byte) error {
754 return xxx_messageInfo_GetOnuPonOpticalInfoResponse.Unmarshal(m, b)
755}
756func (m *GetOnuPonOpticalInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
757 return xxx_messageInfo_GetOnuPonOpticalInfoResponse.Marshal(b, m, deterministic)
758}
759func (m *GetOnuPonOpticalInfoResponse) XXX_Merge(src proto.Message) {
760 xxx_messageInfo_GetOnuPonOpticalInfoResponse.Merge(m, src)
761}
762func (m *GetOnuPonOpticalInfoResponse) XXX_Size() int {
763 return xxx_messageInfo_GetOnuPonOpticalInfoResponse.Size(m)
764}
765func (m *GetOnuPonOpticalInfoResponse) XXX_DiscardUnknown() {
766 xxx_messageInfo_GetOnuPonOpticalInfoResponse.DiscardUnknown(m)
767}
768
769var xxx_messageInfo_GetOnuPonOpticalInfoResponse proto.InternalMessageInfo
770
Girish Gowdra4f5ce7c2021-04-29 18:53:21 -0700771func (m *GetOnuPonOpticalInfoResponse) GetPowerFeedVoltage() float32 {
kesavand8ec4fc02021-01-27 09:10:22 -0500772 if m != nil {
773 return m.PowerFeedVoltage
774 }
775 return 0
776}
777
Girish Gowdra4f5ce7c2021-04-29 18:53:21 -0700778func (m *GetOnuPonOpticalInfoResponse) GetReceivedOpticalPower() float32 {
kesavand8ec4fc02021-01-27 09:10:22 -0500779 if m != nil {
780 return m.ReceivedOpticalPower
781 }
782 return 0
783}
784
Girish Gowdra4f5ce7c2021-04-29 18:53:21 -0700785func (m *GetOnuPonOpticalInfoResponse) GetMeanOpticalLaunchPower() float32 {
kesavand8ec4fc02021-01-27 09:10:22 -0500786 if m != nil {
Girish Gowdra4f5ce7c2021-04-29 18:53:21 -0700787 return m.MeanOpticalLaunchPower
kesavand8ec4fc02021-01-27 09:10:22 -0500788 }
789 return 0
790}
791
Girish Gowdra4f5ce7c2021-04-29 18:53:21 -0700792func (m *GetOnuPonOpticalInfoResponse) GetLaserBiasCurrent() float32 {
793 if m != nil {
794 return m.LaserBiasCurrent
795 }
796 return 0
797}
798
799func (m *GetOnuPonOpticalInfoResponse) GetTemperature() float32 {
kesavand8ec4fc02021-01-27 09:10:22 -0500800 if m != nil {
801 return m.Temperature
802 }
803 return 0
804}
805
kesavand8ec4fc02021-01-27 09:10:22 -0500806type GetOnuEthernetBridgePortHistory struct {
807 Direction GetOnuEthernetBridgePortHistory_Direction `protobuf:"varint,1,opt,name=direction,proto3,enum=extension.GetOnuEthernetBridgePortHistory_Direction" json:"direction,omitempty"`
808 XXX_NoUnkeyedLiteral struct{} `json:"-"`
809 XXX_unrecognized []byte `json:"-"`
810 XXX_sizecache int32 `json:"-"`
811}
812
813func (m *GetOnuEthernetBridgePortHistory) Reset() { *m = GetOnuEthernetBridgePortHistory{} }
814func (m *GetOnuEthernetBridgePortHistory) String() string { return proto.CompactTextString(m) }
815func (*GetOnuEthernetBridgePortHistory) ProtoMessage() {}
816func (*GetOnuEthernetBridgePortHistory) Descriptor() ([]byte, []int) {
817 return fileDescriptor_7ecf6e9799a9202d, []int{8}
818}
819
820func (m *GetOnuEthernetBridgePortHistory) XXX_Unmarshal(b []byte) error {
821 return xxx_messageInfo_GetOnuEthernetBridgePortHistory.Unmarshal(m, b)
822}
823func (m *GetOnuEthernetBridgePortHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
824 return xxx_messageInfo_GetOnuEthernetBridgePortHistory.Marshal(b, m, deterministic)
825}
826func (m *GetOnuEthernetBridgePortHistory) XXX_Merge(src proto.Message) {
827 xxx_messageInfo_GetOnuEthernetBridgePortHistory.Merge(m, src)
828}
829func (m *GetOnuEthernetBridgePortHistory) XXX_Size() int {
830 return xxx_messageInfo_GetOnuEthernetBridgePortHistory.Size(m)
831}
832func (m *GetOnuEthernetBridgePortHistory) XXX_DiscardUnknown() {
833 xxx_messageInfo_GetOnuEthernetBridgePortHistory.DiscardUnknown(m)
834}
835
836var xxx_messageInfo_GetOnuEthernetBridgePortHistory proto.InternalMessageInfo
837
838func (m *GetOnuEthernetBridgePortHistory) GetDirection() GetOnuEthernetBridgePortHistory_Direction {
839 if m != nil {
840 return m.Direction
841 }
842 return GetOnuEthernetBridgePortHistory_UNDEFINED
843}
844
845type GetOnuEthernetBridgePortHistoryResponse struct {
846 DropEvents uint32 `protobuf:"varint,1,opt,name=dropEvents,proto3" json:"dropEvents,omitempty"`
847 Octets uint32 `protobuf:"varint,2,opt,name=octets,proto3" json:"octets,omitempty"`
848 Packets uint32 `protobuf:"varint,3,opt,name=packets,proto3" json:"packets,omitempty"`
849 BroadcastPackets uint32 `protobuf:"varint,4,opt,name=broadcastPackets,proto3" json:"broadcastPackets,omitempty"`
850 MulticastPackets uint32 `protobuf:"varint,5,opt,name=multicastPackets,proto3" json:"multicastPackets,omitempty"`
851 CrcErroredPackets uint32 `protobuf:"varint,6,opt,name=crcErroredPackets,proto3" json:"crcErroredPackets,omitempty"`
852 UndersizePackets uint32 `protobuf:"varint,7,opt,name=undersizePackets,proto3" json:"undersizePackets,omitempty"`
853 OversizePackets uint32 `protobuf:"varint,8,opt,name=oversizePackets,proto3" json:"oversizePackets,omitempty"`
854 Packets64Octets uint32 `protobuf:"varint,9,opt,name=packets64octets,proto3" json:"packets64octets,omitempty"`
855 Packets65To127Octets uint32 `protobuf:"varint,10,opt,name=packets65To127octets,proto3" json:"packets65To127octets,omitempty"`
856 Packets128To255Octets uint32 `protobuf:"varint,11,opt,name=packets128To255Octets,proto3" json:"packets128To255Octets,omitempty"`
857 Packets256To511Octets uint32 `protobuf:"varint,12,opt,name=packets256To511octets,proto3" json:"packets256To511octets,omitempty"`
858 Packets512To1023Octets uint32 `protobuf:"varint,13,opt,name=packets512To1023octets,proto3" json:"packets512To1023octets,omitempty"`
859 Packets1024To1518Octets uint32 `protobuf:"varint,14,opt,name=packets1024To1518octets,proto3" json:"packets1024To1518octets,omitempty"`
860 XXX_NoUnkeyedLiteral struct{} `json:"-"`
861 XXX_unrecognized []byte `json:"-"`
862 XXX_sizecache int32 `json:"-"`
863}
864
865func (m *GetOnuEthernetBridgePortHistoryResponse) Reset() {
866 *m = GetOnuEthernetBridgePortHistoryResponse{}
867}
868func (m *GetOnuEthernetBridgePortHistoryResponse) String() string { return proto.CompactTextString(m) }
869func (*GetOnuEthernetBridgePortHistoryResponse) ProtoMessage() {}
870func (*GetOnuEthernetBridgePortHistoryResponse) Descriptor() ([]byte, []int) {
871 return fileDescriptor_7ecf6e9799a9202d, []int{9}
872}
873
874func (m *GetOnuEthernetBridgePortHistoryResponse) XXX_Unmarshal(b []byte) error {
875 return xxx_messageInfo_GetOnuEthernetBridgePortHistoryResponse.Unmarshal(m, b)
876}
877func (m *GetOnuEthernetBridgePortHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
878 return xxx_messageInfo_GetOnuEthernetBridgePortHistoryResponse.Marshal(b, m, deterministic)
879}
880func (m *GetOnuEthernetBridgePortHistoryResponse) XXX_Merge(src proto.Message) {
881 xxx_messageInfo_GetOnuEthernetBridgePortHistoryResponse.Merge(m, src)
882}
883func (m *GetOnuEthernetBridgePortHistoryResponse) XXX_Size() int {
884 return xxx_messageInfo_GetOnuEthernetBridgePortHistoryResponse.Size(m)
885}
886func (m *GetOnuEthernetBridgePortHistoryResponse) XXX_DiscardUnknown() {
887 xxx_messageInfo_GetOnuEthernetBridgePortHistoryResponse.DiscardUnknown(m)
888}
889
890var xxx_messageInfo_GetOnuEthernetBridgePortHistoryResponse proto.InternalMessageInfo
891
892func (m *GetOnuEthernetBridgePortHistoryResponse) GetDropEvents() uint32 {
893 if m != nil {
894 return m.DropEvents
895 }
896 return 0
897}
898
899func (m *GetOnuEthernetBridgePortHistoryResponse) GetOctets() uint32 {
900 if m != nil {
901 return m.Octets
902 }
903 return 0
904}
905
906func (m *GetOnuEthernetBridgePortHistoryResponse) GetPackets() uint32 {
907 if m != nil {
908 return m.Packets
909 }
910 return 0
911}
912
913func (m *GetOnuEthernetBridgePortHistoryResponse) GetBroadcastPackets() uint32 {
914 if m != nil {
915 return m.BroadcastPackets
916 }
917 return 0
918}
919
920func (m *GetOnuEthernetBridgePortHistoryResponse) GetMulticastPackets() uint32 {
921 if m != nil {
922 return m.MulticastPackets
923 }
924 return 0
925}
926
927func (m *GetOnuEthernetBridgePortHistoryResponse) GetCrcErroredPackets() uint32 {
928 if m != nil {
929 return m.CrcErroredPackets
930 }
931 return 0
932}
933
934func (m *GetOnuEthernetBridgePortHistoryResponse) GetUndersizePackets() uint32 {
935 if m != nil {
936 return m.UndersizePackets
937 }
938 return 0
939}
940
941func (m *GetOnuEthernetBridgePortHistoryResponse) GetOversizePackets() uint32 {
942 if m != nil {
943 return m.OversizePackets
944 }
945 return 0
946}
947
948func (m *GetOnuEthernetBridgePortHistoryResponse) GetPackets64Octets() uint32 {
949 if m != nil {
950 return m.Packets64Octets
951 }
952 return 0
953}
954
955func (m *GetOnuEthernetBridgePortHistoryResponse) GetPackets65To127Octets() uint32 {
956 if m != nil {
957 return m.Packets65To127Octets
958 }
959 return 0
960}
961
962func (m *GetOnuEthernetBridgePortHistoryResponse) GetPackets128To255Octets() uint32 {
963 if m != nil {
964 return m.Packets128To255Octets
965 }
966 return 0
967}
968
969func (m *GetOnuEthernetBridgePortHistoryResponse) GetPackets256To511Octets() uint32 {
970 if m != nil {
971 return m.Packets256To511Octets
972 }
973 return 0
974}
975
976func (m *GetOnuEthernetBridgePortHistoryResponse) GetPackets512To1023Octets() uint32 {
977 if m != nil {
978 return m.Packets512To1023Octets
979 }
980 return 0
981}
982
983func (m *GetOnuEthernetBridgePortHistoryResponse) GetPackets1024To1518Octets() uint32 {
984 if m != nil {
985 return m.Packets1024To1518Octets
986 }
987 return 0
988}
989
990type GetOnuFecHistory struct {
991 Empty *empty.Empty `protobuf:"bytes,1,opt,name=empty,proto3" json:"empty,omitempty"`
992 XXX_NoUnkeyedLiteral struct{} `json:"-"`
993 XXX_unrecognized []byte `json:"-"`
994 XXX_sizecache int32 `json:"-"`
995}
996
997func (m *GetOnuFecHistory) Reset() { *m = GetOnuFecHistory{} }
998func (m *GetOnuFecHistory) String() string { return proto.CompactTextString(m) }
999func (*GetOnuFecHistory) ProtoMessage() {}
1000func (*GetOnuFecHistory) Descriptor() ([]byte, []int) {
1001 return fileDescriptor_7ecf6e9799a9202d, []int{10}
1002}
1003
1004func (m *GetOnuFecHistory) XXX_Unmarshal(b []byte) error {
1005 return xxx_messageInfo_GetOnuFecHistory.Unmarshal(m, b)
1006}
1007func (m *GetOnuFecHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1008 return xxx_messageInfo_GetOnuFecHistory.Marshal(b, m, deterministic)
1009}
1010func (m *GetOnuFecHistory) XXX_Merge(src proto.Message) {
1011 xxx_messageInfo_GetOnuFecHistory.Merge(m, src)
1012}
1013func (m *GetOnuFecHistory) XXX_Size() int {
1014 return xxx_messageInfo_GetOnuFecHistory.Size(m)
1015}
1016func (m *GetOnuFecHistory) XXX_DiscardUnknown() {
1017 xxx_messageInfo_GetOnuFecHistory.DiscardUnknown(m)
1018}
1019
1020var xxx_messageInfo_GetOnuFecHistory proto.InternalMessageInfo
1021
1022func (m *GetOnuFecHistory) GetEmpty() *empty.Empty {
1023 if m != nil {
1024 return m.Empty
1025 }
1026 return nil
1027}
1028
1029type GetOnuFecHistoryResponse struct {
1030 CorrectedBytes uint32 `protobuf:"varint,1,opt,name=correctedBytes,proto3" json:"correctedBytes,omitempty"`
1031 CorrectedCodeWords uint32 `protobuf:"varint,2,opt,name=correctedCodeWords,proto3" json:"correctedCodeWords,omitempty"`
1032 FecSeconds uint32 `protobuf:"varint,3,opt,name=fecSeconds,proto3" json:"fecSeconds,omitempty"`
1033 TotalCodeWords uint32 `protobuf:"varint,4,opt,name=totalCodeWords,proto3" json:"totalCodeWords,omitempty"`
1034 UncorrectableCodeWords uint32 `protobuf:"varint,5,opt,name=uncorrectableCodeWords,proto3" json:"uncorrectableCodeWords,omitempty"`
1035 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1036 XXX_unrecognized []byte `json:"-"`
1037 XXX_sizecache int32 `json:"-"`
1038}
1039
1040func (m *GetOnuFecHistoryResponse) Reset() { *m = GetOnuFecHistoryResponse{} }
1041func (m *GetOnuFecHistoryResponse) String() string { return proto.CompactTextString(m) }
1042func (*GetOnuFecHistoryResponse) ProtoMessage() {}
1043func (*GetOnuFecHistoryResponse) Descriptor() ([]byte, []int) {
1044 return fileDescriptor_7ecf6e9799a9202d, []int{11}
1045}
1046
1047func (m *GetOnuFecHistoryResponse) XXX_Unmarshal(b []byte) error {
1048 return xxx_messageInfo_GetOnuFecHistoryResponse.Unmarshal(m, b)
1049}
1050func (m *GetOnuFecHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1051 return xxx_messageInfo_GetOnuFecHistoryResponse.Marshal(b, m, deterministic)
1052}
1053func (m *GetOnuFecHistoryResponse) XXX_Merge(src proto.Message) {
1054 xxx_messageInfo_GetOnuFecHistoryResponse.Merge(m, src)
1055}
1056func (m *GetOnuFecHistoryResponse) XXX_Size() int {
1057 return xxx_messageInfo_GetOnuFecHistoryResponse.Size(m)
1058}
1059func (m *GetOnuFecHistoryResponse) XXX_DiscardUnknown() {
1060 xxx_messageInfo_GetOnuFecHistoryResponse.DiscardUnknown(m)
1061}
1062
1063var xxx_messageInfo_GetOnuFecHistoryResponse proto.InternalMessageInfo
1064
1065func (m *GetOnuFecHistoryResponse) GetCorrectedBytes() uint32 {
1066 if m != nil {
1067 return m.CorrectedBytes
1068 }
1069 return 0
1070}
1071
1072func (m *GetOnuFecHistoryResponse) GetCorrectedCodeWords() uint32 {
1073 if m != nil {
1074 return m.CorrectedCodeWords
1075 }
1076 return 0
1077}
1078
1079func (m *GetOnuFecHistoryResponse) GetFecSeconds() uint32 {
1080 if m != nil {
1081 return m.FecSeconds
1082 }
1083 return 0
1084}
1085
1086func (m *GetOnuFecHistoryResponse) GetTotalCodeWords() uint32 {
1087 if m != nil {
1088 return m.TotalCodeWords
1089 }
1090 return 0
1091}
1092
1093func (m *GetOnuFecHistoryResponse) GetUncorrectableCodeWords() uint32 {
1094 if m != nil {
1095 return m.UncorrectableCodeWords
1096 }
1097 return 0
1098}
1099
Himani Chawla40acc122021-05-26 18:52:29 +05301100type GetOnuCountersRequest struct {
1101 IntfId uint32 `protobuf:"fixed32,1,opt,name=intf_id,json=intfId,proto3" json:"intf_id,omitempty"`
1102 OnuId uint32 `protobuf:"fixed32,2,opt,name=onu_id,json=onuId,proto3" json:"onu_id,omitempty"`
1103 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1104 XXX_unrecognized []byte `json:"-"`
1105 XXX_sizecache int32 `json:"-"`
1106}
1107
1108func (m *GetOnuCountersRequest) Reset() { *m = GetOnuCountersRequest{} }
1109func (m *GetOnuCountersRequest) String() string { return proto.CompactTextString(m) }
1110func (*GetOnuCountersRequest) ProtoMessage() {}
1111func (*GetOnuCountersRequest) Descriptor() ([]byte, []int) {
1112 return fileDescriptor_7ecf6e9799a9202d, []int{12}
1113}
1114
1115func (m *GetOnuCountersRequest) XXX_Unmarshal(b []byte) error {
1116 return xxx_messageInfo_GetOnuCountersRequest.Unmarshal(m, b)
1117}
1118func (m *GetOnuCountersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1119 return xxx_messageInfo_GetOnuCountersRequest.Marshal(b, m, deterministic)
1120}
1121func (m *GetOnuCountersRequest) XXX_Merge(src proto.Message) {
1122 xxx_messageInfo_GetOnuCountersRequest.Merge(m, src)
1123}
1124func (m *GetOnuCountersRequest) XXX_Size() int {
1125 return xxx_messageInfo_GetOnuCountersRequest.Size(m)
1126}
1127func (m *GetOnuCountersRequest) XXX_DiscardUnknown() {
1128 xxx_messageInfo_GetOnuCountersRequest.DiscardUnknown(m)
1129}
1130
1131var xxx_messageInfo_GetOnuCountersRequest proto.InternalMessageInfo
1132
1133func (m *GetOnuCountersRequest) GetIntfId() uint32 {
1134 if m != nil {
1135 return m.IntfId
1136 }
1137 return 0
1138}
1139
1140func (m *GetOnuCountersRequest) GetOnuId() uint32 {
1141 if m != nil {
1142 return m.OnuId
1143 }
1144 return 0
1145}
1146
1147type GetOnuOMCICountersRequest struct {
1148 OnuDeviceId string `protobuf:"bytes,1,opt,name=onuDeviceId,proto3" json:"onuDeviceId,omitempty"`
1149 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1150 XXX_unrecognized []byte `json:"-"`
1151 XXX_sizecache int32 `json:"-"`
1152}
1153
1154func (m *GetOnuOMCICountersRequest) Reset() { *m = GetOnuOMCICountersRequest{} }
1155func (m *GetOnuOMCICountersRequest) String() string { return proto.CompactTextString(m) }
1156func (*GetOnuOMCICountersRequest) ProtoMessage() {}
1157func (*GetOnuOMCICountersRequest) Descriptor() ([]byte, []int) {
1158 return fileDescriptor_7ecf6e9799a9202d, []int{13}
1159}
1160
1161func (m *GetOnuOMCICountersRequest) XXX_Unmarshal(b []byte) error {
1162 return xxx_messageInfo_GetOnuOMCICountersRequest.Unmarshal(m, b)
1163}
1164func (m *GetOnuOMCICountersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1165 return xxx_messageInfo_GetOnuOMCICountersRequest.Marshal(b, m, deterministic)
1166}
1167func (m *GetOnuOMCICountersRequest) XXX_Merge(src proto.Message) {
1168 xxx_messageInfo_GetOnuOMCICountersRequest.Merge(m, src)
1169}
1170func (m *GetOnuOMCICountersRequest) XXX_Size() int {
1171 return xxx_messageInfo_GetOnuOMCICountersRequest.Size(m)
1172}
1173func (m *GetOnuOMCICountersRequest) XXX_DiscardUnknown() {
1174 xxx_messageInfo_GetOnuOMCICountersRequest.DiscardUnknown(m)
1175}
1176
1177var xxx_messageInfo_GetOnuOMCICountersRequest proto.InternalMessageInfo
1178
1179func (m *GetOnuOMCICountersRequest) GetOnuDeviceId() string {
1180 if m != nil {
1181 return m.OnuDeviceId
1182 }
1183 return ""
1184}
1185
Gamze Abakac857a462021-05-26 13:45:54 +00001186type GetRxPowerRequest struct {
1187 IntfId uint32 `protobuf:"fixed32,1,opt,name=intf_id,json=intfId,proto3" json:"intf_id,omitempty"`
1188 OnuId uint32 `protobuf:"fixed32,2,opt,name=onu_id,json=onuId,proto3" json:"onu_id,omitempty"`
1189 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1190 XXX_unrecognized []byte `json:"-"`
1191 XXX_sizecache int32 `json:"-"`
1192}
1193
1194func (m *GetRxPowerRequest) Reset() { *m = GetRxPowerRequest{} }
1195func (m *GetRxPowerRequest) String() string { return proto.CompactTextString(m) }
1196func (*GetRxPowerRequest) ProtoMessage() {}
1197func (*GetRxPowerRequest) Descriptor() ([]byte, []int) {
1198 return fileDescriptor_7ecf6e9799a9202d, []int{14}
1199}
1200
1201func (m *GetRxPowerRequest) XXX_Unmarshal(b []byte) error {
1202 return xxx_messageInfo_GetRxPowerRequest.Unmarshal(m, b)
1203}
1204func (m *GetRxPowerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1205 return xxx_messageInfo_GetRxPowerRequest.Marshal(b, m, deterministic)
1206}
1207func (m *GetRxPowerRequest) XXX_Merge(src proto.Message) {
1208 xxx_messageInfo_GetRxPowerRequest.Merge(m, src)
1209}
1210func (m *GetRxPowerRequest) XXX_Size() int {
1211 return xxx_messageInfo_GetRxPowerRequest.Size(m)
1212}
1213func (m *GetRxPowerRequest) XXX_DiscardUnknown() {
1214 xxx_messageInfo_GetRxPowerRequest.DiscardUnknown(m)
1215}
1216
1217var xxx_messageInfo_GetRxPowerRequest proto.InternalMessageInfo
1218
1219func (m *GetRxPowerRequest) GetIntfId() uint32 {
1220 if m != nil {
1221 return m.IntfId
1222 }
1223 return 0
1224}
1225
1226func (m *GetRxPowerRequest) GetOnuId() uint32 {
1227 if m != nil {
1228 return m.OnuId
1229 }
1230 return 0
1231}
1232
Himani Chawla40acc122021-05-26 18:52:29 +05301233type GetOnuCountersResponse struct {
1234 // Types that are valid to be assigned to IsIntfId:
1235 // *GetOnuCountersResponse_IntfId
1236 IsIntfId isGetOnuCountersResponse_IsIntfId `protobuf_oneof:"is_intf_id"`
1237 // Types that are valid to be assigned to IsOnuId:
1238 // *GetOnuCountersResponse_OnuId
1239 IsOnuId isGetOnuCountersResponse_IsOnuId `protobuf_oneof:"is_onu_id"`
1240 // Types that are valid to be assigned to IsPositiveDrift:
1241 // *GetOnuCountersResponse_PositiveDrift
1242 IsPositiveDrift isGetOnuCountersResponse_IsPositiveDrift `protobuf_oneof:"is_positive_drift"`
1243 // Types that are valid to be assigned to IsNegativeDrift:
1244 // *GetOnuCountersResponse_NegativeDrift
1245 IsNegativeDrift isGetOnuCountersResponse_IsNegativeDrift `protobuf_oneof:"is_negative_drift"`
1246 // Types that are valid to be assigned to IsDelimiterMissDetection:
1247 // *GetOnuCountersResponse_DelimiterMissDetection
1248 IsDelimiterMissDetection isGetOnuCountersResponse_IsDelimiterMissDetection `protobuf_oneof:"is_delimiter_miss_detection"`
1249 // Types that are valid to be assigned to IsBipErrors:
1250 // *GetOnuCountersResponse_BipErrors
1251 IsBipErrors isGetOnuCountersResponse_IsBipErrors `protobuf_oneof:"is_bip_errors"`
1252 // Types that are valid to be assigned to IsBipUnits:
1253 // *GetOnuCountersResponse_BipUnits
1254 IsBipUnits isGetOnuCountersResponse_IsBipUnits `protobuf_oneof:"is_bip_units"`
1255 // Types that are valid to be assigned to IsFecCorrectedSymbols:
1256 // *GetOnuCountersResponse_FecCorrectedSymbols
1257 IsFecCorrectedSymbols isGetOnuCountersResponse_IsFecCorrectedSymbols `protobuf_oneof:"is_fec_corrected_symbols"`
1258 // Types that are valid to be assigned to IsFecCodewordsCorrected:
1259 // *GetOnuCountersResponse_FecCodewordsCorrected
1260 IsFecCodewordsCorrected isGetOnuCountersResponse_IsFecCodewordsCorrected `protobuf_oneof:"is_fec_codewords_corrected"`
1261 // Types that are valid to be assigned to IsFecCodewordsUncorrectable:
1262 // *GetOnuCountersResponse_FecCodewordsUncorrectable
1263 IsFecCodewordsUncorrectable isGetOnuCountersResponse_IsFecCodewordsUncorrectable `protobuf_oneof:"is_fec_codewords_uncorrectable"`
1264 // Types that are valid to be assigned to IsFecCodewords:
1265 // *GetOnuCountersResponse_FecCodewords
1266 IsFecCodewords isGetOnuCountersResponse_IsFecCodewords `protobuf_oneof:"is_fec_codewords"`
1267 // Types that are valid to be assigned to IsFecCorrectedUnits:
1268 // *GetOnuCountersResponse_FecCorrectedUnits
1269 IsFecCorrectedUnits isGetOnuCountersResponse_IsFecCorrectedUnits `protobuf_oneof:"is_fec_corrected_units"`
1270 // Types that are valid to be assigned to IsXgemKeyErrors:
1271 // *GetOnuCountersResponse_XgemKeyErrors
1272 IsXgemKeyErrors isGetOnuCountersResponse_IsXgemKeyErrors `protobuf_oneof:"is_xgem_key_errors"`
1273 // Types that are valid to be assigned to IsXgemLoss:
1274 // *GetOnuCountersResponse_XgemLoss
1275 IsXgemLoss isGetOnuCountersResponse_IsXgemLoss `protobuf_oneof:"is_xgem_loss"`
1276 // Types that are valid to be assigned to IsRxPloamsError:
1277 // *GetOnuCountersResponse_RxPloamsError
1278 IsRxPloamsError isGetOnuCountersResponse_IsRxPloamsError `protobuf_oneof:"is_rx_ploams_error"`
1279 // Types that are valid to be assigned to IsRxPloamsNonIdle:
1280 // *GetOnuCountersResponse_RxPloamsNonIdle
1281 IsRxPloamsNonIdle isGetOnuCountersResponse_IsRxPloamsNonIdle `protobuf_oneof:"is_rx_ploams_non_idle"`
1282 // Types that are valid to be assigned to IsRxOmci:
1283 // *GetOnuCountersResponse_RxOmci
1284 IsRxOmci isGetOnuCountersResponse_IsRxOmci `protobuf_oneof:"is_rx_omci"`
1285 // Types that are valid to be assigned to IsTxOmci:
1286 // *GetOnuCountersResponse_TxOmci
1287 IsTxOmci isGetOnuCountersResponse_IsTxOmci `protobuf_oneof:"is_tx_omci"`
1288 // Types that are valid to be assigned to IsRxOmciPacketsCrcError:
1289 // *GetOnuCountersResponse_RxOmciPacketsCrcError
1290 IsRxOmciPacketsCrcError isGetOnuCountersResponse_IsRxOmciPacketsCrcError `protobuf_oneof:"is_rx_omci_packets_crc_error"`
1291 // Types that are valid to be assigned to IsRxBytes:
1292 // *GetOnuCountersResponse_RxBytes
1293 IsRxBytes isGetOnuCountersResponse_IsRxBytes `protobuf_oneof:"is_rx_bytes"`
1294 // Types that are valid to be assigned to IsRxPackets:
1295 // *GetOnuCountersResponse_RxPackets
1296 IsRxPackets isGetOnuCountersResponse_IsRxPackets `protobuf_oneof:"is_rx_packets"`
1297 // Types that are valid to be assigned to IsTxBytes:
1298 // *GetOnuCountersResponse_TxBytes
1299 IsTxBytes isGetOnuCountersResponse_IsTxBytes `protobuf_oneof:"is_tx_bytes"`
1300 // Types that are valid to be assigned to IsTxPackets:
1301 // *GetOnuCountersResponse_TxPackets
1302 IsTxPackets isGetOnuCountersResponse_IsTxPackets `protobuf_oneof:"is_tx_packets"`
1303 // Types that are valid to be assigned to IsBerReported:
1304 // *GetOnuCountersResponse_BerReported
1305 IsBerReported isGetOnuCountersResponse_IsBerReported `protobuf_oneof:"is_ber_reported"`
1306 // Types that are valid to be assigned to IsLcdgErrors:
1307 // *GetOnuCountersResponse_LcdgErrors
1308 IsLcdgErrors isGetOnuCountersResponse_IsLcdgErrors `protobuf_oneof:"is_lcdg_errors"`
1309 // Types that are valid to be assigned to IsRdiErrors:
1310 // *GetOnuCountersResponse_RdiErrors
1311 IsRdiErrors isGetOnuCountersResponse_IsRdiErrors `protobuf_oneof:"is_rdi_errors"`
1312 // Types that are valid to be assigned to IsTimestamp:
1313 // *GetOnuCountersResponse_Timestamp
1314 IsTimestamp isGetOnuCountersResponse_IsTimestamp `protobuf_oneof:"is_timestamp"`
1315 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1316 XXX_unrecognized []byte `json:"-"`
1317 XXX_sizecache int32 `json:"-"`
1318}
1319
1320func (m *GetOnuCountersResponse) Reset() { *m = GetOnuCountersResponse{} }
1321func (m *GetOnuCountersResponse) String() string { return proto.CompactTextString(m) }
1322func (*GetOnuCountersResponse) ProtoMessage() {}
1323func (*GetOnuCountersResponse) Descriptor() ([]byte, []int) {
Gamze Abakac857a462021-05-26 13:45:54 +00001324 return fileDescriptor_7ecf6e9799a9202d, []int{15}
Himani Chawla40acc122021-05-26 18:52:29 +05301325}
1326
1327func (m *GetOnuCountersResponse) XXX_Unmarshal(b []byte) error {
1328 return xxx_messageInfo_GetOnuCountersResponse.Unmarshal(m, b)
1329}
1330func (m *GetOnuCountersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1331 return xxx_messageInfo_GetOnuCountersResponse.Marshal(b, m, deterministic)
1332}
1333func (m *GetOnuCountersResponse) XXX_Merge(src proto.Message) {
1334 xxx_messageInfo_GetOnuCountersResponse.Merge(m, src)
1335}
1336func (m *GetOnuCountersResponse) XXX_Size() int {
1337 return xxx_messageInfo_GetOnuCountersResponse.Size(m)
1338}
1339func (m *GetOnuCountersResponse) XXX_DiscardUnknown() {
1340 xxx_messageInfo_GetOnuCountersResponse.DiscardUnknown(m)
1341}
1342
1343var xxx_messageInfo_GetOnuCountersResponse proto.InternalMessageInfo
1344
1345type isGetOnuCountersResponse_IsIntfId interface {
1346 isGetOnuCountersResponse_IsIntfId()
1347}
1348
1349type GetOnuCountersResponse_IntfId struct {
1350 IntfId uint32 `protobuf:"fixed32,1,opt,name=intf_id,json=intfId,proto3,oneof"`
1351}
1352
1353func (*GetOnuCountersResponse_IntfId) isGetOnuCountersResponse_IsIntfId() {}
1354
1355func (m *GetOnuCountersResponse) GetIsIntfId() isGetOnuCountersResponse_IsIntfId {
1356 if m != nil {
1357 return m.IsIntfId
1358 }
1359 return nil
1360}
1361
1362func (m *GetOnuCountersResponse) GetIntfId() uint32 {
1363 if x, ok := m.GetIsIntfId().(*GetOnuCountersResponse_IntfId); ok {
1364 return x.IntfId
1365 }
1366 return 0
1367}
1368
1369type isGetOnuCountersResponse_IsOnuId interface {
1370 isGetOnuCountersResponse_IsOnuId()
1371}
1372
1373type GetOnuCountersResponse_OnuId struct {
1374 OnuId uint32 `protobuf:"fixed32,2,opt,name=onu_id,json=onuId,proto3,oneof"`
1375}
1376
1377func (*GetOnuCountersResponse_OnuId) isGetOnuCountersResponse_IsOnuId() {}
1378
1379func (m *GetOnuCountersResponse) GetIsOnuId() isGetOnuCountersResponse_IsOnuId {
1380 if m != nil {
1381 return m.IsOnuId
1382 }
1383 return nil
1384}
1385
1386func (m *GetOnuCountersResponse) GetOnuId() uint32 {
1387 if x, ok := m.GetIsOnuId().(*GetOnuCountersResponse_OnuId); ok {
1388 return x.OnuId
1389 }
1390 return 0
1391}
1392
1393type isGetOnuCountersResponse_IsPositiveDrift interface {
1394 isGetOnuCountersResponse_IsPositiveDrift()
1395}
1396
1397type GetOnuCountersResponse_PositiveDrift struct {
1398 PositiveDrift uint64 `protobuf:"fixed64,3,opt,name=positive_drift,json=positiveDrift,proto3,oneof"`
1399}
1400
1401func (*GetOnuCountersResponse_PositiveDrift) isGetOnuCountersResponse_IsPositiveDrift() {}
1402
1403func (m *GetOnuCountersResponse) GetIsPositiveDrift() isGetOnuCountersResponse_IsPositiveDrift {
1404 if m != nil {
1405 return m.IsPositiveDrift
1406 }
1407 return nil
1408}
1409
1410func (m *GetOnuCountersResponse) GetPositiveDrift() uint64 {
1411 if x, ok := m.GetIsPositiveDrift().(*GetOnuCountersResponse_PositiveDrift); ok {
1412 return x.PositiveDrift
1413 }
1414 return 0
1415}
1416
1417type isGetOnuCountersResponse_IsNegativeDrift interface {
1418 isGetOnuCountersResponse_IsNegativeDrift()
1419}
1420
1421type GetOnuCountersResponse_NegativeDrift struct {
1422 NegativeDrift uint64 `protobuf:"fixed64,4,opt,name=negative_drift,json=negativeDrift,proto3,oneof"`
1423}
1424
1425func (*GetOnuCountersResponse_NegativeDrift) isGetOnuCountersResponse_IsNegativeDrift() {}
1426
1427func (m *GetOnuCountersResponse) GetIsNegativeDrift() isGetOnuCountersResponse_IsNegativeDrift {
1428 if m != nil {
1429 return m.IsNegativeDrift
1430 }
1431 return nil
1432}
1433
1434func (m *GetOnuCountersResponse) GetNegativeDrift() uint64 {
1435 if x, ok := m.GetIsNegativeDrift().(*GetOnuCountersResponse_NegativeDrift); ok {
1436 return x.NegativeDrift
1437 }
1438 return 0
1439}
1440
1441type isGetOnuCountersResponse_IsDelimiterMissDetection interface {
1442 isGetOnuCountersResponse_IsDelimiterMissDetection()
1443}
1444
1445type GetOnuCountersResponse_DelimiterMissDetection struct {
1446 DelimiterMissDetection uint64 `protobuf:"fixed64,5,opt,name=delimiter_miss_detection,json=delimiterMissDetection,proto3,oneof"`
1447}
1448
1449func (*GetOnuCountersResponse_DelimiterMissDetection) isGetOnuCountersResponse_IsDelimiterMissDetection() {
1450}
1451
1452func (m *GetOnuCountersResponse) GetIsDelimiterMissDetection() isGetOnuCountersResponse_IsDelimiterMissDetection {
1453 if m != nil {
1454 return m.IsDelimiterMissDetection
1455 }
1456 return nil
1457}
1458
1459func (m *GetOnuCountersResponse) GetDelimiterMissDetection() uint64 {
1460 if x, ok := m.GetIsDelimiterMissDetection().(*GetOnuCountersResponse_DelimiterMissDetection); ok {
1461 return x.DelimiterMissDetection
1462 }
1463 return 0
1464}
1465
1466type isGetOnuCountersResponse_IsBipErrors interface {
1467 isGetOnuCountersResponse_IsBipErrors()
1468}
1469
1470type GetOnuCountersResponse_BipErrors struct {
1471 BipErrors uint64 `protobuf:"fixed64,6,opt,name=bip_errors,json=bipErrors,proto3,oneof"`
1472}
1473
1474func (*GetOnuCountersResponse_BipErrors) isGetOnuCountersResponse_IsBipErrors() {}
1475
1476func (m *GetOnuCountersResponse) GetIsBipErrors() isGetOnuCountersResponse_IsBipErrors {
1477 if m != nil {
1478 return m.IsBipErrors
1479 }
1480 return nil
1481}
1482
1483func (m *GetOnuCountersResponse) GetBipErrors() uint64 {
1484 if x, ok := m.GetIsBipErrors().(*GetOnuCountersResponse_BipErrors); ok {
1485 return x.BipErrors
1486 }
1487 return 0
1488}
1489
1490type isGetOnuCountersResponse_IsBipUnits interface {
1491 isGetOnuCountersResponse_IsBipUnits()
1492}
1493
1494type GetOnuCountersResponse_BipUnits struct {
1495 BipUnits uint64 `protobuf:"fixed64,7,opt,name=bip_units,json=bipUnits,proto3,oneof"`
1496}
1497
1498func (*GetOnuCountersResponse_BipUnits) isGetOnuCountersResponse_IsBipUnits() {}
1499
1500func (m *GetOnuCountersResponse) GetIsBipUnits() isGetOnuCountersResponse_IsBipUnits {
1501 if m != nil {
1502 return m.IsBipUnits
1503 }
1504 return nil
1505}
1506
1507func (m *GetOnuCountersResponse) GetBipUnits() uint64 {
1508 if x, ok := m.GetIsBipUnits().(*GetOnuCountersResponse_BipUnits); ok {
1509 return x.BipUnits
1510 }
1511 return 0
1512}
1513
1514type isGetOnuCountersResponse_IsFecCorrectedSymbols interface {
1515 isGetOnuCountersResponse_IsFecCorrectedSymbols()
1516}
1517
1518type GetOnuCountersResponse_FecCorrectedSymbols struct {
1519 FecCorrectedSymbols uint64 `protobuf:"fixed64,8,opt,name=fec_corrected_symbols,json=fecCorrectedSymbols,proto3,oneof"`
1520}
1521
1522func (*GetOnuCountersResponse_FecCorrectedSymbols) isGetOnuCountersResponse_IsFecCorrectedSymbols() {}
1523
1524func (m *GetOnuCountersResponse) GetIsFecCorrectedSymbols() isGetOnuCountersResponse_IsFecCorrectedSymbols {
1525 if m != nil {
1526 return m.IsFecCorrectedSymbols
1527 }
1528 return nil
1529}
1530
1531func (m *GetOnuCountersResponse) GetFecCorrectedSymbols() uint64 {
1532 if x, ok := m.GetIsFecCorrectedSymbols().(*GetOnuCountersResponse_FecCorrectedSymbols); ok {
1533 return x.FecCorrectedSymbols
1534 }
1535 return 0
1536}
1537
1538type isGetOnuCountersResponse_IsFecCodewordsCorrected interface {
1539 isGetOnuCountersResponse_IsFecCodewordsCorrected()
1540}
1541
1542type GetOnuCountersResponse_FecCodewordsCorrected struct {
1543 FecCodewordsCorrected uint64 `protobuf:"fixed64,9,opt,name=fec_codewords_corrected,json=fecCodewordsCorrected,proto3,oneof"`
1544}
1545
1546func (*GetOnuCountersResponse_FecCodewordsCorrected) isGetOnuCountersResponse_IsFecCodewordsCorrected() {
1547}
1548
1549func (m *GetOnuCountersResponse) GetIsFecCodewordsCorrected() isGetOnuCountersResponse_IsFecCodewordsCorrected {
1550 if m != nil {
1551 return m.IsFecCodewordsCorrected
1552 }
1553 return nil
1554}
1555
1556func (m *GetOnuCountersResponse) GetFecCodewordsCorrected() uint64 {
1557 if x, ok := m.GetIsFecCodewordsCorrected().(*GetOnuCountersResponse_FecCodewordsCorrected); ok {
1558 return x.FecCodewordsCorrected
1559 }
1560 return 0
1561}
1562
1563type isGetOnuCountersResponse_IsFecCodewordsUncorrectable interface {
1564 isGetOnuCountersResponse_IsFecCodewordsUncorrectable()
1565}
1566
1567type GetOnuCountersResponse_FecCodewordsUncorrectable struct {
1568 FecCodewordsUncorrectable uint64 `protobuf:"fixed64,10,opt,name=fec_codewords_uncorrectable,json=fecCodewordsUncorrectable,proto3,oneof"`
1569}
1570
1571func (*GetOnuCountersResponse_FecCodewordsUncorrectable) isGetOnuCountersResponse_IsFecCodewordsUncorrectable() {
1572}
1573
1574func (m *GetOnuCountersResponse) GetIsFecCodewordsUncorrectable() isGetOnuCountersResponse_IsFecCodewordsUncorrectable {
1575 if m != nil {
1576 return m.IsFecCodewordsUncorrectable
1577 }
1578 return nil
1579}
1580
1581func (m *GetOnuCountersResponse) GetFecCodewordsUncorrectable() uint64 {
1582 if x, ok := m.GetIsFecCodewordsUncorrectable().(*GetOnuCountersResponse_FecCodewordsUncorrectable); ok {
1583 return x.FecCodewordsUncorrectable
1584 }
1585 return 0
1586}
1587
1588type isGetOnuCountersResponse_IsFecCodewords interface {
1589 isGetOnuCountersResponse_IsFecCodewords()
1590}
1591
1592type GetOnuCountersResponse_FecCodewords struct {
1593 FecCodewords uint64 `protobuf:"fixed64,11,opt,name=fec_codewords,json=fecCodewords,proto3,oneof"`
1594}
1595
1596func (*GetOnuCountersResponse_FecCodewords) isGetOnuCountersResponse_IsFecCodewords() {}
1597
1598func (m *GetOnuCountersResponse) GetIsFecCodewords() isGetOnuCountersResponse_IsFecCodewords {
1599 if m != nil {
1600 return m.IsFecCodewords
1601 }
1602 return nil
1603}
1604
1605func (m *GetOnuCountersResponse) GetFecCodewords() uint64 {
1606 if x, ok := m.GetIsFecCodewords().(*GetOnuCountersResponse_FecCodewords); ok {
1607 return x.FecCodewords
1608 }
1609 return 0
1610}
1611
1612type isGetOnuCountersResponse_IsFecCorrectedUnits interface {
1613 isGetOnuCountersResponse_IsFecCorrectedUnits()
1614}
1615
1616type GetOnuCountersResponse_FecCorrectedUnits struct {
1617 FecCorrectedUnits uint64 `protobuf:"fixed64,12,opt,name=fec_corrected_units,json=fecCorrectedUnits,proto3,oneof"`
1618}
1619
1620func (*GetOnuCountersResponse_FecCorrectedUnits) isGetOnuCountersResponse_IsFecCorrectedUnits() {}
1621
1622func (m *GetOnuCountersResponse) GetIsFecCorrectedUnits() isGetOnuCountersResponse_IsFecCorrectedUnits {
1623 if m != nil {
1624 return m.IsFecCorrectedUnits
1625 }
1626 return nil
1627}
1628
1629func (m *GetOnuCountersResponse) GetFecCorrectedUnits() uint64 {
1630 if x, ok := m.GetIsFecCorrectedUnits().(*GetOnuCountersResponse_FecCorrectedUnits); ok {
1631 return x.FecCorrectedUnits
1632 }
1633 return 0
1634}
1635
1636type isGetOnuCountersResponse_IsXgemKeyErrors interface {
1637 isGetOnuCountersResponse_IsXgemKeyErrors()
1638}
1639
1640type GetOnuCountersResponse_XgemKeyErrors struct {
1641 XgemKeyErrors uint64 `protobuf:"fixed64,13,opt,name=xgem_key_errors,json=xgemKeyErrors,proto3,oneof"`
1642}
1643
1644func (*GetOnuCountersResponse_XgemKeyErrors) isGetOnuCountersResponse_IsXgemKeyErrors() {}
1645
1646func (m *GetOnuCountersResponse) GetIsXgemKeyErrors() isGetOnuCountersResponse_IsXgemKeyErrors {
1647 if m != nil {
1648 return m.IsXgemKeyErrors
1649 }
1650 return nil
1651}
1652
1653func (m *GetOnuCountersResponse) GetXgemKeyErrors() uint64 {
1654 if x, ok := m.GetIsXgemKeyErrors().(*GetOnuCountersResponse_XgemKeyErrors); ok {
1655 return x.XgemKeyErrors
1656 }
1657 return 0
1658}
1659
1660type isGetOnuCountersResponse_IsXgemLoss interface {
1661 isGetOnuCountersResponse_IsXgemLoss()
1662}
1663
1664type GetOnuCountersResponse_XgemLoss struct {
1665 XgemLoss uint64 `protobuf:"fixed64,14,opt,name=xgem_loss,json=xgemLoss,proto3,oneof"`
1666}
1667
1668func (*GetOnuCountersResponse_XgemLoss) isGetOnuCountersResponse_IsXgemLoss() {}
1669
1670func (m *GetOnuCountersResponse) GetIsXgemLoss() isGetOnuCountersResponse_IsXgemLoss {
1671 if m != nil {
1672 return m.IsXgemLoss
1673 }
1674 return nil
1675}
1676
1677func (m *GetOnuCountersResponse) GetXgemLoss() uint64 {
1678 if x, ok := m.GetIsXgemLoss().(*GetOnuCountersResponse_XgemLoss); ok {
1679 return x.XgemLoss
1680 }
1681 return 0
1682}
1683
1684type isGetOnuCountersResponse_IsRxPloamsError interface {
1685 isGetOnuCountersResponse_IsRxPloamsError()
1686}
1687
1688type GetOnuCountersResponse_RxPloamsError struct {
1689 RxPloamsError uint64 `protobuf:"fixed64,15,opt,name=rx_ploams_error,json=rxPloamsError,proto3,oneof"`
1690}
1691
1692func (*GetOnuCountersResponse_RxPloamsError) isGetOnuCountersResponse_IsRxPloamsError() {}
1693
1694func (m *GetOnuCountersResponse) GetIsRxPloamsError() isGetOnuCountersResponse_IsRxPloamsError {
1695 if m != nil {
1696 return m.IsRxPloamsError
1697 }
1698 return nil
1699}
1700
1701func (m *GetOnuCountersResponse) GetRxPloamsError() uint64 {
1702 if x, ok := m.GetIsRxPloamsError().(*GetOnuCountersResponse_RxPloamsError); ok {
1703 return x.RxPloamsError
1704 }
1705 return 0
1706}
1707
1708type isGetOnuCountersResponse_IsRxPloamsNonIdle interface {
1709 isGetOnuCountersResponse_IsRxPloamsNonIdle()
1710}
1711
1712type GetOnuCountersResponse_RxPloamsNonIdle struct {
1713 RxPloamsNonIdle uint64 `protobuf:"fixed64,16,opt,name=rx_ploams_non_idle,json=rxPloamsNonIdle,proto3,oneof"`
1714}
1715
1716func (*GetOnuCountersResponse_RxPloamsNonIdle) isGetOnuCountersResponse_IsRxPloamsNonIdle() {}
1717
1718func (m *GetOnuCountersResponse) GetIsRxPloamsNonIdle() isGetOnuCountersResponse_IsRxPloamsNonIdle {
1719 if m != nil {
1720 return m.IsRxPloamsNonIdle
1721 }
1722 return nil
1723}
1724
1725func (m *GetOnuCountersResponse) GetRxPloamsNonIdle() uint64 {
1726 if x, ok := m.GetIsRxPloamsNonIdle().(*GetOnuCountersResponse_RxPloamsNonIdle); ok {
1727 return x.RxPloamsNonIdle
1728 }
1729 return 0
1730}
1731
1732type isGetOnuCountersResponse_IsRxOmci interface {
1733 isGetOnuCountersResponse_IsRxOmci()
1734}
1735
1736type GetOnuCountersResponse_RxOmci struct {
1737 RxOmci uint64 `protobuf:"fixed64,17,opt,name=rx_omci,json=rxOmci,proto3,oneof"`
1738}
1739
1740func (*GetOnuCountersResponse_RxOmci) isGetOnuCountersResponse_IsRxOmci() {}
1741
1742func (m *GetOnuCountersResponse) GetIsRxOmci() isGetOnuCountersResponse_IsRxOmci {
1743 if m != nil {
1744 return m.IsRxOmci
1745 }
1746 return nil
1747}
1748
1749func (m *GetOnuCountersResponse) GetRxOmci() uint64 {
1750 if x, ok := m.GetIsRxOmci().(*GetOnuCountersResponse_RxOmci); ok {
1751 return x.RxOmci
1752 }
1753 return 0
1754}
1755
1756type isGetOnuCountersResponse_IsTxOmci interface {
1757 isGetOnuCountersResponse_IsTxOmci()
1758}
1759
1760type GetOnuCountersResponse_TxOmci struct {
1761 TxOmci uint64 `protobuf:"fixed64,18,opt,name=tx_omci,json=txOmci,proto3,oneof"`
1762}
1763
1764func (*GetOnuCountersResponse_TxOmci) isGetOnuCountersResponse_IsTxOmci() {}
1765
1766func (m *GetOnuCountersResponse) GetIsTxOmci() isGetOnuCountersResponse_IsTxOmci {
1767 if m != nil {
1768 return m.IsTxOmci
1769 }
1770 return nil
1771}
1772
1773func (m *GetOnuCountersResponse) GetTxOmci() uint64 {
1774 if x, ok := m.GetIsTxOmci().(*GetOnuCountersResponse_TxOmci); ok {
1775 return x.TxOmci
1776 }
1777 return 0
1778}
1779
1780type isGetOnuCountersResponse_IsRxOmciPacketsCrcError interface {
1781 isGetOnuCountersResponse_IsRxOmciPacketsCrcError()
1782}
1783
1784type GetOnuCountersResponse_RxOmciPacketsCrcError struct {
1785 RxOmciPacketsCrcError uint64 `protobuf:"fixed64,19,opt,name=rx_omci_packets_crc_error,json=rxOmciPacketsCrcError,proto3,oneof"`
1786}
1787
1788func (*GetOnuCountersResponse_RxOmciPacketsCrcError) isGetOnuCountersResponse_IsRxOmciPacketsCrcError() {
1789}
1790
1791func (m *GetOnuCountersResponse) GetIsRxOmciPacketsCrcError() isGetOnuCountersResponse_IsRxOmciPacketsCrcError {
1792 if m != nil {
1793 return m.IsRxOmciPacketsCrcError
1794 }
1795 return nil
1796}
1797
1798func (m *GetOnuCountersResponse) GetRxOmciPacketsCrcError() uint64 {
1799 if x, ok := m.GetIsRxOmciPacketsCrcError().(*GetOnuCountersResponse_RxOmciPacketsCrcError); ok {
1800 return x.RxOmciPacketsCrcError
1801 }
1802 return 0
1803}
1804
1805type isGetOnuCountersResponse_IsRxBytes interface {
1806 isGetOnuCountersResponse_IsRxBytes()
1807}
1808
1809type GetOnuCountersResponse_RxBytes struct {
1810 RxBytes uint64 `protobuf:"fixed64,20,opt,name=rx_bytes,json=rxBytes,proto3,oneof"`
1811}
1812
1813func (*GetOnuCountersResponse_RxBytes) isGetOnuCountersResponse_IsRxBytes() {}
1814
1815func (m *GetOnuCountersResponse) GetIsRxBytes() isGetOnuCountersResponse_IsRxBytes {
1816 if m != nil {
1817 return m.IsRxBytes
1818 }
1819 return nil
1820}
1821
1822func (m *GetOnuCountersResponse) GetRxBytes() uint64 {
1823 if x, ok := m.GetIsRxBytes().(*GetOnuCountersResponse_RxBytes); ok {
1824 return x.RxBytes
1825 }
1826 return 0
1827}
1828
1829type isGetOnuCountersResponse_IsRxPackets interface {
1830 isGetOnuCountersResponse_IsRxPackets()
1831}
1832
1833type GetOnuCountersResponse_RxPackets struct {
1834 RxPackets uint64 `protobuf:"fixed64,21,opt,name=rx_packets,json=rxPackets,proto3,oneof"`
1835}
1836
1837func (*GetOnuCountersResponse_RxPackets) isGetOnuCountersResponse_IsRxPackets() {}
1838
1839func (m *GetOnuCountersResponse) GetIsRxPackets() isGetOnuCountersResponse_IsRxPackets {
1840 if m != nil {
1841 return m.IsRxPackets
1842 }
1843 return nil
1844}
1845
1846func (m *GetOnuCountersResponse) GetRxPackets() uint64 {
1847 if x, ok := m.GetIsRxPackets().(*GetOnuCountersResponse_RxPackets); ok {
1848 return x.RxPackets
1849 }
1850 return 0
1851}
1852
1853type isGetOnuCountersResponse_IsTxBytes interface {
1854 isGetOnuCountersResponse_IsTxBytes()
1855}
1856
1857type GetOnuCountersResponse_TxBytes struct {
1858 TxBytes uint64 `protobuf:"fixed64,22,opt,name=tx_bytes,json=txBytes,proto3,oneof"`
1859}
1860
1861func (*GetOnuCountersResponse_TxBytes) isGetOnuCountersResponse_IsTxBytes() {}
1862
1863func (m *GetOnuCountersResponse) GetIsTxBytes() isGetOnuCountersResponse_IsTxBytes {
1864 if m != nil {
1865 return m.IsTxBytes
1866 }
1867 return nil
1868}
1869
1870func (m *GetOnuCountersResponse) GetTxBytes() uint64 {
1871 if x, ok := m.GetIsTxBytes().(*GetOnuCountersResponse_TxBytes); ok {
1872 return x.TxBytes
1873 }
1874 return 0
1875}
1876
1877type isGetOnuCountersResponse_IsTxPackets interface {
1878 isGetOnuCountersResponse_IsTxPackets()
1879}
1880
1881type GetOnuCountersResponse_TxPackets struct {
1882 TxPackets uint64 `protobuf:"fixed64,23,opt,name=tx_packets,json=txPackets,proto3,oneof"`
1883}
1884
1885func (*GetOnuCountersResponse_TxPackets) isGetOnuCountersResponse_IsTxPackets() {}
1886
1887func (m *GetOnuCountersResponse) GetIsTxPackets() isGetOnuCountersResponse_IsTxPackets {
1888 if m != nil {
1889 return m.IsTxPackets
1890 }
1891 return nil
1892}
1893
1894func (m *GetOnuCountersResponse) GetTxPackets() uint64 {
1895 if x, ok := m.GetIsTxPackets().(*GetOnuCountersResponse_TxPackets); ok {
1896 return x.TxPackets
1897 }
1898 return 0
1899}
1900
1901type isGetOnuCountersResponse_IsBerReported interface {
1902 isGetOnuCountersResponse_IsBerReported()
1903}
1904
1905type GetOnuCountersResponse_BerReported struct {
1906 BerReported uint64 `protobuf:"fixed64,24,opt,name=ber_reported,json=berReported,proto3,oneof"`
1907}
1908
1909func (*GetOnuCountersResponse_BerReported) isGetOnuCountersResponse_IsBerReported() {}
1910
1911func (m *GetOnuCountersResponse) GetIsBerReported() isGetOnuCountersResponse_IsBerReported {
1912 if m != nil {
1913 return m.IsBerReported
1914 }
1915 return nil
1916}
1917
1918func (m *GetOnuCountersResponse) GetBerReported() uint64 {
1919 if x, ok := m.GetIsBerReported().(*GetOnuCountersResponse_BerReported); ok {
1920 return x.BerReported
1921 }
1922 return 0
1923}
1924
1925type isGetOnuCountersResponse_IsLcdgErrors interface {
1926 isGetOnuCountersResponse_IsLcdgErrors()
1927}
1928
1929type GetOnuCountersResponse_LcdgErrors struct {
1930 LcdgErrors uint64 `protobuf:"fixed64,25,opt,name=lcdg_errors,json=lcdgErrors,proto3,oneof"`
1931}
1932
1933func (*GetOnuCountersResponse_LcdgErrors) isGetOnuCountersResponse_IsLcdgErrors() {}
1934
1935func (m *GetOnuCountersResponse) GetIsLcdgErrors() isGetOnuCountersResponse_IsLcdgErrors {
1936 if m != nil {
1937 return m.IsLcdgErrors
1938 }
1939 return nil
1940}
1941
1942func (m *GetOnuCountersResponse) GetLcdgErrors() uint64 {
1943 if x, ok := m.GetIsLcdgErrors().(*GetOnuCountersResponse_LcdgErrors); ok {
1944 return x.LcdgErrors
1945 }
1946 return 0
1947}
1948
1949type isGetOnuCountersResponse_IsRdiErrors interface {
1950 isGetOnuCountersResponse_IsRdiErrors()
1951}
1952
1953type GetOnuCountersResponse_RdiErrors struct {
1954 RdiErrors uint64 `protobuf:"fixed64,26,opt,name=rdi_errors,json=rdiErrors,proto3,oneof"`
1955}
1956
1957func (*GetOnuCountersResponse_RdiErrors) isGetOnuCountersResponse_IsRdiErrors() {}
1958
1959func (m *GetOnuCountersResponse) GetIsRdiErrors() isGetOnuCountersResponse_IsRdiErrors {
1960 if m != nil {
1961 return m.IsRdiErrors
1962 }
1963 return nil
1964}
1965
1966func (m *GetOnuCountersResponse) GetRdiErrors() uint64 {
1967 if x, ok := m.GetIsRdiErrors().(*GetOnuCountersResponse_RdiErrors); ok {
1968 return x.RdiErrors
1969 }
1970 return 0
1971}
1972
1973type isGetOnuCountersResponse_IsTimestamp interface {
1974 isGetOnuCountersResponse_IsTimestamp()
1975}
1976
1977type GetOnuCountersResponse_Timestamp struct {
1978 Timestamp uint32 `protobuf:"fixed32,27,opt,name=timestamp,proto3,oneof"`
1979}
1980
1981func (*GetOnuCountersResponse_Timestamp) isGetOnuCountersResponse_IsTimestamp() {}
1982
1983func (m *GetOnuCountersResponse) GetIsTimestamp() isGetOnuCountersResponse_IsTimestamp {
1984 if m != nil {
1985 return m.IsTimestamp
1986 }
1987 return nil
1988}
1989
1990func (m *GetOnuCountersResponse) GetTimestamp() uint32 {
1991 if x, ok := m.GetIsTimestamp().(*GetOnuCountersResponse_Timestamp); ok {
1992 return x.Timestamp
1993 }
1994 return 0
1995}
1996
1997// XXX_OneofWrappers is for the internal use of the proto package.
1998func (*GetOnuCountersResponse) XXX_OneofWrappers() []interface{} {
1999 return []interface{}{
2000 (*GetOnuCountersResponse_IntfId)(nil),
2001 (*GetOnuCountersResponse_OnuId)(nil),
2002 (*GetOnuCountersResponse_PositiveDrift)(nil),
2003 (*GetOnuCountersResponse_NegativeDrift)(nil),
2004 (*GetOnuCountersResponse_DelimiterMissDetection)(nil),
2005 (*GetOnuCountersResponse_BipErrors)(nil),
2006 (*GetOnuCountersResponse_BipUnits)(nil),
2007 (*GetOnuCountersResponse_FecCorrectedSymbols)(nil),
2008 (*GetOnuCountersResponse_FecCodewordsCorrected)(nil),
2009 (*GetOnuCountersResponse_FecCodewordsUncorrectable)(nil),
2010 (*GetOnuCountersResponse_FecCodewords)(nil),
2011 (*GetOnuCountersResponse_FecCorrectedUnits)(nil),
2012 (*GetOnuCountersResponse_XgemKeyErrors)(nil),
2013 (*GetOnuCountersResponse_XgemLoss)(nil),
2014 (*GetOnuCountersResponse_RxPloamsError)(nil),
2015 (*GetOnuCountersResponse_RxPloamsNonIdle)(nil),
2016 (*GetOnuCountersResponse_RxOmci)(nil),
2017 (*GetOnuCountersResponse_TxOmci)(nil),
2018 (*GetOnuCountersResponse_RxOmciPacketsCrcError)(nil),
2019 (*GetOnuCountersResponse_RxBytes)(nil),
2020 (*GetOnuCountersResponse_RxPackets)(nil),
2021 (*GetOnuCountersResponse_TxBytes)(nil),
2022 (*GetOnuCountersResponse_TxPackets)(nil),
2023 (*GetOnuCountersResponse_BerReported)(nil),
2024 (*GetOnuCountersResponse_LcdgErrors)(nil),
2025 (*GetOnuCountersResponse_RdiErrors)(nil),
2026 (*GetOnuCountersResponse_Timestamp)(nil),
2027 }
2028}
2029
2030type GetOnuOMCICountersResponse struct {
2031 // Types that are valid to be assigned to IsDropEvents:
2032 // *GetOnuOMCICountersResponse_DropEvents
2033 IsDropEvents isGetOnuOMCICountersResponse_IsDropEvents `protobuf_oneof:"is_drop_events"`
2034 // Types that are valid to be assigned to IsOctets:
2035 // *GetOnuOMCICountersResponse_Octets
2036 IsOctets isGetOnuOMCICountersResponse_IsOctets `protobuf_oneof:"is_octets"`
2037 // Types that are valid to be assigned to IsFrames:
2038 // *GetOnuOMCICountersResponse_Frames
2039 IsFrames isGetOnuOMCICountersResponse_IsFrames `protobuf_oneof:"is_frames"`
2040 // Types that are valid to be assigned to IsBroadcastFrames:
2041 // *GetOnuOMCICountersResponse_BroadcastFrames
2042 IsBroadcastFrames isGetOnuOMCICountersResponse_IsBroadcastFrames `protobuf_oneof:"is_broadcast_frames"`
2043 // Types that are valid to be assigned to IsMulticastFrames:
2044 // *GetOnuOMCICountersResponse_MulticastFrames
2045 IsMulticastFrames isGetOnuOMCICountersResponse_IsMulticastFrames `protobuf_oneof:"is_multicast_frames"`
2046 // Types that are valid to be assigned to IsCrcErroredFrames:
2047 // *GetOnuOMCICountersResponse_CrcErroredFrames
2048 IsCrcErroredFrames isGetOnuOMCICountersResponse_IsCrcErroredFrames `protobuf_oneof:"is_crc_errored_frames"`
2049 // Types that are valid to be assigned to IsUndersizeFrames:
2050 // *GetOnuOMCICountersResponse_UndersizeFrames
2051 IsUndersizeFrames isGetOnuOMCICountersResponse_IsUndersizeFrames `protobuf_oneof:"is_undersize_frames"`
2052 // Types that are valid to be assigned to IsOversizeFrames:
2053 // *GetOnuOMCICountersResponse_OversizeFrames
2054 IsOversizeFrames isGetOnuOMCICountersResponse_IsOversizeFrames `protobuf_oneof:"is_oversize_frames"`
2055 // Types that are valid to be assigned to IsFrames_64Octets:
2056 // *GetOnuOMCICountersResponse_Frames_64Octets
2057 IsFrames_64Octets isGetOnuOMCICountersResponse_IsFrames_64Octets `protobuf_oneof:"is_frames_64_octets"`
2058 // Types that are valid to be assigned to IsFrames_65To_127Octets:
2059 // *GetOnuOMCICountersResponse_Frames_65To_127Octets
2060 IsFrames_65To_127Octets isGetOnuOMCICountersResponse_IsFrames_65To_127Octets `protobuf_oneof:"is_frames_65_to_127_octets"`
2061 // Types that are valid to be assigned to IsFrames_128To_255Octets:
2062 // *GetOnuOMCICountersResponse_Frames_128To_255Octets
2063 IsFrames_128To_255Octets isGetOnuOMCICountersResponse_IsFrames_128To_255Octets `protobuf_oneof:"is_frames_128_to_255_octets"`
2064 // Types that are valid to be assigned to IsFrames_256To_511Octets:
2065 // *GetOnuOMCICountersResponse_Frames_256To_511Octets
2066 IsFrames_256To_511Octets isGetOnuOMCICountersResponse_IsFrames_256To_511Octets `protobuf_oneof:"is_frames_256_to_511_octets"`
2067 // Types that are valid to be assigned to IsFrames_512To_1023Octets:
2068 // *GetOnuOMCICountersResponse_Frames_512To_1023Octets
2069 IsFrames_512To_1023Octets isGetOnuOMCICountersResponse_IsFrames_512To_1023Octets `protobuf_oneof:"is_frames_512_to_1023_octets"`
2070 // Types that are valid to be assigned to IsFrames_1024To_1518Octets:
2071 // *GetOnuOMCICountersResponse_Frames_1024To_1518Octets
2072 IsFrames_1024To_1518Octets isGetOnuOMCICountersResponse_IsFrames_1024To_1518Octets `protobuf_oneof:"is_frames_1024_to_1518_octets"`
2073 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2074 XXX_unrecognized []byte `json:"-"`
2075 XXX_sizecache int32 `json:"-"`
2076}
2077
2078func (m *GetOnuOMCICountersResponse) Reset() { *m = GetOnuOMCICountersResponse{} }
2079func (m *GetOnuOMCICountersResponse) String() string { return proto.CompactTextString(m) }
2080func (*GetOnuOMCICountersResponse) ProtoMessage() {}
2081func (*GetOnuOMCICountersResponse) Descriptor() ([]byte, []int) {
Gamze Abakac857a462021-05-26 13:45:54 +00002082 return fileDescriptor_7ecf6e9799a9202d, []int{16}
Himani Chawla40acc122021-05-26 18:52:29 +05302083}
2084
2085func (m *GetOnuOMCICountersResponse) XXX_Unmarshal(b []byte) error {
2086 return xxx_messageInfo_GetOnuOMCICountersResponse.Unmarshal(m, b)
2087}
2088func (m *GetOnuOMCICountersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2089 return xxx_messageInfo_GetOnuOMCICountersResponse.Marshal(b, m, deterministic)
2090}
2091func (m *GetOnuOMCICountersResponse) XXX_Merge(src proto.Message) {
2092 xxx_messageInfo_GetOnuOMCICountersResponse.Merge(m, src)
2093}
2094func (m *GetOnuOMCICountersResponse) XXX_Size() int {
2095 return xxx_messageInfo_GetOnuOMCICountersResponse.Size(m)
2096}
2097func (m *GetOnuOMCICountersResponse) XXX_DiscardUnknown() {
2098 xxx_messageInfo_GetOnuOMCICountersResponse.DiscardUnknown(m)
2099}
2100
2101var xxx_messageInfo_GetOnuOMCICountersResponse proto.InternalMessageInfo
2102
2103type isGetOnuOMCICountersResponse_IsDropEvents interface {
2104 isGetOnuOMCICountersResponse_IsDropEvents()
2105}
2106
2107type GetOnuOMCICountersResponse_DropEvents struct {
2108 DropEvents uint64 `protobuf:"fixed64,1,opt,name=drop_events,json=dropEvents,proto3,oneof"`
2109}
2110
2111func (*GetOnuOMCICountersResponse_DropEvents) isGetOnuOMCICountersResponse_IsDropEvents() {}
2112
2113func (m *GetOnuOMCICountersResponse) GetIsDropEvents() isGetOnuOMCICountersResponse_IsDropEvents {
2114 if m != nil {
2115 return m.IsDropEvents
2116 }
2117 return nil
2118}
2119
2120func (m *GetOnuOMCICountersResponse) GetDropEvents() uint64 {
2121 if x, ok := m.GetIsDropEvents().(*GetOnuOMCICountersResponse_DropEvents); ok {
2122 return x.DropEvents
2123 }
2124 return 0
2125}
2126
2127type isGetOnuOMCICountersResponse_IsOctets interface {
2128 isGetOnuOMCICountersResponse_IsOctets()
2129}
2130
2131type GetOnuOMCICountersResponse_Octets struct {
2132 Octets uint64 `protobuf:"fixed64,2,opt,name=octets,proto3,oneof"`
2133}
2134
2135func (*GetOnuOMCICountersResponse_Octets) isGetOnuOMCICountersResponse_IsOctets() {}
2136
2137func (m *GetOnuOMCICountersResponse) GetIsOctets() isGetOnuOMCICountersResponse_IsOctets {
2138 if m != nil {
2139 return m.IsOctets
2140 }
2141 return nil
2142}
2143
2144func (m *GetOnuOMCICountersResponse) GetOctets() uint64 {
2145 if x, ok := m.GetIsOctets().(*GetOnuOMCICountersResponse_Octets); ok {
2146 return x.Octets
2147 }
2148 return 0
2149}
2150
2151type isGetOnuOMCICountersResponse_IsFrames interface {
2152 isGetOnuOMCICountersResponse_IsFrames()
2153}
2154
2155type GetOnuOMCICountersResponse_Frames struct {
2156 Frames uint64 `protobuf:"fixed64,3,opt,name=frames,proto3,oneof"`
2157}
2158
2159func (*GetOnuOMCICountersResponse_Frames) isGetOnuOMCICountersResponse_IsFrames() {}
2160
2161func (m *GetOnuOMCICountersResponse) GetIsFrames() isGetOnuOMCICountersResponse_IsFrames {
2162 if m != nil {
2163 return m.IsFrames
2164 }
2165 return nil
2166}
2167
2168func (m *GetOnuOMCICountersResponse) GetFrames() uint64 {
2169 if x, ok := m.GetIsFrames().(*GetOnuOMCICountersResponse_Frames); ok {
2170 return x.Frames
2171 }
2172 return 0
2173}
2174
2175type isGetOnuOMCICountersResponse_IsBroadcastFrames interface {
2176 isGetOnuOMCICountersResponse_IsBroadcastFrames()
2177}
2178
2179type GetOnuOMCICountersResponse_BroadcastFrames struct {
2180 BroadcastFrames uint64 `protobuf:"fixed64,4,opt,name=broadcast_frames,json=broadcastFrames,proto3,oneof"`
2181}
2182
2183func (*GetOnuOMCICountersResponse_BroadcastFrames) isGetOnuOMCICountersResponse_IsBroadcastFrames() {}
2184
2185func (m *GetOnuOMCICountersResponse) GetIsBroadcastFrames() isGetOnuOMCICountersResponse_IsBroadcastFrames {
2186 if m != nil {
2187 return m.IsBroadcastFrames
2188 }
2189 return nil
2190}
2191
2192func (m *GetOnuOMCICountersResponse) GetBroadcastFrames() uint64 {
2193 if x, ok := m.GetIsBroadcastFrames().(*GetOnuOMCICountersResponse_BroadcastFrames); ok {
2194 return x.BroadcastFrames
2195 }
2196 return 0
2197}
2198
2199type isGetOnuOMCICountersResponse_IsMulticastFrames interface {
2200 isGetOnuOMCICountersResponse_IsMulticastFrames()
2201}
2202
2203type GetOnuOMCICountersResponse_MulticastFrames struct {
2204 MulticastFrames uint64 `protobuf:"fixed64,5,opt,name=multicast_frames,json=multicastFrames,proto3,oneof"`
2205}
2206
2207func (*GetOnuOMCICountersResponse_MulticastFrames) isGetOnuOMCICountersResponse_IsMulticastFrames() {}
2208
2209func (m *GetOnuOMCICountersResponse) GetIsMulticastFrames() isGetOnuOMCICountersResponse_IsMulticastFrames {
2210 if m != nil {
2211 return m.IsMulticastFrames
2212 }
2213 return nil
2214}
2215
2216func (m *GetOnuOMCICountersResponse) GetMulticastFrames() uint64 {
2217 if x, ok := m.GetIsMulticastFrames().(*GetOnuOMCICountersResponse_MulticastFrames); ok {
2218 return x.MulticastFrames
2219 }
2220 return 0
2221}
2222
2223type isGetOnuOMCICountersResponse_IsCrcErroredFrames interface {
2224 isGetOnuOMCICountersResponse_IsCrcErroredFrames()
2225}
2226
2227type GetOnuOMCICountersResponse_CrcErroredFrames struct {
2228 CrcErroredFrames uint64 `protobuf:"fixed64,6,opt,name=crc_errored_frames,json=crcErroredFrames,proto3,oneof"`
2229}
2230
2231func (*GetOnuOMCICountersResponse_CrcErroredFrames) isGetOnuOMCICountersResponse_IsCrcErroredFrames() {
2232}
2233
2234func (m *GetOnuOMCICountersResponse) GetIsCrcErroredFrames() isGetOnuOMCICountersResponse_IsCrcErroredFrames {
2235 if m != nil {
2236 return m.IsCrcErroredFrames
2237 }
2238 return nil
2239}
2240
2241func (m *GetOnuOMCICountersResponse) GetCrcErroredFrames() uint64 {
2242 if x, ok := m.GetIsCrcErroredFrames().(*GetOnuOMCICountersResponse_CrcErroredFrames); ok {
2243 return x.CrcErroredFrames
2244 }
2245 return 0
2246}
2247
2248type isGetOnuOMCICountersResponse_IsUndersizeFrames interface {
2249 isGetOnuOMCICountersResponse_IsUndersizeFrames()
2250}
2251
2252type GetOnuOMCICountersResponse_UndersizeFrames struct {
2253 UndersizeFrames uint64 `protobuf:"fixed64,7,opt,name=undersize_frames,json=undersizeFrames,proto3,oneof"`
2254}
2255
2256func (*GetOnuOMCICountersResponse_UndersizeFrames) isGetOnuOMCICountersResponse_IsUndersizeFrames() {}
2257
2258func (m *GetOnuOMCICountersResponse) GetIsUndersizeFrames() isGetOnuOMCICountersResponse_IsUndersizeFrames {
2259 if m != nil {
2260 return m.IsUndersizeFrames
2261 }
2262 return nil
2263}
2264
2265func (m *GetOnuOMCICountersResponse) GetUndersizeFrames() uint64 {
2266 if x, ok := m.GetIsUndersizeFrames().(*GetOnuOMCICountersResponse_UndersizeFrames); ok {
2267 return x.UndersizeFrames
2268 }
2269 return 0
2270}
2271
2272type isGetOnuOMCICountersResponse_IsOversizeFrames interface {
2273 isGetOnuOMCICountersResponse_IsOversizeFrames()
2274}
2275
2276type GetOnuOMCICountersResponse_OversizeFrames struct {
2277 OversizeFrames uint64 `protobuf:"fixed64,8,opt,name=oversize_frames,json=oversizeFrames,proto3,oneof"`
2278}
2279
2280func (*GetOnuOMCICountersResponse_OversizeFrames) isGetOnuOMCICountersResponse_IsOversizeFrames() {}
2281
2282func (m *GetOnuOMCICountersResponse) GetIsOversizeFrames() isGetOnuOMCICountersResponse_IsOversizeFrames {
2283 if m != nil {
2284 return m.IsOversizeFrames
2285 }
2286 return nil
2287}
2288
2289func (m *GetOnuOMCICountersResponse) GetOversizeFrames() uint64 {
2290 if x, ok := m.GetIsOversizeFrames().(*GetOnuOMCICountersResponse_OversizeFrames); ok {
2291 return x.OversizeFrames
2292 }
2293 return 0
2294}
2295
2296type isGetOnuOMCICountersResponse_IsFrames_64Octets interface {
2297 isGetOnuOMCICountersResponse_IsFrames_64Octets()
2298}
2299
2300type GetOnuOMCICountersResponse_Frames_64Octets struct {
2301 Frames_64Octets uint64 `protobuf:"fixed64,9,opt,name=frames_64_octets,json=frames64Octets,proto3,oneof"`
2302}
2303
2304func (*GetOnuOMCICountersResponse_Frames_64Octets) isGetOnuOMCICountersResponse_IsFrames_64Octets() {}
2305
2306func (m *GetOnuOMCICountersResponse) GetIsFrames_64Octets() isGetOnuOMCICountersResponse_IsFrames_64Octets {
2307 if m != nil {
2308 return m.IsFrames_64Octets
2309 }
2310 return nil
2311}
2312
2313func (m *GetOnuOMCICountersResponse) GetFrames_64Octets() uint64 {
2314 if x, ok := m.GetIsFrames_64Octets().(*GetOnuOMCICountersResponse_Frames_64Octets); ok {
2315 return x.Frames_64Octets
2316 }
2317 return 0
2318}
2319
2320type isGetOnuOMCICountersResponse_IsFrames_65To_127Octets interface {
2321 isGetOnuOMCICountersResponse_IsFrames_65To_127Octets()
2322}
2323
2324type GetOnuOMCICountersResponse_Frames_65To_127Octets struct {
2325 Frames_65To_127Octets uint64 `protobuf:"fixed64,10,opt,name=frames_65_to_127_octets,json=frames65To127Octets,proto3,oneof"`
2326}
2327
2328func (*GetOnuOMCICountersResponse_Frames_65To_127Octets) isGetOnuOMCICountersResponse_IsFrames_65To_127Octets() {
2329}
2330
2331func (m *GetOnuOMCICountersResponse) GetIsFrames_65To_127Octets() isGetOnuOMCICountersResponse_IsFrames_65To_127Octets {
2332 if m != nil {
2333 return m.IsFrames_65To_127Octets
2334 }
2335 return nil
2336}
2337
2338func (m *GetOnuOMCICountersResponse) GetFrames_65To_127Octets() uint64 {
2339 if x, ok := m.GetIsFrames_65To_127Octets().(*GetOnuOMCICountersResponse_Frames_65To_127Octets); ok {
2340 return x.Frames_65To_127Octets
2341 }
2342 return 0
2343}
2344
2345type isGetOnuOMCICountersResponse_IsFrames_128To_255Octets interface {
2346 isGetOnuOMCICountersResponse_IsFrames_128To_255Octets()
2347}
2348
2349type GetOnuOMCICountersResponse_Frames_128To_255Octets struct {
2350 Frames_128To_255Octets uint64 `protobuf:"fixed64,11,opt,name=frames_128_to_255_octets,json=frames128To255Octets,proto3,oneof"`
2351}
2352
2353func (*GetOnuOMCICountersResponse_Frames_128To_255Octets) isGetOnuOMCICountersResponse_IsFrames_128To_255Octets() {
2354}
2355
2356func (m *GetOnuOMCICountersResponse) GetIsFrames_128To_255Octets() isGetOnuOMCICountersResponse_IsFrames_128To_255Octets {
2357 if m != nil {
2358 return m.IsFrames_128To_255Octets
2359 }
2360 return nil
2361}
2362
2363func (m *GetOnuOMCICountersResponse) GetFrames_128To_255Octets() uint64 {
2364 if x, ok := m.GetIsFrames_128To_255Octets().(*GetOnuOMCICountersResponse_Frames_128To_255Octets); ok {
2365 return x.Frames_128To_255Octets
2366 }
2367 return 0
2368}
2369
2370type isGetOnuOMCICountersResponse_IsFrames_256To_511Octets interface {
2371 isGetOnuOMCICountersResponse_IsFrames_256To_511Octets()
2372}
2373
2374type GetOnuOMCICountersResponse_Frames_256To_511Octets struct {
2375 Frames_256To_511Octets uint64 `protobuf:"fixed64,12,opt,name=frames_256_to_511_octets,json=frames256To511Octets,proto3,oneof"`
2376}
2377
2378func (*GetOnuOMCICountersResponse_Frames_256To_511Octets) isGetOnuOMCICountersResponse_IsFrames_256To_511Octets() {
2379}
2380
2381func (m *GetOnuOMCICountersResponse) GetIsFrames_256To_511Octets() isGetOnuOMCICountersResponse_IsFrames_256To_511Octets {
2382 if m != nil {
2383 return m.IsFrames_256To_511Octets
2384 }
2385 return nil
2386}
2387
2388func (m *GetOnuOMCICountersResponse) GetFrames_256To_511Octets() uint64 {
2389 if x, ok := m.GetIsFrames_256To_511Octets().(*GetOnuOMCICountersResponse_Frames_256To_511Octets); ok {
2390 return x.Frames_256To_511Octets
2391 }
2392 return 0
2393}
2394
2395type isGetOnuOMCICountersResponse_IsFrames_512To_1023Octets interface {
2396 isGetOnuOMCICountersResponse_IsFrames_512To_1023Octets()
2397}
2398
2399type GetOnuOMCICountersResponse_Frames_512To_1023Octets struct {
2400 Frames_512To_1023Octets uint64 `protobuf:"fixed64,13,opt,name=frames_512_to_1023_octets,json=frames512To1023Octets,proto3,oneof"`
2401}
2402
2403func (*GetOnuOMCICountersResponse_Frames_512To_1023Octets) isGetOnuOMCICountersResponse_IsFrames_512To_1023Octets() {
2404}
2405
2406func (m *GetOnuOMCICountersResponse) GetIsFrames_512To_1023Octets() isGetOnuOMCICountersResponse_IsFrames_512To_1023Octets {
2407 if m != nil {
2408 return m.IsFrames_512To_1023Octets
2409 }
2410 return nil
2411}
2412
2413func (m *GetOnuOMCICountersResponse) GetFrames_512To_1023Octets() uint64 {
2414 if x, ok := m.GetIsFrames_512To_1023Octets().(*GetOnuOMCICountersResponse_Frames_512To_1023Octets); ok {
2415 return x.Frames_512To_1023Octets
2416 }
2417 return 0
2418}
2419
2420type isGetOnuOMCICountersResponse_IsFrames_1024To_1518Octets interface {
2421 isGetOnuOMCICountersResponse_IsFrames_1024To_1518Octets()
2422}
2423
2424type GetOnuOMCICountersResponse_Frames_1024To_1518Octets struct {
2425 Frames_1024To_1518Octets uint64 `protobuf:"fixed64,14,opt,name=frames_1024_to_1518_octets,json=frames1024To1518Octets,proto3,oneof"`
2426}
2427
2428func (*GetOnuOMCICountersResponse_Frames_1024To_1518Octets) isGetOnuOMCICountersResponse_IsFrames_1024To_1518Octets() {
2429}
2430
2431func (m *GetOnuOMCICountersResponse) GetIsFrames_1024To_1518Octets() isGetOnuOMCICountersResponse_IsFrames_1024To_1518Octets {
2432 if m != nil {
2433 return m.IsFrames_1024To_1518Octets
2434 }
2435 return nil
2436}
2437
2438func (m *GetOnuOMCICountersResponse) GetFrames_1024To_1518Octets() uint64 {
2439 if x, ok := m.GetIsFrames_1024To_1518Octets().(*GetOnuOMCICountersResponse_Frames_1024To_1518Octets); ok {
2440 return x.Frames_1024To_1518Octets
2441 }
2442 return 0
2443}
2444
2445// XXX_OneofWrappers is for the internal use of the proto package.
2446func (*GetOnuOMCICountersResponse) XXX_OneofWrappers() []interface{} {
2447 return []interface{}{
2448 (*GetOnuOMCICountersResponse_DropEvents)(nil),
2449 (*GetOnuOMCICountersResponse_Octets)(nil),
2450 (*GetOnuOMCICountersResponse_Frames)(nil),
2451 (*GetOnuOMCICountersResponse_BroadcastFrames)(nil),
2452 (*GetOnuOMCICountersResponse_MulticastFrames)(nil),
2453 (*GetOnuOMCICountersResponse_CrcErroredFrames)(nil),
2454 (*GetOnuOMCICountersResponse_UndersizeFrames)(nil),
2455 (*GetOnuOMCICountersResponse_OversizeFrames)(nil),
2456 (*GetOnuOMCICountersResponse_Frames_64Octets)(nil),
2457 (*GetOnuOMCICountersResponse_Frames_65To_127Octets)(nil),
2458 (*GetOnuOMCICountersResponse_Frames_128To_255Octets)(nil),
2459 (*GetOnuOMCICountersResponse_Frames_256To_511Octets)(nil),
2460 (*GetOnuOMCICountersResponse_Frames_512To_1023Octets)(nil),
2461 (*GetOnuOMCICountersResponse_Frames_1024To_1518Octets)(nil),
2462 }
2463}
2464
Gamze Abakac857a462021-05-26 13:45:54 +00002465type GetRxPowerResponse struct {
2466 IntfId uint32 `protobuf:"fixed32,1,opt,name=intf_id,json=intfId,proto3" json:"intf_id,omitempty"`
2467 OnuId uint32 `protobuf:"fixed32,2,opt,name=onu_id,json=onuId,proto3" json:"onu_id,omitempty"`
2468 Status string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
2469 FailReason string `protobuf:"bytes,4,opt,name=fail_reason,json=failReason,proto3" json:"fail_reason,omitempty"`
2470 RxPower float64 `protobuf:"fixed64,5,opt,name=rx_power,json=rxPower,proto3" json:"rx_power,omitempty"`
2471 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2472 XXX_unrecognized []byte `json:"-"`
2473 XXX_sizecache int32 `json:"-"`
2474}
2475
2476func (m *GetRxPowerResponse) Reset() { *m = GetRxPowerResponse{} }
2477func (m *GetRxPowerResponse) String() string { return proto.CompactTextString(m) }
2478func (*GetRxPowerResponse) ProtoMessage() {}
2479func (*GetRxPowerResponse) Descriptor() ([]byte, []int) {
2480 return fileDescriptor_7ecf6e9799a9202d, []int{17}
2481}
2482
2483func (m *GetRxPowerResponse) XXX_Unmarshal(b []byte) error {
2484 return xxx_messageInfo_GetRxPowerResponse.Unmarshal(m, b)
2485}
2486func (m *GetRxPowerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2487 return xxx_messageInfo_GetRxPowerResponse.Marshal(b, m, deterministic)
2488}
2489func (m *GetRxPowerResponse) XXX_Merge(src proto.Message) {
2490 xxx_messageInfo_GetRxPowerResponse.Merge(m, src)
2491}
2492func (m *GetRxPowerResponse) XXX_Size() int {
2493 return xxx_messageInfo_GetRxPowerResponse.Size(m)
2494}
2495func (m *GetRxPowerResponse) XXX_DiscardUnknown() {
2496 xxx_messageInfo_GetRxPowerResponse.DiscardUnknown(m)
2497}
2498
2499var xxx_messageInfo_GetRxPowerResponse proto.InternalMessageInfo
2500
2501func (m *GetRxPowerResponse) GetIntfId() uint32 {
2502 if m != nil {
2503 return m.IntfId
2504 }
2505 return 0
2506}
2507
2508func (m *GetRxPowerResponse) GetOnuId() uint32 {
2509 if m != nil {
2510 return m.OnuId
2511 }
2512 return 0
2513}
2514
2515func (m *GetRxPowerResponse) GetStatus() string {
2516 if m != nil {
2517 return m.Status
2518 }
2519 return ""
2520}
2521
2522func (m *GetRxPowerResponse) GetFailReason() string {
2523 if m != nil {
2524 return m.FailReason
2525 }
2526 return ""
2527}
2528
2529func (m *GetRxPowerResponse) GetRxPower() float64 {
2530 if m != nil {
2531 return m.RxPower
2532 }
2533 return 0
2534}
2535
kesavand8ec4fc02021-01-27 09:10:22 -05002536type GetValueRequest struct {
2537 // Types that are valid to be assigned to Request:
2538 // *GetValueRequest_Distance
2539 // *GetValueRequest_UniInfo
2540 // *GetValueRequest_OltPortInfo
2541 // *GetValueRequest_OnuOpticalInfo
2542 // *GetValueRequest_EthBridgePort
2543 // *GetValueRequest_FecHistory
Himani Chawla40acc122021-05-26 18:52:29 +05302544 // *GetValueRequest_OnuPonInfo
2545 // *GetValueRequest_OnuInfo
Gamze Abakac857a462021-05-26 13:45:54 +00002546 // *GetValueRequest_RxPower
kesavand8ec4fc02021-01-27 09:10:22 -05002547 Request isGetValueRequest_Request `protobuf_oneof:"request"`
2548 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2549 XXX_unrecognized []byte `json:"-"`
2550 XXX_sizecache int32 `json:"-"`
2551}
2552
2553func (m *GetValueRequest) Reset() { *m = GetValueRequest{} }
2554func (m *GetValueRequest) String() string { return proto.CompactTextString(m) }
2555func (*GetValueRequest) ProtoMessage() {}
2556func (*GetValueRequest) Descriptor() ([]byte, []int) {
Gamze Abakac857a462021-05-26 13:45:54 +00002557 return fileDescriptor_7ecf6e9799a9202d, []int{18}
kesavand8ec4fc02021-01-27 09:10:22 -05002558}
2559
2560func (m *GetValueRequest) XXX_Unmarshal(b []byte) error {
2561 return xxx_messageInfo_GetValueRequest.Unmarshal(m, b)
2562}
2563func (m *GetValueRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2564 return xxx_messageInfo_GetValueRequest.Marshal(b, m, deterministic)
2565}
2566func (m *GetValueRequest) XXX_Merge(src proto.Message) {
2567 xxx_messageInfo_GetValueRequest.Merge(m, src)
2568}
2569func (m *GetValueRequest) XXX_Size() int {
2570 return xxx_messageInfo_GetValueRequest.Size(m)
2571}
2572func (m *GetValueRequest) XXX_DiscardUnknown() {
2573 xxx_messageInfo_GetValueRequest.DiscardUnknown(m)
2574}
2575
2576var xxx_messageInfo_GetValueRequest proto.InternalMessageInfo
2577
2578type isGetValueRequest_Request interface {
2579 isGetValueRequest_Request()
2580}
2581
2582type GetValueRequest_Distance struct {
2583 Distance *GetDistanceRequest `protobuf:"bytes,1,opt,name=distance,proto3,oneof"`
2584}
2585
2586type GetValueRequest_UniInfo struct {
2587 UniInfo *GetOnuUniInfoRequest `protobuf:"bytes,2,opt,name=uniInfo,proto3,oneof"`
2588}
2589
2590type GetValueRequest_OltPortInfo struct {
2591 OltPortInfo *GetOltPortCounters `protobuf:"bytes,3,opt,name=oltPortInfo,proto3,oneof"`
2592}
2593
2594type GetValueRequest_OnuOpticalInfo struct {
2595 OnuOpticalInfo *GetOnuPonOpticalInfo `protobuf:"bytes,4,opt,name=onuOpticalInfo,proto3,oneof"`
2596}
2597
2598type GetValueRequest_EthBridgePort struct {
2599 EthBridgePort *GetOnuEthernetBridgePortHistory `protobuf:"bytes,5,opt,name=ethBridgePort,proto3,oneof"`
2600}
2601
2602type GetValueRequest_FecHistory struct {
2603 FecHistory *GetOnuFecHistory `protobuf:"bytes,6,opt,name=fecHistory,proto3,oneof"`
2604}
2605
Himani Chawla40acc122021-05-26 18:52:29 +05302606type GetValueRequest_OnuPonInfo struct {
2607 OnuPonInfo *GetOnuCountersRequest `protobuf:"bytes,7,opt,name=onuPonInfo,proto3,oneof"`
2608}
2609
2610type GetValueRequest_OnuInfo struct {
2611 OnuInfo *GetOnuOMCICountersRequest `protobuf:"bytes,8,opt,name=onuInfo,proto3,oneof"`
2612}
2613
Gamze Abakac857a462021-05-26 13:45:54 +00002614type GetValueRequest_RxPower struct {
2615 RxPower *GetRxPowerRequest `protobuf:"bytes,9,opt,name=rxPower,proto3,oneof"`
2616}
2617
kesavand8ec4fc02021-01-27 09:10:22 -05002618func (*GetValueRequest_Distance) isGetValueRequest_Request() {}
2619
2620func (*GetValueRequest_UniInfo) isGetValueRequest_Request() {}
2621
2622func (*GetValueRequest_OltPortInfo) isGetValueRequest_Request() {}
2623
2624func (*GetValueRequest_OnuOpticalInfo) isGetValueRequest_Request() {}
2625
2626func (*GetValueRequest_EthBridgePort) isGetValueRequest_Request() {}
2627
2628func (*GetValueRequest_FecHistory) isGetValueRequest_Request() {}
2629
Himani Chawla40acc122021-05-26 18:52:29 +05302630func (*GetValueRequest_OnuPonInfo) isGetValueRequest_Request() {}
2631
2632func (*GetValueRequest_OnuInfo) isGetValueRequest_Request() {}
2633
Gamze Abakac857a462021-05-26 13:45:54 +00002634func (*GetValueRequest_RxPower) isGetValueRequest_Request() {}
2635
kesavand8ec4fc02021-01-27 09:10:22 -05002636func (m *GetValueRequest) GetRequest() isGetValueRequest_Request {
2637 if m != nil {
2638 return m.Request
2639 }
2640 return nil
2641}
2642
2643func (m *GetValueRequest) GetDistance() *GetDistanceRequest {
2644 if x, ok := m.GetRequest().(*GetValueRequest_Distance); ok {
2645 return x.Distance
2646 }
2647 return nil
2648}
2649
2650func (m *GetValueRequest) GetUniInfo() *GetOnuUniInfoRequest {
2651 if x, ok := m.GetRequest().(*GetValueRequest_UniInfo); ok {
2652 return x.UniInfo
2653 }
2654 return nil
2655}
2656
2657func (m *GetValueRequest) GetOltPortInfo() *GetOltPortCounters {
2658 if x, ok := m.GetRequest().(*GetValueRequest_OltPortInfo); ok {
2659 return x.OltPortInfo
2660 }
2661 return nil
2662}
2663
2664func (m *GetValueRequest) GetOnuOpticalInfo() *GetOnuPonOpticalInfo {
2665 if x, ok := m.GetRequest().(*GetValueRequest_OnuOpticalInfo); ok {
2666 return x.OnuOpticalInfo
2667 }
2668 return nil
2669}
2670
2671func (m *GetValueRequest) GetEthBridgePort() *GetOnuEthernetBridgePortHistory {
2672 if x, ok := m.GetRequest().(*GetValueRequest_EthBridgePort); ok {
2673 return x.EthBridgePort
2674 }
2675 return nil
2676}
2677
2678func (m *GetValueRequest) GetFecHistory() *GetOnuFecHistory {
2679 if x, ok := m.GetRequest().(*GetValueRequest_FecHistory); ok {
2680 return x.FecHistory
2681 }
2682 return nil
2683}
2684
Himani Chawla40acc122021-05-26 18:52:29 +05302685func (m *GetValueRequest) GetOnuPonInfo() *GetOnuCountersRequest {
2686 if x, ok := m.GetRequest().(*GetValueRequest_OnuPonInfo); ok {
2687 return x.OnuPonInfo
2688 }
2689 return nil
2690}
2691
2692func (m *GetValueRequest) GetOnuInfo() *GetOnuOMCICountersRequest {
2693 if x, ok := m.GetRequest().(*GetValueRequest_OnuInfo); ok {
2694 return x.OnuInfo
2695 }
2696 return nil
2697}
2698
Gamze Abakac857a462021-05-26 13:45:54 +00002699func (m *GetValueRequest) GetRxPower() *GetRxPowerRequest {
2700 if x, ok := m.GetRequest().(*GetValueRequest_RxPower); ok {
2701 return x.RxPower
2702 }
2703 return nil
2704}
2705
kesavand8ec4fc02021-01-27 09:10:22 -05002706// XXX_OneofWrappers is for the internal use of the proto package.
2707func (*GetValueRequest) XXX_OneofWrappers() []interface{} {
2708 return []interface{}{
2709 (*GetValueRequest_Distance)(nil),
2710 (*GetValueRequest_UniInfo)(nil),
2711 (*GetValueRequest_OltPortInfo)(nil),
2712 (*GetValueRequest_OnuOpticalInfo)(nil),
2713 (*GetValueRequest_EthBridgePort)(nil),
2714 (*GetValueRequest_FecHistory)(nil),
Himani Chawla40acc122021-05-26 18:52:29 +05302715 (*GetValueRequest_OnuPonInfo)(nil),
2716 (*GetValueRequest_OnuInfo)(nil),
Gamze Abakac857a462021-05-26 13:45:54 +00002717 (*GetValueRequest_RxPower)(nil),
kesavand8ec4fc02021-01-27 09:10:22 -05002718 }
2719}
2720
2721type GetValueResponse struct {
2722 Status GetValueResponse_Status `protobuf:"varint,1,opt,name=status,proto3,enum=extension.GetValueResponse_Status" json:"status,omitempty"`
2723 ErrReason GetValueResponse_ErrorReason `protobuf:"varint,2,opt,name=errReason,proto3,enum=extension.GetValueResponse_ErrorReason" json:"errReason,omitempty"`
2724 // Types that are valid to be assigned to Response:
2725 // *GetValueResponse_Distance
2726 // *GetValueResponse_UniInfo
2727 // *GetValueResponse_PortCoutners
2728 // *GetValueResponse_OnuOpticalInfo
2729 // *GetValueResponse_EthBridgePortInfo
2730 // *GetValueResponse_FecHistory
Himani Chawla40acc122021-05-26 18:52:29 +05302731 // *GetValueResponse_OnuPonCounters
2732 // *GetValueResponse_OnuOMCICounters
Gamze Abakac857a462021-05-26 13:45:54 +00002733 // *GetValueResponse_RxPower
kesavand8ec4fc02021-01-27 09:10:22 -05002734 Response isGetValueResponse_Response `protobuf_oneof:"response"`
2735 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2736 XXX_unrecognized []byte `json:"-"`
2737 XXX_sizecache int32 `json:"-"`
2738}
2739
2740func (m *GetValueResponse) Reset() { *m = GetValueResponse{} }
2741func (m *GetValueResponse) String() string { return proto.CompactTextString(m) }
2742func (*GetValueResponse) ProtoMessage() {}
2743func (*GetValueResponse) Descriptor() ([]byte, []int) {
Gamze Abakac857a462021-05-26 13:45:54 +00002744 return fileDescriptor_7ecf6e9799a9202d, []int{19}
kesavand8ec4fc02021-01-27 09:10:22 -05002745}
2746
2747func (m *GetValueResponse) XXX_Unmarshal(b []byte) error {
2748 return xxx_messageInfo_GetValueResponse.Unmarshal(m, b)
2749}
2750func (m *GetValueResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2751 return xxx_messageInfo_GetValueResponse.Marshal(b, m, deterministic)
2752}
2753func (m *GetValueResponse) XXX_Merge(src proto.Message) {
2754 xxx_messageInfo_GetValueResponse.Merge(m, src)
2755}
2756func (m *GetValueResponse) XXX_Size() int {
2757 return xxx_messageInfo_GetValueResponse.Size(m)
2758}
2759func (m *GetValueResponse) XXX_DiscardUnknown() {
2760 xxx_messageInfo_GetValueResponse.DiscardUnknown(m)
2761}
2762
2763var xxx_messageInfo_GetValueResponse proto.InternalMessageInfo
2764
2765func (m *GetValueResponse) GetStatus() GetValueResponse_Status {
2766 if m != nil {
2767 return m.Status
2768 }
2769 return GetValueResponse_STATUS_UNDEFINED
2770}
2771
2772func (m *GetValueResponse) GetErrReason() GetValueResponse_ErrorReason {
2773 if m != nil {
2774 return m.ErrReason
2775 }
2776 return GetValueResponse_REASON_UNDEFINED
2777}
2778
2779type isGetValueResponse_Response interface {
2780 isGetValueResponse_Response()
2781}
2782
2783type GetValueResponse_Distance struct {
2784 Distance *GetDistanceResponse `protobuf:"bytes,3,opt,name=distance,proto3,oneof"`
2785}
2786
2787type GetValueResponse_UniInfo struct {
2788 UniInfo *GetOnuUniInfoResponse `protobuf:"bytes,4,opt,name=uniInfo,proto3,oneof"`
2789}
2790
2791type GetValueResponse_PortCoutners struct {
2792 PortCoutners *GetOltPortCountersResponse `protobuf:"bytes,5,opt,name=portCoutners,proto3,oneof"`
2793}
2794
2795type GetValueResponse_OnuOpticalInfo struct {
2796 OnuOpticalInfo *GetOnuPonOpticalInfoResponse `protobuf:"bytes,6,opt,name=onuOpticalInfo,proto3,oneof"`
2797}
2798
2799type GetValueResponse_EthBridgePortInfo struct {
2800 EthBridgePortInfo *GetOnuEthernetBridgePortHistoryResponse `protobuf:"bytes,7,opt,name=ethBridgePortInfo,proto3,oneof"`
2801}
2802
2803type GetValueResponse_FecHistory struct {
2804 FecHistory *GetOnuFecHistoryResponse `protobuf:"bytes,8,opt,name=fecHistory,proto3,oneof"`
2805}
2806
Himani Chawla40acc122021-05-26 18:52:29 +05302807type GetValueResponse_OnuPonCounters struct {
2808 OnuPonCounters *GetOnuCountersResponse `protobuf:"bytes,9,opt,name=onuPonCounters,proto3,oneof"`
2809}
2810
2811type GetValueResponse_OnuOMCICounters struct {
2812 OnuOMCICounters *GetOnuOMCICountersResponse `protobuf:"bytes,10,opt,name=onuOMCICounters,proto3,oneof"`
2813}
2814
Gamze Abakac857a462021-05-26 13:45:54 +00002815type GetValueResponse_RxPower struct {
2816 RxPower *GetRxPowerResponse `protobuf:"bytes,11,opt,name=rxPower,proto3,oneof"`
2817}
2818
kesavand8ec4fc02021-01-27 09:10:22 -05002819func (*GetValueResponse_Distance) isGetValueResponse_Response() {}
2820
2821func (*GetValueResponse_UniInfo) isGetValueResponse_Response() {}
2822
2823func (*GetValueResponse_PortCoutners) isGetValueResponse_Response() {}
2824
2825func (*GetValueResponse_OnuOpticalInfo) isGetValueResponse_Response() {}
2826
2827func (*GetValueResponse_EthBridgePortInfo) isGetValueResponse_Response() {}
2828
2829func (*GetValueResponse_FecHistory) isGetValueResponse_Response() {}
2830
Himani Chawla40acc122021-05-26 18:52:29 +05302831func (*GetValueResponse_OnuPonCounters) isGetValueResponse_Response() {}
2832
2833func (*GetValueResponse_OnuOMCICounters) isGetValueResponse_Response() {}
2834
Gamze Abakac857a462021-05-26 13:45:54 +00002835func (*GetValueResponse_RxPower) isGetValueResponse_Response() {}
2836
kesavand8ec4fc02021-01-27 09:10:22 -05002837func (m *GetValueResponse) GetResponse() isGetValueResponse_Response {
2838 if m != nil {
2839 return m.Response
2840 }
2841 return nil
2842}
2843
2844func (m *GetValueResponse) GetDistance() *GetDistanceResponse {
2845 if x, ok := m.GetResponse().(*GetValueResponse_Distance); ok {
2846 return x.Distance
2847 }
2848 return nil
2849}
2850
2851func (m *GetValueResponse) GetUniInfo() *GetOnuUniInfoResponse {
2852 if x, ok := m.GetResponse().(*GetValueResponse_UniInfo); ok {
2853 return x.UniInfo
2854 }
2855 return nil
2856}
2857
2858func (m *GetValueResponse) GetPortCoutners() *GetOltPortCountersResponse {
2859 if x, ok := m.GetResponse().(*GetValueResponse_PortCoutners); ok {
2860 return x.PortCoutners
2861 }
2862 return nil
2863}
2864
2865func (m *GetValueResponse) GetOnuOpticalInfo() *GetOnuPonOpticalInfoResponse {
2866 if x, ok := m.GetResponse().(*GetValueResponse_OnuOpticalInfo); ok {
2867 return x.OnuOpticalInfo
2868 }
2869 return nil
2870}
2871
2872func (m *GetValueResponse) GetEthBridgePortInfo() *GetOnuEthernetBridgePortHistoryResponse {
2873 if x, ok := m.GetResponse().(*GetValueResponse_EthBridgePortInfo); ok {
2874 return x.EthBridgePortInfo
2875 }
2876 return nil
2877}
2878
2879func (m *GetValueResponse) GetFecHistory() *GetOnuFecHistoryResponse {
2880 if x, ok := m.GetResponse().(*GetValueResponse_FecHistory); ok {
2881 return x.FecHistory
2882 }
2883 return nil
2884}
2885
Himani Chawla40acc122021-05-26 18:52:29 +05302886func (m *GetValueResponse) GetOnuPonCounters() *GetOnuCountersResponse {
2887 if x, ok := m.GetResponse().(*GetValueResponse_OnuPonCounters); ok {
2888 return x.OnuPonCounters
2889 }
2890 return nil
2891}
2892
2893func (m *GetValueResponse) GetOnuOMCICounters() *GetOnuOMCICountersResponse {
2894 if x, ok := m.GetResponse().(*GetValueResponse_OnuOMCICounters); ok {
2895 return x.OnuOMCICounters
2896 }
2897 return nil
2898}
2899
Gamze Abakac857a462021-05-26 13:45:54 +00002900func (m *GetValueResponse) GetRxPower() *GetRxPowerResponse {
2901 if x, ok := m.GetResponse().(*GetValueResponse_RxPower); ok {
2902 return x.RxPower
2903 }
2904 return nil
2905}
2906
kesavand8ec4fc02021-01-27 09:10:22 -05002907// XXX_OneofWrappers is for the internal use of the proto package.
2908func (*GetValueResponse) XXX_OneofWrappers() []interface{} {
2909 return []interface{}{
2910 (*GetValueResponse_Distance)(nil),
2911 (*GetValueResponse_UniInfo)(nil),
2912 (*GetValueResponse_PortCoutners)(nil),
2913 (*GetValueResponse_OnuOpticalInfo)(nil),
2914 (*GetValueResponse_EthBridgePortInfo)(nil),
2915 (*GetValueResponse_FecHistory)(nil),
Himani Chawla40acc122021-05-26 18:52:29 +05302916 (*GetValueResponse_OnuPonCounters)(nil),
2917 (*GetValueResponse_OnuOMCICounters)(nil),
Gamze Abakac857a462021-05-26 13:45:54 +00002918 (*GetValueResponse_RxPower)(nil),
kesavand8ec4fc02021-01-27 09:10:22 -05002919 }
2920}
2921
2922type SetValueRequest struct {
2923 // Types that are valid to be assigned to Request:
2924 // *SetValueRequest_AlarmConfig
2925 Request isSetValueRequest_Request `protobuf_oneof:"request"`
2926 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2927 XXX_unrecognized []byte `json:"-"`
2928 XXX_sizecache int32 `json:"-"`
2929}
2930
2931func (m *SetValueRequest) Reset() { *m = SetValueRequest{} }
2932func (m *SetValueRequest) String() string { return proto.CompactTextString(m) }
2933func (*SetValueRequest) ProtoMessage() {}
2934func (*SetValueRequest) Descriptor() ([]byte, []int) {
Gamze Abakac857a462021-05-26 13:45:54 +00002935 return fileDescriptor_7ecf6e9799a9202d, []int{20}
kesavand8ec4fc02021-01-27 09:10:22 -05002936}
2937
2938func (m *SetValueRequest) XXX_Unmarshal(b []byte) error {
2939 return xxx_messageInfo_SetValueRequest.Unmarshal(m, b)
2940}
2941func (m *SetValueRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2942 return xxx_messageInfo_SetValueRequest.Marshal(b, m, deterministic)
2943}
2944func (m *SetValueRequest) XXX_Merge(src proto.Message) {
2945 xxx_messageInfo_SetValueRequest.Merge(m, src)
2946}
2947func (m *SetValueRequest) XXX_Size() int {
2948 return xxx_messageInfo_SetValueRequest.Size(m)
2949}
2950func (m *SetValueRequest) XXX_DiscardUnknown() {
2951 xxx_messageInfo_SetValueRequest.DiscardUnknown(m)
2952}
2953
2954var xxx_messageInfo_SetValueRequest proto.InternalMessageInfo
2955
2956type isSetValueRequest_Request interface {
2957 isSetValueRequest_Request()
2958}
2959
2960type SetValueRequest_AlarmConfig struct {
2961 AlarmConfig *config.AlarmConfig `protobuf:"bytes,1,opt,name=alarm_config,json=alarmConfig,proto3,oneof"`
2962}
2963
2964func (*SetValueRequest_AlarmConfig) isSetValueRequest_Request() {}
2965
2966func (m *SetValueRequest) GetRequest() isSetValueRequest_Request {
2967 if m != nil {
2968 return m.Request
2969 }
2970 return nil
2971}
2972
2973func (m *SetValueRequest) GetAlarmConfig() *config.AlarmConfig {
2974 if x, ok := m.GetRequest().(*SetValueRequest_AlarmConfig); ok {
2975 return x.AlarmConfig
2976 }
2977 return nil
2978}
2979
2980// XXX_OneofWrappers is for the internal use of the proto package.
2981func (*SetValueRequest) XXX_OneofWrappers() []interface{} {
2982 return []interface{}{
2983 (*SetValueRequest_AlarmConfig)(nil),
2984 }
2985}
2986
2987type SetValueResponse struct {
2988 Status SetValueResponse_Status `protobuf:"varint,1,opt,name=status,proto3,enum=extension.SetValueResponse_Status" json:"status,omitempty"`
2989 ErrReason SetValueResponse_ErrorReason `protobuf:"varint,2,opt,name=errReason,proto3,enum=extension.SetValueResponse_ErrorReason" json:"errReason,omitempty"`
2990 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2991 XXX_unrecognized []byte `json:"-"`
2992 XXX_sizecache int32 `json:"-"`
2993}
2994
2995func (m *SetValueResponse) Reset() { *m = SetValueResponse{} }
2996func (m *SetValueResponse) String() string { return proto.CompactTextString(m) }
2997func (*SetValueResponse) ProtoMessage() {}
2998func (*SetValueResponse) Descriptor() ([]byte, []int) {
Gamze Abakac857a462021-05-26 13:45:54 +00002999 return fileDescriptor_7ecf6e9799a9202d, []int{21}
kesavand8ec4fc02021-01-27 09:10:22 -05003000}
3001
3002func (m *SetValueResponse) XXX_Unmarshal(b []byte) error {
3003 return xxx_messageInfo_SetValueResponse.Unmarshal(m, b)
3004}
3005func (m *SetValueResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3006 return xxx_messageInfo_SetValueResponse.Marshal(b, m, deterministic)
3007}
3008func (m *SetValueResponse) XXX_Merge(src proto.Message) {
3009 xxx_messageInfo_SetValueResponse.Merge(m, src)
3010}
3011func (m *SetValueResponse) XXX_Size() int {
3012 return xxx_messageInfo_SetValueResponse.Size(m)
3013}
3014func (m *SetValueResponse) XXX_DiscardUnknown() {
3015 xxx_messageInfo_SetValueResponse.DiscardUnknown(m)
3016}
3017
3018var xxx_messageInfo_SetValueResponse proto.InternalMessageInfo
3019
3020func (m *SetValueResponse) GetStatus() SetValueResponse_Status {
3021 if m != nil {
3022 return m.Status
3023 }
3024 return SetValueResponse_STATUS_UNDEFINED
3025}
3026
3027func (m *SetValueResponse) GetErrReason() SetValueResponse_ErrorReason {
3028 if m != nil {
3029 return m.ErrReason
3030 }
3031 return SetValueResponse_REASON_UNDEFINED
3032}
3033
3034type SingleGetValueRequest struct {
3035 TargetId string `protobuf:"bytes,1,opt,name=targetId,proto3" json:"targetId,omitempty"`
3036 Request *GetValueRequest `protobuf:"bytes,2,opt,name=request,proto3" json:"request,omitempty"`
3037 XXX_NoUnkeyedLiteral struct{} `json:"-"`
3038 XXX_unrecognized []byte `json:"-"`
3039 XXX_sizecache int32 `json:"-"`
3040}
3041
3042func (m *SingleGetValueRequest) Reset() { *m = SingleGetValueRequest{} }
3043func (m *SingleGetValueRequest) String() string { return proto.CompactTextString(m) }
3044func (*SingleGetValueRequest) ProtoMessage() {}
3045func (*SingleGetValueRequest) Descriptor() ([]byte, []int) {
Gamze Abakac857a462021-05-26 13:45:54 +00003046 return fileDescriptor_7ecf6e9799a9202d, []int{22}
kesavand8ec4fc02021-01-27 09:10:22 -05003047}
3048
3049func (m *SingleGetValueRequest) XXX_Unmarshal(b []byte) error {
3050 return xxx_messageInfo_SingleGetValueRequest.Unmarshal(m, b)
3051}
3052func (m *SingleGetValueRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3053 return xxx_messageInfo_SingleGetValueRequest.Marshal(b, m, deterministic)
3054}
3055func (m *SingleGetValueRequest) XXX_Merge(src proto.Message) {
3056 xxx_messageInfo_SingleGetValueRequest.Merge(m, src)
3057}
3058func (m *SingleGetValueRequest) XXX_Size() int {
3059 return xxx_messageInfo_SingleGetValueRequest.Size(m)
3060}
3061func (m *SingleGetValueRequest) XXX_DiscardUnknown() {
3062 xxx_messageInfo_SingleGetValueRequest.DiscardUnknown(m)
3063}
3064
3065var xxx_messageInfo_SingleGetValueRequest proto.InternalMessageInfo
3066
3067func (m *SingleGetValueRequest) GetTargetId() string {
3068 if m != nil {
3069 return m.TargetId
3070 }
3071 return ""
3072}
3073
3074func (m *SingleGetValueRequest) GetRequest() *GetValueRequest {
3075 if m != nil {
3076 return m.Request
3077 }
3078 return nil
3079}
3080
3081type SingleGetValueResponse struct {
3082 Response *GetValueResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
3083 XXX_NoUnkeyedLiteral struct{} `json:"-"`
3084 XXX_unrecognized []byte `json:"-"`
3085 XXX_sizecache int32 `json:"-"`
3086}
3087
3088func (m *SingleGetValueResponse) Reset() { *m = SingleGetValueResponse{} }
3089func (m *SingleGetValueResponse) String() string { return proto.CompactTextString(m) }
3090func (*SingleGetValueResponse) ProtoMessage() {}
3091func (*SingleGetValueResponse) Descriptor() ([]byte, []int) {
Gamze Abakac857a462021-05-26 13:45:54 +00003092 return fileDescriptor_7ecf6e9799a9202d, []int{23}
kesavand8ec4fc02021-01-27 09:10:22 -05003093}
3094
3095func (m *SingleGetValueResponse) XXX_Unmarshal(b []byte) error {
3096 return xxx_messageInfo_SingleGetValueResponse.Unmarshal(m, b)
3097}
3098func (m *SingleGetValueResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3099 return xxx_messageInfo_SingleGetValueResponse.Marshal(b, m, deterministic)
3100}
3101func (m *SingleGetValueResponse) XXX_Merge(src proto.Message) {
3102 xxx_messageInfo_SingleGetValueResponse.Merge(m, src)
3103}
3104func (m *SingleGetValueResponse) XXX_Size() int {
3105 return xxx_messageInfo_SingleGetValueResponse.Size(m)
3106}
3107func (m *SingleGetValueResponse) XXX_DiscardUnknown() {
3108 xxx_messageInfo_SingleGetValueResponse.DiscardUnknown(m)
3109}
3110
3111var xxx_messageInfo_SingleGetValueResponse proto.InternalMessageInfo
3112
3113func (m *SingleGetValueResponse) GetResponse() *GetValueResponse {
3114 if m != nil {
3115 return m.Response
3116 }
3117 return nil
3118}
3119
3120type SingleSetValueRequest struct {
3121 TargetId string `protobuf:"bytes,1,opt,name=targetId,proto3" json:"targetId,omitempty"`
3122 Request *SetValueRequest `protobuf:"bytes,2,opt,name=request,proto3" json:"request,omitempty"`
3123 XXX_NoUnkeyedLiteral struct{} `json:"-"`
3124 XXX_unrecognized []byte `json:"-"`
3125 XXX_sizecache int32 `json:"-"`
3126}
3127
3128func (m *SingleSetValueRequest) Reset() { *m = SingleSetValueRequest{} }
3129func (m *SingleSetValueRequest) String() string { return proto.CompactTextString(m) }
3130func (*SingleSetValueRequest) ProtoMessage() {}
3131func (*SingleSetValueRequest) Descriptor() ([]byte, []int) {
Gamze Abakac857a462021-05-26 13:45:54 +00003132 return fileDescriptor_7ecf6e9799a9202d, []int{24}
kesavand8ec4fc02021-01-27 09:10:22 -05003133}
3134
3135func (m *SingleSetValueRequest) XXX_Unmarshal(b []byte) error {
3136 return xxx_messageInfo_SingleSetValueRequest.Unmarshal(m, b)
3137}
3138func (m *SingleSetValueRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3139 return xxx_messageInfo_SingleSetValueRequest.Marshal(b, m, deterministic)
3140}
3141func (m *SingleSetValueRequest) XXX_Merge(src proto.Message) {
3142 xxx_messageInfo_SingleSetValueRequest.Merge(m, src)
3143}
3144func (m *SingleSetValueRequest) XXX_Size() int {
3145 return xxx_messageInfo_SingleSetValueRequest.Size(m)
3146}
3147func (m *SingleSetValueRequest) XXX_DiscardUnknown() {
3148 xxx_messageInfo_SingleSetValueRequest.DiscardUnknown(m)
3149}
3150
3151var xxx_messageInfo_SingleSetValueRequest proto.InternalMessageInfo
3152
3153func (m *SingleSetValueRequest) GetTargetId() string {
3154 if m != nil {
3155 return m.TargetId
3156 }
3157 return ""
3158}
3159
3160func (m *SingleSetValueRequest) GetRequest() *SetValueRequest {
3161 if m != nil {
3162 return m.Request
3163 }
3164 return nil
3165}
3166
3167type SingleSetValueResponse struct {
3168 Response *SetValueResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
3169 XXX_NoUnkeyedLiteral struct{} `json:"-"`
3170 XXX_unrecognized []byte `json:"-"`
3171 XXX_sizecache int32 `json:"-"`
3172}
3173
3174func (m *SingleSetValueResponse) Reset() { *m = SingleSetValueResponse{} }
3175func (m *SingleSetValueResponse) String() string { return proto.CompactTextString(m) }
3176func (*SingleSetValueResponse) ProtoMessage() {}
3177func (*SingleSetValueResponse) Descriptor() ([]byte, []int) {
Gamze Abakac857a462021-05-26 13:45:54 +00003178 return fileDescriptor_7ecf6e9799a9202d, []int{25}
kesavand8ec4fc02021-01-27 09:10:22 -05003179}
3180
3181func (m *SingleSetValueResponse) XXX_Unmarshal(b []byte) error {
3182 return xxx_messageInfo_SingleSetValueResponse.Unmarshal(m, b)
3183}
3184func (m *SingleSetValueResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3185 return xxx_messageInfo_SingleSetValueResponse.Marshal(b, m, deterministic)
3186}
3187func (m *SingleSetValueResponse) XXX_Merge(src proto.Message) {
3188 xxx_messageInfo_SingleSetValueResponse.Merge(m, src)
3189}
3190func (m *SingleSetValueResponse) XXX_Size() int {
3191 return xxx_messageInfo_SingleSetValueResponse.Size(m)
3192}
3193func (m *SingleSetValueResponse) XXX_DiscardUnknown() {
3194 xxx_messageInfo_SingleSetValueResponse.DiscardUnknown(m)
3195}
3196
3197var xxx_messageInfo_SingleSetValueResponse proto.InternalMessageInfo
3198
3199func (m *SingleSetValueResponse) GetResponse() *SetValueResponse {
3200 if m != nil {
3201 return m.Response
3202 }
3203 return nil
3204}
3205
3206func init() {
3207 proto.RegisterEnum("extension.GetOnuUniInfoResponse_ConfigurationInd", GetOnuUniInfoResponse_ConfigurationInd_name, GetOnuUniInfoResponse_ConfigurationInd_value)
3208 proto.RegisterEnum("extension.GetOnuUniInfoResponse_AdministrativeState", GetOnuUniInfoResponse_AdministrativeState_name, GetOnuUniInfoResponse_AdministrativeState_value)
3209 proto.RegisterEnum("extension.GetOnuUniInfoResponse_OperationalState", GetOnuUniInfoResponse_OperationalState_name, GetOnuUniInfoResponse_OperationalState_value)
3210 proto.RegisterEnum("extension.GetOltPortCounters_PortType", GetOltPortCounters_PortType_name, GetOltPortCounters_PortType_value)
3211 proto.RegisterEnum("extension.GetOnuEthernetBridgePortHistory_Direction", GetOnuEthernetBridgePortHistory_Direction_name, GetOnuEthernetBridgePortHistory_Direction_value)
3212 proto.RegisterEnum("extension.GetValueResponse_Status", GetValueResponse_Status_name, GetValueResponse_Status_value)
3213 proto.RegisterEnum("extension.GetValueResponse_ErrorReason", GetValueResponse_ErrorReason_name, GetValueResponse_ErrorReason_value)
3214 proto.RegisterEnum("extension.SetValueResponse_Status", SetValueResponse_Status_name, SetValueResponse_Status_value)
3215 proto.RegisterEnum("extension.SetValueResponse_ErrorReason", SetValueResponse_ErrorReason_name, SetValueResponse_ErrorReason_value)
3216 proto.RegisterType((*GetDistanceRequest)(nil), "extension.GetDistanceRequest")
3217 proto.RegisterType((*GetDistanceResponse)(nil), "extension.GetDistanceResponse")
3218 proto.RegisterType((*GetOnuUniInfoRequest)(nil), "extension.GetOnuUniInfoRequest")
3219 proto.RegisterType((*GetOnuUniInfoResponse)(nil), "extension.GetOnuUniInfoResponse")
3220 proto.RegisterType((*GetOltPortCounters)(nil), "extension.GetOltPortCounters")
3221 proto.RegisterType((*GetOltPortCountersResponse)(nil), "extension.GetOltPortCountersResponse")
3222 proto.RegisterType((*GetOnuPonOpticalInfo)(nil), "extension.GetOnuPonOpticalInfo")
3223 proto.RegisterType((*GetOnuPonOpticalInfoResponse)(nil), "extension.GetOnuPonOpticalInfoResponse")
3224 proto.RegisterType((*GetOnuEthernetBridgePortHistory)(nil), "extension.GetOnuEthernetBridgePortHistory")
3225 proto.RegisterType((*GetOnuEthernetBridgePortHistoryResponse)(nil), "extension.GetOnuEthernetBridgePortHistoryResponse")
3226 proto.RegisterType((*GetOnuFecHistory)(nil), "extension.GetOnuFecHistory")
3227 proto.RegisterType((*GetOnuFecHistoryResponse)(nil), "extension.GetOnuFecHistoryResponse")
Himani Chawla40acc122021-05-26 18:52:29 +05303228 proto.RegisterType((*GetOnuCountersRequest)(nil), "extension.GetOnuCountersRequest")
3229 proto.RegisterType((*GetOnuOMCICountersRequest)(nil), "extension.GetOnuOMCICountersRequest")
Gamze Abakac857a462021-05-26 13:45:54 +00003230 proto.RegisterType((*GetRxPowerRequest)(nil), "extension.GetRxPowerRequest")
Himani Chawla40acc122021-05-26 18:52:29 +05303231 proto.RegisterType((*GetOnuCountersResponse)(nil), "extension.GetOnuCountersResponse")
3232 proto.RegisterType((*GetOnuOMCICountersResponse)(nil), "extension.GetOnuOMCICountersResponse")
Gamze Abakac857a462021-05-26 13:45:54 +00003233 proto.RegisterType((*GetRxPowerResponse)(nil), "extension.GetRxPowerResponse")
kesavand8ec4fc02021-01-27 09:10:22 -05003234 proto.RegisterType((*GetValueRequest)(nil), "extension.GetValueRequest")
3235 proto.RegisterType((*GetValueResponse)(nil), "extension.GetValueResponse")
3236 proto.RegisterType((*SetValueRequest)(nil), "extension.SetValueRequest")
3237 proto.RegisterType((*SetValueResponse)(nil), "extension.SetValueResponse")
3238 proto.RegisterType((*SingleGetValueRequest)(nil), "extension.SingleGetValueRequest")
3239 proto.RegisterType((*SingleGetValueResponse)(nil), "extension.SingleGetValueResponse")
3240 proto.RegisterType((*SingleSetValueRequest)(nil), "extension.SingleSetValueRequest")
3241 proto.RegisterType((*SingleSetValueResponse)(nil), "extension.SingleSetValueResponse")
3242}
3243
3244func init() { proto.RegisterFile("voltha_protos/extensions.proto", fileDescriptor_7ecf6e9799a9202d) }
3245
3246var fileDescriptor_7ecf6e9799a9202d = []byte{
Gamze Abakac857a462021-05-26 13:45:54 +00003247 // 3018 bytes of a gzipped FileDescriptorProto
Himani Chawla40acc122021-05-26 18:52:29 +05303248 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x5a, 0x4b, 0x73, 0x1b, 0xc7,
Gamze Abakac857a462021-05-26 13:45:54 +00003249 0xb5, 0x26, 0x20, 0x12, 0x04, 0x0e, 0x08, 0x02, 0x6c, 0xbe, 0x40, 0x52, 0x4f, 0xf8, 0xda, 0xf2,
3250 0xf5, 0xb5, 0x21, 0x01, 0x26, 0x64, 0x5e, 0xd9, 0xae, 0x32, 0x87, 0x18, 0x11, 0x28, 0x49, 0x00,
3251 0xd4, 0x00, 0x64, 0xdf, 0xbb, 0x99, 0x1a, 0x62, 0x9a, 0xd4, 0x94, 0x81, 0x69, 0x64, 0x66, 0x20,
3252 0x43, 0x59, 0xe7, 0x1f, 0x64, 0x93, 0x5f, 0x90, 0x5d, 0x2a, 0x8b, 0x2c, 0xb2, 0xcf, 0x3a, 0x7f,
3253 0x22, 0x55, 0xf9, 0x05, 0xd9, 0x64, 0x91, 0xaa, 0x54, 0xaa, 0x5f, 0xf3, 0x02, 0xa8, 0x87, 0x93,
3254 0x1d, 0xfb, 0x9c, 0xef, 0xfb, 0xa6, 0xa7, 0xfb, 0x9c, 0xd3, 0x67, 0x1a, 0x84, 0xdb, 0xaf, 0xe9,
3255 0xd8, 0x7f, 0x65, 0x1a, 0x53, 0x97, 0xfa, 0xd4, 0x7b, 0x40, 0xe6, 0x3e, 0x71, 0x3c, 0x9b, 0x3a,
3256 0x5e, 0x95, 0x5b, 0x50, 0x2e, 0xb0, 0x1c, 0x2e, 0x42, 0x8d, 0x11, 0x75, 0x2e, 0xed, 0x2b, 0x01,
3257 0x3d, 0x3c, 0xba, 0xa2, 0xf4, 0x6a, 0x4c, 0x1e, 0xf0, 0xd1, 0xc5, 0xec, 0xf2, 0x01, 0x99, 0x4c,
3258 0xfd, 0x37, 0xc2, 0x59, 0x79, 0x04, 0xe8, 0x9c, 0xf8, 0x4d, 0xdb, 0xf3, 0x4d, 0x67, 0x44, 0x30,
3259 0xf9, 0xc5, 0x8c, 0x78, 0x3e, 0xba, 0x0b, 0x79, 0xea, 0xcc, 0x9a, 0xe4, 0xb5, 0x3d, 0x22, 0x6d,
3260 0xab, 0x9c, 0xba, 0x9b, 0xfa, 0x34, 0x87, 0xa3, 0xa6, 0x4a, 0x0d, 0xb6, 0x63, 0x3c, 0x6f, 0x4a,
3261 0x1d, 0x8f, 0xa0, 0x43, 0xc8, 0x5a, 0xd2, 0xc6, 0x59, 0x05, 0x1c, 0x8c, 0x2b, 0x75, 0xd8, 0x39,
3262 0x27, 0x7e, 0xd7, 0x99, 0x0d, 0x1d, 0xbb, 0xed, 0x5c, 0x52, 0xf5, 0xb0, 0x43, 0xc8, 0xce, 0x98,
3263 0xc5, 0x22, 0x73, 0xc5, 0x51, 0xe3, 0xca, 0x5f, 0x56, 0x61, 0x37, 0x41, 0x92, 0x4f, 0xea, 0x41,
3264 0xd6, 0xb4, 0x26, 0x7d, 0xdf, 0xf4, 0xc5, 0x93, 0x36, 0xeb, 0xc7, 0xd5, 0x60, 0x4d, 0xaa, 0x4b,
3265 0x39, 0xd5, 0x53, 0x6b, 0x62, 0x3b, 0xb6, 0xe7, 0xbb, 0xa6, 0x6f, 0xbf, 0x26, 0x9c, 0x8b, 0x03,
3266 0x15, 0xd4, 0x85, 0x1c, 0x9d, 0x12, 0x57, 0x48, 0xa6, 0xb9, 0x64, 0xed, 0x9d, 0x92, 0xdd, 0x29,
3267 0x61, 0x6a, 0xd4, 0x31, 0xc7, 0x42, 0x2f, 0xd4, 0x60, 0x82, 0x62, 0x23, 0xda, 0x8e, 0x55, 0xbe,
3268 0xf1, 0x9e, 0x82, 0x67, 0x9c, 0x31, 0x13, 0xa2, 0x6d, 0xc7, 0xc2, 0xa1, 0x46, 0xe5, 0x4f, 0x29,
3269 0x28, 0x25, 0xfd, 0x08, 0x20, 0x33, 0xec, 0x3c, 0xed, 0x7e, 0xdf, 0x29, 0xad, 0x20, 0x04, 0x9b,
3270 0x03, 0xbd, 0x63, 0x68, 0xa7, 0x7d, 0xdd, 0x18, 0x18, 0x4f, 0x9a, 0x3f, 0x94, 0x52, 0x68, 0x0f,
3271 0x50, 0x6b, 0xd8, 0x69, 0x62, 0xbd, 0x19, 0xb5, 0xa7, 0x51, 0x19, 0x76, 0xce, 0xdb, 0xe7, 0xa7,
3272 0x5a, 0x7b, 0x60, 0xe8, 0x83, 0x96, 0x8e, 0x3b, 0xba, 0xf0, 0xdc, 0x60, 0x0c, 0xa6, 0x72, 0x1e,
3273 0xb7, 0xaf, 0x26, 0xd4, 0x5b, 0xcd, 0x1f, 0x4a, 0x6b, 0x4b, 0xd4, 0x99, 0x3d, 0xb3, 0x54, 0x9d,
3274 0x79, 0xd6, 0x2b, 0xe7, 0xb0, 0xbd, 0x64, 0x1f, 0x98, 0xd0, 0x69, 0xf3, 0x79, 0x7f, 0x70, 0x3a,
3275 0xd0, 0x8d, 0x61, 0xa7, 0xa9, 0x3f, 0x69, 0x77, 0xf4, 0x66, 0x69, 0x85, 0xbd, 0xde, 0xb3, 0xee,
3276 0xd9, 0x53, 0xbd, 0x59, 0x4a, 0xa1, 0x0d, 0xc8, 0x0e, 0x3b, 0x72, 0x94, 0xae, 0x3c, 0x81, 0x52,
3277 0x72, 0xf5, 0xd1, 0x3e, 0x6c, 0x77, 0x7b, 0x3a, 0x5e, 0x94, 0xc9, 0xc3, 0xba, 0xde, 0x39, 0xd5,
3278 0x9e, 0x29, 0x9d, 0x66, 0xbb, 0x2f, 0x46, 0xe9, 0xca, 0x1f, 0x53, 0x3c, 0x07, 0xba, 0x63, 0xbf,
3279 0x47, 0x5d, 0xff, 0x8c, 0xce, 0x1c, 0x9f, 0xb8, 0x1e, 0xda, 0x83, 0xcc, 0x94, 0xba, 0x7e, 0x87,
3280 0xca, 0xa0, 0x94, 0x23, 0xa4, 0x41, 0x96, 0xfd, 0x35, 0x78, 0x33, 0x55, 0x51, 0xf2, 0x49, 0x62,
3281 0x53, 0xe3, 0x42, 0xd5, 0x9e, 0x44, 0xe3, 0x80, 0x57, 0xd1, 0x21, 0xab, 0xac, 0xa8, 0x04, 0x1b,
3282 0xec, 0x6f, 0x63, 0xd8, 0x79, 0xda, 0x11, 0xbb, 0xb8, 0x0b, 0x5b, 0xdc, 0x12, 0x2c, 0x5c, 0xa7,
3283 0xd3, 0x2e, 0xa5, 0x02, 0x60, 0xaf, 0xdb, 0x31, 0xba, 0xcf, 0x06, 0xa5, 0x74, 0xe5, 0xcf, 0x37,
3284 0xe0, 0x70, 0xf1, 0x81, 0x41, 0x8a, 0x94, 0x61, 0xdd, 0x9f, 0x6b, 0x6f, 0x7c, 0xe2, 0xf1, 0x57,
3285 0x58, 0xc5, 0x6a, 0xc8, 0x3c, 0xae, 0xf4, 0xa4, 0x85, 0x47, 0x0e, 0xd1, 0x4d, 0xc8, 0xf9, 0xf3,
3286 0x9e, 0x39, 0xfa, 0x91, 0xf8, 0x1e, 0x8f, 0xd9, 0x55, 0x1c, 0x1a, 0x98, 0xd7, 0x0d, 0xbc, 0xab,
3287 0xc2, 0x1b, 0x18, 0xd0, 0x27, 0xb0, 0xe9, 0xcf, 0x75, 0xd7, 0xa5, 0xae, 0x82, 0xac, 0x71, 0x48,
3288 0xc2, 0xca, 0x70, 0x6e, 0x1c, 0x97, 0x11, 0x38, 0x77, 0x01, 0xe7, 0xcf, 0xb5, 0x91, 0xe9, 0xf9,
3289 0x0a, 0xb7, 0xae, 0xf4, 0xa2, 0x56, 0xa1, 0x17, 0xc3, 0x65, 0x95, 0x5e, 0x12, 0xe7, 0xcf, 0x87,
3290 0x51, 0x5c, 0x4e, 0xe9, 0x0d, 0x17, 0xf4, 0x62, 0x38, 0x50, 0x7a, 0xc3, 0x05, 0xbd, 0xe7, 0x51,
3291 0x5c, 0x5e, 0xe9, 0x3d, 0x5f, 0xd0, 0x8b, 0xe1, 0x36, 0x94, 0x5e, 0xd4, 0x5a, 0x69, 0xaa, 0x02,
3292 0xd9, 0xa3, 0x4e, 0x77, 0xea, 0xdb, 0x23, 0x73, 0xcc, 0x4a, 0x03, 0xfa, 0x1c, 0xd6, 0x78, 0xc9,
3293 0xe6, 0xbb, 0x98, 0xaf, 0xef, 0x55, 0x45, 0x41, 0xaf, 0xaa, 0x82, 0x5e, 0xd5, 0x99, 0x17, 0x0b,
3294 0x50, 0xe5, 0x57, 0x69, 0xb8, 0xb9, 0x4c, 0x26, 0x08, 0x8b, 0xcf, 0xa0, 0x34, 0xa5, 0x3f, 0x11,
3295 0xf7, 0x09, 0x21, 0xd6, 0x4b, 0x3a, 0xf6, 0xcd, 0x2b, 0x51, 0x41, 0xd3, 0x78, 0xc1, 0x8e, 0xea,
3296 0xb0, 0xe3, 0x92, 0x11, 0xb1, 0x5f, 0x13, 0x4b, 0x4a, 0xf5, 0x18, 0x84, 0x47, 0x4d, 0x1a, 0x2f,
3297 0xf5, 0xa1, 0x47, 0xb0, 0x37, 0x21, 0xa6, 0x7a, 0xf4, 0x33, 0x73, 0xe6, 0x8c, 0x5e, 0x09, 0xd6,
3298 0x0d, 0xce, 0xba, 0xc6, 0xcb, 0xe6, 0x35, 0x36, 0x3d, 0xe2, 0x6a, 0xb6, 0xe9, 0x9d, 0xcd, 0x5c,
3299 0x97, 0x38, 0x3e, 0x8f, 0xb1, 0x34, 0x5e, 0xb0, 0xb3, 0x03, 0xca, 0x27, 0x13, 0x9e, 0xfd, 0x33,
3300 0x97, 0xf0, 0x38, 0x4b, 0xe3, 0xa8, 0xa9, 0xf2, 0xfb, 0x14, 0xdc, 0x11, 0xcb, 0xa0, 0xfb, 0xaf,
3301 0x88, 0xeb, 0x10, 0x5f, 0x73, 0x6d, 0xeb, 0x8a, 0xb0, 0x4c, 0x69, 0xd9, 0x9e, 0x4f, 0xdd, 0x37,
3302 0x08, 0x43, 0xce, 0xb2, 0x5d, 0x32, 0x62, 0x15, 0xe4, 0xda, 0x43, 0xe4, 0x5a, 0x7a, 0xb5, 0xa9,
3303 0xb8, 0x38, 0x94, 0xa9, 0x9c, 0x40, 0x2e, 0xb0, 0xa3, 0x02, 0xe4, 0xa2, 0x45, 0x88, 0xd5, 0xaf,
3304 0x5e, 0x7f, 0x80, 0xf5, 0xd3, 0xe7, 0xa5, 0x14, 0xda, 0x04, 0x68, 0x76, 0xbf, 0xef, 0xc8, 0x71,
3305 0xba, 0xf2, 0xeb, 0x35, 0xb8, 0xff, 0x8e, 0x47, 0x06, 0x7b, 0x78, 0x1b, 0xc0, 0x72, 0xe9, 0x54,
3306 0x7f, 0x4d, 0x1c, 0xdf, 0x93, 0x05, 0x2a, 0x62, 0x61, 0xc5, 0x8b, 0x8e, 0x7c, 0x16, 0x6a, 0x69,
3307 0x51, 0xbc, 0xc4, 0x88, 0x25, 0xfe, 0x34, 0x92, 0xdc, 0x05, 0xac, 0x86, 0x6c, 0xf5, 0x2f, 0x5c,
3308 0x6a, 0x5a, 0xd1, 0x30, 0x5d, 0xe5, 0x90, 0x05, 0x3b, 0xc3, 0x4e, 0x66, 0x63, 0xb6, 0x81, 0x21,
3309 0x76, 0x4d, 0x60, 0x93, 0x76, 0xf4, 0x39, 0x6c, 0x8d, 0xdc, 0x11, 0xcf, 0x6b, 0x62, 0x45, 0xf3,
3310 0xbd, 0x80, 0x17, 0x1d, 0x4c, 0x79, 0xe6, 0x58, 0xc4, 0xf5, 0xec, 0x5f, 0x92, 0x68, 0xd2, 0x17,
3311 0xf0, 0x82, 0x1d, 0x7d, 0x0a, 0x45, 0xfa, 0x3a, 0x0e, 0xcd, 0x72, 0x68, 0xd2, 0xcc, 0x90, 0xf2,
3312 0x35, 0x1f, 0x1d, 0xcb, 0x65, 0xc9, 0x09, 0x64, 0xc2, 0xcc, 0xe2, 0x5d, 0x99, 0x1a, 0x03, 0x5a,
3313 0xab, 0x7f, 0x25, 0xe1, 0xc0, 0xe1, 0x4b, 0x7d, 0xe8, 0x18, 0x76, 0xa5, 0xbd, 0x56, 0x3f, 0x19,
3314 0xd0, 0x7a, 0xa3, 0xd1, 0x15, 0xa4, 0x3c, 0x27, 0x2d, 0x77, 0x46, 0x58, 0xf5, 0xc6, 0xa3, 0x01,
3315 0x6d, 0xd4, 0x6a, 0xf2, 0x51, 0x1b, 0x31, 0x56, 0xdc, 0xc9, 0x72, 0x4b, 0x3a, 0x1a, 0xb5, 0xfa,
3316 0x80, 0xd6, 0x1e, 0xd6, 0xbf, 0x94, 0xb4, 0x02, 0xa7, 0x5d, 0xe3, 0x45, 0x27, 0xb0, 0xaf, 0xa6,
3317 0xf1, 0xb0, 0x7e, 0x3c, 0xa0, 0xb5, 0x46, 0xed, 0x44, 0x12, 0x37, 0x39, 0xf1, 0x3a, 0x77, 0xe5,
3318 0x3b, 0x28, 0x89, 0xa0, 0x7c, 0x42, 0x46, 0x2a, 0x6f, 0x3e, 0xac, 0x20, 0xfd, 0x2d, 0x05, 0xe5,
3319 0xa4, 0x44, 0x10, 0xc8, 0x9f, 0xc0, 0xe6, 0x88, 0xba, 0x2c, 0x5f, 0x88, 0x15, 0x1e, 0x55, 0x05,
3320 0x9c, 0xb0, 0xa2, 0x2a, 0xa0, 0xc0, 0x72, 0x46, 0x2d, 0xf2, 0x3d, 0x75, 0x2d, 0x15, 0xdc, 0x4b,
3321 0x3c, 0x2c, 0x41, 0x2e, 0xc9, 0xa8, 0x4f, 0x46, 0xd4, 0xb1, 0x54, 0xac, 0x47, 0x2c, 0xbc, 0x76,
3322 0x53, 0xdf, 0x1c, 0x87, 0x5a, 0x22, 0xd8, 0x13, 0x56, 0xb6, 0xe0, 0x33, 0x47, 0xea, 0x9b, 0x17,
3323 0x63, 0x12, 0xe2, 0x45, 0xc0, 0x5f, 0xe3, 0xad, 0x9c, 0xab, 0xbe, 0x35, 0x3c, 0x95, 0x45, 0xb7,
3324 0xbb, 0x0f, 0xeb, 0xb6, 0xe3, 0x5f, 0x1a, 0xb6, 0x68, 0xab, 0xd7, 0x71, 0x86, 0x0d, 0xdb, 0x16,
3325 0xda, 0x85, 0x0c, 0x75, 0x66, 0xcc, 0x9e, 0xe6, 0xf6, 0x35, 0xea, 0xcc, 0xda, 0x56, 0xe5, 0x5b,
3326 0x38, 0x10, 0x42, 0xdd, 0xe7, 0x67, 0xed, 0xa4, 0xd8, 0xbb, 0xfb, 0xf4, 0x33, 0xd8, 0x3a, 0x27,
3327 0x3e, 0x9e, 0xf3, 0x12, 0xfb, 0x73, 0xe7, 0xf0, 0xd7, 0x0d, 0xd8, 0x4b, 0xbe, 0x8d, 0xdc, 0xbf,
3328 0x83, 0x84, 0x54, 0x6b, 0x25, 0x10, 0xdb, 0x8f, 0x8b, 0xb5, 0x52, 0x52, 0x0e, 0xdd, 0x87, 0xcd,
3329 0x29, 0xf5, 0x6c, 0xd6, 0xfb, 0x19, 0x96, 0x6b, 0x5f, 0xfa, 0x7c, 0x7f, 0x32, 0xad, 0x34, 0x2e,
3330 0x28, 0x7b, 0x93, 0x99, 0x19, 0xd0, 0x21, 0x57, 0x66, 0x04, 0xb8, 0xca, 0x81, 0x37, 0x70, 0x41,
3331 0xd9, 0x05, 0xf0, 0x31, 0x94, 0x2d, 0x32, 0xb6, 0x27, 0xb6, 0x4f, 0x5c, 0x63, 0x62, 0x7b, 0x9e,
3332 0x61, 0x11, 0x5f, 0xd6, 0xf5, 0x35, 0x4e, 0x59, 0xc5, 0x7b, 0x01, 0xe2, 0xb9, 0xed, 0x79, 0x4d,
3333 0xe5, 0x47, 0x77, 0x00, 0x2e, 0xec, 0xa9, 0x41, 0x58, 0x21, 0x12, 0x95, 0x29, 0xd3, 0x5a, 0xc3,
3334 0xb9, 0x0b, 0x7b, 0xca, 0x6b, 0x93, 0x87, 0x6e, 0x01, 0x1b, 0x18, 0x33, 0xc7, 0x96, 0xc5, 0x28,
3335 0xd3, 0xca, 0xe0, 0xec, 0x85, 0x3d, 0x1d, 0x32, 0x0b, 0x4b, 0xe4, 0x4b, 0x32, 0x32, 0x82, 0x18,
3336 0x34, 0xbc, 0x37, 0x93, 0x0b, 0x3a, 0x16, 0xc5, 0x28, 0xd3, 0x5a, 0xc7, 0xdb, 0x97, 0x64, 0x74,
3337 0xa6, 0xbc, 0x7d, 0xe1, 0x64, 0x09, 0x29, 0x58, 0x16, 0xf9, 0x89, 0x05, 0x4c, 0xc8, 0xe7, 0xa5,
3338 0x29, 0xd3, 0xca, 0xe2, 0x5d, 0xce, 0x93, 0xfe, 0x40, 0x00, 0x7d, 0x07, 0x47, 0x71, 0x66, 0x2c,
3339 0x02, 0x79, 0xa5, 0xca, 0xb4, 0x72, 0xf8, 0x20, 0xca, 0x1e, 0x46, 0x21, 0xe8, 0x63, 0x28, 0xc4,
3340 0x14, 0x78, 0xa1, 0xca, 0xb4, 0x00, 0x6f, 0x44, 0x39, 0xe8, 0x21, 0x6c, 0xc7, 0x5f, 0x4c, 0xac,
3341 0xc0, 0x06, 0x07, 0xe7, 0xf1, 0x56, 0xf4, 0xb5, 0xc4, 0x52, 0x7c, 0x0a, 0xc5, 0xf9, 0x15, 0x99,
3342 0x18, 0x3f, 0x92, 0x37, 0x6a, 0x3d, 0x0b, 0x1c, 0xbd, 0x81, 0x0b, 0xcc, 0xf1, 0x94, 0xbc, 0x09,
3343 0xd7, 0x94, 0x23, 0xc7, 0xd4, 0x13, 0x15, 0x28, 0xd3, 0x2a, 0xe0, 0x2c, 0x33, 0x3d, 0xa3, 0x1e,
3344 0x17, 0x72, 0xe7, 0xc6, 0x74, 0x4c, 0xcd, 0x89, 0x27, 0x94, 0xca, 0x45, 0x0e, 0xda, 0xc4, 0x05,
3345 0x77, 0xde, 0xe3, 0x76, 0xae, 0x84, 0xbe, 0x00, 0x14, 0x22, 0x1d, 0xea, 0x18, 0xb6, 0x35, 0x26,
3346 0xe5, 0x12, 0x07, 0x17, 0x71, 0x51, 0x81, 0x3b, 0xd4, 0x69, 0x5b, 0x63, 0x1e, 0xae, 0xee, 0xdc,
3347 0xa0, 0x93, 0x91, 0x5d, 0xde, 0xe2, 0x98, 0x12, 0xce, 0xb8, 0xf3, 0xee, 0x64, 0x64, 0x33, 0x97,
3348 0x2f, 0x5d, 0x88, 0xbb, 0xb6, 0x70, 0xc6, 0x17, 0xae, 0xc7, 0x70, 0x20, 0x59, 0x86, 0x2c, 0x93,
3349 0xc6, 0xc8, 0x1d, 0xc9, 0x89, 0x6d, 0x73, 0x30, 0xc2, 0xbb, 0x42, 0x47, 0x9e, 0x39, 0x67, 0xf2,
3350 0x68, 0x43, 0x47, 0x90, 0x75, 0xe7, 0xc6, 0x05, 0x2f, 0x6d, 0x3b, 0x1c, 0xba, 0x1d, 0x76, 0xdb,
3351 0x77, 0x00, 0xd8, 0xec, 0xe5, 0xe9, 0xb5, 0xcb, 0xdd, 0x3b, 0xd1, 0x96, 0xfa, 0x08, 0xb2, 0xbe,
3352 0x62, 0xef, 0x71, 0xf7, 0x6e, 0xd8, 0xc5, 0xdf, 0x01, 0xf0, 0x43, 0xf6, 0x3e, 0x77, 0xef, 0x45,
3353 0xdb, 0xf5, 0x8f, 0x60, 0xe3, 0x82, 0xb8, 0x86, 0x4b, 0xd8, 0x87, 0x07, 0xb1, 0xca, 0x65, 0x0e,
3354 0xd9, 0xc7, 0xf9, 0x0b, 0x56, 0x0b, 0x84, 0x11, 0xdd, 0x83, 0xfc, 0x78, 0x64, 0x5d, 0xa9, 0x0d,
3355 0x3b, 0xe0, 0x98, 0x32, 0x06, 0x66, 0x94, 0xbb, 0xc5, 0xa6, 0x69, 0xd9, 0x0a, 0x71, 0xc8, 0x11,
3356 0x07, 0x38, 0xe7, 0x5a, 0xb6, 0x04, 0xdc, 0x86, 0x9c, 0x6f, 0x4f, 0x88, 0xe7, 0x9b, 0x93, 0x69,
3357 0xf9, 0x88, 0x67, 0xfb, 0x21, 0x0e, 0x4d, 0xda, 0x06, 0x80, 0xed, 0x19, 0xb2, 0x50, 0x68, 0x79,
3358 0xc8, 0xd9, 0x9e, 0x21, 0x6a, 0x83, 0xb6, 0x0d, 0x5b, 0xb6, 0x67, 0xc4, 0xeb, 0x81, 0x34, 0xc6,
3359 0x73, 0x5f, 0xbb, 0x05, 0x47, 0x36, 0x4b, 0xec, 0xe5, 0x79, 0xae, 0x15, 0xa1, 0x60, 0x7b, 0x46,
3360 0x98, 0xca, 0xda, 0x26, 0x6c, 0x48, 0x03, 0x0f, 0x5c, 0xed, 0x10, 0xca, 0xb6, 0x67, 0x2c, 0xcd,
3361 0x55, 0xed, 0x26, 0x1c, 0x06, 0xbe, 0x85, 0x8c, 0xd4, 0xee, 0xc2, 0xed, 0x05, 0x6f, 0x2c, 0xeb,
3362 0x34, 0x04, 0xa5, 0x24, 0x42, 0x2b, 0xc3, 0xde, 0xc2, 0xf3, 0xc4, 0x4c, 0x76, 0x00, 0xd9, 0x9e,
3363 0x91, 0x48, 0x15, 0x39, 0xdf, 0x20, 0x2d, 0x24, 0x2a, 0x91, 0x07, 0xda, 0x3e, 0xec, 0xc6, 0xac,
3364 0x2a, 0xe6, 0xe5, 0x1a, 0xcb, 0x38, 0x95, 0x23, 0x19, 0xd0, 0xda, 0x6d, 0xb8, 0x19, 0xfa, 0x16,
3365 0x63, 0x58, 0x2b, 0x40, 0x5e, 0xf8, 0x79, 0xa4, 0xc9, 0xa5, 0x0c, 0x23, 0x53, 0xfa, 0xfd, 0xb8,
3366 0x3f, 0x8c, 0x3d, 0x6d, 0x0b, 0x8a, 0x6c, 0xa9, 0x23, 0xb1, 0xa6, 0x95, 0x60, 0xd3, 0xf6, 0x8c,
3367 0x48, 0x64, 0x29, 0xd5, 0x20, 0x90, 0xe4, 0x0b, 0x07, 0x51, 0x52, 0xf9, 0xc7, 0xba, 0xf8, 0x9c,
3368 0x4d, 0x9e, 0x75, 0xf2, 0xa8, 0xb9, 0x07, 0x79, 0xd6, 0xe1, 0x1a, 0x24, 0x6c, 0x7a, 0x33, 0xad,
3369 0x95, 0x58, 0xdb, 0x5b, 0x8e, 0xb5, 0xbd, 0x99, 0x56, 0x2a, 0xd2, 0xf8, 0x66, 0x2e, 0x5d, 0x73,
3370 0x42, 0xbc, 0xe0, 0xac, 0x91, 0x63, 0xf4, 0x3f, 0x91, 0xc6, 0xd7, 0x90, 0x18, 0x75, 0xcc, 0x14,
3371 0x03, 0xcf, 0x93, 0x00, 0x1c, 0x74, 0xb8, 0x0a, 0xac, 0x0e, 0x98, 0x62, 0xe0, 0x91, 0x60, 0xd6,
3372 0xb3, 0xa8, 0x25, 0x26, 0x96, 0x82, 0xab, 0x13, 0xa6, 0x14, 0x76, 0xbf, 0xa1, 0x78, 0xd0, 0xe4,
3373 0x2a, 0xb4, 0x3a, 0x6f, 0x8a, 0x81, 0x47, 0x82, 0xff, 0x3b, 0xec, 0x7e, 0x15, 0x56, 0x1d, 0x38,
3374 0x9b, 0xca, 0x21, 0xa1, 0x9f, 0x41, 0x49, 0x20, 0x8c, 0x47, 0xc7, 0x46, 0xa4, 0xff, 0x65, 0x87,
3375 0xcc, 0xa6, 0xf0, 0x3c, 0x3a, 0xee, 0xaa, 0x06, 0x73, 0x5f, 0x61, 0x1b, 0x86, 0x4f, 0x8d, 0x5a,
3376 0xfd, 0x2b, 0x23, 0xd2, 0x03, 0xb3, 0x93, 0x65, 0x5b, 0x52, 0x44, 0x13, 0xdc, 0x55, 0x0d, 0x66,
3377 0x59, 0xf2, 0x6a, 0xf5, 0x13, 0x46, 0xac, 0x37, 0x1a, 0x8a, 0xa8, 0x8e, 0x97, 0x1d, 0x81, 0x48,
3378 0x34, 0xc2, 0x21, 0xb3, 0xde, 0x78, 0xc4, 0x98, 0x8d, 0x5a, 0xcd, 0x88, 0xf4, 0xc2, 0xec, 0xac,
3379 0x91, 0x4c, 0xd5, 0x0c, 0x4b, 0xe6, 0x63, 0x38, 0x90, 0xcc, 0x46, 0xad, 0xce, 0x27, 0xfb, 0xb0,
3380 0xfe, 0xa5, 0x11, 0xe9, 0x87, 0xd9, 0xc1, 0xb3, 0x2b, 0x20, 0x41, 0x43, 0x2c, 0xb9, 0xdf, 0xc0,
3381 0xa1, 0x9a, 0xef, 0xc3, 0xfa, 0x31, 0x27, 0x37, 0x6a, 0x27, 0x46, 0xa4, 0x27, 0x66, 0x27, 0xd2,
3382 0x9e, 0x9c, 0x71, 0xd0, 0x14, 0x0b, 0xb6, 0x0c, 0xee, 0x48, 0x34, 0xaa, 0x9a, 0x26, 0xdc, 0x62,
3383 0x20, 0xb8, 0xda, 0x2e, 0x6c, 0xb3, 0xdc, 0x48, 0x84, 0x98, 0x34, 0x27, 0x83, 0x49, 0xa6, 0xf7,
3384 0x62, 0xd8, 0x48, 0x7c, 0x32, 0x3e, 0x64, 0x91, 0x48, 0x44, 0x82, 0x04, 0x27, 0x37, 0x5d, 0x55,
3385 0xb9, 0xe5, 0xfb, 0x2b, 0xeb, 0xeb, 0x75, 0xbb, 0x18, 0x77, 0x2f, 0x6c, 0x95, 0x2c, 0x31, 0xd7,
3386 0xee, 0x87, 0x76, 0x07, 0x6e, 0x45, 0xd4, 0x17, 0xd7, 0xbc, 0xf2, 0x1b, 0x71, 0x0d, 0x17, 0xb4,
3387 0xaa, 0x32, 0xeb, 0x3f, 0xb0, 0x57, 0x65, 0x5f, 0xbe, 0x9e, 0x6f, 0xfa, 0x33, 0x91, 0xe8, 0x39,
3388 0x2c, 0x47, 0xe8, 0x0e, 0xe4, 0x2f, 0x4d, 0x7b, 0x6c, 0xb8, 0xc4, 0xf4, 0xa8, 0xc3, 0x33, 0x3c,
3389 0x87, 0x81, 0x99, 0x30, 0xb7, 0xa0, 0x03, 0x7e, 0x50, 0xf3, 0x1b, 0x10, 0x9e, 0xd2, 0x29, 0x76,
3390 0x4c, 0xf3, 0xb9, 0x54, 0xfe, 0xbe, 0x0a, 0xc5, 0x73, 0xe2, 0xbf, 0x34, 0xc7, 0xb3, 0xe0, 0x8a,
3391 0xfc, 0xeb, 0xc4, 0x4d, 0x77, 0xbe, 0x7e, 0x2b, 0x7e, 0x75, 0x90, 0xb8, 0x53, 0x6f, 0xad, 0x84,
3392 0x57, 0xe1, 0xe8, 0x6b, 0x58, 0x9f, 0x89, 0x7b, 0x5f, 0x3e, 0xf9, 0x7c, 0xfd, 0xce, 0xf5, 0xf7,
3393 0xc2, 0x8a, 0xad, 0x18, 0xe8, 0x14, 0xf2, 0x54, 0xdc, 0xf8, 0x71, 0x81, 0x1b, 0xcb, 0x1e, 0x9e,
3394 0xb8, 0x12, 0x6c, 0xad, 0xe0, 0x28, 0x07, 0xb5, 0x61, 0x93, 0x3a, 0xb3, 0xc8, 0xe5, 0x10, 0x5f,
3395 0x8f, 0x65, 0xd3, 0x88, 0xdf, 0x21, 0xb5, 0x56, 0x70, 0x82, 0x88, 0x30, 0x14, 0x88, 0xff, 0x2a,
3396 0xbc, 0xa9, 0xe0, 0x6b, 0x97, 0xaf, 0x7f, 0xf6, 0xfe, 0xf7, 0x28, 0xad, 0x15, 0x1c, 0x97, 0x40,
3397 0xdf, 0xf2, 0x8f, 0x37, 0xe9, 0xe6, 0x05, 0x33, 0x5f, 0x3f, 0x5a, 0x10, 0x0c, 0xbf, 0x26, 0xd9,
3398 0x29, 0x10, 0x12, 0x90, 0x06, 0x40, 0xf9, 0xcc, 0xf9, 0x9b, 0xad, 0x73, 0xfa, 0xdd, 0x05, 0x7a,
3399 0xe2, 0x5b, 0x8a, 0x69, 0x84, 0x2c, 0xf4, 0x1d, 0xac, 0xb3, 0x78, 0x62, 0x02, 0x59, 0x2e, 0xf0,
3400 0x5f, 0x0b, 0x02, 0x4b, 0x3e, 0xc8, 0xd8, 0x36, 0x49, 0x1a, 0x3a, 0x01, 0x15, 0x3f, 0xbc, 0xd8,
3401 0xe6, 0xeb, 0x37, 0xe3, 0x0a, 0xf1, 0x6f, 0x32, 0xc6, 0x94, 0x70, 0x2d, 0x07, 0xeb, 0xae, 0xb0,
3402 0x56, 0x7e, 0x9b, 0xe5, 0x9f, 0xdf, 0x32, 0xf2, 0x64, 0x4a, 0x3c, 0x0e, 0x42, 0x5c, 0xdc, 0x59,
3403 0x55, 0xe2, 0xc2, 0x31, 0x70, 0xb5, 0xcf, 0x91, 0x41, 0x1a, 0xe8, 0x90, 0x23, 0xae, 0x2b, 0x42,
3404 0x5e, 0x5e, 0x5f, 0xdf, 0x7f, 0x1b, 0x9d, 0x9f, 0x50, 0x02, 0x8e, 0x43, 0x26, 0xfa, 0x26, 0x12,
3405 0xfd, 0x22, 0x00, 0x6f, 0x5f, 0x17, 0xfd, 0x42, 0x28, 0x16, 0xfe, 0xdf, 0x84, 0xe1, 0xbf, 0x7a,
3406 0xcd, 0xee, 0x24, 0x7e, 0x16, 0x89, 0xc6, 0xff, 0x53, 0xd8, 0x98, 0x8a, 0xd8, 0xf6, 0x1d, 0xe2,
3407 0x7a, 0x32, 0xe0, 0x3e, 0x7e, 0x6b, 0x02, 0x44, 0x74, 0x62, 0x64, 0xf4, 0x62, 0x21, 0x13, 0x44,
3408 0xb8, 0xdd, 0x7f, 0x47, 0x26, 0x44, 0x04, 0x93, 0x19, 0x71, 0x01, 0x5b, 0xb1, 0x70, 0x8e, 0x44,
3409 0x61, 0xfd, 0xfd, 0xb3, 0x22, 0xf2, 0x80, 0x45, 0x39, 0xa4, 0xc7, 0x32, 0x44, 0x44, 0xe8, 0x47,
3410 0x6f, 0xc9, 0x90, 0x88, 0x5a, 0x34, 0x53, 0x9e, 0xf2, 0xb7, 0xef, 0x51, 0x47, 0xad, 0x93, 0x0c,
3411 0xd5, 0x7b, 0x6f, 0xc9, 0x96, 0xd8, 0x7b, 0x47, 0xa8, 0xe8, 0x05, 0x14, 0x69, 0x3c, 0x2b, 0x78,
3412 0xcb, 0xb0, 0xb8, 0x35, 0xcb, 0xfb, 0xbb, 0xd6, 0x0a, 0x4e, 0xf2, 0xd1, 0xff, 0x86, 0x39, 0x94,
3413 0x5f, 0x56, 0xe6, 0x12, 0x87, 0x45, 0x24, 0x89, 0x2a, 0x35, 0xc8, 0x88, 0xd0, 0x47, 0x3b, 0x50,
3414 0xea, 0x0f, 0x4e, 0x07, 0xc3, 0x7e, 0xec, 0x07, 0xa1, 0x0c, 0xa4, 0xbb, 0x4f, 0x4b, 0x29, 0x94,
3415 0x83, 0x35, 0x1d, 0xe3, 0x2e, 0x2e, 0xa5, 0x2b, 0xbf, 0x4b, 0x41, 0x3e, 0x12, 0xef, 0x8c, 0x88,
3416 0xf5, 0xd3, 0x7e, 0xb7, 0x13, 0x23, 0x16, 0x21, 0x3f, 0xec, 0xf4, 0x87, 0xbd, 0x5e, 0x17, 0x0f,
3417 0xf8, 0xaf, 0x49, 0xbb, 0xb0, 0xd5, 0xee, 0xbc, 0x3c, 0x7d, 0xd6, 0x6e, 0x1a, 0x4d, 0xfd, 0x65,
3418 0xfb, 0x4c, 0x37, 0xda, 0xcd, 0x52, 0x3a, 0x6a, 0x66, 0x50, 0x63, 0xf0, 0x7f, 0x3d, 0xbd, 0x74,
3419 0x03, 0xe5, 0x61, 0x7d, 0xd0, 0x7e, 0xae, 0x77, 0x87, 0x83, 0xd2, 0x2a, 0x7b, 0x82, 0xc2, 0x60,
3420 0xfd, 0x85, 0x80, 0xac, 0x21, 0x04, 0x9b, 0xed, 0xce, 0x40, 0xc7, 0x9d, 0xd3, 0x67, 0x86, 0x98,
3421 0x5b, 0x46, 0xd8, 0xa2, 0x0f, 0x29, 0xad, 0x6b, 0x00, 0x59, 0x57, 0xbe, 0x79, 0xe5, 0x25, 0x14,
3422 0xfb, 0x89, 0x13, 0xea, 0x04, 0x36, 0xcc, 0xb1, 0xe9, 0x4e, 0xe4, 0xaf, 0xc1, 0xf2, 0x94, 0xda,
3423 0xae, 0xca, 0x1f, 0x87, 0x4f, 0x99, 0x4f, 0xfc, 0x9a, 0xc8, 0x8e, 0x07, 0x33, 0x1c, 0x46, 0x0b,
3424 0xd0, 0x3f, 0x53, 0x50, 0xea, 0x7f, 0x48, 0x01, 0xea, 0xff, 0x7b, 0x05, 0xa8, 0xff, 0x7e, 0x05,
3425 0xe8, 0xe7, 0x6c, 0xef, 0xf1, 0xcf, 0xd9, 0xdd, 0x8a, 0x0d, 0xbb, 0x7d, 0xdb, 0xb9, 0x1a, 0x93,
3426 0x64, 0x03, 0x70, 0x08, 0x59, 0xdf, 0x74, 0xaf, 0x88, 0x1f, 0x5c, 0xbc, 0x05, 0x63, 0x74, 0x1c,
3427 0x2c, 0xa0, 0x3c, 0xdf, 0x0f, 0x97, 0xd6, 0x58, 0x8e, 0xc0, 0xc1, 0x5a, 0xbf, 0x80, 0xbd, 0xe4,
3428 0xa3, 0xe4, 0x82, 0x7f, 0x15, 0xee, 0xb4, 0xdc, 0xc6, 0xa3, 0xb7, 0x14, 0x6d, 0x1c, 0x86, 0x45,
3429 0x30, 0xfb, 0xfe, 0x7f, 0x6a, 0xf6, 0xfd, 0x77, 0xce, 0xbe, 0xff, 0x61, 0xb3, 0xef, 0x5f, 0x3b,
3430 0xfb, 0xfa, 0x1f, 0x52, 0x90, 0xd3, 0x15, 0x10, 0x61, 0xc8, 0x9f, 0x13, 0x5f, 0x9f, 0x0b, 0x38,
3431 0x8a, 0x9e, 0x19, 0x4b, 0x77, 0xe8, 0xf0, 0xde, 0x5b, 0x10, 0x72, 0x6a, 0x18, 0xf2, 0xfd, 0xb7,
3432 0x6a, 0xf6, 0xdf, 0xa9, 0x99, 0x9c, 0xbf, 0x86, 0xe1, 0x16, 0x75, 0xaf, 0xaa, 0x74, 0x4a, 0x9c,
3433 0x11, 0x75, 0xad, 0xaa, 0xf8, 0xf7, 0x8c, 0x90, 0xf7, 0xff, 0xb5, 0x2b, 0xdb, 0x7f, 0x35, 0xbb,
3434 0xa8, 0x8e, 0xe8, 0xe4, 0x81, 0x42, 0x3d, 0x10, 0xa8, 0x2f, 0xe4, 0x3f, 0x71, 0xbc, 0x3e, 0x7e,
3435 0x70, 0x45, 0xc3, 0xff, 0xfa, 0xe8, 0xad, 0x5c, 0x64, 0xb8, 0xe7, 0xcb, 0x7f, 0x05, 0x00, 0x00,
3436 0xff, 0xff, 0xa9, 0x69, 0xe5, 0x9b, 0x19, 0x22, 0x00, 0x00,
kesavand8ec4fc02021-01-27 09:10:22 -05003437}
3438
3439// Reference imports to suppress errors if they are not otherwise used.
3440var _ context.Context
3441var _ grpc.ClientConn
3442
3443// This is a compile-time assertion to ensure that this generated file
3444// is compatible with the grpc package it is being compiled against.
3445const _ = grpc.SupportPackageIsVersion4
3446
3447// ExtensionClient is the client API for Extension service.
3448//
3449// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
3450type ExtensionClient interface {
3451 // Get a single attribute
3452 GetExtValue(ctx context.Context, in *SingleGetValueRequest, opts ...grpc.CallOption) (*SingleGetValueResponse, error)
3453 // Set a single attribute
3454 SetExtValue(ctx context.Context, in *SingleSetValueRequest, opts ...grpc.CallOption) (*SingleSetValueResponse, error)
3455}
3456
3457type extensionClient struct {
3458 cc *grpc.ClientConn
3459}
3460
3461func NewExtensionClient(cc *grpc.ClientConn) ExtensionClient {
3462 return &extensionClient{cc}
3463}
3464
3465func (c *extensionClient) GetExtValue(ctx context.Context, in *SingleGetValueRequest, opts ...grpc.CallOption) (*SingleGetValueResponse, error) {
3466 out := new(SingleGetValueResponse)
3467 err := c.cc.Invoke(ctx, "/extension.Extension/GetExtValue", in, out, opts...)
3468 if err != nil {
3469 return nil, err
3470 }
3471 return out, nil
3472}
3473
3474func (c *extensionClient) SetExtValue(ctx context.Context, in *SingleSetValueRequest, opts ...grpc.CallOption) (*SingleSetValueResponse, error) {
3475 out := new(SingleSetValueResponse)
3476 err := c.cc.Invoke(ctx, "/extension.Extension/SetExtValue", in, out, opts...)
3477 if err != nil {
3478 return nil, err
3479 }
3480 return out, nil
3481}
3482
3483// ExtensionServer is the server API for Extension service.
3484type ExtensionServer interface {
3485 // Get a single attribute
3486 GetExtValue(context.Context, *SingleGetValueRequest) (*SingleGetValueResponse, error)
3487 // Set a single attribute
3488 SetExtValue(context.Context, *SingleSetValueRequest) (*SingleSetValueResponse, error)
3489}
3490
David K. Bainbridge3e83a5b2021-04-09 16:18:04 +00003491// UnimplementedExtensionServer can be embedded to have forward compatible implementations.
3492type UnimplementedExtensionServer struct {
3493}
3494
3495func (*UnimplementedExtensionServer) GetExtValue(ctx context.Context, req *SingleGetValueRequest) (*SingleGetValueResponse, error) {
3496 return nil, status.Errorf(codes.Unimplemented, "method GetExtValue not implemented")
3497}
3498func (*UnimplementedExtensionServer) SetExtValue(ctx context.Context, req *SingleSetValueRequest) (*SingleSetValueResponse, error) {
3499 return nil, status.Errorf(codes.Unimplemented, "method SetExtValue not implemented")
3500}
3501
kesavand8ec4fc02021-01-27 09:10:22 -05003502func RegisterExtensionServer(s *grpc.Server, srv ExtensionServer) {
3503 s.RegisterService(&_Extension_serviceDesc, srv)
3504}
3505
3506func _Extension_GetExtValue_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
3507 in := new(SingleGetValueRequest)
3508 if err := dec(in); err != nil {
3509 return nil, err
3510 }
3511 if interceptor == nil {
3512 return srv.(ExtensionServer).GetExtValue(ctx, in)
3513 }
3514 info := &grpc.UnaryServerInfo{
3515 Server: srv,
3516 FullMethod: "/extension.Extension/GetExtValue",
3517 }
3518 handler := func(ctx context.Context, req interface{}) (interface{}, error) {
3519 return srv.(ExtensionServer).GetExtValue(ctx, req.(*SingleGetValueRequest))
3520 }
3521 return interceptor(ctx, in, info, handler)
3522}
3523
3524func _Extension_SetExtValue_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
3525 in := new(SingleSetValueRequest)
3526 if err := dec(in); err != nil {
3527 return nil, err
3528 }
3529 if interceptor == nil {
3530 return srv.(ExtensionServer).SetExtValue(ctx, in)
3531 }
3532 info := &grpc.UnaryServerInfo{
3533 Server: srv,
3534 FullMethod: "/extension.Extension/SetExtValue",
3535 }
3536 handler := func(ctx context.Context, req interface{}) (interface{}, error) {
3537 return srv.(ExtensionServer).SetExtValue(ctx, req.(*SingleSetValueRequest))
3538 }
3539 return interceptor(ctx, in, info, handler)
3540}
3541
3542var _Extension_serviceDesc = grpc.ServiceDesc{
3543 ServiceName: "extension.Extension",
3544 HandlerType: (*ExtensionServer)(nil),
3545 Methods: []grpc.MethodDesc{
3546 {
3547 MethodName: "GetExtValue",
3548 Handler: _Extension_GetExtValue_Handler,
3549 },
3550 {
3551 MethodName: "SetExtValue",
3552 Handler: _Extension_SetExtValue_Handler,
3553 },
3554 },
3555 Streams: []grpc.StreamDesc{},
3556 Metadata: "voltha_protos/extensions.proto",
3557}