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