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