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