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