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