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