blob: 8caf8ad668a8d8efe8992f0302de0212013323b4 [file] [log] [blame]
Scott Baker9173ed82020-05-19 08:30:12 -07001// Code generated by protoc-gen-go. DO NOT EDIT.
2// source: voltha_protos/inter_container.proto
3
4package inter_container
5
6import (
7 fmt "fmt"
8 proto "github.com/golang/protobuf/proto"
9 any "github.com/golang/protobuf/ptypes/any"
10 timestamp "github.com/golang/protobuf/ptypes/timestamp"
kesavand8ec4fc02021-01-27 09:10:22 -050011 common "github.com/opencord/voltha-protos/v4/go/common"
12 openflow_13 "github.com/opencord/voltha-protos/v4/go/openflow_13"
13 voltha "github.com/opencord/voltha-protos/v4/go/voltha"
Scott Baker9173ed82020-05-19 08:30:12 -070014 math "math"
15)
16
17// Reference imports to suppress errors if they are not otherwise used.
18var _ = proto.Marshal
19var _ = fmt.Errorf
20var _ = math.Inf
21
22// This is a compile-time assertion to ensure that this generated file
23// is compatible with the proto package it is being compiled against.
24// A compilation error at this line likely means your copy of the
25// proto package needs to be updated.
26const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
27
28// ID from public import voltha_protos/common.proto
29type ID = common.ID
30
31// IDs from public import voltha_protos/common.proto
32type IDs = common.IDs
33
34// AdminState from public import voltha_protos/common.proto
35type AdminState = common.AdminState
36
37// OperStatus from public import voltha_protos/common.proto
38type OperStatus = common.OperStatus
39
40// ConnectStatus from public import voltha_protos/common.proto
41type ConnectStatus = common.ConnectStatus
42
43// OperationResp from public import voltha_protos/common.proto
44type OperationResp = common.OperationResp
45
46// ValueType from public import voltha_protos/common.proto
47type ValueType = common.ValueType
48
49// ValueSpecifier from public import voltha_protos/common.proto
50type ValueSpecifier = common.ValueSpecifier
51
52// ReturnValues from public import voltha_protos/common.proto
53type ReturnValues = common.ReturnValues
54
55// TestModeKeys from public import voltha_protos/common.proto
56type TestModeKeys = common.TestModeKeys
57
58var TestModeKeys_name = common.TestModeKeys_name
59var TestModeKeys_value = common.TestModeKeys_value
60
61const TestModeKeys_api_test = TestModeKeys(common.TestModeKeys_api_test)
62
63// AdminState_Types from public import voltha_protos/common.proto
64type AdminState_Types = common.AdminState_Types
65
66var AdminState_Types_name = common.AdminState_Types_name
67var AdminState_Types_value = common.AdminState_Types_value
68
69const AdminState_UNKNOWN = AdminState_Types(common.AdminState_UNKNOWN)
70const AdminState_PREPROVISIONED = AdminState_Types(common.AdminState_PREPROVISIONED)
71const AdminState_ENABLED = AdminState_Types(common.AdminState_ENABLED)
72const AdminState_DISABLED = AdminState_Types(common.AdminState_DISABLED)
73const AdminState_DOWNLOADING_IMAGE = AdminState_Types(common.AdminState_DOWNLOADING_IMAGE)
Scott Baker9173ed82020-05-19 08:30:12 -070074
75// OperStatus_Types from public import voltha_protos/common.proto
76type OperStatus_Types = common.OperStatus_Types
77
78var OperStatus_Types_name = common.OperStatus_Types_name
79var OperStatus_Types_value = common.OperStatus_Types_value
80
81const OperStatus_UNKNOWN = OperStatus_Types(common.OperStatus_UNKNOWN)
82const OperStatus_DISCOVERED = OperStatus_Types(common.OperStatus_DISCOVERED)
83const OperStatus_ACTIVATING = OperStatus_Types(common.OperStatus_ACTIVATING)
84const OperStatus_TESTING = OperStatus_Types(common.OperStatus_TESTING)
85const OperStatus_ACTIVE = OperStatus_Types(common.OperStatus_ACTIVE)
86const OperStatus_FAILED = OperStatus_Types(common.OperStatus_FAILED)
David K. Bainbridge1d946442021-03-19 16:45:52 +000087const OperStatus_RECONCILING = OperStatus_Types(common.OperStatus_RECONCILING)
Maninder686713a2021-06-17 19:45:38 +053088const OperStatus_RECONCILING_FAILED = OperStatus_Types(common.OperStatus_RECONCILING_FAILED)
Scott Baker9173ed82020-05-19 08:30:12 -070089
90// ConnectStatus_Types from public import voltha_protos/common.proto
91type ConnectStatus_Types = common.ConnectStatus_Types
92
93var ConnectStatus_Types_name = common.ConnectStatus_Types_name
94var ConnectStatus_Types_value = common.ConnectStatus_Types_value
95
96const ConnectStatus_UNKNOWN = ConnectStatus_Types(common.ConnectStatus_UNKNOWN)
97const ConnectStatus_UNREACHABLE = ConnectStatus_Types(common.ConnectStatus_UNREACHABLE)
98const ConnectStatus_REACHABLE = ConnectStatus_Types(common.ConnectStatus_REACHABLE)
99
100// OperationResp_OperationReturnCode from public import voltha_protos/common.proto
101type OperationResp_OperationReturnCode = common.OperationResp_OperationReturnCode
102
103var OperationResp_OperationReturnCode_name = common.OperationResp_OperationReturnCode_name
104var OperationResp_OperationReturnCode_value = common.OperationResp_OperationReturnCode_value
105
106const OperationResp_OPERATION_SUCCESS = OperationResp_OperationReturnCode(common.OperationResp_OPERATION_SUCCESS)
107const OperationResp_OPERATION_FAILURE = OperationResp_OperationReturnCode(common.OperationResp_OPERATION_FAILURE)
108const OperationResp_OPERATION_UNSUPPORTED = OperationResp_OperationReturnCode(common.OperationResp_OPERATION_UNSUPPORTED)
David K. Bainbridge1d946442021-03-19 16:45:52 +0000109const OperationResp_OPERATION_IN_PROGRESS = OperationResp_OperationReturnCode(common.OperationResp_OPERATION_IN_PROGRESS)
Scott Baker9173ed82020-05-19 08:30:12 -0700110
111// ValueType_Type from public import voltha_protos/common.proto
112type ValueType_Type = common.ValueType_Type
113
114var ValueType_Type_name = common.ValueType_Type_name
115var ValueType_Type_value = common.ValueType_Type_value
116
117const ValueType_EMPTY = ValueType_Type(common.ValueType_EMPTY)
118const ValueType_DISTANCE = ValueType_Type(common.ValueType_DISTANCE)
119
120// DeviceGroup from public import voltha_protos/voltha.proto
121type DeviceGroup = voltha.DeviceGroup
122
123// DeviceGroups from public import voltha_protos/voltha.proto
124type DeviceGroups = voltha.DeviceGroups
125
126// EventFilterRuleKey from public import voltha_protos/voltha.proto
127type EventFilterRuleKey = voltha.EventFilterRuleKey
128
129// EventFilterRule from public import voltha_protos/voltha.proto
130type EventFilterRule = voltha.EventFilterRule
131
132// EventFilter from public import voltha_protos/voltha.proto
133type EventFilter = voltha.EventFilter
134
135// EventFilters from public import voltha_protos/voltha.proto
136type EventFilters = voltha.EventFilters
137
138// CoreInstance from public import voltha_protos/voltha.proto
139type CoreInstance = voltha.CoreInstance
140
141// CoreInstances from public import voltha_protos/voltha.proto
142type CoreInstances = voltha.CoreInstances
143
144// OmciTestRequest from public import voltha_protos/voltha.proto
145type OmciTestRequest = voltha.OmciTestRequest
146
147// TestResponse from public import voltha_protos/voltha.proto
148type TestResponse = voltha.TestResponse
149
Himani Chawla9933ddc2020-10-12 23:53:27 +0530150// ValueSet from public import voltha_protos/voltha.proto
151type ValueSet = voltha.ValueSet
152type ValueSet_AlarmConfig = voltha.ValueSet_AlarmConfig
153
Scott Baker9173ed82020-05-19 08:30:12 -0700154// Voltha from public import voltha_protos/voltha.proto
155type Voltha = voltha.Voltha
156
157// SelfTestResponse from public import voltha_protos/voltha.proto
158type SelfTestResponse = voltha.SelfTestResponse
159
160// OfAgentSubscriber from public import voltha_protos/voltha.proto
161type OfAgentSubscriber = voltha.OfAgentSubscriber
162
163// Membership from public import voltha_protos/voltha.proto
164type Membership = voltha.Membership
165
kesavand3e2f9f62021-04-22 11:06:38 +0530166// DeviceImageDownloadRequest from public import voltha_protos/voltha.proto
167type DeviceImageDownloadRequest = voltha.DeviceImageDownloadRequest
168
169// DeviceImageRequest from public import voltha_protos/voltha.proto
170type DeviceImageRequest = voltha.DeviceImageRequest
171
172// DeviceImageResponse from public import voltha_protos/voltha.proto
173type DeviceImageResponse = voltha.DeviceImageResponse
174
Scott Baker9173ed82020-05-19 08:30:12 -0700175// FlowMetadata from public import voltha_protos/voltha.proto
176type FlowMetadata = voltha.FlowMetadata
177
178// EventFilterRuleKey_EventFilterRuleType from public import voltha_protos/voltha.proto
179type EventFilterRuleKey_EventFilterRuleType = voltha.EventFilterRuleKey_EventFilterRuleType
180
181var EventFilterRuleKey_EventFilterRuleType_name = voltha.EventFilterRuleKey_EventFilterRuleType_name
182var EventFilterRuleKey_EventFilterRuleType_value = voltha.EventFilterRuleKey_EventFilterRuleType_value
183
184const EventFilterRuleKey_filter_all = EventFilterRuleKey_EventFilterRuleType(voltha.EventFilterRuleKey_filter_all)
185const EventFilterRuleKey_category = EventFilterRuleKey_EventFilterRuleType(voltha.EventFilterRuleKey_category)
186const EventFilterRuleKey_sub_category = EventFilterRuleKey_EventFilterRuleType(voltha.EventFilterRuleKey_sub_category)
187const EventFilterRuleKey_kpi_event_type = EventFilterRuleKey_EventFilterRuleType(voltha.EventFilterRuleKey_kpi_event_type)
188const EventFilterRuleKey_config_event_type = EventFilterRuleKey_EventFilterRuleType(voltha.EventFilterRuleKey_config_event_type)
189const EventFilterRuleKey_device_event_type = EventFilterRuleKey_EventFilterRuleType(voltha.EventFilterRuleKey_device_event_type)
190
191// TestResponse_TestResponseResult from public import voltha_protos/voltha.proto
192type TestResponse_TestResponseResult = voltha.TestResponse_TestResponseResult
193
194var TestResponse_TestResponseResult_name = voltha.TestResponse_TestResponseResult_name
195var TestResponse_TestResponseResult_value = voltha.TestResponse_TestResponseResult_value
196
197const TestResponse_SUCCESS = TestResponse_TestResponseResult(voltha.TestResponse_SUCCESS)
198const TestResponse_FAILURE = TestResponse_TestResponseResult(voltha.TestResponse_FAILURE)
199
200// SelfTestResponse_SelfTestResult from public import voltha_protos/voltha.proto
201type SelfTestResponse_SelfTestResult = voltha.SelfTestResponse_SelfTestResult
202
203var SelfTestResponse_SelfTestResult_name = voltha.SelfTestResponse_SelfTestResult_name
204var SelfTestResponse_SelfTestResult_value = voltha.SelfTestResponse_SelfTestResult_value
205
206const SelfTestResponse_SUCCESS = SelfTestResponse_SelfTestResult(voltha.SelfTestResponse_SUCCESS)
207const SelfTestResponse_FAILURE = SelfTestResponse_SelfTestResult(voltha.SelfTestResponse_FAILURE)
208const SelfTestResponse_NOT_SUPPORTED = SelfTestResponse_SelfTestResult(voltha.SelfTestResponse_NOT_SUPPORTED)
209const SelfTestResponse_UNKNOWN_ERROR = SelfTestResponse_SelfTestResult(voltha.SelfTestResponse_UNKNOWN_ERROR)
210
211// LogicalPortId from public import voltha_protos/logical_device.proto
212type LogicalPortId = voltha.LogicalPortId
213
214// LogicalPort from public import voltha_protos/logical_device.proto
215type LogicalPort = voltha.LogicalPort
216
217// LogicalPorts from public import voltha_protos/logical_device.proto
218type LogicalPorts = voltha.LogicalPorts
219
220// LogicalDevice from public import voltha_protos/logical_device.proto
221type LogicalDevice = voltha.LogicalDevice
222
223// LogicalDevices from public import voltha_protos/logical_device.proto
224type LogicalDevices = voltha.LogicalDevices
225
226type MessageType int32
227
228const (
229 MessageType_REQUEST MessageType = 0
230 MessageType_RESPONSE MessageType = 1
231 MessageType_DEVICE_DISCOVERED MessageType = 2
232)
233
234var MessageType_name = map[int32]string{
235 0: "REQUEST",
236 1: "RESPONSE",
237 2: "DEVICE_DISCOVERED",
238}
239
240var MessageType_value = map[string]int32{
241 "REQUEST": 0,
242 "RESPONSE": 1,
243 "DEVICE_DISCOVERED": 2,
244}
245
246func (x MessageType) String() string {
247 return proto.EnumName(MessageType_name, int32(x))
248}
249
250func (MessageType) EnumDescriptor() ([]byte, []int) {
251 return fileDescriptor_941f0031a549667f, []int{0}
252}
253
254type ErrorCodeCodes int32
255
256const (
257 ErrorCode_UNSUPPORTED_REQUEST ErrorCodeCodes = 0
258 ErrorCode_INVALID_PARAMETERS ErrorCodeCodes = 1
259 ErrorCode_DEADLINE_EXCEEDED ErrorCodeCodes = 2
260)
261
262var ErrorCodeCodes_name = map[int32]string{
263 0: "UNSUPPORTED_REQUEST",
264 1: "INVALID_PARAMETERS",
265 2: "DEADLINE_EXCEEDED",
266}
267
268var ErrorCodeCodes_value = map[string]int32{
269 "UNSUPPORTED_REQUEST": 0,
270 "INVALID_PARAMETERS": 1,
271 "DEADLINE_EXCEEDED": 2,
272}
273
274func (x ErrorCodeCodes) String() string {
275 return proto.EnumName(ErrorCodeCodes_name, int32(x))
276}
277
278func (ErrorCodeCodes) EnumDescriptor() ([]byte, []int) {
279 return fileDescriptor_941f0031a549667f, []int{4, 0}
280}
281
282type InterAdapterMessageType_Types int32
283
284const (
285 InterAdapterMessageType_FLOW_REQUEST InterAdapterMessageType_Types = 0
286 InterAdapterMessageType_FLOW_RESPONSE InterAdapterMessageType_Types = 1
287 InterAdapterMessageType_OMCI_REQUEST InterAdapterMessageType_Types = 2
288 InterAdapterMessageType_OMCI_RESPONSE InterAdapterMessageType_Types = 3
289 InterAdapterMessageType_METRICS_REQUEST InterAdapterMessageType_Types = 4
290 InterAdapterMessageType_METRICS_RESPONSE InterAdapterMessageType_Types = 5
291 InterAdapterMessageType_ONU_IND_REQUEST InterAdapterMessageType_Types = 6
292 InterAdapterMessageType_ONU_IND_RESPONSE InterAdapterMessageType_Types = 7
293 InterAdapterMessageType_TECH_PROFILE_DOWNLOAD_REQUEST InterAdapterMessageType_Types = 8
294 InterAdapterMessageType_DELETE_GEM_PORT_REQUEST InterAdapterMessageType_Types = 9
295 InterAdapterMessageType_DELETE_TCONT_REQUEST InterAdapterMessageType_Types = 10
296)
297
298var InterAdapterMessageType_Types_name = map[int32]string{
299 0: "FLOW_REQUEST",
300 1: "FLOW_RESPONSE",
301 2: "OMCI_REQUEST",
302 3: "OMCI_RESPONSE",
303 4: "METRICS_REQUEST",
304 5: "METRICS_RESPONSE",
305 6: "ONU_IND_REQUEST",
306 7: "ONU_IND_RESPONSE",
307 8: "TECH_PROFILE_DOWNLOAD_REQUEST",
308 9: "DELETE_GEM_PORT_REQUEST",
309 10: "DELETE_TCONT_REQUEST",
310}
311
312var InterAdapterMessageType_Types_value = map[string]int32{
313 "FLOW_REQUEST": 0,
314 "FLOW_RESPONSE": 1,
315 "OMCI_REQUEST": 2,
316 "OMCI_RESPONSE": 3,
317 "METRICS_REQUEST": 4,
318 "METRICS_RESPONSE": 5,
319 "ONU_IND_REQUEST": 6,
320 "ONU_IND_RESPONSE": 7,
321 "TECH_PROFILE_DOWNLOAD_REQUEST": 8,
322 "DELETE_GEM_PORT_REQUEST": 9,
323 "DELETE_TCONT_REQUEST": 10,
324}
325
326func (x InterAdapterMessageType_Types) String() string {
327 return proto.EnumName(InterAdapterMessageType_Types_name, int32(x))
328}
329
330func (InterAdapterMessageType_Types) EnumDescriptor() ([]byte, []int) {
Rohan Agrawald7df3772020-06-29 11:23:36 +0000331 return fileDescriptor_941f0031a549667f, []int{13, 0}
Scott Baker9173ed82020-05-19 08:30:12 -0700332}
333
334type StrType struct {
335 Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
336 XXX_NoUnkeyedLiteral struct{} `json:"-"`
337 XXX_unrecognized []byte `json:"-"`
338 XXX_sizecache int32 `json:"-"`
339}
340
341func (m *StrType) Reset() { *m = StrType{} }
342func (m *StrType) String() string { return proto.CompactTextString(m) }
343func (*StrType) ProtoMessage() {}
344func (*StrType) Descriptor() ([]byte, []int) {
345 return fileDescriptor_941f0031a549667f, []int{0}
346}
347
348func (m *StrType) XXX_Unmarshal(b []byte) error {
349 return xxx_messageInfo_StrType.Unmarshal(m, b)
350}
351func (m *StrType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
352 return xxx_messageInfo_StrType.Marshal(b, m, deterministic)
353}
354func (m *StrType) XXX_Merge(src proto.Message) {
355 xxx_messageInfo_StrType.Merge(m, src)
356}
357func (m *StrType) XXX_Size() int {
358 return xxx_messageInfo_StrType.Size(m)
359}
360func (m *StrType) XXX_DiscardUnknown() {
361 xxx_messageInfo_StrType.DiscardUnknown(m)
362}
363
364var xxx_messageInfo_StrType proto.InternalMessageInfo
365
366func (m *StrType) GetVal() string {
367 if m != nil {
368 return m.Val
369 }
370 return ""
371}
372
373type IntType struct {
374 Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
375 XXX_NoUnkeyedLiteral struct{} `json:"-"`
376 XXX_unrecognized []byte `json:"-"`
377 XXX_sizecache int32 `json:"-"`
378}
379
380func (m *IntType) Reset() { *m = IntType{} }
381func (m *IntType) String() string { return proto.CompactTextString(m) }
382func (*IntType) ProtoMessage() {}
383func (*IntType) Descriptor() ([]byte, []int) {
384 return fileDescriptor_941f0031a549667f, []int{1}
385}
386
387func (m *IntType) XXX_Unmarshal(b []byte) error {
388 return xxx_messageInfo_IntType.Unmarshal(m, b)
389}
390func (m *IntType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
391 return xxx_messageInfo_IntType.Marshal(b, m, deterministic)
392}
393func (m *IntType) XXX_Merge(src proto.Message) {
394 xxx_messageInfo_IntType.Merge(m, src)
395}
396func (m *IntType) XXX_Size() int {
397 return xxx_messageInfo_IntType.Size(m)
398}
399func (m *IntType) XXX_DiscardUnknown() {
400 xxx_messageInfo_IntType.DiscardUnknown(m)
401}
402
403var xxx_messageInfo_IntType proto.InternalMessageInfo
404
405func (m *IntType) GetVal() int64 {
406 if m != nil {
407 return m.Val
408 }
409 return 0
410}
411
412type BoolType struct {
413 Val bool `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
414 XXX_NoUnkeyedLiteral struct{} `json:"-"`
415 XXX_unrecognized []byte `json:"-"`
416 XXX_sizecache int32 `json:"-"`
417}
418
419func (m *BoolType) Reset() { *m = BoolType{} }
420func (m *BoolType) String() string { return proto.CompactTextString(m) }
421func (*BoolType) ProtoMessage() {}
422func (*BoolType) Descriptor() ([]byte, []int) {
423 return fileDescriptor_941f0031a549667f, []int{2}
424}
425
426func (m *BoolType) XXX_Unmarshal(b []byte) error {
427 return xxx_messageInfo_BoolType.Unmarshal(m, b)
428}
429func (m *BoolType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
430 return xxx_messageInfo_BoolType.Marshal(b, m, deterministic)
431}
432func (m *BoolType) XXX_Merge(src proto.Message) {
433 xxx_messageInfo_BoolType.Merge(m, src)
434}
435func (m *BoolType) XXX_Size() int {
436 return xxx_messageInfo_BoolType.Size(m)
437}
438func (m *BoolType) XXX_DiscardUnknown() {
439 xxx_messageInfo_BoolType.DiscardUnknown(m)
440}
441
442var xxx_messageInfo_BoolType proto.InternalMessageInfo
443
444func (m *BoolType) GetVal() bool {
445 if m != nil {
446 return m.Val
447 }
448 return false
449}
450
451type Packet struct {
452 Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
453 XXX_NoUnkeyedLiteral struct{} `json:"-"`
454 XXX_unrecognized []byte `json:"-"`
455 XXX_sizecache int32 `json:"-"`
456}
457
458func (m *Packet) Reset() { *m = Packet{} }
459func (m *Packet) String() string { return proto.CompactTextString(m) }
460func (*Packet) ProtoMessage() {}
461func (*Packet) Descriptor() ([]byte, []int) {
462 return fileDescriptor_941f0031a549667f, []int{3}
463}
464
465func (m *Packet) XXX_Unmarshal(b []byte) error {
466 return xxx_messageInfo_Packet.Unmarshal(m, b)
467}
468func (m *Packet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
469 return xxx_messageInfo_Packet.Marshal(b, m, deterministic)
470}
471func (m *Packet) XXX_Merge(src proto.Message) {
472 xxx_messageInfo_Packet.Merge(m, src)
473}
474func (m *Packet) XXX_Size() int {
475 return xxx_messageInfo_Packet.Size(m)
476}
477func (m *Packet) XXX_DiscardUnknown() {
478 xxx_messageInfo_Packet.DiscardUnknown(m)
479}
480
481var xxx_messageInfo_Packet proto.InternalMessageInfo
482
483func (m *Packet) GetPayload() []byte {
484 if m != nil {
485 return m.Payload
486 }
487 return nil
488}
489
490type ErrorCode struct {
491 XXX_NoUnkeyedLiteral struct{} `json:"-"`
492 XXX_unrecognized []byte `json:"-"`
493 XXX_sizecache int32 `json:"-"`
494}
495
496func (m *ErrorCode) Reset() { *m = ErrorCode{} }
497func (m *ErrorCode) String() string { return proto.CompactTextString(m) }
498func (*ErrorCode) ProtoMessage() {}
499func (*ErrorCode) Descriptor() ([]byte, []int) {
500 return fileDescriptor_941f0031a549667f, []int{4}
501}
502
503func (m *ErrorCode) XXX_Unmarshal(b []byte) error {
504 return xxx_messageInfo_ErrorCode.Unmarshal(m, b)
505}
506func (m *ErrorCode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
507 return xxx_messageInfo_ErrorCode.Marshal(b, m, deterministic)
508}
509func (m *ErrorCode) XXX_Merge(src proto.Message) {
510 xxx_messageInfo_ErrorCode.Merge(m, src)
511}
512func (m *ErrorCode) XXX_Size() int {
513 return xxx_messageInfo_ErrorCode.Size(m)
514}
515func (m *ErrorCode) XXX_DiscardUnknown() {
516 xxx_messageInfo_ErrorCode.DiscardUnknown(m)
517}
518
519var xxx_messageInfo_ErrorCode proto.InternalMessageInfo
520
521type Error struct {
522 Code ErrorCodeCodes `protobuf:"varint,1,opt,name=code,proto3,enum=voltha.ErrorCodeCodes" json:"code,omitempty"`
523 Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
524 XXX_NoUnkeyedLiteral struct{} `json:"-"`
525 XXX_unrecognized []byte `json:"-"`
526 XXX_sizecache int32 `json:"-"`
527}
528
529func (m *Error) Reset() { *m = Error{} }
530func (m *Error) String() string { return proto.CompactTextString(m) }
531func (*Error) ProtoMessage() {}
532func (*Error) Descriptor() ([]byte, []int) {
533 return fileDescriptor_941f0031a549667f, []int{5}
534}
535
536func (m *Error) XXX_Unmarshal(b []byte) error {
537 return xxx_messageInfo_Error.Unmarshal(m, b)
538}
539func (m *Error) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
540 return xxx_messageInfo_Error.Marshal(b, m, deterministic)
541}
542func (m *Error) XXX_Merge(src proto.Message) {
543 xxx_messageInfo_Error.Merge(m, src)
544}
545func (m *Error) XXX_Size() int {
546 return xxx_messageInfo_Error.Size(m)
547}
548func (m *Error) XXX_DiscardUnknown() {
549 xxx_messageInfo_Error.DiscardUnknown(m)
550}
551
552var xxx_messageInfo_Error proto.InternalMessageInfo
553
554func (m *Error) GetCode() ErrorCodeCodes {
555 if m != nil {
556 return m.Code
557 }
558 return ErrorCode_UNSUPPORTED_REQUEST
559}
560
561func (m *Error) GetReason() string {
562 if m != nil {
563 return m.Reason
564 }
565 return ""
566}
567
568type Header struct {
569 Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
570 Type MessageType `protobuf:"varint,2,opt,name=type,proto3,enum=voltha.MessageType" json:"type,omitempty"`
571 FromTopic string `protobuf:"bytes,3,opt,name=from_topic,json=fromTopic,proto3" json:"from_topic,omitempty"`
572 ToTopic string `protobuf:"bytes,4,opt,name=to_topic,json=toTopic,proto3" json:"to_topic,omitempty"`
573 KeyTopic string `protobuf:"bytes,5,opt,name=key_topic,json=keyTopic,proto3" json:"key_topic,omitempty"`
574 Timestamp *timestamp.Timestamp `protobuf:"bytes,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
575 XXX_NoUnkeyedLiteral struct{} `json:"-"`
576 XXX_unrecognized []byte `json:"-"`
577 XXX_sizecache int32 `json:"-"`
578}
579
580func (m *Header) Reset() { *m = Header{} }
581func (m *Header) String() string { return proto.CompactTextString(m) }
582func (*Header) ProtoMessage() {}
583func (*Header) Descriptor() ([]byte, []int) {
584 return fileDescriptor_941f0031a549667f, []int{6}
585}
586
587func (m *Header) XXX_Unmarshal(b []byte) error {
588 return xxx_messageInfo_Header.Unmarshal(m, b)
589}
590func (m *Header) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
591 return xxx_messageInfo_Header.Marshal(b, m, deterministic)
592}
593func (m *Header) XXX_Merge(src proto.Message) {
594 xxx_messageInfo_Header.Merge(m, src)
595}
596func (m *Header) XXX_Size() int {
597 return xxx_messageInfo_Header.Size(m)
598}
599func (m *Header) XXX_DiscardUnknown() {
600 xxx_messageInfo_Header.DiscardUnknown(m)
601}
602
603var xxx_messageInfo_Header proto.InternalMessageInfo
604
605func (m *Header) GetId() string {
606 if m != nil {
607 return m.Id
608 }
609 return ""
610}
611
612func (m *Header) GetType() MessageType {
613 if m != nil {
614 return m.Type
615 }
616 return MessageType_REQUEST
617}
618
619func (m *Header) GetFromTopic() string {
620 if m != nil {
621 return m.FromTopic
622 }
623 return ""
624}
625
626func (m *Header) GetToTopic() string {
627 if m != nil {
628 return m.ToTopic
629 }
630 return ""
631}
632
633func (m *Header) GetKeyTopic() string {
634 if m != nil {
635 return m.KeyTopic
636 }
637 return ""
638}
639
640func (m *Header) GetTimestamp() *timestamp.Timestamp {
641 if m != nil {
642 return m.Timestamp
643 }
644 return nil
645}
646
647type Argument struct {
648 Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
649 Value *any.Any `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
650 XXX_NoUnkeyedLiteral struct{} `json:"-"`
651 XXX_unrecognized []byte `json:"-"`
652 XXX_sizecache int32 `json:"-"`
653}
654
655func (m *Argument) Reset() { *m = Argument{} }
656func (m *Argument) String() string { return proto.CompactTextString(m) }
657func (*Argument) ProtoMessage() {}
658func (*Argument) Descriptor() ([]byte, []int) {
659 return fileDescriptor_941f0031a549667f, []int{7}
660}
661
662func (m *Argument) XXX_Unmarshal(b []byte) error {
663 return xxx_messageInfo_Argument.Unmarshal(m, b)
664}
665func (m *Argument) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
666 return xxx_messageInfo_Argument.Marshal(b, m, deterministic)
667}
668func (m *Argument) XXX_Merge(src proto.Message) {
669 xxx_messageInfo_Argument.Merge(m, src)
670}
671func (m *Argument) XXX_Size() int {
672 return xxx_messageInfo_Argument.Size(m)
673}
674func (m *Argument) XXX_DiscardUnknown() {
675 xxx_messageInfo_Argument.DiscardUnknown(m)
676}
677
678var xxx_messageInfo_Argument proto.InternalMessageInfo
679
680func (m *Argument) GetKey() string {
681 if m != nil {
682 return m.Key
683 }
684 return ""
685}
686
687func (m *Argument) GetValue() *any.Any {
688 if m != nil {
689 return m.Value
690 }
691 return nil
692}
693
694type InterContainerMessage struct {
695 Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
696 Body *any.Any `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
697 XXX_NoUnkeyedLiteral struct{} `json:"-"`
698 XXX_unrecognized []byte `json:"-"`
699 XXX_sizecache int32 `json:"-"`
700}
701
702func (m *InterContainerMessage) Reset() { *m = InterContainerMessage{} }
703func (m *InterContainerMessage) String() string { return proto.CompactTextString(m) }
704func (*InterContainerMessage) ProtoMessage() {}
705func (*InterContainerMessage) Descriptor() ([]byte, []int) {
706 return fileDescriptor_941f0031a549667f, []int{8}
707}
708
709func (m *InterContainerMessage) XXX_Unmarshal(b []byte) error {
710 return xxx_messageInfo_InterContainerMessage.Unmarshal(m, b)
711}
712func (m *InterContainerMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
713 return xxx_messageInfo_InterContainerMessage.Marshal(b, m, deterministic)
714}
715func (m *InterContainerMessage) XXX_Merge(src proto.Message) {
716 xxx_messageInfo_InterContainerMessage.Merge(m, src)
717}
718func (m *InterContainerMessage) XXX_Size() int {
719 return xxx_messageInfo_InterContainerMessage.Size(m)
720}
721func (m *InterContainerMessage) XXX_DiscardUnknown() {
722 xxx_messageInfo_InterContainerMessage.DiscardUnknown(m)
723}
724
725var xxx_messageInfo_InterContainerMessage proto.InternalMessageInfo
726
727func (m *InterContainerMessage) GetHeader() *Header {
728 if m != nil {
729 return m.Header
730 }
731 return nil
732}
733
734func (m *InterContainerMessage) GetBody() *any.Any {
735 if m != nil {
736 return m.Body
737 }
738 return nil
739}
740
741type InterContainerRequestBody struct {
742 Rpc string `protobuf:"bytes,2,opt,name=rpc,proto3" json:"rpc,omitempty"`
743 Args []*Argument `protobuf:"bytes,3,rep,name=args,proto3" json:"args,omitempty"`
744 ResponseRequired bool `protobuf:"varint,4,opt,name=response_required,json=responseRequired,proto3" json:"response_required,omitempty"`
745 ReplyToTopic string `protobuf:"bytes,5,opt,name=reply_to_topic,json=replyToTopic,proto3" json:"reply_to_topic,omitempty"`
746 XXX_NoUnkeyedLiteral struct{} `json:"-"`
747 XXX_unrecognized []byte `json:"-"`
748 XXX_sizecache int32 `json:"-"`
749}
750
751func (m *InterContainerRequestBody) Reset() { *m = InterContainerRequestBody{} }
752func (m *InterContainerRequestBody) String() string { return proto.CompactTextString(m) }
753func (*InterContainerRequestBody) ProtoMessage() {}
754func (*InterContainerRequestBody) Descriptor() ([]byte, []int) {
755 return fileDescriptor_941f0031a549667f, []int{9}
756}
757
758func (m *InterContainerRequestBody) XXX_Unmarshal(b []byte) error {
759 return xxx_messageInfo_InterContainerRequestBody.Unmarshal(m, b)
760}
761func (m *InterContainerRequestBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
762 return xxx_messageInfo_InterContainerRequestBody.Marshal(b, m, deterministic)
763}
764func (m *InterContainerRequestBody) XXX_Merge(src proto.Message) {
765 xxx_messageInfo_InterContainerRequestBody.Merge(m, src)
766}
767func (m *InterContainerRequestBody) XXX_Size() int {
768 return xxx_messageInfo_InterContainerRequestBody.Size(m)
769}
770func (m *InterContainerRequestBody) XXX_DiscardUnknown() {
771 xxx_messageInfo_InterContainerRequestBody.DiscardUnknown(m)
772}
773
774var xxx_messageInfo_InterContainerRequestBody proto.InternalMessageInfo
775
776func (m *InterContainerRequestBody) GetRpc() string {
777 if m != nil {
778 return m.Rpc
779 }
780 return ""
781}
782
783func (m *InterContainerRequestBody) GetArgs() []*Argument {
784 if m != nil {
785 return m.Args
786 }
787 return nil
788}
789
790func (m *InterContainerRequestBody) GetResponseRequired() bool {
791 if m != nil {
792 return m.ResponseRequired
793 }
794 return false
795}
796
797func (m *InterContainerRequestBody) GetReplyToTopic() string {
798 if m != nil {
799 return m.ReplyToTopic
800 }
801 return ""
802}
803
804type InterContainerResponseBody struct {
805 Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
806 Result *any.Any `protobuf:"bytes,3,opt,name=result,proto3" json:"result,omitempty"`
807 XXX_NoUnkeyedLiteral struct{} `json:"-"`
808 XXX_unrecognized []byte `json:"-"`
809 XXX_sizecache int32 `json:"-"`
810}
811
812func (m *InterContainerResponseBody) Reset() { *m = InterContainerResponseBody{} }
813func (m *InterContainerResponseBody) String() string { return proto.CompactTextString(m) }
814func (*InterContainerResponseBody) ProtoMessage() {}
815func (*InterContainerResponseBody) Descriptor() ([]byte, []int) {
816 return fileDescriptor_941f0031a549667f, []int{10}
817}
818
819func (m *InterContainerResponseBody) XXX_Unmarshal(b []byte) error {
820 return xxx_messageInfo_InterContainerResponseBody.Unmarshal(m, b)
821}
822func (m *InterContainerResponseBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
823 return xxx_messageInfo_InterContainerResponseBody.Marshal(b, m, deterministic)
824}
825func (m *InterContainerResponseBody) XXX_Merge(src proto.Message) {
826 xxx_messageInfo_InterContainerResponseBody.Merge(m, src)
827}
828func (m *InterContainerResponseBody) XXX_Size() int {
829 return xxx_messageInfo_InterContainerResponseBody.Size(m)
830}
831func (m *InterContainerResponseBody) XXX_DiscardUnknown() {
832 xxx_messageInfo_InterContainerResponseBody.DiscardUnknown(m)
833}
834
835var xxx_messageInfo_InterContainerResponseBody proto.InternalMessageInfo
836
837func (m *InterContainerResponseBody) GetSuccess() bool {
838 if m != nil {
839 return m.Success
840 }
841 return false
842}
843
844func (m *InterContainerResponseBody) GetResult() *any.Any {
845 if m != nil {
846 return m.Result
847 }
848 return nil
849}
850
851type SwitchCapability struct {
852 Desc *openflow_13.OfpDesc `protobuf:"bytes,1,opt,name=desc,proto3" json:"desc,omitempty"`
853 SwitchFeatures *openflow_13.OfpSwitchFeatures `protobuf:"bytes,2,opt,name=switch_features,json=switchFeatures,proto3" json:"switch_features,omitempty"`
854 XXX_NoUnkeyedLiteral struct{} `json:"-"`
855 XXX_unrecognized []byte `json:"-"`
856 XXX_sizecache int32 `json:"-"`
857}
858
859func (m *SwitchCapability) Reset() { *m = SwitchCapability{} }
860func (m *SwitchCapability) String() string { return proto.CompactTextString(m) }
861func (*SwitchCapability) ProtoMessage() {}
862func (*SwitchCapability) Descriptor() ([]byte, []int) {
863 return fileDescriptor_941f0031a549667f, []int{11}
864}
865
866func (m *SwitchCapability) XXX_Unmarshal(b []byte) error {
867 return xxx_messageInfo_SwitchCapability.Unmarshal(m, b)
868}
869func (m *SwitchCapability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
870 return xxx_messageInfo_SwitchCapability.Marshal(b, m, deterministic)
871}
872func (m *SwitchCapability) XXX_Merge(src proto.Message) {
873 xxx_messageInfo_SwitchCapability.Merge(m, src)
874}
875func (m *SwitchCapability) XXX_Size() int {
876 return xxx_messageInfo_SwitchCapability.Size(m)
877}
878func (m *SwitchCapability) XXX_DiscardUnknown() {
879 xxx_messageInfo_SwitchCapability.DiscardUnknown(m)
880}
881
882var xxx_messageInfo_SwitchCapability proto.InternalMessageInfo
883
884func (m *SwitchCapability) GetDesc() *openflow_13.OfpDesc {
885 if m != nil {
886 return m.Desc
887 }
888 return nil
889}
890
891func (m *SwitchCapability) GetSwitchFeatures() *openflow_13.OfpSwitchFeatures {
892 if m != nil {
893 return m.SwitchFeatures
894 }
895 return nil
896}
897
Scott Baker9173ed82020-05-19 08:30:12 -0700898type DeviceDiscovered struct {
899 Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
900 ParentId string `protobuf:"bytes,2,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
901 DeviceType string `protobuf:"bytes,3,opt,name=device_type,json=deviceType,proto3" json:"device_type,omitempty"`
902 Publisher string `protobuf:"bytes,4,opt,name=publisher,proto3" json:"publisher,omitempty"`
903 XXX_NoUnkeyedLiteral struct{} `json:"-"`
904 XXX_unrecognized []byte `json:"-"`
905 XXX_sizecache int32 `json:"-"`
906}
907
908func (m *DeviceDiscovered) Reset() { *m = DeviceDiscovered{} }
909func (m *DeviceDiscovered) String() string { return proto.CompactTextString(m) }
910func (*DeviceDiscovered) ProtoMessage() {}
911func (*DeviceDiscovered) Descriptor() ([]byte, []int) {
Rohan Agrawald7df3772020-06-29 11:23:36 +0000912 return fileDescriptor_941f0031a549667f, []int{12}
Scott Baker9173ed82020-05-19 08:30:12 -0700913}
914
915func (m *DeviceDiscovered) XXX_Unmarshal(b []byte) error {
916 return xxx_messageInfo_DeviceDiscovered.Unmarshal(m, b)
917}
918func (m *DeviceDiscovered) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
919 return xxx_messageInfo_DeviceDiscovered.Marshal(b, m, deterministic)
920}
921func (m *DeviceDiscovered) XXX_Merge(src proto.Message) {
922 xxx_messageInfo_DeviceDiscovered.Merge(m, src)
923}
924func (m *DeviceDiscovered) XXX_Size() int {
925 return xxx_messageInfo_DeviceDiscovered.Size(m)
926}
927func (m *DeviceDiscovered) XXX_DiscardUnknown() {
928 xxx_messageInfo_DeviceDiscovered.DiscardUnknown(m)
929}
930
931var xxx_messageInfo_DeviceDiscovered proto.InternalMessageInfo
932
933func (m *DeviceDiscovered) GetId() string {
934 if m != nil {
935 return m.Id
936 }
937 return ""
938}
939
940func (m *DeviceDiscovered) GetParentId() string {
941 if m != nil {
942 return m.ParentId
943 }
944 return ""
945}
946
947func (m *DeviceDiscovered) GetDeviceType() string {
948 if m != nil {
949 return m.DeviceType
950 }
951 return ""
952}
953
954func (m *DeviceDiscovered) GetPublisher() string {
955 if m != nil {
956 return m.Publisher
957 }
958 return ""
959}
960
961type InterAdapterMessageType struct {
962 XXX_NoUnkeyedLiteral struct{} `json:"-"`
963 XXX_unrecognized []byte `json:"-"`
964 XXX_sizecache int32 `json:"-"`
965}
966
967func (m *InterAdapterMessageType) Reset() { *m = InterAdapterMessageType{} }
968func (m *InterAdapterMessageType) String() string { return proto.CompactTextString(m) }
969func (*InterAdapterMessageType) ProtoMessage() {}
970func (*InterAdapterMessageType) Descriptor() ([]byte, []int) {
Rohan Agrawald7df3772020-06-29 11:23:36 +0000971 return fileDescriptor_941f0031a549667f, []int{13}
Scott Baker9173ed82020-05-19 08:30:12 -0700972}
973
974func (m *InterAdapterMessageType) XXX_Unmarshal(b []byte) error {
975 return xxx_messageInfo_InterAdapterMessageType.Unmarshal(m, b)
976}
977func (m *InterAdapterMessageType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
978 return xxx_messageInfo_InterAdapterMessageType.Marshal(b, m, deterministic)
979}
980func (m *InterAdapterMessageType) XXX_Merge(src proto.Message) {
981 xxx_messageInfo_InterAdapterMessageType.Merge(m, src)
982}
983func (m *InterAdapterMessageType) XXX_Size() int {
984 return xxx_messageInfo_InterAdapterMessageType.Size(m)
985}
986func (m *InterAdapterMessageType) XXX_DiscardUnknown() {
987 xxx_messageInfo_InterAdapterMessageType.DiscardUnknown(m)
988}
989
990var xxx_messageInfo_InterAdapterMessageType proto.InternalMessageInfo
991
992type InterAdapterHeader struct {
993 Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
994 Type InterAdapterMessageType_Types `protobuf:"varint,2,opt,name=type,proto3,enum=voltha.InterAdapterMessageType_Types" json:"type,omitempty"`
995 FromTopic string `protobuf:"bytes,3,opt,name=from_topic,json=fromTopic,proto3" json:"from_topic,omitempty"`
996 ToTopic string `protobuf:"bytes,4,opt,name=to_topic,json=toTopic,proto3" json:"to_topic,omitempty"`
997 ToDeviceId string `protobuf:"bytes,5,opt,name=to_device_id,json=toDeviceId,proto3" json:"to_device_id,omitempty"`
998 ProxyDeviceId string `protobuf:"bytes,6,opt,name=proxy_device_id,json=proxyDeviceId,proto3" json:"proxy_device_id,omitempty"`
999 Timestamp *timestamp.Timestamp `protobuf:"bytes,7,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
1000 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1001 XXX_unrecognized []byte `json:"-"`
1002 XXX_sizecache int32 `json:"-"`
1003}
1004
1005func (m *InterAdapterHeader) Reset() { *m = InterAdapterHeader{} }
1006func (m *InterAdapterHeader) String() string { return proto.CompactTextString(m) }
1007func (*InterAdapterHeader) ProtoMessage() {}
1008func (*InterAdapterHeader) Descriptor() ([]byte, []int) {
Rohan Agrawald7df3772020-06-29 11:23:36 +00001009 return fileDescriptor_941f0031a549667f, []int{14}
Scott Baker9173ed82020-05-19 08:30:12 -07001010}
1011
1012func (m *InterAdapterHeader) XXX_Unmarshal(b []byte) error {
1013 return xxx_messageInfo_InterAdapterHeader.Unmarshal(m, b)
1014}
1015func (m *InterAdapterHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1016 return xxx_messageInfo_InterAdapterHeader.Marshal(b, m, deterministic)
1017}
1018func (m *InterAdapterHeader) XXX_Merge(src proto.Message) {
1019 xxx_messageInfo_InterAdapterHeader.Merge(m, src)
1020}
1021func (m *InterAdapterHeader) XXX_Size() int {
1022 return xxx_messageInfo_InterAdapterHeader.Size(m)
1023}
1024func (m *InterAdapterHeader) XXX_DiscardUnknown() {
1025 xxx_messageInfo_InterAdapterHeader.DiscardUnknown(m)
1026}
1027
1028var xxx_messageInfo_InterAdapterHeader proto.InternalMessageInfo
1029
1030func (m *InterAdapterHeader) GetId() string {
1031 if m != nil {
1032 return m.Id
1033 }
1034 return ""
1035}
1036
1037func (m *InterAdapterHeader) GetType() InterAdapterMessageType_Types {
1038 if m != nil {
1039 return m.Type
1040 }
1041 return InterAdapterMessageType_FLOW_REQUEST
1042}
1043
1044func (m *InterAdapterHeader) GetFromTopic() string {
1045 if m != nil {
1046 return m.FromTopic
1047 }
1048 return ""
1049}
1050
1051func (m *InterAdapterHeader) GetToTopic() string {
1052 if m != nil {
1053 return m.ToTopic
1054 }
1055 return ""
1056}
1057
1058func (m *InterAdapterHeader) GetToDeviceId() string {
1059 if m != nil {
1060 return m.ToDeviceId
1061 }
1062 return ""
1063}
1064
1065func (m *InterAdapterHeader) GetProxyDeviceId() string {
1066 if m != nil {
1067 return m.ProxyDeviceId
1068 }
1069 return ""
1070}
1071
1072func (m *InterAdapterHeader) GetTimestamp() *timestamp.Timestamp {
1073 if m != nil {
1074 return m.Timestamp
1075 }
1076 return nil
1077}
1078
1079type InterAdapterOmciMessage struct {
1080 Message []byte `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
1081 ConnectStatus common.ConnectStatus_Types `protobuf:"varint,2,opt,name=connect_status,json=connectStatus,proto3,enum=common.ConnectStatus_Types" json:"connect_status,omitempty"`
1082 ProxyAddress *voltha.Device_ProxyAddress `protobuf:"bytes,3,opt,name=proxy_address,json=proxyAddress,proto3" json:"proxy_address,omitempty"`
1083 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1084 XXX_unrecognized []byte `json:"-"`
1085 XXX_sizecache int32 `json:"-"`
1086}
1087
1088func (m *InterAdapterOmciMessage) Reset() { *m = InterAdapterOmciMessage{} }
1089func (m *InterAdapterOmciMessage) String() string { return proto.CompactTextString(m) }
1090func (*InterAdapterOmciMessage) ProtoMessage() {}
1091func (*InterAdapterOmciMessage) Descriptor() ([]byte, []int) {
Rohan Agrawald7df3772020-06-29 11:23:36 +00001092 return fileDescriptor_941f0031a549667f, []int{15}
Scott Baker9173ed82020-05-19 08:30:12 -07001093}
1094
1095func (m *InterAdapterOmciMessage) XXX_Unmarshal(b []byte) error {
1096 return xxx_messageInfo_InterAdapterOmciMessage.Unmarshal(m, b)
1097}
1098func (m *InterAdapterOmciMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1099 return xxx_messageInfo_InterAdapterOmciMessage.Marshal(b, m, deterministic)
1100}
1101func (m *InterAdapterOmciMessage) XXX_Merge(src proto.Message) {
1102 xxx_messageInfo_InterAdapterOmciMessage.Merge(m, src)
1103}
1104func (m *InterAdapterOmciMessage) XXX_Size() int {
1105 return xxx_messageInfo_InterAdapterOmciMessage.Size(m)
1106}
1107func (m *InterAdapterOmciMessage) XXX_DiscardUnknown() {
1108 xxx_messageInfo_InterAdapterOmciMessage.DiscardUnknown(m)
1109}
1110
1111var xxx_messageInfo_InterAdapterOmciMessage proto.InternalMessageInfo
1112
1113func (m *InterAdapterOmciMessage) GetMessage() []byte {
1114 if m != nil {
1115 return m.Message
1116 }
1117 return nil
1118}
1119
1120func (m *InterAdapterOmciMessage) GetConnectStatus() common.ConnectStatus_Types {
1121 if m != nil {
1122 return m.ConnectStatus
1123 }
1124 return common.ConnectStatus_UNKNOWN
1125}
1126
1127func (m *InterAdapterOmciMessage) GetProxyAddress() *voltha.Device_ProxyAddress {
1128 if m != nil {
1129 return m.ProxyAddress
1130 }
1131 return nil
1132}
1133
1134type InterAdapterTechProfileDownloadMessage struct {
1135 UniId uint32 `protobuf:"varint,1,opt,name=uni_id,json=uniId,proto3" json:"uni_id,omitempty"`
1136 Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
1137 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1138 XXX_unrecognized []byte `json:"-"`
1139 XXX_sizecache int32 `json:"-"`
1140}
1141
1142func (m *InterAdapterTechProfileDownloadMessage) Reset() {
1143 *m = InterAdapterTechProfileDownloadMessage{}
1144}
1145func (m *InterAdapterTechProfileDownloadMessage) String() string { return proto.CompactTextString(m) }
1146func (*InterAdapterTechProfileDownloadMessage) ProtoMessage() {}
1147func (*InterAdapterTechProfileDownloadMessage) Descriptor() ([]byte, []int) {
Rohan Agrawald7df3772020-06-29 11:23:36 +00001148 return fileDescriptor_941f0031a549667f, []int{16}
Scott Baker9173ed82020-05-19 08:30:12 -07001149}
1150
1151func (m *InterAdapterTechProfileDownloadMessage) XXX_Unmarshal(b []byte) error {
1152 return xxx_messageInfo_InterAdapterTechProfileDownloadMessage.Unmarshal(m, b)
1153}
1154func (m *InterAdapterTechProfileDownloadMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1155 return xxx_messageInfo_InterAdapterTechProfileDownloadMessage.Marshal(b, m, deterministic)
1156}
1157func (m *InterAdapterTechProfileDownloadMessage) XXX_Merge(src proto.Message) {
1158 xxx_messageInfo_InterAdapterTechProfileDownloadMessage.Merge(m, src)
1159}
1160func (m *InterAdapterTechProfileDownloadMessage) XXX_Size() int {
1161 return xxx_messageInfo_InterAdapterTechProfileDownloadMessage.Size(m)
1162}
1163func (m *InterAdapterTechProfileDownloadMessage) XXX_DiscardUnknown() {
1164 xxx_messageInfo_InterAdapterTechProfileDownloadMessage.DiscardUnknown(m)
1165}
1166
1167var xxx_messageInfo_InterAdapterTechProfileDownloadMessage proto.InternalMessageInfo
1168
1169func (m *InterAdapterTechProfileDownloadMessage) GetUniId() uint32 {
1170 if m != nil {
1171 return m.UniId
1172 }
1173 return 0
1174}
1175
1176func (m *InterAdapterTechProfileDownloadMessage) GetPath() string {
1177 if m != nil {
1178 return m.Path
1179 }
1180 return ""
1181}
1182
1183type InterAdapterDeleteGemPortMessage struct {
1184 UniId uint32 `protobuf:"varint,1,opt,name=uni_id,json=uniId,proto3" json:"uni_id,omitempty"`
1185 TpPath string `protobuf:"bytes,2,opt,name=tp_path,json=tpPath,proto3" json:"tp_path,omitempty"`
1186 GemPortId uint32 `protobuf:"varint,3,opt,name=gem_port_id,json=gemPortId,proto3" json:"gem_port_id,omitempty"`
1187 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1188 XXX_unrecognized []byte `json:"-"`
1189 XXX_sizecache int32 `json:"-"`
1190}
1191
1192func (m *InterAdapterDeleteGemPortMessage) Reset() { *m = InterAdapterDeleteGemPortMessage{} }
1193func (m *InterAdapterDeleteGemPortMessage) String() string { return proto.CompactTextString(m) }
1194func (*InterAdapterDeleteGemPortMessage) ProtoMessage() {}
1195func (*InterAdapterDeleteGemPortMessage) Descriptor() ([]byte, []int) {
Rohan Agrawald7df3772020-06-29 11:23:36 +00001196 return fileDescriptor_941f0031a549667f, []int{17}
Scott Baker9173ed82020-05-19 08:30:12 -07001197}
1198
1199func (m *InterAdapterDeleteGemPortMessage) XXX_Unmarshal(b []byte) error {
1200 return xxx_messageInfo_InterAdapterDeleteGemPortMessage.Unmarshal(m, b)
1201}
1202func (m *InterAdapterDeleteGemPortMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1203 return xxx_messageInfo_InterAdapterDeleteGemPortMessage.Marshal(b, m, deterministic)
1204}
1205func (m *InterAdapterDeleteGemPortMessage) XXX_Merge(src proto.Message) {
1206 xxx_messageInfo_InterAdapterDeleteGemPortMessage.Merge(m, src)
1207}
1208func (m *InterAdapterDeleteGemPortMessage) XXX_Size() int {
1209 return xxx_messageInfo_InterAdapterDeleteGemPortMessage.Size(m)
1210}
1211func (m *InterAdapterDeleteGemPortMessage) XXX_DiscardUnknown() {
1212 xxx_messageInfo_InterAdapterDeleteGemPortMessage.DiscardUnknown(m)
1213}
1214
1215var xxx_messageInfo_InterAdapterDeleteGemPortMessage proto.InternalMessageInfo
1216
1217func (m *InterAdapterDeleteGemPortMessage) GetUniId() uint32 {
1218 if m != nil {
1219 return m.UniId
1220 }
1221 return 0
1222}
1223
1224func (m *InterAdapterDeleteGemPortMessage) GetTpPath() string {
1225 if m != nil {
1226 return m.TpPath
1227 }
1228 return ""
1229}
1230
1231func (m *InterAdapterDeleteGemPortMessage) GetGemPortId() uint32 {
1232 if m != nil {
1233 return m.GemPortId
1234 }
1235 return 0
1236}
1237
1238type InterAdapterDeleteTcontMessage struct {
1239 UniId uint32 `protobuf:"varint,1,opt,name=uni_id,json=uniId,proto3" json:"uni_id,omitempty"`
1240 TpPath string `protobuf:"bytes,2,opt,name=tp_path,json=tpPath,proto3" json:"tp_path,omitempty"`
1241 AllocId uint32 `protobuf:"varint,3,opt,name=alloc_id,json=allocId,proto3" json:"alloc_id,omitempty"`
1242 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1243 XXX_unrecognized []byte `json:"-"`
1244 XXX_sizecache int32 `json:"-"`
1245}
1246
1247func (m *InterAdapterDeleteTcontMessage) Reset() { *m = InterAdapterDeleteTcontMessage{} }
1248func (m *InterAdapterDeleteTcontMessage) String() string { return proto.CompactTextString(m) }
1249func (*InterAdapterDeleteTcontMessage) ProtoMessage() {}
1250func (*InterAdapterDeleteTcontMessage) Descriptor() ([]byte, []int) {
Rohan Agrawald7df3772020-06-29 11:23:36 +00001251 return fileDescriptor_941f0031a549667f, []int{18}
Scott Baker9173ed82020-05-19 08:30:12 -07001252}
1253
1254func (m *InterAdapterDeleteTcontMessage) XXX_Unmarshal(b []byte) error {
1255 return xxx_messageInfo_InterAdapterDeleteTcontMessage.Unmarshal(m, b)
1256}
1257func (m *InterAdapterDeleteTcontMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1258 return xxx_messageInfo_InterAdapterDeleteTcontMessage.Marshal(b, m, deterministic)
1259}
1260func (m *InterAdapterDeleteTcontMessage) XXX_Merge(src proto.Message) {
1261 xxx_messageInfo_InterAdapterDeleteTcontMessage.Merge(m, src)
1262}
1263func (m *InterAdapterDeleteTcontMessage) XXX_Size() int {
1264 return xxx_messageInfo_InterAdapterDeleteTcontMessage.Size(m)
1265}
1266func (m *InterAdapterDeleteTcontMessage) XXX_DiscardUnknown() {
1267 xxx_messageInfo_InterAdapterDeleteTcontMessage.DiscardUnknown(m)
1268}
1269
1270var xxx_messageInfo_InterAdapterDeleteTcontMessage proto.InternalMessageInfo
1271
1272func (m *InterAdapterDeleteTcontMessage) GetUniId() uint32 {
1273 if m != nil {
1274 return m.UniId
1275 }
1276 return 0
1277}
1278
1279func (m *InterAdapterDeleteTcontMessage) GetTpPath() string {
1280 if m != nil {
1281 return m.TpPath
1282 }
1283 return ""
1284}
1285
1286func (m *InterAdapterDeleteTcontMessage) GetAllocId() uint32 {
1287 if m != nil {
1288 return m.AllocId
1289 }
1290 return 0
1291}
1292
1293type InterAdapterResponseBody struct {
1294 Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
1295 // Types that are valid to be assigned to Payload:
1296 // *InterAdapterResponseBody_Body
1297 // *InterAdapterResponseBody_Omci
1298 Payload isInterAdapterResponseBody_Payload `protobuf_oneof:"payload"`
1299 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1300 XXX_unrecognized []byte `json:"-"`
1301 XXX_sizecache int32 `json:"-"`
1302}
1303
1304func (m *InterAdapterResponseBody) Reset() { *m = InterAdapterResponseBody{} }
1305func (m *InterAdapterResponseBody) String() string { return proto.CompactTextString(m) }
1306func (*InterAdapterResponseBody) ProtoMessage() {}
1307func (*InterAdapterResponseBody) Descriptor() ([]byte, []int) {
Rohan Agrawald7df3772020-06-29 11:23:36 +00001308 return fileDescriptor_941f0031a549667f, []int{19}
Scott Baker9173ed82020-05-19 08:30:12 -07001309}
1310
1311func (m *InterAdapterResponseBody) XXX_Unmarshal(b []byte) error {
1312 return xxx_messageInfo_InterAdapterResponseBody.Unmarshal(m, b)
1313}
1314func (m *InterAdapterResponseBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1315 return xxx_messageInfo_InterAdapterResponseBody.Marshal(b, m, deterministic)
1316}
1317func (m *InterAdapterResponseBody) XXX_Merge(src proto.Message) {
1318 xxx_messageInfo_InterAdapterResponseBody.Merge(m, src)
1319}
1320func (m *InterAdapterResponseBody) XXX_Size() int {
1321 return xxx_messageInfo_InterAdapterResponseBody.Size(m)
1322}
1323func (m *InterAdapterResponseBody) XXX_DiscardUnknown() {
1324 xxx_messageInfo_InterAdapterResponseBody.DiscardUnknown(m)
1325}
1326
1327var xxx_messageInfo_InterAdapterResponseBody proto.InternalMessageInfo
1328
1329func (m *InterAdapterResponseBody) GetStatus() bool {
1330 if m != nil {
1331 return m.Status
1332 }
1333 return false
1334}
1335
1336type isInterAdapterResponseBody_Payload interface {
1337 isInterAdapterResponseBody_Payload()
1338}
1339
1340type InterAdapterResponseBody_Body struct {
1341 Body *any.Any `protobuf:"bytes,2,opt,name=body,proto3,oneof"`
1342}
1343
1344type InterAdapterResponseBody_Omci struct {
1345 Omci *InterAdapterOmciMessage `protobuf:"bytes,3,opt,name=omci,proto3,oneof"`
1346}
1347
1348func (*InterAdapterResponseBody_Body) isInterAdapterResponseBody_Payload() {}
1349
1350func (*InterAdapterResponseBody_Omci) isInterAdapterResponseBody_Payload() {}
1351
1352func (m *InterAdapterResponseBody) GetPayload() isInterAdapterResponseBody_Payload {
1353 if m != nil {
1354 return m.Payload
1355 }
1356 return nil
1357}
1358
1359func (m *InterAdapterResponseBody) GetBody() *any.Any {
1360 if x, ok := m.GetPayload().(*InterAdapterResponseBody_Body); ok {
1361 return x.Body
1362 }
1363 return nil
1364}
1365
1366func (m *InterAdapterResponseBody) GetOmci() *InterAdapterOmciMessage {
1367 if x, ok := m.GetPayload().(*InterAdapterResponseBody_Omci); ok {
1368 return x.Omci
1369 }
1370 return nil
1371}
1372
1373// XXX_OneofWrappers is for the internal use of the proto package.
1374func (*InterAdapterResponseBody) XXX_OneofWrappers() []interface{} {
1375 return []interface{}{
1376 (*InterAdapterResponseBody_Body)(nil),
1377 (*InterAdapterResponseBody_Omci)(nil),
1378 }
1379}
1380
1381type InterAdapterMessage struct {
1382 Header *InterAdapterHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
1383 Body *any.Any `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
1384 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1385 XXX_unrecognized []byte `json:"-"`
1386 XXX_sizecache int32 `json:"-"`
1387}
1388
1389func (m *InterAdapterMessage) Reset() { *m = InterAdapterMessage{} }
1390func (m *InterAdapterMessage) String() string { return proto.CompactTextString(m) }
1391func (*InterAdapterMessage) ProtoMessage() {}
1392func (*InterAdapterMessage) Descriptor() ([]byte, []int) {
Rohan Agrawald7df3772020-06-29 11:23:36 +00001393 return fileDescriptor_941f0031a549667f, []int{20}
Scott Baker9173ed82020-05-19 08:30:12 -07001394}
1395
1396func (m *InterAdapterMessage) XXX_Unmarshal(b []byte) error {
1397 return xxx_messageInfo_InterAdapterMessage.Unmarshal(m, b)
1398}
1399func (m *InterAdapterMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1400 return xxx_messageInfo_InterAdapterMessage.Marshal(b, m, deterministic)
1401}
1402func (m *InterAdapterMessage) XXX_Merge(src proto.Message) {
1403 xxx_messageInfo_InterAdapterMessage.Merge(m, src)
1404}
1405func (m *InterAdapterMessage) XXX_Size() int {
1406 return xxx_messageInfo_InterAdapterMessage.Size(m)
1407}
1408func (m *InterAdapterMessage) XXX_DiscardUnknown() {
1409 xxx_messageInfo_InterAdapterMessage.DiscardUnknown(m)
1410}
1411
1412var xxx_messageInfo_InterAdapterMessage proto.InternalMessageInfo
1413
1414func (m *InterAdapterMessage) GetHeader() *InterAdapterHeader {
1415 if m != nil {
1416 return m.Header
1417 }
1418 return nil
1419}
1420
1421func (m *InterAdapterMessage) GetBody() *any.Any {
1422 if m != nil {
1423 return m.Body
1424 }
1425 return nil
1426}
1427
1428func init() {
1429 proto.RegisterEnum("voltha.MessageType", MessageType_name, MessageType_value)
1430 proto.RegisterEnum("voltha.ErrorCodeCodes", ErrorCodeCodes_name, ErrorCodeCodes_value)
1431 proto.RegisterEnum("voltha.InterAdapterMessageType_Types", InterAdapterMessageType_Types_name, InterAdapterMessageType_Types_value)
1432 proto.RegisterType((*StrType)(nil), "voltha.StrType")
1433 proto.RegisterType((*IntType)(nil), "voltha.IntType")
1434 proto.RegisterType((*BoolType)(nil), "voltha.BoolType")
1435 proto.RegisterType((*Packet)(nil), "voltha.Packet")
1436 proto.RegisterType((*ErrorCode)(nil), "voltha.ErrorCode")
1437 proto.RegisterType((*Error)(nil), "voltha.Error")
1438 proto.RegisterType((*Header)(nil), "voltha.Header")
1439 proto.RegisterType((*Argument)(nil), "voltha.Argument")
1440 proto.RegisterType((*InterContainerMessage)(nil), "voltha.InterContainerMessage")
1441 proto.RegisterType((*InterContainerRequestBody)(nil), "voltha.InterContainerRequestBody")
1442 proto.RegisterType((*InterContainerResponseBody)(nil), "voltha.InterContainerResponseBody")
1443 proto.RegisterType((*SwitchCapability)(nil), "voltha.SwitchCapability")
Scott Baker9173ed82020-05-19 08:30:12 -07001444 proto.RegisterType((*DeviceDiscovered)(nil), "voltha.DeviceDiscovered")
1445 proto.RegisterType((*InterAdapterMessageType)(nil), "voltha.InterAdapterMessageType")
1446 proto.RegisterType((*InterAdapterHeader)(nil), "voltha.InterAdapterHeader")
1447 proto.RegisterType((*InterAdapterOmciMessage)(nil), "voltha.InterAdapterOmciMessage")
1448 proto.RegisterType((*InterAdapterTechProfileDownloadMessage)(nil), "voltha.InterAdapterTechProfileDownloadMessage")
1449 proto.RegisterType((*InterAdapterDeleteGemPortMessage)(nil), "voltha.InterAdapterDeleteGemPortMessage")
1450 proto.RegisterType((*InterAdapterDeleteTcontMessage)(nil), "voltha.InterAdapterDeleteTcontMessage")
1451 proto.RegisterType((*InterAdapterResponseBody)(nil), "voltha.InterAdapterResponseBody")
1452 proto.RegisterType((*InterAdapterMessage)(nil), "voltha.InterAdapterMessage")
1453}
1454
1455func init() {
1456 proto.RegisterFile("voltha_protos/inter_container.proto", fileDescriptor_941f0031a549667f)
1457}
1458
1459var fileDescriptor_941f0031a549667f = []byte{
kesavand8ec4fc02021-01-27 09:10:22 -05001460 // 1328 bytes of a gzipped FileDescriptorProto
1461 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0xdd, 0x72, 0xdb, 0x44,
1462 0x14, 0xae, 0xff, 0xed, 0xe3, 0xc4, 0x75, 0x37, 0x4d, 0xe3, 0x24, 0xfd, 0x09, 0xa2, 0x94, 0xd0,
1463 0x82, 0x33, 0xb8, 0x30, 0xc0, 0x15, 0x38, 0xb6, 0xda, 0x68, 0xc6, 0xb1, 0x8d, 0xec, 0xb4, 0x0c,
1464 0xc3, 0x8c, 0x46, 0x91, 0x36, 0xb6, 0x26, 0xb2, 0x56, 0x5d, 0xad, 0x53, 0x74, 0xc3, 0x0c, 0x77,
1465 0xbc, 0x04, 0x33, 0x5c, 0xf1, 0x0e, 0xbc, 0x06, 0x4f, 0xc4, 0xec, 0x8f, 0x6c, 0xd9, 0x6d, 0xe8,
1466 0x50, 0xee, 0x74, 0xce, 0xf7, 0xed, 0x39, 0xda, 0x73, 0xf6, 0x7c, 0xbb, 0xf0, 0xe1, 0x15, 0xf1,
1467 0xd9, 0xd4, 0xb6, 0x42, 0x4a, 0x18, 0x89, 0x8e, 0xbc, 0x80, 0x61, 0x6a, 0x39, 0x24, 0x60, 0xb6,
1468 0x17, 0x60, 0xda, 0x14, 0x6e, 0x54, 0x94, 0xa4, 0xbd, 0xbd, 0x55, 0xb2, 0x43, 0x66, 0x33, 0x12,
1469 0x48, 0xce, 0x3a, 0x26, 0x2d, 0x85, 0xed, 0x4e, 0x08, 0x99, 0xf8, 0xf8, 0x48, 0x58, 0xe7, 0xf3,
1470 0x8b, 0x23, 0x3b, 0x88, 0x15, 0xf4, 0x60, 0x75, 0x19, 0x09, 0x71, 0x70, 0xe1, 0x93, 0xd7, 0xd6,
1471 0xe7, 0x4f, 0x15, 0x41, 0x5b, 0x25, 0xf8, 0x64, 0xe2, 0x39, 0xb6, 0x6f, 0xb9, 0xf8, 0xca, 0x73,
1472 0x70, 0x12, 0x64, 0x3d, 0x3e, 0xf3, 0x66, 0x38, 0x62, 0xf6, 0x2c, 0x94, 0x04, 0x6d, 0x1f, 0x4a,
1473 0x23, 0x46, 0xc7, 0x71, 0x88, 0x51, 0x1d, 0x72, 0x57, 0xb6, 0xdf, 0xc8, 0x1c, 0x64, 0x0e, 0x2b,
1474 0x26, 0xff, 0xe4, 0xa0, 0x11, 0xb0, 0x75, 0x30, 0x27, 0xc1, 0xbb, 0x50, 0x3e, 0x26, 0xc4, 0x5f,
1475 0x47, 0xcb, 0x12, 0xd5, 0xa0, 0x38, 0xb4, 0x9d, 0x4b, 0xcc, 0x50, 0x03, 0x4a, 0xa1, 0x1d, 0xfb,
1476 0xc4, 0x76, 0x05, 0xbe, 0x61, 0x26, 0xa6, 0xf6, 0x13, 0x54, 0x74, 0x4a, 0x09, 0xed, 0x10, 0x17,
1477 0x6b, 0x03, 0x28, 0x38, 0xc4, 0xc5, 0x11, 0xda, 0x81, 0xad, 0xb3, 0xfe, 0xe8, 0x6c, 0x38, 0x1c,
1478 0x98, 0x63, 0xbd, 0x6b, 0x99, 0xfa, 0xf7, 0x67, 0xfa, 0x68, 0x5c, 0xbf, 0x81, 0xee, 0x00, 0x32,
1479 0xfa, 0x2f, 0xda, 0x3d, 0xa3, 0x6b, 0x0d, 0xdb, 0x66, 0xfb, 0x54, 0x1f, 0xeb, 0xe6, 0xa8, 0x9e,
1480 0x41, 0xdb, 0x70, 0xab, 0xab, 0xb7, 0xbb, 0x3d, 0xa3, 0xaf, 0x5b, 0xfa, 0x0f, 0x1d, 0x5d, 0xef,
1481 0xea, 0xdd, 0x7a, 0x56, 0xeb, 0x41, 0x41, 0x44, 0x47, 0x4f, 0x20, 0xcf, 0x23, 0x8b, 0xec, 0xb5,
1482 0xd6, 0x4e, 0x53, 0x35, 0x60, 0x91, 0xba, 0x29, 0xf2, 0x9a, 0x82, 0x84, 0xee, 0x40, 0x91, 0x62,
1483 0x3b, 0x22, 0x41, 0x23, 0x2b, 0xea, 0xa0, 0x2c, 0xed, 0xef, 0x0c, 0x14, 0x4f, 0xb0, 0xed, 0x62,
1484 0x8a, 0x6a, 0x90, 0xf5, 0x5c, 0x55, 0xa6, 0xac, 0xe7, 0xa2, 0x8f, 0x21, 0xcf, 0xe2, 0x10, 0x8b,
1485 0x05, 0xb5, 0xd6, 0x56, 0x12, 0xff, 0x14, 0x47, 0x91, 0x3d, 0xc1, 0xbc, 0x3e, 0xa6, 0x20, 0xa0,
1486 0x7b, 0x00, 0x17, 0x94, 0xcc, 0x2c, 0x46, 0x42, 0xcf, 0x69, 0xe4, 0x44, 0x80, 0x0a, 0xf7, 0x8c,
1487 0xb9, 0x03, 0xed, 0x42, 0x99, 0x11, 0x05, 0xe6, 0x05, 0x58, 0x62, 0x44, 0x42, 0xfb, 0x50, 0xb9,
1488 0xc4, 0xb1, 0xc2, 0x0a, 0x02, 0x2b, 0x5f, 0xe2, 0x58, 0x82, 0x5f, 0x43, 0x65, 0xd1, 0xd5, 0x46,
1489 0xf1, 0x20, 0x73, 0x58, 0x6d, 0xed, 0x35, 0x65, 0xdf, 0x9b, 0x49, 0xdf, 0x9b, 0xe3, 0x84, 0x61,
1490 0x2e, 0xc9, 0xda, 0x09, 0x94, 0xdb, 0x74, 0x32, 0x9f, 0xe1, 0x80, 0xf1, 0x16, 0x5e, 0xe2, 0x38,
1491 0xe9, 0xfe, 0x25, 0x8e, 0xd1, 0x63, 0x28, 0x5c, 0xd9, 0xfe, 0x5c, 0x6e, 0xac, 0xda, 0xba, 0xfd,
1492 0x46, 0xcc, 0x76, 0x10, 0x9b, 0x92, 0xa2, 0x79, 0xb0, 0x6d, 0xf0, 0x01, 0xe9, 0x24, 0xf3, 0xa1,
1493 0x76, 0x8f, 0x1e, 0x41, 0x71, 0x2a, 0xca, 0x26, 0x22, 0x57, 0x5b, 0xb5, 0xa4, 0x3c, 0xb2, 0x98,
1494 0xa6, 0x42, 0xd1, 0x21, 0xe4, 0xcf, 0x89, 0x1b, 0xff, 0x6b, 0x2e, 0xc1, 0xd0, 0xfe, 0xcc, 0xc0,
1495 0xee, 0x6a, 0x2e, 0x13, 0xbf, 0x9a, 0xe3, 0x88, 0x1d, 0x13, 0x37, 0xe6, 0xdb, 0xa0, 0xa1, 0xa3,
1496 0x9a, 0xc7, 0x3f, 0xd1, 0x43, 0xc8, 0xdb, 0x74, 0x12, 0x35, 0x72, 0x07, 0xb9, 0xc3, 0x6a, 0xab,
1497 0x9e, 0xe4, 0x4f, 0x36, 0x6e, 0x0a, 0x14, 0x3d, 0x81, 0x5b, 0x14, 0x47, 0x21, 0x09, 0x22, 0x6c,
1498 0x51, 0xfc, 0x6a, 0xee, 0x51, 0xec, 0x8a, 0x2e, 0x94, 0xcd, 0x7a, 0x02, 0x98, 0xca, 0x8f, 0x1e,
1499 0x42, 0x8d, 0xe2, 0xd0, 0xe7, 0x0d, 0x59, 0xe9, 0xc9, 0x86, 0xf0, 0x8e, 0x65, 0xd3, 0x34, 0x17,
1500 0xf6, 0xd6, 0xff, 0x53, 0xc6, 0x11, 0x3f, 0xda, 0x80, 0x52, 0x34, 0x77, 0x1c, 0x1c, 0x45, 0x6a,
1501 0x6c, 0x12, 0x13, 0x7d, 0xca, 0x8f, 0x60, 0x34, 0xf7, 0x99, 0x38, 0x22, 0xd7, 0x15, 0x43, 0x71,
1502 0xb4, 0xdf, 0x32, 0x50, 0x1f, 0xbd, 0xf6, 0x98, 0x33, 0xed, 0xd8, 0xa1, 0x7d, 0xee, 0xf9, 0x1e,
1503 0x8b, 0xd1, 0x27, 0x90, 0x77, 0x71, 0xe4, 0xa8, 0x9a, 0x6f, 0x37, 0xd3, 0xe2, 0x41, 0x2e, 0x42,
1504 0x8b, 0x83, 0xa6, 0xa0, 0x20, 0x03, 0x6e, 0x46, 0x62, 0xb9, 0x75, 0x81, 0x6d, 0x36, 0xa7, 0x38,
1505 0x52, 0x3d, 0x38, 0x78, 0x63, 0xd5, 0x1a, 0xcf, 0xac, 0x49, 0xc7, 0x33, 0x65, 0x6b, 0xbf, 0x40,
1506 0xbd, 0x2b, 0xc4, 0xa7, 0xeb, 0x45, 0x0e, 0xb9, 0xc2, 0xbc, 0x54, 0xeb, 0xc3, 0xb2, 0x0f, 0x95,
1507 0xd0, 0xa6, 0x38, 0x60, 0x96, 0xe7, 0xaa, 0x2e, 0x95, 0xa5, 0xc3, 0x70, 0xd1, 0x03, 0xa8, 0x4a,
1508 0xf5, 0xb2, 0xc4, 0x40, 0xc9, 0x09, 0x01, 0xe9, 0x12, 0x3a, 0x73, 0x17, 0x2a, 0xe1, 0xfc, 0xdc,
1509 0xf7, 0xa2, 0x29, 0xa6, 0x6a, 0x46, 0x96, 0x0e, 0xed, 0xf7, 0x2c, 0xec, 0x88, 0x8a, 0xb7, 0x5d,
1510 0x3b, 0x64, 0x8b, 0x33, 0xc8, 0x57, 0x6a, 0xbf, 0x66, 0xa1, 0xc0, 0x3f, 0x22, 0x54, 0x87, 0x8d,
1511 0x67, 0xbd, 0xc1, 0xcb, 0x94, 0xb0, 0xdc, 0x82, 0x4d, 0xe5, 0x19, 0x0d, 0x07, 0xfd, 0x91, 0x5e,
1512 0xcf, 0x70, 0xd2, 0xe0, 0xb4, 0x63, 0x2c, 0x48, 0x59, 0x4e, 0x52, 0x1e, 0x45, 0xca, 0xa1, 0x2d,
1513 0xb8, 0x79, 0xaa, 0x8f, 0x4d, 0xa3, 0x33, 0x5a, 0xf0, 0xf2, 0xe8, 0x36, 0xd4, 0x97, 0x4e, 0x45,
1514 0x2d, 0x70, 0xea, 0xa0, 0x7f, 0x66, 0x19, 0xfd, 0xa5, 0xa0, 0x15, 0x39, 0x75, 0xe9, 0x54, 0xd4,
1515 0x12, 0xfa, 0x00, 0xee, 0x8d, 0xf5, 0xce, 0x89, 0x35, 0x34, 0x07, 0xcf, 0x8c, 0x9e, 0x6e, 0x75,
1516 0x07, 0x2f, 0xfb, 0xbd, 0x41, 0x7b, 0xb9, 0xb0, 0x8c, 0xf6, 0x61, 0xa7, 0xab, 0xf7, 0xf4, 0xb1,
1517 0x6e, 0x3d, 0xd7, 0x4f, 0x2d, 0x2e, 0x94, 0x0b, 0xb0, 0x82, 0x1a, 0x70, 0x5b, 0x81, 0xe3, 0xce,
1518 0xa0, 0xbf, 0x44, 0x80, 0xd7, 0x07, 0xa5, 0xeb, 0x73, 0x8d, 0x9e, 0x7d, 0xb3, 0xa2, 0x67, 0x1f,
1519 0x25, 0x03, 0x73, 0x4d, 0x65, 0x9b, 0xa2, 0xaa, 0xff, 0x5b, 0xe1, 0x0e, 0x60, 0x83, 0x11, 0x75,
1520 0x77, 0xf1, 0xa3, 0x21, 0x07, 0x0a, 0x18, 0x91, 0x27, 0xca, 0x70, 0xd1, 0x23, 0xb8, 0x19, 0x52,
1521 0xf2, 0x73, 0x9c, 0x22, 0x15, 0x05, 0x69, 0x53, 0xb8, 0x17, 0xbc, 0x15, 0x39, 0x2c, 0xfd, 0x17,
1522 0x39, 0xfc, 0x2b, 0xb3, 0x7a, 0x7e, 0x06, 0x33, 0xc7, 0x4b, 0x74, 0xac, 0x01, 0xa5, 0x99, 0xfc,
1523 0x4c, 0x6e, 0x31, 0x65, 0xa2, 0x63, 0xa8, 0x39, 0x24, 0x08, 0xb0, 0xc3, 0xac, 0x88, 0xd9, 0x6c,
1524 0x1e, 0xa9, 0xc2, 0xed, 0x37, 0xd5, 0x2b, 0xa0, 0x23, 0xd1, 0x91, 0x00, 0x55, 0xb9, 0x36, 0x9d,
1525 0xb4, 0x13, 0x7d, 0x07, 0x72, 0x13, 0x96, 0xed, 0xba, 0x94, 0x4b, 0x82, 0x9c, 0xfc, 0xfd, 0xa4,
1526 0xf6, 0x72, 0x73, 0xcd, 0x21, 0xe7, 0xb4, 0x25, 0xc5, 0xdc, 0x08, 0x53, 0x96, 0x36, 0x82, 0x47,
1527 0xe9, 0x5f, 0x1f, 0x63, 0x67, 0x3a, 0xa4, 0xe4, 0xc2, 0xf3, 0x71, 0x97, 0xbc, 0x0e, 0xf8, 0x75,
1528 0x9b, 0xec, 0x64, 0x1b, 0x8a, 0xf3, 0xc0, 0xb3, 0x54, 0xcb, 0x37, 0xcd, 0xc2, 0x3c, 0xf0, 0x0c,
1529 0x17, 0x21, 0xc8, 0x87, 0x36, 0x9b, 0xaa, 0x99, 0x14, 0xdf, 0x1a, 0x85, 0x83, 0x74, 0xd0, 0x2e,
1530 0xf6, 0x31, 0xc3, 0xcf, 0xf1, 0x6c, 0x48, 0x28, 0x7b, 0x47, 0xb8, 0x1d, 0x28, 0xb1, 0xd0, 0x4a,
1531 0x45, 0x2c, 0xb2, 0x70, 0x68, 0xb3, 0x29, 0xba, 0x0f, 0xd5, 0x09, 0x9e, 0x59, 0x21, 0xa1, 0x42,
1532 0x02, 0x72, 0x62, 0x51, 0x65, 0x22, 0x83, 0x1a, 0xae, 0x76, 0x09, 0xf7, 0xdf, 0xcc, 0x39, 0xe6,
1533 0xef, 0xae, 0xf7, 0xcd, 0xb8, 0x0b, 0x65, 0xdb, 0xf7, 0x89, 0xb3, 0x4c, 0x57, 0x12, 0xb6, 0xe1,
1534 0x6a, 0x7f, 0x64, 0xa0, 0x91, 0xce, 0xb6, 0xa2, 0xd0, 0x77, 0xa0, 0xa8, 0x1a, 0x2a, 0x05, 0x5a,
1535 0x59, 0xe8, 0xf1, 0xbb, 0xaf, 0xaa, 0x93, 0x1b, 0xf2, 0xb2, 0x42, 0x5f, 0x42, 0x9e, 0xcc, 0x1c,
1536 0x4f, 0xf5, 0xf3, 0xc1, 0xdb, 0x66, 0x29, 0x75, 0xca, 0xf8, 0x32, 0x4e, 0x3f, 0xae, 0x2c, 0xde,
1537 0x4c, 0x5a, 0x04, 0x5b, 0x6f, 0x99, 0x3c, 0xd4, 0x5a, 0xbb, 0x57, 0xf7, 0xde, 0x16, 0xfa, 0x7d,
1538 0xef, 0xd8, 0xc7, 0xdf, 0x42, 0x35, 0x35, 0xe2, 0xa8, 0x0a, 0xa5, 0xa5, 0x5a, 0x6e, 0x40, 0x39,
1539 0x25, 0x94, 0xe2, 0xf1, 0xf5, 0xc2, 0xe8, 0xe8, 0x56, 0xd7, 0x18, 0x75, 0x06, 0x2f, 0x74, 0x93,
1540 0x3f, 0xbe, 0x8e, 0xfb, 0xb0, 0x45, 0xe8, 0x44, 0xdc, 0x20, 0x0e, 0xa1, 0xae, 0xfa, 0xb9, 0x1f,
1541 0xbf, 0x9a, 0x78, 0x6c, 0x3a, 0x3f, 0xe7, 0x93, 0x71, 0x94, 0x60, 0xea, 0x41, 0xfc, 0x59, 0xf2,
1542 0x3c, 0xfe, 0xe2, 0x68, 0x42, 0xd6, 0x5f, 0xdb, 0xc3, 0x1b, 0xc3, 0xcc, 0x30, 0x7f, 0x5e, 0x14,
1543 0x9c, 0xa7, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0x63, 0xbd, 0xf4, 0x0f, 0x9b, 0x0b, 0x00, 0x00,
Scott Baker9173ed82020-05-19 08:30:12 -07001544}