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