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