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