blob: e5294271560f5ada9d6d0ad2c3ebd905a9e8a293 [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
William Kurkianea869482019-04-09 15:16:11 -0400267)
268
269var InterAdapterMessageType_Types_name = map[int32]string{
270 0: "FLOW_REQUEST",
271 1: "FLOW_RESPONSE",
272 2: "OMCI_REQUEST",
273 3: "OMCI_RESPONSE",
274 4: "METRICS_REQUEST",
275 5: "METRICS_RESPONSE",
276 6: "ONU_IND_REQUEST",
277 7: "ONU_IND_RESPONSE",
Matt Jeanneretf61d3422019-04-19 15:01:52 -0400278 8: "TECH_PROFILE_DOWNLOAD_REQUEST",
William Kurkianea869482019-04-09 15:16:11 -0400279}
280
281var InterAdapterMessageType_Types_value = map[string]int32{
Matt Jeanneretf61d3422019-04-19 15:01:52 -0400282 "FLOW_REQUEST": 0,
283 "FLOW_RESPONSE": 1,
284 "OMCI_REQUEST": 2,
285 "OMCI_RESPONSE": 3,
286 "METRICS_REQUEST": 4,
287 "METRICS_RESPONSE": 5,
288 "ONU_IND_REQUEST": 6,
289 "ONU_IND_RESPONSE": 7,
290 "TECH_PROFILE_DOWNLOAD_REQUEST": 8,
William Kurkianea869482019-04-09 15:16:11 -0400291}
292
293func (x InterAdapterMessageType_Types) String() string {
294 return proto.EnumName(InterAdapterMessageType_Types_name, int32(x))
295}
296
297func (InterAdapterMessageType_Types) EnumDescriptor() ([]byte, []int) {
298 return fileDescriptor_941f0031a549667f, []int{14, 0}
299}
300
301type StrType struct {
302 Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
303 XXX_NoUnkeyedLiteral struct{} `json:"-"`
304 XXX_unrecognized []byte `json:"-"`
305 XXX_sizecache int32 `json:"-"`
306}
307
308func (m *StrType) Reset() { *m = StrType{} }
309func (m *StrType) String() string { return proto.CompactTextString(m) }
310func (*StrType) ProtoMessage() {}
311func (*StrType) Descriptor() ([]byte, []int) {
312 return fileDescriptor_941f0031a549667f, []int{0}
313}
314
315func (m *StrType) XXX_Unmarshal(b []byte) error {
316 return xxx_messageInfo_StrType.Unmarshal(m, b)
317}
318func (m *StrType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
319 return xxx_messageInfo_StrType.Marshal(b, m, deterministic)
320}
321func (m *StrType) XXX_Merge(src proto.Message) {
322 xxx_messageInfo_StrType.Merge(m, src)
323}
324func (m *StrType) XXX_Size() int {
325 return xxx_messageInfo_StrType.Size(m)
326}
327func (m *StrType) XXX_DiscardUnknown() {
328 xxx_messageInfo_StrType.DiscardUnknown(m)
329}
330
331var xxx_messageInfo_StrType proto.InternalMessageInfo
332
333func (m *StrType) GetVal() string {
334 if m != nil {
335 return m.Val
336 }
337 return ""
338}
339
340type IntType struct {
341 Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
342 XXX_NoUnkeyedLiteral struct{} `json:"-"`
343 XXX_unrecognized []byte `json:"-"`
344 XXX_sizecache int32 `json:"-"`
345}
346
347func (m *IntType) Reset() { *m = IntType{} }
348func (m *IntType) String() string { return proto.CompactTextString(m) }
349func (*IntType) ProtoMessage() {}
350func (*IntType) Descriptor() ([]byte, []int) {
351 return fileDescriptor_941f0031a549667f, []int{1}
352}
353
354func (m *IntType) XXX_Unmarshal(b []byte) error {
355 return xxx_messageInfo_IntType.Unmarshal(m, b)
356}
357func (m *IntType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
358 return xxx_messageInfo_IntType.Marshal(b, m, deterministic)
359}
360func (m *IntType) XXX_Merge(src proto.Message) {
361 xxx_messageInfo_IntType.Merge(m, src)
362}
363func (m *IntType) XXX_Size() int {
364 return xxx_messageInfo_IntType.Size(m)
365}
366func (m *IntType) XXX_DiscardUnknown() {
367 xxx_messageInfo_IntType.DiscardUnknown(m)
368}
369
370var xxx_messageInfo_IntType proto.InternalMessageInfo
371
372func (m *IntType) GetVal() int64 {
373 if m != nil {
374 return m.Val
375 }
376 return 0
377}
378
379type BoolType struct {
380 Val bool `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
381 XXX_NoUnkeyedLiteral struct{} `json:"-"`
382 XXX_unrecognized []byte `json:"-"`
383 XXX_sizecache int32 `json:"-"`
384}
385
386func (m *BoolType) Reset() { *m = BoolType{} }
387func (m *BoolType) String() string { return proto.CompactTextString(m) }
388func (*BoolType) ProtoMessage() {}
389func (*BoolType) Descriptor() ([]byte, []int) {
390 return fileDescriptor_941f0031a549667f, []int{2}
391}
392
393func (m *BoolType) XXX_Unmarshal(b []byte) error {
394 return xxx_messageInfo_BoolType.Unmarshal(m, b)
395}
396func (m *BoolType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
397 return xxx_messageInfo_BoolType.Marshal(b, m, deterministic)
398}
399func (m *BoolType) XXX_Merge(src proto.Message) {
400 xxx_messageInfo_BoolType.Merge(m, src)
401}
402func (m *BoolType) XXX_Size() int {
403 return xxx_messageInfo_BoolType.Size(m)
404}
405func (m *BoolType) XXX_DiscardUnknown() {
406 xxx_messageInfo_BoolType.DiscardUnknown(m)
407}
408
409var xxx_messageInfo_BoolType proto.InternalMessageInfo
410
411func (m *BoolType) GetVal() bool {
412 if m != nil {
413 return m.Val
414 }
415 return false
416}
417
418type Packet struct {
419 Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
420 XXX_NoUnkeyedLiteral struct{} `json:"-"`
421 XXX_unrecognized []byte `json:"-"`
422 XXX_sizecache int32 `json:"-"`
423}
424
425func (m *Packet) Reset() { *m = Packet{} }
426func (m *Packet) String() string { return proto.CompactTextString(m) }
427func (*Packet) ProtoMessage() {}
428func (*Packet) Descriptor() ([]byte, []int) {
429 return fileDescriptor_941f0031a549667f, []int{3}
430}
431
432func (m *Packet) XXX_Unmarshal(b []byte) error {
433 return xxx_messageInfo_Packet.Unmarshal(m, b)
434}
435func (m *Packet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
436 return xxx_messageInfo_Packet.Marshal(b, m, deterministic)
437}
438func (m *Packet) XXX_Merge(src proto.Message) {
439 xxx_messageInfo_Packet.Merge(m, src)
440}
441func (m *Packet) XXX_Size() int {
442 return xxx_messageInfo_Packet.Size(m)
443}
444func (m *Packet) XXX_DiscardUnknown() {
445 xxx_messageInfo_Packet.DiscardUnknown(m)
446}
447
448var xxx_messageInfo_Packet proto.InternalMessageInfo
449
450func (m *Packet) GetPayload() []byte {
451 if m != nil {
452 return m.Payload
453 }
454 return nil
455}
456
457type ErrorCode struct {
458 XXX_NoUnkeyedLiteral struct{} `json:"-"`
459 XXX_unrecognized []byte `json:"-"`
460 XXX_sizecache int32 `json:"-"`
461}
462
463func (m *ErrorCode) Reset() { *m = ErrorCode{} }
464func (m *ErrorCode) String() string { return proto.CompactTextString(m) }
465func (*ErrorCode) ProtoMessage() {}
466func (*ErrorCode) Descriptor() ([]byte, []int) {
467 return fileDescriptor_941f0031a549667f, []int{4}
468}
469
470func (m *ErrorCode) XXX_Unmarshal(b []byte) error {
471 return xxx_messageInfo_ErrorCode.Unmarshal(m, b)
472}
473func (m *ErrorCode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
474 return xxx_messageInfo_ErrorCode.Marshal(b, m, deterministic)
475}
476func (m *ErrorCode) XXX_Merge(src proto.Message) {
477 xxx_messageInfo_ErrorCode.Merge(m, src)
478}
479func (m *ErrorCode) XXX_Size() int {
480 return xxx_messageInfo_ErrorCode.Size(m)
481}
482func (m *ErrorCode) XXX_DiscardUnknown() {
483 xxx_messageInfo_ErrorCode.DiscardUnknown(m)
484}
485
486var xxx_messageInfo_ErrorCode proto.InternalMessageInfo
487
488type Error struct {
489 Code *ErrorCode `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
490 Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
491 XXX_NoUnkeyedLiteral struct{} `json:"-"`
492 XXX_unrecognized []byte `json:"-"`
493 XXX_sizecache int32 `json:"-"`
494}
495
496func (m *Error) Reset() { *m = Error{} }
497func (m *Error) String() string { return proto.CompactTextString(m) }
498func (*Error) ProtoMessage() {}
499func (*Error) Descriptor() ([]byte, []int) {
500 return fileDescriptor_941f0031a549667f, []int{5}
501}
502
503func (m *Error) XXX_Unmarshal(b []byte) error {
504 return xxx_messageInfo_Error.Unmarshal(m, b)
505}
506func (m *Error) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
507 return xxx_messageInfo_Error.Marshal(b, m, deterministic)
508}
509func (m *Error) XXX_Merge(src proto.Message) {
510 xxx_messageInfo_Error.Merge(m, src)
511}
512func (m *Error) XXX_Size() int {
513 return xxx_messageInfo_Error.Size(m)
514}
515func (m *Error) XXX_DiscardUnknown() {
516 xxx_messageInfo_Error.DiscardUnknown(m)
517}
518
519var xxx_messageInfo_Error proto.InternalMessageInfo
520
521func (m *Error) GetCode() *ErrorCode {
522 if m != nil {
523 return m.Code
524 }
525 return nil
526}
527
528func (m *Error) GetReason() string {
529 if m != nil {
530 return m.Reason
531 }
532 return ""
533}
534
535type Header struct {
536 Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
537 Type MessageType `protobuf:"varint,2,opt,name=type,proto3,enum=voltha.MessageType" json:"type,omitempty"`
538 FromTopic string `protobuf:"bytes,3,opt,name=from_topic,json=fromTopic,proto3" json:"from_topic,omitempty"`
539 ToTopic string `protobuf:"bytes,4,opt,name=to_topic,json=toTopic,proto3" json:"to_topic,omitempty"`
540 KeyTopic string `protobuf:"bytes,5,opt,name=key_topic,json=keyTopic,proto3" json:"key_topic,omitempty"`
541 Timestamp int64 `protobuf:"varint,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
542 XXX_NoUnkeyedLiteral struct{} `json:"-"`
543 XXX_unrecognized []byte `json:"-"`
544 XXX_sizecache int32 `json:"-"`
545}
546
547func (m *Header) Reset() { *m = Header{} }
548func (m *Header) String() string { return proto.CompactTextString(m) }
549func (*Header) ProtoMessage() {}
550func (*Header) Descriptor() ([]byte, []int) {
551 return fileDescriptor_941f0031a549667f, []int{6}
552}
553
554func (m *Header) XXX_Unmarshal(b []byte) error {
555 return xxx_messageInfo_Header.Unmarshal(m, b)
556}
557func (m *Header) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
558 return xxx_messageInfo_Header.Marshal(b, m, deterministic)
559}
560func (m *Header) XXX_Merge(src proto.Message) {
561 xxx_messageInfo_Header.Merge(m, src)
562}
563func (m *Header) XXX_Size() int {
564 return xxx_messageInfo_Header.Size(m)
565}
566func (m *Header) XXX_DiscardUnknown() {
567 xxx_messageInfo_Header.DiscardUnknown(m)
568}
569
570var xxx_messageInfo_Header proto.InternalMessageInfo
571
572func (m *Header) GetId() string {
573 if m != nil {
574 return m.Id
575 }
576 return ""
577}
578
579func (m *Header) GetType() MessageType {
580 if m != nil {
581 return m.Type
582 }
583 return MessageType_REQUEST
584}
585
586func (m *Header) GetFromTopic() string {
587 if m != nil {
588 return m.FromTopic
589 }
590 return ""
591}
592
593func (m *Header) GetToTopic() string {
594 if m != nil {
595 return m.ToTopic
596 }
597 return ""
598}
599
600func (m *Header) GetKeyTopic() string {
601 if m != nil {
602 return m.KeyTopic
603 }
604 return ""
605}
606
607func (m *Header) GetTimestamp() int64 {
608 if m != nil {
609 return m.Timestamp
610 }
611 return 0
612}
613
614type Argument struct {
615 Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
616 Value *any.Any `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
617 XXX_NoUnkeyedLiteral struct{} `json:"-"`
618 XXX_unrecognized []byte `json:"-"`
619 XXX_sizecache int32 `json:"-"`
620}
621
622func (m *Argument) Reset() { *m = Argument{} }
623func (m *Argument) String() string { return proto.CompactTextString(m) }
624func (*Argument) ProtoMessage() {}
625func (*Argument) Descriptor() ([]byte, []int) {
626 return fileDescriptor_941f0031a549667f, []int{7}
627}
628
629func (m *Argument) XXX_Unmarshal(b []byte) error {
630 return xxx_messageInfo_Argument.Unmarshal(m, b)
631}
632func (m *Argument) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
633 return xxx_messageInfo_Argument.Marshal(b, m, deterministic)
634}
635func (m *Argument) XXX_Merge(src proto.Message) {
636 xxx_messageInfo_Argument.Merge(m, src)
637}
638func (m *Argument) XXX_Size() int {
639 return xxx_messageInfo_Argument.Size(m)
640}
641func (m *Argument) XXX_DiscardUnknown() {
642 xxx_messageInfo_Argument.DiscardUnknown(m)
643}
644
645var xxx_messageInfo_Argument proto.InternalMessageInfo
646
647func (m *Argument) GetKey() string {
648 if m != nil {
649 return m.Key
650 }
651 return ""
652}
653
654func (m *Argument) GetValue() *any.Any {
655 if m != nil {
656 return m.Value
657 }
658 return nil
659}
660
661type InterContainerMessage struct {
662 Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
663 Body *any.Any `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
664 XXX_NoUnkeyedLiteral struct{} `json:"-"`
665 XXX_unrecognized []byte `json:"-"`
666 XXX_sizecache int32 `json:"-"`
667}
668
669func (m *InterContainerMessage) Reset() { *m = InterContainerMessage{} }
670func (m *InterContainerMessage) String() string { return proto.CompactTextString(m) }
671func (*InterContainerMessage) ProtoMessage() {}
672func (*InterContainerMessage) Descriptor() ([]byte, []int) {
673 return fileDescriptor_941f0031a549667f, []int{8}
674}
675
676func (m *InterContainerMessage) XXX_Unmarshal(b []byte) error {
677 return xxx_messageInfo_InterContainerMessage.Unmarshal(m, b)
678}
679func (m *InterContainerMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
680 return xxx_messageInfo_InterContainerMessage.Marshal(b, m, deterministic)
681}
682func (m *InterContainerMessage) XXX_Merge(src proto.Message) {
683 xxx_messageInfo_InterContainerMessage.Merge(m, src)
684}
685func (m *InterContainerMessage) XXX_Size() int {
686 return xxx_messageInfo_InterContainerMessage.Size(m)
687}
688func (m *InterContainerMessage) XXX_DiscardUnknown() {
689 xxx_messageInfo_InterContainerMessage.DiscardUnknown(m)
690}
691
692var xxx_messageInfo_InterContainerMessage proto.InternalMessageInfo
693
694func (m *InterContainerMessage) GetHeader() *Header {
695 if m != nil {
696 return m.Header
697 }
698 return nil
699}
700
701func (m *InterContainerMessage) GetBody() *any.Any {
702 if m != nil {
703 return m.Body
704 }
705 return nil
706}
707
708type InterContainerRequestBody struct {
709 Rpc string `protobuf:"bytes,2,opt,name=rpc,proto3" json:"rpc,omitempty"`
710 Args []*Argument `protobuf:"bytes,3,rep,name=args,proto3" json:"args,omitempty"`
711 ResponseRequired bool `protobuf:"varint,4,opt,name=response_required,json=responseRequired,proto3" json:"response_required,omitempty"`
712 ReplyToTopic string `protobuf:"bytes,5,opt,name=reply_to_topic,json=replyToTopic,proto3" json:"reply_to_topic,omitempty"`
713 XXX_NoUnkeyedLiteral struct{} `json:"-"`
714 XXX_unrecognized []byte `json:"-"`
715 XXX_sizecache int32 `json:"-"`
716}
717
718func (m *InterContainerRequestBody) Reset() { *m = InterContainerRequestBody{} }
719func (m *InterContainerRequestBody) String() string { return proto.CompactTextString(m) }
720func (*InterContainerRequestBody) ProtoMessage() {}
721func (*InterContainerRequestBody) Descriptor() ([]byte, []int) {
722 return fileDescriptor_941f0031a549667f, []int{9}
723}
724
725func (m *InterContainerRequestBody) XXX_Unmarshal(b []byte) error {
726 return xxx_messageInfo_InterContainerRequestBody.Unmarshal(m, b)
727}
728func (m *InterContainerRequestBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
729 return xxx_messageInfo_InterContainerRequestBody.Marshal(b, m, deterministic)
730}
731func (m *InterContainerRequestBody) XXX_Merge(src proto.Message) {
732 xxx_messageInfo_InterContainerRequestBody.Merge(m, src)
733}
734func (m *InterContainerRequestBody) XXX_Size() int {
735 return xxx_messageInfo_InterContainerRequestBody.Size(m)
736}
737func (m *InterContainerRequestBody) XXX_DiscardUnknown() {
738 xxx_messageInfo_InterContainerRequestBody.DiscardUnknown(m)
739}
740
741var xxx_messageInfo_InterContainerRequestBody proto.InternalMessageInfo
742
743func (m *InterContainerRequestBody) GetRpc() string {
744 if m != nil {
745 return m.Rpc
746 }
747 return ""
748}
749
750func (m *InterContainerRequestBody) GetArgs() []*Argument {
751 if m != nil {
752 return m.Args
753 }
754 return nil
755}
756
757func (m *InterContainerRequestBody) GetResponseRequired() bool {
758 if m != nil {
759 return m.ResponseRequired
760 }
761 return false
762}
763
764func (m *InterContainerRequestBody) GetReplyToTopic() string {
765 if m != nil {
766 return m.ReplyToTopic
767 }
768 return ""
769}
770
771type InterContainerResponseBody struct {
772 Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
773 Result *any.Any `protobuf:"bytes,3,opt,name=result,proto3" json:"result,omitempty"`
774 XXX_NoUnkeyedLiteral struct{} `json:"-"`
775 XXX_unrecognized []byte `json:"-"`
776 XXX_sizecache int32 `json:"-"`
777}
778
779func (m *InterContainerResponseBody) Reset() { *m = InterContainerResponseBody{} }
780func (m *InterContainerResponseBody) String() string { return proto.CompactTextString(m) }
781func (*InterContainerResponseBody) ProtoMessage() {}
782func (*InterContainerResponseBody) Descriptor() ([]byte, []int) {
783 return fileDescriptor_941f0031a549667f, []int{10}
784}
785
786func (m *InterContainerResponseBody) XXX_Unmarshal(b []byte) error {
787 return xxx_messageInfo_InterContainerResponseBody.Unmarshal(m, b)
788}
789func (m *InterContainerResponseBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
790 return xxx_messageInfo_InterContainerResponseBody.Marshal(b, m, deterministic)
791}
792func (m *InterContainerResponseBody) XXX_Merge(src proto.Message) {
793 xxx_messageInfo_InterContainerResponseBody.Merge(m, src)
794}
795func (m *InterContainerResponseBody) XXX_Size() int {
796 return xxx_messageInfo_InterContainerResponseBody.Size(m)
797}
798func (m *InterContainerResponseBody) XXX_DiscardUnknown() {
799 xxx_messageInfo_InterContainerResponseBody.DiscardUnknown(m)
800}
801
802var xxx_messageInfo_InterContainerResponseBody proto.InternalMessageInfo
803
804func (m *InterContainerResponseBody) GetSuccess() bool {
805 if m != nil {
806 return m.Success
807 }
808 return false
809}
810
811func (m *InterContainerResponseBody) GetResult() *any.Any {
812 if m != nil {
813 return m.Result
814 }
815 return nil
816}
817
818type SwitchCapability struct {
819 Desc *openflow_13.OfpDesc `protobuf:"bytes,1,opt,name=desc,proto3" json:"desc,omitempty"`
820 SwitchFeatures *openflow_13.OfpSwitchFeatures `protobuf:"bytes,2,opt,name=switch_features,json=switchFeatures,proto3" json:"switch_features,omitempty"`
821 XXX_NoUnkeyedLiteral struct{} `json:"-"`
822 XXX_unrecognized []byte `json:"-"`
823 XXX_sizecache int32 `json:"-"`
824}
825
826func (m *SwitchCapability) Reset() { *m = SwitchCapability{} }
827func (m *SwitchCapability) String() string { return proto.CompactTextString(m) }
828func (*SwitchCapability) ProtoMessage() {}
829func (*SwitchCapability) Descriptor() ([]byte, []int) {
830 return fileDescriptor_941f0031a549667f, []int{11}
831}
832
833func (m *SwitchCapability) XXX_Unmarshal(b []byte) error {
834 return xxx_messageInfo_SwitchCapability.Unmarshal(m, b)
835}
836func (m *SwitchCapability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
837 return xxx_messageInfo_SwitchCapability.Marshal(b, m, deterministic)
838}
839func (m *SwitchCapability) XXX_Merge(src proto.Message) {
840 xxx_messageInfo_SwitchCapability.Merge(m, src)
841}
842func (m *SwitchCapability) XXX_Size() int {
843 return xxx_messageInfo_SwitchCapability.Size(m)
844}
845func (m *SwitchCapability) XXX_DiscardUnknown() {
846 xxx_messageInfo_SwitchCapability.DiscardUnknown(m)
847}
848
849var xxx_messageInfo_SwitchCapability proto.InternalMessageInfo
850
851func (m *SwitchCapability) GetDesc() *openflow_13.OfpDesc {
852 if m != nil {
853 return m.Desc
854 }
855 return nil
856}
857
858func (m *SwitchCapability) GetSwitchFeatures() *openflow_13.OfpSwitchFeatures {
859 if m != nil {
860 return m.SwitchFeatures
861 }
862 return nil
863}
864
865type PortCapability struct {
866 Port *voltha.LogicalPort `protobuf:"bytes,1,opt,name=port,proto3" json:"port,omitempty"`
867 XXX_NoUnkeyedLiteral struct{} `json:"-"`
868 XXX_unrecognized []byte `json:"-"`
869 XXX_sizecache int32 `json:"-"`
870}
871
872func (m *PortCapability) Reset() { *m = PortCapability{} }
873func (m *PortCapability) String() string { return proto.CompactTextString(m) }
874func (*PortCapability) ProtoMessage() {}
875func (*PortCapability) Descriptor() ([]byte, []int) {
876 return fileDescriptor_941f0031a549667f, []int{12}
877}
878
879func (m *PortCapability) XXX_Unmarshal(b []byte) error {
880 return xxx_messageInfo_PortCapability.Unmarshal(m, b)
881}
882func (m *PortCapability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
883 return xxx_messageInfo_PortCapability.Marshal(b, m, deterministic)
884}
885func (m *PortCapability) XXX_Merge(src proto.Message) {
886 xxx_messageInfo_PortCapability.Merge(m, src)
887}
888func (m *PortCapability) XXX_Size() int {
889 return xxx_messageInfo_PortCapability.Size(m)
890}
891func (m *PortCapability) XXX_DiscardUnknown() {
892 xxx_messageInfo_PortCapability.DiscardUnknown(m)
893}
894
895var xxx_messageInfo_PortCapability proto.InternalMessageInfo
896
897func (m *PortCapability) GetPort() *voltha.LogicalPort {
898 if m != nil {
899 return m.Port
900 }
901 return nil
902}
903
904type DeviceDiscovered struct {
905 Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
906 ParentId string `protobuf:"bytes,2,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
907 DeviceType string `protobuf:"bytes,3,opt,name=device_type,json=deviceType,proto3" json:"device_type,omitempty"`
908 Publisher string `protobuf:"bytes,4,opt,name=publisher,proto3" json:"publisher,omitempty"`
909 XXX_NoUnkeyedLiteral struct{} `json:"-"`
910 XXX_unrecognized []byte `json:"-"`
911 XXX_sizecache int32 `json:"-"`
912}
913
914func (m *DeviceDiscovered) Reset() { *m = DeviceDiscovered{} }
915func (m *DeviceDiscovered) String() string { return proto.CompactTextString(m) }
916func (*DeviceDiscovered) ProtoMessage() {}
917func (*DeviceDiscovered) Descriptor() ([]byte, []int) {
918 return fileDescriptor_941f0031a549667f, []int{13}
919}
920
921func (m *DeviceDiscovered) XXX_Unmarshal(b []byte) error {
922 return xxx_messageInfo_DeviceDiscovered.Unmarshal(m, b)
923}
924func (m *DeviceDiscovered) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
925 return xxx_messageInfo_DeviceDiscovered.Marshal(b, m, deterministic)
926}
927func (m *DeviceDiscovered) XXX_Merge(src proto.Message) {
928 xxx_messageInfo_DeviceDiscovered.Merge(m, src)
929}
930func (m *DeviceDiscovered) XXX_Size() int {
931 return xxx_messageInfo_DeviceDiscovered.Size(m)
932}
933func (m *DeviceDiscovered) XXX_DiscardUnknown() {
934 xxx_messageInfo_DeviceDiscovered.DiscardUnknown(m)
935}
936
937var xxx_messageInfo_DeviceDiscovered proto.InternalMessageInfo
938
939func (m *DeviceDiscovered) GetId() string {
940 if m != nil {
941 return m.Id
942 }
943 return ""
944}
945
946func (m *DeviceDiscovered) GetParentId() string {
947 if m != nil {
948 return m.ParentId
949 }
950 return ""
951}
952
953func (m *DeviceDiscovered) GetDeviceType() string {
954 if m != nil {
955 return m.DeviceType
956 }
957 return ""
958}
959
960func (m *DeviceDiscovered) GetPublisher() string {
961 if m != nil {
962 return m.Publisher
963 }
964 return ""
965}
966
967type InterAdapterMessageType struct {
968 XXX_NoUnkeyedLiteral struct{} `json:"-"`
969 XXX_unrecognized []byte `json:"-"`
970 XXX_sizecache int32 `json:"-"`
971}
972
973func (m *InterAdapterMessageType) Reset() { *m = InterAdapterMessageType{} }
974func (m *InterAdapterMessageType) String() string { return proto.CompactTextString(m) }
975func (*InterAdapterMessageType) ProtoMessage() {}
976func (*InterAdapterMessageType) Descriptor() ([]byte, []int) {
977 return fileDescriptor_941f0031a549667f, []int{14}
978}
979
980func (m *InterAdapterMessageType) XXX_Unmarshal(b []byte) error {
981 return xxx_messageInfo_InterAdapterMessageType.Unmarshal(m, b)
982}
983func (m *InterAdapterMessageType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
984 return xxx_messageInfo_InterAdapterMessageType.Marshal(b, m, deterministic)
985}
986func (m *InterAdapterMessageType) XXX_Merge(src proto.Message) {
987 xxx_messageInfo_InterAdapterMessageType.Merge(m, src)
988}
989func (m *InterAdapterMessageType) XXX_Size() int {
990 return xxx_messageInfo_InterAdapterMessageType.Size(m)
991}
992func (m *InterAdapterMessageType) XXX_DiscardUnknown() {
993 xxx_messageInfo_InterAdapterMessageType.DiscardUnknown(m)
994}
995
996var xxx_messageInfo_InterAdapterMessageType proto.InternalMessageInfo
997
998type InterAdapterHeader struct {
999 Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
1000 Type InterAdapterMessageType_Types `protobuf:"varint,2,opt,name=type,proto3,enum=voltha.InterAdapterMessageType_Types" json:"type,omitempty"`
1001 FromTopic string `protobuf:"bytes,3,opt,name=from_topic,json=fromTopic,proto3" json:"from_topic,omitempty"`
1002 ToTopic string `protobuf:"bytes,4,opt,name=to_topic,json=toTopic,proto3" json:"to_topic,omitempty"`
1003 ToDeviceId string `protobuf:"bytes,5,opt,name=to_device_id,json=toDeviceId,proto3" json:"to_device_id,omitempty"`
1004 ProxyDeviceId string `protobuf:"bytes,6,opt,name=proxy_device_id,json=proxyDeviceId,proto3" json:"proxy_device_id,omitempty"`
1005 Timestamp int64 `protobuf:"varint,7,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
1006 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1007 XXX_unrecognized []byte `json:"-"`
1008 XXX_sizecache int32 `json:"-"`
1009}
1010
1011func (m *InterAdapterHeader) Reset() { *m = InterAdapterHeader{} }
1012func (m *InterAdapterHeader) String() string { return proto.CompactTextString(m) }
1013func (*InterAdapterHeader) ProtoMessage() {}
1014func (*InterAdapterHeader) Descriptor() ([]byte, []int) {
1015 return fileDescriptor_941f0031a549667f, []int{15}
1016}
1017
1018func (m *InterAdapterHeader) XXX_Unmarshal(b []byte) error {
1019 return xxx_messageInfo_InterAdapterHeader.Unmarshal(m, b)
1020}
1021func (m *InterAdapterHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1022 return xxx_messageInfo_InterAdapterHeader.Marshal(b, m, deterministic)
1023}
1024func (m *InterAdapterHeader) XXX_Merge(src proto.Message) {
1025 xxx_messageInfo_InterAdapterHeader.Merge(m, src)
1026}
1027func (m *InterAdapterHeader) XXX_Size() int {
1028 return xxx_messageInfo_InterAdapterHeader.Size(m)
1029}
1030func (m *InterAdapterHeader) XXX_DiscardUnknown() {
1031 xxx_messageInfo_InterAdapterHeader.DiscardUnknown(m)
1032}
1033
1034var xxx_messageInfo_InterAdapterHeader proto.InternalMessageInfo
1035
1036func (m *InterAdapterHeader) GetId() string {
1037 if m != nil {
1038 return m.Id
1039 }
1040 return ""
1041}
1042
1043func (m *InterAdapterHeader) GetType() InterAdapterMessageType_Types {
1044 if m != nil {
1045 return m.Type
1046 }
1047 return InterAdapterMessageType_FLOW_REQUEST
1048}
1049
1050func (m *InterAdapterHeader) GetFromTopic() string {
1051 if m != nil {
1052 return m.FromTopic
1053 }
1054 return ""
1055}
1056
1057func (m *InterAdapterHeader) GetToTopic() string {
1058 if m != nil {
1059 return m.ToTopic
1060 }
1061 return ""
1062}
1063
1064func (m *InterAdapterHeader) GetToDeviceId() string {
1065 if m != nil {
1066 return m.ToDeviceId
1067 }
1068 return ""
1069}
1070
1071func (m *InterAdapterHeader) GetProxyDeviceId() string {
1072 if m != nil {
1073 return m.ProxyDeviceId
1074 }
1075 return ""
1076}
1077
1078func (m *InterAdapterHeader) GetTimestamp() int64 {
1079 if m != nil {
1080 return m.Timestamp
1081 }
1082 return 0
1083}
1084
1085type InterAdapterOmciMessage struct {
Mahir Gunyela3f9add2019-06-06 15:13:19 -07001086 Message []byte `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
1087 ConnectStatus common.ConnectStatus_ConnectStatus `protobuf:"varint,2,opt,name=connect_status,json=connectStatus,proto3,enum=common.ConnectStatus_ConnectStatus" json:"connect_status,omitempty"`
1088 ProxyAddress *voltha.Device_ProxyAddress `protobuf:"bytes,3,opt,name=proxy_address,json=proxyAddress,proto3" json:"proxy_address,omitempty"`
1089 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1090 XXX_unrecognized []byte `json:"-"`
1091 XXX_sizecache int32 `json:"-"`
William Kurkianea869482019-04-09 15:16:11 -04001092}
1093
1094func (m *InterAdapterOmciMessage) Reset() { *m = InterAdapterOmciMessage{} }
1095func (m *InterAdapterOmciMessage) String() string { return proto.CompactTextString(m) }
1096func (*InterAdapterOmciMessage) ProtoMessage() {}
1097func (*InterAdapterOmciMessage) Descriptor() ([]byte, []int) {
1098 return fileDescriptor_941f0031a549667f, []int{16}
1099}
1100
1101func (m *InterAdapterOmciMessage) XXX_Unmarshal(b []byte) error {
1102 return xxx_messageInfo_InterAdapterOmciMessage.Unmarshal(m, b)
1103}
1104func (m *InterAdapterOmciMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1105 return xxx_messageInfo_InterAdapterOmciMessage.Marshal(b, m, deterministic)
1106}
1107func (m *InterAdapterOmciMessage) XXX_Merge(src proto.Message) {
1108 xxx_messageInfo_InterAdapterOmciMessage.Merge(m, src)
1109}
1110func (m *InterAdapterOmciMessage) XXX_Size() int {
1111 return xxx_messageInfo_InterAdapterOmciMessage.Size(m)
1112}
1113func (m *InterAdapterOmciMessage) XXX_DiscardUnknown() {
1114 xxx_messageInfo_InterAdapterOmciMessage.DiscardUnknown(m)
1115}
1116
1117var xxx_messageInfo_InterAdapterOmciMessage proto.InternalMessageInfo
1118
1119func (m *InterAdapterOmciMessage) GetMessage() []byte {
1120 if m != nil {
1121 return m.Message
1122 }
1123 return nil
1124}
1125
Mahir Gunyela3f9add2019-06-06 15:13:19 -07001126func (m *InterAdapterOmciMessage) GetConnectStatus() common.ConnectStatus_ConnectStatus {
1127 if m != nil {
1128 return m.ConnectStatus
1129 }
1130 return common.ConnectStatus_UNKNOWN
1131}
1132
1133func (m *InterAdapterOmciMessage) GetProxyAddress() *voltha.Device_ProxyAddress {
1134 if m != nil {
1135 return m.ProxyAddress
1136 }
1137 return nil
1138}
1139
Matt Jeanneretf61d3422019-04-19 15:01:52 -04001140type InterAdapterTechProfileDownloadMessage struct {
1141 UniId uint32 `protobuf:"varint,1,opt,name=uni_id,json=uniId,proto3" json:"uni_id,omitempty"`
1142 Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
1143 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1144 XXX_unrecognized []byte `json:"-"`
1145 XXX_sizecache int32 `json:"-"`
1146}
1147
1148func (m *InterAdapterTechProfileDownloadMessage) Reset() {
1149 *m = InterAdapterTechProfileDownloadMessage{}
1150}
1151func (m *InterAdapterTechProfileDownloadMessage) String() string { return proto.CompactTextString(m) }
1152func (*InterAdapterTechProfileDownloadMessage) ProtoMessage() {}
1153func (*InterAdapterTechProfileDownloadMessage) Descriptor() ([]byte, []int) {
1154 return fileDescriptor_941f0031a549667f, []int{17}
1155}
1156
1157func (m *InterAdapterTechProfileDownloadMessage) XXX_Unmarshal(b []byte) error {
1158 return xxx_messageInfo_InterAdapterTechProfileDownloadMessage.Unmarshal(m, b)
1159}
1160func (m *InterAdapterTechProfileDownloadMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1161 return xxx_messageInfo_InterAdapterTechProfileDownloadMessage.Marshal(b, m, deterministic)
1162}
1163func (m *InterAdapterTechProfileDownloadMessage) XXX_Merge(src proto.Message) {
1164 xxx_messageInfo_InterAdapterTechProfileDownloadMessage.Merge(m, src)
1165}
1166func (m *InterAdapterTechProfileDownloadMessage) XXX_Size() int {
1167 return xxx_messageInfo_InterAdapterTechProfileDownloadMessage.Size(m)
1168}
1169func (m *InterAdapterTechProfileDownloadMessage) XXX_DiscardUnknown() {
1170 xxx_messageInfo_InterAdapterTechProfileDownloadMessage.DiscardUnknown(m)
1171}
1172
1173var xxx_messageInfo_InterAdapterTechProfileDownloadMessage proto.InternalMessageInfo
1174
1175func (m *InterAdapterTechProfileDownloadMessage) GetUniId() uint32 {
1176 if m != nil {
1177 return m.UniId
1178 }
1179 return 0
1180}
1181
1182func (m *InterAdapterTechProfileDownloadMessage) GetPath() string {
1183 if m != nil {
1184 return m.Path
1185 }
1186 return ""
1187}
1188
William Kurkianea869482019-04-09 15:16:11 -04001189type InterAdapterResponseBody struct {
1190 Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
1191 // Types that are valid to be assigned to Payload:
1192 // *InterAdapterResponseBody_Body
1193 // *InterAdapterResponseBody_Omci
1194 Payload isInterAdapterResponseBody_Payload `protobuf_oneof:"payload"`
1195 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1196 XXX_unrecognized []byte `json:"-"`
1197 XXX_sizecache int32 `json:"-"`
1198}
1199
1200func (m *InterAdapterResponseBody) Reset() { *m = InterAdapterResponseBody{} }
1201func (m *InterAdapterResponseBody) String() string { return proto.CompactTextString(m) }
1202func (*InterAdapterResponseBody) ProtoMessage() {}
1203func (*InterAdapterResponseBody) Descriptor() ([]byte, []int) {
Matt Jeanneretf61d3422019-04-19 15:01:52 -04001204 return fileDescriptor_941f0031a549667f, []int{18}
William Kurkianea869482019-04-09 15:16:11 -04001205}
1206
1207func (m *InterAdapterResponseBody) XXX_Unmarshal(b []byte) error {
1208 return xxx_messageInfo_InterAdapterResponseBody.Unmarshal(m, b)
1209}
1210func (m *InterAdapterResponseBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1211 return xxx_messageInfo_InterAdapterResponseBody.Marshal(b, m, deterministic)
1212}
1213func (m *InterAdapterResponseBody) XXX_Merge(src proto.Message) {
1214 xxx_messageInfo_InterAdapterResponseBody.Merge(m, src)
1215}
1216func (m *InterAdapterResponseBody) XXX_Size() int {
1217 return xxx_messageInfo_InterAdapterResponseBody.Size(m)
1218}
1219func (m *InterAdapterResponseBody) XXX_DiscardUnknown() {
1220 xxx_messageInfo_InterAdapterResponseBody.DiscardUnknown(m)
1221}
1222
1223var xxx_messageInfo_InterAdapterResponseBody proto.InternalMessageInfo
1224
1225func (m *InterAdapterResponseBody) GetStatus() bool {
1226 if m != nil {
1227 return m.Status
1228 }
1229 return false
1230}
1231
1232type isInterAdapterResponseBody_Payload interface {
1233 isInterAdapterResponseBody_Payload()
1234}
1235
1236type InterAdapterResponseBody_Body struct {
1237 Body *any.Any `protobuf:"bytes,2,opt,name=body,proto3,oneof"`
1238}
1239
1240type InterAdapterResponseBody_Omci struct {
1241 Omci *InterAdapterOmciMessage `protobuf:"bytes,3,opt,name=omci,proto3,oneof"`
1242}
1243
1244func (*InterAdapterResponseBody_Body) isInterAdapterResponseBody_Payload() {}
1245
1246func (*InterAdapterResponseBody_Omci) isInterAdapterResponseBody_Payload() {}
1247
1248func (m *InterAdapterResponseBody) GetPayload() isInterAdapterResponseBody_Payload {
1249 if m != nil {
1250 return m.Payload
1251 }
1252 return nil
1253}
1254
1255func (m *InterAdapterResponseBody) GetBody() *any.Any {
1256 if x, ok := m.GetPayload().(*InterAdapterResponseBody_Body); ok {
1257 return x.Body
1258 }
1259 return nil
1260}
1261
1262func (m *InterAdapterResponseBody) GetOmci() *InterAdapterOmciMessage {
1263 if x, ok := m.GetPayload().(*InterAdapterResponseBody_Omci); ok {
1264 return x.Omci
1265 }
1266 return nil
1267}
1268
1269// XXX_OneofWrappers is for the internal use of the proto package.
1270func (*InterAdapterResponseBody) XXX_OneofWrappers() []interface{} {
1271 return []interface{}{
1272 (*InterAdapterResponseBody_Body)(nil),
1273 (*InterAdapterResponseBody_Omci)(nil),
1274 }
1275}
1276
1277type InterAdapterMessage struct {
1278 Header *InterAdapterHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
1279 Body *any.Any `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
1280 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1281 XXX_unrecognized []byte `json:"-"`
1282 XXX_sizecache int32 `json:"-"`
1283}
1284
1285func (m *InterAdapterMessage) Reset() { *m = InterAdapterMessage{} }
1286func (m *InterAdapterMessage) String() string { return proto.CompactTextString(m) }
1287func (*InterAdapterMessage) ProtoMessage() {}
1288func (*InterAdapterMessage) Descriptor() ([]byte, []int) {
Matt Jeanneretf61d3422019-04-19 15:01:52 -04001289 return fileDescriptor_941f0031a549667f, []int{19}
William Kurkianea869482019-04-09 15:16:11 -04001290}
1291
1292func (m *InterAdapterMessage) XXX_Unmarshal(b []byte) error {
1293 return xxx_messageInfo_InterAdapterMessage.Unmarshal(m, b)
1294}
1295func (m *InterAdapterMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1296 return xxx_messageInfo_InterAdapterMessage.Marshal(b, m, deterministic)
1297}
1298func (m *InterAdapterMessage) XXX_Merge(src proto.Message) {
1299 xxx_messageInfo_InterAdapterMessage.Merge(m, src)
1300}
1301func (m *InterAdapterMessage) XXX_Size() int {
1302 return xxx_messageInfo_InterAdapterMessage.Size(m)
1303}
1304func (m *InterAdapterMessage) XXX_DiscardUnknown() {
1305 xxx_messageInfo_InterAdapterMessage.DiscardUnknown(m)
1306}
1307
1308var xxx_messageInfo_InterAdapterMessage proto.InternalMessageInfo
1309
1310func (m *InterAdapterMessage) GetHeader() *InterAdapterHeader {
1311 if m != nil {
1312 return m.Header
1313 }
1314 return nil
1315}
1316
1317func (m *InterAdapterMessage) GetBody() *any.Any {
1318 if m != nil {
1319 return m.Body
1320 }
1321 return nil
1322}
1323
1324func init() {
1325 proto.RegisterEnum("voltha.MessageType", MessageType_name, MessageType_value)
1326 proto.RegisterEnum("voltha.ErrorCodeCodes", ErrorCodeCodes_name, ErrorCodeCodes_value)
1327 proto.RegisterEnum("voltha.InterAdapterMessageType_Types", InterAdapterMessageType_Types_name, InterAdapterMessageType_Types_value)
1328 proto.RegisterType((*StrType)(nil), "voltha.StrType")
1329 proto.RegisterType((*IntType)(nil), "voltha.IntType")
1330 proto.RegisterType((*BoolType)(nil), "voltha.BoolType")
1331 proto.RegisterType((*Packet)(nil), "voltha.Packet")
1332 proto.RegisterType((*ErrorCode)(nil), "voltha.ErrorCode")
1333 proto.RegisterType((*Error)(nil), "voltha.Error")
1334 proto.RegisterType((*Header)(nil), "voltha.Header")
1335 proto.RegisterType((*Argument)(nil), "voltha.Argument")
1336 proto.RegisterType((*InterContainerMessage)(nil), "voltha.InterContainerMessage")
1337 proto.RegisterType((*InterContainerRequestBody)(nil), "voltha.InterContainerRequestBody")
1338 proto.RegisterType((*InterContainerResponseBody)(nil), "voltha.InterContainerResponseBody")
1339 proto.RegisterType((*SwitchCapability)(nil), "voltha.SwitchCapability")
1340 proto.RegisterType((*PortCapability)(nil), "voltha.PortCapability")
1341 proto.RegisterType((*DeviceDiscovered)(nil), "voltha.DeviceDiscovered")
1342 proto.RegisterType((*InterAdapterMessageType)(nil), "voltha.InterAdapterMessageType")
1343 proto.RegisterType((*InterAdapterHeader)(nil), "voltha.InterAdapterHeader")
1344 proto.RegisterType((*InterAdapterOmciMessage)(nil), "voltha.InterAdapterOmciMessage")
Matt Jeanneretf61d3422019-04-19 15:01:52 -04001345 proto.RegisterType((*InterAdapterTechProfileDownloadMessage)(nil), "voltha.InterAdapterTechProfileDownloadMessage")
William Kurkianea869482019-04-09 15:16:11 -04001346 proto.RegisterType((*InterAdapterResponseBody)(nil), "voltha.InterAdapterResponseBody")
1347 proto.RegisterType((*InterAdapterMessage)(nil), "voltha.InterAdapterMessage")
1348}
1349
1350func init() {
1351 proto.RegisterFile("voltha_protos/inter_container.proto", fileDescriptor_941f0031a549667f)
1352}
1353
1354var fileDescriptor_941f0031a549667f = []byte{
Scott Bakerc6e54cb2019-11-04 09:31:25 -08001355 // 1208 bytes of a gzipped FileDescriptorProto
1356 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0xdb, 0x72, 0xdb, 0x44,
1357 0x18, 0xae, 0x13, 0x1f, 0xff, 0x24, 0xae, 0xb3, 0x69, 0x5a, 0x37, 0x69, 0xa7, 0x41, 0x3d, 0x52,
1358 0xc0, 0x19, 0xdc, 0x61, 0xa0, 0x57, 0xe0, 0xd8, 0xca, 0x44, 0x4c, 0x62, 0x0b, 0xd9, 0x69, 0x67,
1359 0xb8, 0xd1, 0xc8, 0xd2, 0xda, 0xd6, 0x44, 0xd6, 0xaa, 0xab, 0x55, 0x8a, 0x6e, 0x98, 0xe1, 0x8e,
1360 0xc7, 0xe0, 0x8a, 0x47, 0xe0, 0x9e, 0x5b, 0x1e, 0x84, 0xe7, 0x60, 0xf6, 0x20, 0x5b, 0x36, 0x0d,
1361 0xcc, 0xc0, 0xdd, 0xfe, 0xff, 0xf7, 0xed, 0xe1, 0x3f, 0xec, 0xb7, 0x0b, 0x8f, 0xaf, 0x49, 0xc0,
1362 0x66, 0x8e, 0x1d, 0x51, 0xc2, 0x48, 0x7c, 0xec, 0x87, 0x0c, 0x53, 0xdb, 0x25, 0x21, 0x73, 0xfc,
1363 0x10, 0xd3, 0x96, 0x70, 0xa3, 0xb2, 0x24, 0x1d, 0x1c, 0xac, 0x92, 0x5d, 0x32, 0x9f, 0x93, 0x50,
1364 0x72, 0xd6, 0x31, 0x69, 0x29, 0xec, 0xfe, 0x94, 0x90, 0x69, 0x80, 0x8f, 0x85, 0x35, 0x4e, 0x26,
1365 0xc7, 0x4e, 0x98, 0x2a, 0xe8, 0xd1, 0xea, 0x34, 0x12, 0xe1, 0x70, 0x12, 0x90, 0xf7, 0xf6, 0xe7,
1366 0xaf, 0x14, 0x41, 0x5b, 0x25, 0x04, 0x64, 0xea, 0xbb, 0x4e, 0x60, 0x7b, 0xf8, 0xda, 0x77, 0xb1,
1367 0xe4, 0x68, 0x87, 0x50, 0x19, 0x32, 0x3a, 0x4a, 0x23, 0x8c, 0x1a, 0xb0, 0x79, 0xed, 0x04, 0xcd,
1368 0xc2, 0x51, 0xe1, 0x45, 0xcd, 0xe2, 0x43, 0x0e, 0x1a, 0x21, 0x5b, 0x07, 0x37, 0x25, 0xf8, 0x00,
1369 0xaa, 0x27, 0x84, 0x04, 0xeb, 0x68, 0x55, 0xa2, 0x1a, 0x94, 0x4d, 0xc7, 0xbd, 0xc2, 0x0c, 0x35,
1370 0xa1, 0x12, 0x39, 0x69, 0x40, 0x1c, 0x4f, 0xe0, 0xdb, 0x56, 0x66, 0x6a, 0x3a, 0xd4, 0x74, 0x4a,
1371 0x09, 0xed, 0x12, 0x0f, 0x6b, 0x5f, 0x41, 0xc9, 0x25, 0x1e, 0x8e, 0xd1, 0x3d, 0xd8, 0xbb, 0xec,
1372 0x0f, 0x2f, 0x4d, 0x73, 0x60, 0x8d, 0xf4, 0x9e, 0x6d, 0xe9, 0xdf, 0x5d, 0xea, 0xc3, 0x51, 0xe3,
1373 0x16, 0xba, 0x0b, 0xc8, 0xe8, 0xbf, 0xe9, 0x9c, 0x1b, 0x3d, 0xdb, 0xec, 0x58, 0x9d, 0x0b, 0x7d,
1374 0xa4, 0x5b, 0xc3, 0x46, 0x41, 0x3b, 0x85, 0x92, 0x58, 0x06, 0x3d, 0x85, 0x22, 0x5f, 0x42, 0x6c,
1375 0xb3, 0xd5, 0xde, 0x6d, 0xa9, 0x44, 0x2e, 0xf6, 0xb0, 0x04, 0x8c, 0xee, 0x42, 0x99, 0x62, 0x27,
1376 0x26, 0x61, 0x73, 0x43, 0x84, 0xaa, 0x2c, 0xed, 0xb7, 0x02, 0x94, 0xcf, 0xb0, 0xe3, 0x61, 0x8a,
1377 0xea, 0xb0, 0xe1, 0x7b, 0x2a, 0x13, 0x1b, 0xbe, 0x87, 0x9e, 0x43, 0x91, 0xa5, 0x11, 0x16, 0x13,
1378 0xea, 0xed, 0xbd, 0x6c, 0xe5, 0x0b, 0x1c, 0xc7, 0xce, 0x14, 0xf3, 0x14, 0x58, 0x82, 0x80, 0x1e,
1379 0x02, 0x4c, 0x28, 0x99, 0xdb, 0x8c, 0x44, 0xbe, 0xdb, 0xdc, 0x14, 0x0b, 0xd4, 0xb8, 0x67, 0xc4,
1380 0x1d, 0xe8, 0x3e, 0x54, 0x19, 0x51, 0x60, 0x51, 0x80, 0x15, 0x46, 0x24, 0x74, 0x08, 0xb5, 0x2b,
1381 0x9c, 0x2a, 0xac, 0x24, 0xb0, 0xea, 0x15, 0x4e, 0x25, 0xf8, 0x00, 0x6a, 0xcc, 0x9f, 0xe3, 0x98,
1382 0x39, 0xf3, 0xa8, 0x59, 0x16, 0x35, 0x58, 0x3a, 0xb4, 0x33, 0xa8, 0x76, 0xe8, 0x34, 0x99, 0xe3,
1383 0x90, 0xf1, 0x4a, 0x5c, 0xe1, 0x34, 0x2b, 0xe2, 0x15, 0x4e, 0xd1, 0x4b, 0x28, 0x5d, 0x3b, 0x41,
1384 0x22, 0x0f, 0xbf, 0xd5, 0xbe, 0xd3, 0x92, 0x1d, 0xd5, 0xca, 0x3a, 0xaa, 0xd5, 0x09, 0x53, 0x4b,
1385 0x52, 0x34, 0x1f, 0xf6, 0x0d, 0xde, 0xc6, 0xdd, 0xac, 0x8b, 0x55, 0x84, 0xe8, 0x19, 0x94, 0x67,
1386 0x22, 0x35, 0x2a, 0xb9, 0xf5, 0x2c, 0x05, 0x32, 0x61, 0x96, 0x42, 0xd1, 0x0b, 0x28, 0x8e, 0x89,
1387 0x97, 0xfe, 0xe3, 0x5e, 0x82, 0xa1, 0xfd, 0x5a, 0x80, 0xfb, 0xab, 0x7b, 0x59, 0xf8, 0x5d, 0x82,
1388 0x63, 0x76, 0x42, 0xbc, 0x94, 0x87, 0x41, 0x23, 0x57, 0x15, 0x88, 0x0f, 0xd1, 0x13, 0x28, 0x3a,
1389 0x74, 0x1a, 0x37, 0x37, 0x8f, 0x36, 0x5f, 0x6c, 0xb5, 0x1b, 0xd9, 0xfe, 0x59, 0xe0, 0x96, 0x40,
1390 0xd1, 0x27, 0xb0, 0x4b, 0x71, 0x1c, 0x91, 0x30, 0xc6, 0x36, 0xc5, 0xef, 0x12, 0x9f, 0x62, 0x4f,
1391 0x64, 0xba, 0x6a, 0x35, 0x32, 0xc0, 0x52, 0x7e, 0xf4, 0x04, 0xea, 0x14, 0x47, 0x01, 0x4f, 0xfa,
1392 0x4a, 0xde, 0xb7, 0x85, 0x77, 0x24, 0x0b, 0xa3, 0x79, 0x70, 0xb0, 0x7e, 0x4e, 0xb9, 0x8e, 0x38,
1393 0x68, 0x13, 0x2a, 0x71, 0xe2, 0xba, 0x38, 0x8e, 0x55, 0xf7, 0x67, 0x26, 0xfa, 0x94, 0xb7, 0x59,
1394 0x9c, 0x04, 0x4c, 0xb4, 0xc1, 0x4d, 0xc9, 0x50, 0x1c, 0xed, 0xe7, 0x02, 0x34, 0x86, 0xef, 0x7d,
1395 0xe6, 0xce, 0xba, 0x4e, 0xe4, 0x8c, 0xfd, 0xc0, 0x67, 0x29, 0xfa, 0x18, 0x8a, 0x1e, 0x8e, 0x5d,
1396 0x95, 0xf3, 0xfd, 0x56, 0xfe, 0x8a, 0x93, 0x49, 0x64, 0x73, 0xd0, 0x12, 0x14, 0x64, 0xc0, 0xed,
1397 0x58, 0x4c, 0xb7, 0x27, 0xd8, 0x61, 0x09, 0xc5, 0xb1, 0xaa, 0xc1, 0xd1, 0xdf, 0x66, 0xad, 0xf1,
1398 0xac, 0xba, 0x74, 0x9c, 0x2a, 0x5b, 0x7b, 0x0d, 0x75, 0x93, 0x50, 0x96, 0x3b, 0xc7, 0x73, 0x28,
1399 0x46, 0x84, 0x32, 0x75, 0x8e, 0x45, 0xfb, 0x9f, 0x4b, 0x41, 0xe1, 0x64, 0x4b, 0x10, 0xb4, 0x1f,
1400 0xa1, 0xd1, 0x13, 0xea, 0xd2, 0xf3, 0x63, 0x97, 0x5c, 0x63, 0x9e, 0xe5, 0xf5, 0xbb, 0x74, 0x08,
1401 0xb5, 0xc8, 0xa1, 0x38, 0x64, 0xb6, 0xef, 0xa9, 0x02, 0x57, 0xa5, 0xc3, 0xf0, 0xd0, 0x23, 0xd8,
1402 0x92, 0xf2, 0x64, 0x8b, 0xfb, 0x26, 0x2f, 0x10, 0x48, 0x97, 0x50, 0x9a, 0x07, 0x50, 0x8b, 0x92,
1403 0x71, 0xe0, 0xc7, 0x33, 0x4c, 0xd5, 0x15, 0x5a, 0x3a, 0xb4, 0x3f, 0x0b, 0x70, 0x4f, 0x14, 0xab,
1404 0xe3, 0x39, 0x11, 0x5b, 0xb4, 0x2f, 0x9f, 0xa9, 0xfd, 0x51, 0x80, 0x12, 0x1f, 0xc4, 0xa8, 0x01,
1405 0xdb, 0xa7, 0xe7, 0x83, 0xb7, 0x39, 0x69, 0xd9, 0x85, 0x1d, 0xe5, 0x19, 0x9a, 0x83, 0xfe, 0x50,
1406 0x6f, 0x14, 0x38, 0x69, 0x70, 0xd1, 0x35, 0x16, 0xa4, 0x0d, 0x4e, 0x52, 0x1e, 0x45, 0xda, 0x44,
1407 0x7b, 0x70, 0xfb, 0x42, 0x1f, 0x59, 0x46, 0x77, 0xb8, 0xe0, 0x15, 0xd1, 0x1d, 0x68, 0x2c, 0x9d,
1408 0x8a, 0x5a, 0xe2, 0xd4, 0x41, 0xff, 0xd2, 0x36, 0xfa, 0x4b, 0x49, 0x2b, 0x73, 0xea, 0xd2, 0xa9,
1409 0xa8, 0x15, 0xf4, 0x11, 0x3c, 0x1c, 0xe9, 0xdd, 0x33, 0xdb, 0xb4, 0x06, 0xa7, 0xc6, 0xb9, 0x6e,
1410 0xf7, 0x06, 0x6f, 0xfb, 0xe7, 0x83, 0xce, 0x72, 0x62, 0x55, 0xfb, 0x69, 0x03, 0x50, 0x3e, 0xd0,
1411 0x1b, 0x74, 0xeb, 0xf5, 0x8a, 0x6e, 0x3d, 0xcd, 0x0a, 0x77, 0x43, 0x8a, 0x5a, 0x22, 0x3d, 0xff,
1412 0x5b, 0xc9, 0x8e, 0x60, 0x9b, 0x11, 0xf5, 0xca, 0xf0, 0x1a, 0xcb, 0x4b, 0x05, 0x8c, 0xc8, 0xd6,
1413 0x30, 0x3c, 0xf4, 0x0c, 0x6e, 0x47, 0x94, 0xfc, 0x90, 0xe6, 0x48, 0x65, 0x41, 0xda, 0x11, 0xee,
1414 0x05, 0x6f, 0x45, 0xf6, 0x2a, 0xeb, 0xb2, 0xf7, 0xfb, 0x5a, 0xb1, 0x07, 0x73, 0xd7, 0xcf, 0xf4,
1415 0xaa, 0x09, 0x95, 0xb9, 0x1c, 0x66, 0x8f, 0x8e, 0x32, 0xd1, 0xb7, 0x50, 0x77, 0x49, 0x18, 0x62,
1416 0x97, 0xd9, 0x31, 0x73, 0x58, 0x12, 0xab, 0xe4, 0x3c, 0x6e, 0xa9, 0x37, 0xb9, 0x2b, 0xd1, 0xa1,
1417 0x00, 0x57, 0x2d, 0x6b, 0xc7, 0xcd, 0x9b, 0xe8, 0x1b, 0x90, 0x07, 0xb6, 0x1d, 0xcf, 0xa3, 0x5c,
1418 0x02, 0xe4, 0x4d, 0x3f, 0xcc, 0xf2, 0x2c, 0x03, 0x69, 0x99, 0x9c, 0xd3, 0x91, 0x14, 0x6b, 0x3b,
1419 0xca, 0x59, 0xda, 0x10, 0x9e, 0xe5, 0x43, 0x18, 0x61, 0x77, 0x66, 0x52, 0x32, 0xf1, 0x03, 0xdc,
1420 0x23, 0xef, 0x43, 0xfe, 0x4a, 0x66, 0x11, 0xed, 0x43, 0x39, 0x09, 0x7d, 0x5b, 0x95, 0x77, 0xc7,
1421 0x2a, 0x25, 0xa1, 0x6f, 0x78, 0x08, 0x41, 0x31, 0x72, 0xd8, 0x4c, 0x5d, 0x24, 0x31, 0xd6, 0x7e,
1422 0x29, 0x40, 0x33, 0xbf, 0xea, 0x8a, 0x60, 0xdd, 0x85, 0xb2, 0x8a, 0x5b, 0xea, 0x95, 0xb2, 0xd0,
1423 0xcb, 0x7f, 0x57, 0xee, 0xb3, 0x5b, 0x52, 0xbb, 0xd1, 0x17, 0x50, 0x24, 0x73, 0xd7, 0x57, 0xe1,
1424 0x3e, 0xfa, 0x50, 0x5b, 0xe5, 0x8a, 0xc1, 0xa7, 0x71, 0xfa, 0x49, 0x6d, 0xf1, 0x13, 0xd0, 0x62,
1425 0xd8, 0xfb, 0x40, 0x13, 0xa2, 0xf6, 0xda, 0x33, 0x73, 0xf0, 0xa1, 0xa5, 0xff, 0xeb, 0x93, 0xf3,
1426 0xf2, 0x6b, 0xd8, 0xca, 0x75, 0x3b, 0xda, 0x82, 0xca, 0x52, 0x01, 0xb6, 0xa1, 0x9a, 0xbb, 0xfc,
1427 0xfb, 0xb0, 0xdb, 0xd3, 0xdf, 0x18, 0x5d, 0xdd, 0xee, 0x19, 0xc3, 0xee, 0xe0, 0x8d, 0x6e, 0xe9,
1428 0xbd, 0xc6, 0xc6, 0xc9, 0xeb, 0xef, 0xbf, 0x9c, 0xfa, 0x6c, 0x96, 0x8c, 0x79, 0xaf, 0x88, 0x0f,
1429 0x97, 0x4b, 0xa8, 0xa7, 0x3e, 0x6c, 0x9f, 0x65, 0xdf, 0xb7, 0xf6, 0xf1, 0x94, 0xac, 0xff, 0x06,
1430 0xcd, 0x5b, 0x66, 0xc1, 0x2c, 0x8e, 0xcb, 0x82, 0xf3, 0xea, 0xaf, 0x00, 0x00, 0x00, 0xff, 0xff,
1431 0x13, 0x5d, 0x07, 0xfd, 0x3b, 0x0a, 0x00, 0x00,
William Kurkianea869482019-04-09 15:16:11 -04001432}