blob: cfb521b6b993f08de4f790e26e38b93ac4ef605b [file] [log] [blame]
William Kurkian1b363f42019-03-12 15:28:12 -04001// Code generated by protoc-gen-go. DO NOT EDIT.
2// source: voltha_protos/inter_container.proto
3
William Kurkianad745652019-03-20 08:45:51 -04004package inter_container
William Kurkian1b363f42019-03-12 15:28:12 -04005
William Kurkianad745652019-03-20 08:45:51 -04006import (
7 fmt "fmt"
8 proto "github.com/golang/protobuf/proto"
9 any "github.com/golang/protobuf/ptypes/any"
Serkant Uluderyacbcfaa42019-10-18 13:25:08 +030010 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"
William Kurkianad745652019-03-20 08:45:51 -040013 math "math"
14)
William Kurkian1b363f42019-03-12 15:28:12 -040015
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.
William Kurkianad745652019-03-20 08:45:51 -040025const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
William Kurkian1b363f42019-03-12 15:28:12 -040026
Mahir Gunyel4b0dab22019-05-16 13:56:09 -070027// 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
Mahir Gunyel4b0dab22019-05-16 13:56:09 -070033// AdminState from public import voltha_protos/common.proto
34type AdminState = common.AdminState
35
36// OperStatus from public import voltha_protos/common.proto
37type OperStatus = common.OperStatus
38
39// ConnectStatus from public import voltha_protos/common.proto
40type ConnectStatus = common.ConnectStatus
41
42// OperationResp from public import voltha_protos/common.proto
43type OperationResp = common.OperationResp
44
45// TestModeKeys from public import voltha_protos/common.proto
46type TestModeKeys = common.TestModeKeys
47
48var TestModeKeys_name = common.TestModeKeys_name
49var TestModeKeys_value = common.TestModeKeys_value
50
51const TestModeKeys_api_test = TestModeKeys(common.TestModeKeys_api_test)
52
Serkant Uluderyacbcfaa42019-10-18 13:25:08 +030053// AdminState_Types from public import voltha_protos/common.proto
54type AdminState_Types = common.AdminState_Types
Mahir Gunyel4b0dab22019-05-16 13:56:09 -070055
Serkant Uluderyacbcfaa42019-10-18 13:25:08 +030056var AdminState_Types_name = common.AdminState_Types_name
57var AdminState_Types_value = common.AdminState_Types_value
Mahir Gunyel4b0dab22019-05-16 13:56:09 -070058
Serkant Uluderyacbcfaa42019-10-18 13:25:08 +030059const AdminState_UNKNOWN = AdminState_Types(common.AdminState_UNKNOWN)
60const AdminState_PREPROVISIONED = AdminState_Types(common.AdminState_PREPROVISIONED)
61const AdminState_ENABLED = AdminState_Types(common.AdminState_ENABLED)
62const AdminState_DISABLED = AdminState_Types(common.AdminState_DISABLED)
63const AdminState_DOWNLOADING_IMAGE = AdminState_Types(common.AdminState_DOWNLOADING_IMAGE)
64const AdminState_DELETED = AdminState_Types(common.AdminState_DELETED)
Mahir Gunyel4b0dab22019-05-16 13:56:09 -070065
Serkant Uluderyacbcfaa42019-10-18 13:25:08 +030066// OperStatus_Types from public import voltha_protos/common.proto
67type OperStatus_Types = common.OperStatus_Types
Mahir Gunyel4b0dab22019-05-16 13:56:09 -070068
Serkant Uluderyacbcfaa42019-10-18 13:25:08 +030069var OperStatus_Types_name = common.OperStatus_Types_name
70var OperStatus_Types_value = common.OperStatus_Types_value
Mahir Gunyel4b0dab22019-05-16 13:56:09 -070071
Serkant Uluderyacbcfaa42019-10-18 13:25:08 +030072const OperStatus_UNKNOWN = OperStatus_Types(common.OperStatus_UNKNOWN)
73const OperStatus_DISCOVERED = OperStatus_Types(common.OperStatus_DISCOVERED)
74const OperStatus_ACTIVATING = OperStatus_Types(common.OperStatus_ACTIVATING)
75const OperStatus_TESTING = OperStatus_Types(common.OperStatus_TESTING)
76const OperStatus_ACTIVE = OperStatus_Types(common.OperStatus_ACTIVE)
77const OperStatus_FAILED = OperStatus_Types(common.OperStatus_FAILED)
Mahir Gunyel4b0dab22019-05-16 13:56:09 -070078
Serkant Uluderyacbcfaa42019-10-18 13:25:08 +030079// ConnectStatus_Types from public import voltha_protos/common.proto
80type ConnectStatus_Types = common.ConnectStatus_Types
Mahir Gunyel4b0dab22019-05-16 13:56:09 -070081
Serkant Uluderyacbcfaa42019-10-18 13:25:08 +030082var ConnectStatus_Types_name = common.ConnectStatus_Types_name
83var ConnectStatus_Types_value = common.ConnectStatus_Types_value
Mahir Gunyel4b0dab22019-05-16 13:56:09 -070084
Serkant Uluderyacbcfaa42019-10-18 13:25:08 +030085const ConnectStatus_UNKNOWN = ConnectStatus_Types(common.ConnectStatus_UNKNOWN)
86const ConnectStatus_UNREACHABLE = ConnectStatus_Types(common.ConnectStatus_UNREACHABLE)
87const ConnectStatus_REACHABLE = ConnectStatus_Types(common.ConnectStatus_REACHABLE)
Mahir Gunyel4b0dab22019-05-16 13:56:09 -070088
89// OperationResp_OperationReturnCode from public import voltha_protos/common.proto
90type OperationResp_OperationReturnCode = common.OperationResp_OperationReturnCode
91
92var OperationResp_OperationReturnCode_name = common.OperationResp_OperationReturnCode_name
93var OperationResp_OperationReturnCode_value = common.OperationResp_OperationReturnCode_value
94
95const OperationResp_OPERATION_SUCCESS = OperationResp_OperationReturnCode(common.OperationResp_OPERATION_SUCCESS)
96const OperationResp_OPERATION_FAILURE = OperationResp_OperationReturnCode(common.OperationResp_OPERATION_FAILURE)
97const OperationResp_OPERATION_UNSUPPORTED = OperationResp_OperationReturnCode(common.OperationResp_OPERATION_UNSUPPORTED)
98
99// DeviceGroup from public import voltha_protos/voltha.proto
100type DeviceGroup = voltha.DeviceGroup
101
102// DeviceGroups from public import voltha_protos/voltha.proto
103type DeviceGroups = voltha.DeviceGroups
104
Devmalya Paul96a2c9e2019-11-06 07:17:44 +0000105// EventFilterRuleKey from public import voltha_protos/voltha.proto
106type EventFilterRuleKey = voltha.EventFilterRuleKey
Mahir Gunyel4b0dab22019-05-16 13:56:09 -0700107
Devmalya Paul96a2c9e2019-11-06 07:17:44 +0000108// EventFilterRule from public import voltha_protos/voltha.proto
109type EventFilterRule = voltha.EventFilterRule
Mahir Gunyel4b0dab22019-05-16 13:56:09 -0700110
Devmalya Paul96a2c9e2019-11-06 07:17:44 +0000111// EventFilter from public import voltha_protos/voltha.proto
112type EventFilter = voltha.EventFilter
Mahir Gunyel4b0dab22019-05-16 13:56:09 -0700113
Devmalya Paul96a2c9e2019-11-06 07:17:44 +0000114// EventFilters from public import voltha_protos/voltha.proto
115type EventFilters = voltha.EventFilters
Mahir Gunyel4b0dab22019-05-16 13:56:09 -0700116
Mahir Gunyel4b0dab22019-05-16 13:56:09 -0700117// CoreInstance from public import voltha_protos/voltha.proto
118type CoreInstance = voltha.CoreInstance
119
120// CoreInstances from public import voltha_protos/voltha.proto
121type CoreInstances = voltha.CoreInstances
122
onkar.kundargi7b85fa12020-02-27 13:19:22 +0530123// OmciTestRequest from public import voltha_protos/voltha.proto
124type OmciTestRequest = voltha.OmciTestRequest
125
126// TestResponse from public import voltha_protos/voltha.proto
127type TestResponse = voltha.TestResponse
128
Mahir Gunyel4b0dab22019-05-16 13:56:09 -0700129// Voltha from public import voltha_protos/voltha.proto
130type Voltha = voltha.Voltha
131
132// SelfTestResponse from public import voltha_protos/voltha.proto
133type SelfTestResponse = voltha.SelfTestResponse
134
135// OfAgentSubscriber from public import voltha_protos/voltha.proto
136type OfAgentSubscriber = voltha.OfAgentSubscriber
137
138// Membership from public import voltha_protos/voltha.proto
139type Membership = voltha.Membership
140
manikkaraj k166cb202019-07-28 13:05:56 -0400141// FlowMetadata from public import voltha_protos/voltha.proto
142type FlowMetadata = voltha.FlowMetadata
143
Devmalya Paul96a2c9e2019-11-06 07:17:44 +0000144// EventFilterRuleKey_EventFilterRuleType from public import voltha_protos/voltha.proto
145type EventFilterRuleKey_EventFilterRuleType = voltha.EventFilterRuleKey_EventFilterRuleType
Mahir Gunyel4b0dab22019-05-16 13:56:09 -0700146
Devmalya Paul96a2c9e2019-11-06 07:17:44 +0000147var EventFilterRuleKey_EventFilterRuleType_name = voltha.EventFilterRuleKey_EventFilterRuleType_name
148var EventFilterRuleKey_EventFilterRuleType_value = voltha.EventFilterRuleKey_EventFilterRuleType_value
Mahir Gunyel4b0dab22019-05-16 13:56:09 -0700149
Devmalya Paul96a2c9e2019-11-06 07:17:44 +0000150const EventFilterRuleKey_filter_all = EventFilterRuleKey_EventFilterRuleType(voltha.EventFilterRuleKey_filter_all)
151const EventFilterRuleKey_category = EventFilterRuleKey_EventFilterRuleType(voltha.EventFilterRuleKey_category)
152const EventFilterRuleKey_sub_category = EventFilterRuleKey_EventFilterRuleType(voltha.EventFilterRuleKey_sub_category)
153const EventFilterRuleKey_kpi_event_type = EventFilterRuleKey_EventFilterRuleType(voltha.EventFilterRuleKey_kpi_event_type)
154const EventFilterRuleKey_config_event_type = EventFilterRuleKey_EventFilterRuleType(voltha.EventFilterRuleKey_config_event_type)
155const EventFilterRuleKey_device_event_type = EventFilterRuleKey_EventFilterRuleType(voltha.EventFilterRuleKey_device_event_type)
Mahir Gunyel4b0dab22019-05-16 13:56:09 -0700156
onkar.kundargi7b85fa12020-02-27 13:19:22 +0530157// TestResponse_TestResponseResult from public import voltha_protos/voltha.proto
158type TestResponse_TestResponseResult = voltha.TestResponse_TestResponseResult
159
160var TestResponse_TestResponseResult_name = voltha.TestResponse_TestResponseResult_name
161var TestResponse_TestResponseResult_value = voltha.TestResponse_TestResponseResult_value
162
163const TestResponse_SUCCESS = TestResponse_TestResponseResult(voltha.TestResponse_SUCCESS)
164const TestResponse_FAILURE = TestResponse_TestResponseResult(voltha.TestResponse_FAILURE)
165
Mahir Gunyel4b0dab22019-05-16 13:56:09 -0700166// SelfTestResponse_SelfTestResult from public import voltha_protos/voltha.proto
167type SelfTestResponse_SelfTestResult = voltha.SelfTestResponse_SelfTestResult
168
169var SelfTestResponse_SelfTestResult_name = voltha.SelfTestResponse_SelfTestResult_name
170var SelfTestResponse_SelfTestResult_value = voltha.SelfTestResponse_SelfTestResult_value
171
172const SelfTestResponse_SUCCESS = SelfTestResponse_SelfTestResult(voltha.SelfTestResponse_SUCCESS)
173const SelfTestResponse_FAILURE = SelfTestResponse_SelfTestResult(voltha.SelfTestResponse_FAILURE)
174const SelfTestResponse_NOT_SUPPORTED = SelfTestResponse_SelfTestResult(voltha.SelfTestResponse_NOT_SUPPORTED)
175const SelfTestResponse_UNKNOWN_ERROR = SelfTestResponse_SelfTestResult(voltha.SelfTestResponse_UNKNOWN_ERROR)
176
William Kurkian1b363f42019-03-12 15:28:12 -0400177// LogicalPortId from public import voltha_protos/logical_device.proto
178type LogicalPortId = voltha.LogicalPortId
179
180// LogicalPort from public import voltha_protos/logical_device.proto
181type LogicalPort = voltha.LogicalPort
182
183// LogicalPorts from public import voltha_protos/logical_device.proto
184type LogicalPorts = voltha.LogicalPorts
185
186// LogicalDevice from public import voltha_protos/logical_device.proto
187type LogicalDevice = voltha.LogicalDevice
188
189// LogicalDevices from public import voltha_protos/logical_device.proto
190type LogicalDevices = voltha.LogicalDevices
191
192type MessageType int32
193
194const (
195 MessageType_REQUEST MessageType = 0
196 MessageType_RESPONSE MessageType = 1
197 MessageType_DEVICE_DISCOVERED MessageType = 2
198)
199
200var MessageType_name = map[int32]string{
201 0: "REQUEST",
202 1: "RESPONSE",
203 2: "DEVICE_DISCOVERED",
204}
William Kurkianad745652019-03-20 08:45:51 -0400205
William Kurkian1b363f42019-03-12 15:28:12 -0400206var MessageType_value = map[string]int32{
207 "REQUEST": 0,
208 "RESPONSE": 1,
209 "DEVICE_DISCOVERED": 2,
210}
211
212func (x MessageType) String() string {
213 return proto.EnumName(MessageType_name, int32(x))
214}
William Kurkianad745652019-03-20 08:45:51 -0400215
William Kurkian1b363f42019-03-12 15:28:12 -0400216func (MessageType) EnumDescriptor() ([]byte, []int) {
William Kurkianad745652019-03-20 08:45:51 -0400217 return fileDescriptor_941f0031a549667f, []int{0}
William Kurkian1b363f42019-03-12 15:28:12 -0400218}
219
220type ErrorCodeCodes int32
221
222const (
223 ErrorCode_UNSUPPORTED_REQUEST ErrorCodeCodes = 0
224 ErrorCode_INVALID_PARAMETERS ErrorCodeCodes = 1
Matteo Scandolo865803a2020-01-23 10:26:49 -0800225 ErrorCode_DEADLINE_EXCEEDED ErrorCodeCodes = 2
William Kurkian1b363f42019-03-12 15:28:12 -0400226)
227
228var ErrorCodeCodes_name = map[int32]string{
229 0: "UNSUPPORTED_REQUEST",
230 1: "INVALID_PARAMETERS",
Matteo Scandolo865803a2020-01-23 10:26:49 -0800231 2: "DEADLINE_EXCEEDED",
William Kurkian1b363f42019-03-12 15:28:12 -0400232}
William Kurkianad745652019-03-20 08:45:51 -0400233
William Kurkian1b363f42019-03-12 15:28:12 -0400234var ErrorCodeCodes_value = map[string]int32{
235 "UNSUPPORTED_REQUEST": 0,
236 "INVALID_PARAMETERS": 1,
Matteo Scandolo865803a2020-01-23 10:26:49 -0800237 "DEADLINE_EXCEEDED": 2,
William Kurkian1b363f42019-03-12 15:28:12 -0400238}
239
240func (x ErrorCodeCodes) String() string {
241 return proto.EnumName(ErrorCodeCodes_name, int32(x))
242}
William Kurkianad745652019-03-20 08:45:51 -0400243
William Kurkian1b363f42019-03-12 15:28:12 -0400244func (ErrorCodeCodes) EnumDescriptor() ([]byte, []int) {
William Kurkianad745652019-03-20 08:45:51 -0400245 return fileDescriptor_941f0031a549667f, []int{4, 0}
William Kurkian1b363f42019-03-12 15:28:12 -0400246}
247
248type InterAdapterMessageType_Types int32
249
250const (
Matt Jeanneret15249fa2019-04-12 20:25:31 -0400251 InterAdapterMessageType_FLOW_REQUEST InterAdapterMessageType_Types = 0
252 InterAdapterMessageType_FLOW_RESPONSE InterAdapterMessageType_Types = 1
253 InterAdapterMessageType_OMCI_REQUEST InterAdapterMessageType_Types = 2
254 InterAdapterMessageType_OMCI_RESPONSE InterAdapterMessageType_Types = 3
255 InterAdapterMessageType_METRICS_REQUEST InterAdapterMessageType_Types = 4
256 InterAdapterMessageType_METRICS_RESPONSE InterAdapterMessageType_Types = 5
257 InterAdapterMessageType_ONU_IND_REQUEST InterAdapterMessageType_Types = 6
258 InterAdapterMessageType_ONU_IND_RESPONSE InterAdapterMessageType_Types = 7
259 InterAdapterMessageType_TECH_PROFILE_DOWNLOAD_REQUEST InterAdapterMessageType_Types = 8
Girish Gowdra475e63e2019-11-20 16:42:59 +0530260 InterAdapterMessageType_DELETE_GEM_PORT_REQUEST InterAdapterMessageType_Types = 9
261 InterAdapterMessageType_DELETE_TCONT_REQUEST InterAdapterMessageType_Types = 10
William Kurkian1b363f42019-03-12 15:28:12 -0400262)
263
264var InterAdapterMessageType_Types_name = map[int32]string{
Girish Gowdra475e63e2019-11-20 16:42:59 +0530265 0: "FLOW_REQUEST",
266 1: "FLOW_RESPONSE",
267 2: "OMCI_REQUEST",
268 3: "OMCI_RESPONSE",
269 4: "METRICS_REQUEST",
270 5: "METRICS_RESPONSE",
271 6: "ONU_IND_REQUEST",
272 7: "ONU_IND_RESPONSE",
273 8: "TECH_PROFILE_DOWNLOAD_REQUEST",
274 9: "DELETE_GEM_PORT_REQUEST",
275 10: "DELETE_TCONT_REQUEST",
William Kurkian1b363f42019-03-12 15:28:12 -0400276}
William Kurkianad745652019-03-20 08:45:51 -0400277
William Kurkian1b363f42019-03-12 15:28:12 -0400278var InterAdapterMessageType_Types_value = map[string]int32{
Matt Jeanneret15249fa2019-04-12 20:25:31 -0400279 "FLOW_REQUEST": 0,
280 "FLOW_RESPONSE": 1,
281 "OMCI_REQUEST": 2,
282 "OMCI_RESPONSE": 3,
283 "METRICS_REQUEST": 4,
284 "METRICS_RESPONSE": 5,
285 "ONU_IND_REQUEST": 6,
286 "ONU_IND_RESPONSE": 7,
287 "TECH_PROFILE_DOWNLOAD_REQUEST": 8,
Girish Gowdra475e63e2019-11-20 16:42:59 +0530288 "DELETE_GEM_PORT_REQUEST": 9,
289 "DELETE_TCONT_REQUEST": 10,
William Kurkian1b363f42019-03-12 15:28:12 -0400290}
291
292func (x InterAdapterMessageType_Types) String() string {
293 return proto.EnumName(InterAdapterMessageType_Types_name, int32(x))
294}
William Kurkianad745652019-03-20 08:45:51 -0400295
William Kurkian1b363f42019-03-12 15:28:12 -0400296func (InterAdapterMessageType_Types) EnumDescriptor() ([]byte, []int) {
William Kurkianad745652019-03-20 08:45:51 -0400297 return fileDescriptor_941f0031a549667f, []int{14, 0}
William Kurkian1b363f42019-03-12 15:28:12 -0400298}
299
300type StrType struct {
301 Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
302 XXX_NoUnkeyedLiteral struct{} `json:"-"`
303 XXX_unrecognized []byte `json:"-"`
304 XXX_sizecache int32 `json:"-"`
305}
306
307func (m *StrType) Reset() { *m = StrType{} }
308func (m *StrType) String() string { return proto.CompactTextString(m) }
309func (*StrType) ProtoMessage() {}
310func (*StrType) Descriptor() ([]byte, []int) {
William Kurkianad745652019-03-20 08:45:51 -0400311 return fileDescriptor_941f0031a549667f, []int{0}
William Kurkian1b363f42019-03-12 15:28:12 -0400312}
William Kurkianad745652019-03-20 08:45:51 -0400313
William Kurkian1b363f42019-03-12 15:28:12 -0400314func (m *StrType) XXX_Unmarshal(b []byte) error {
315 return xxx_messageInfo_StrType.Unmarshal(m, b)
316}
317func (m *StrType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
318 return xxx_messageInfo_StrType.Marshal(b, m, deterministic)
319}
William Kurkianad745652019-03-20 08:45:51 -0400320func (m *StrType) XXX_Merge(src proto.Message) {
321 xxx_messageInfo_StrType.Merge(m, src)
William Kurkian1b363f42019-03-12 15:28:12 -0400322}
323func (m *StrType) XXX_Size() int {
324 return xxx_messageInfo_StrType.Size(m)
325}
326func (m *StrType) XXX_DiscardUnknown() {
327 xxx_messageInfo_StrType.DiscardUnknown(m)
328}
329
330var xxx_messageInfo_StrType proto.InternalMessageInfo
331
332func (m *StrType) GetVal() string {
333 if m != nil {
334 return m.Val
335 }
336 return ""
337}
338
339type IntType struct {
340 Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
341 XXX_NoUnkeyedLiteral struct{} `json:"-"`
342 XXX_unrecognized []byte `json:"-"`
343 XXX_sizecache int32 `json:"-"`
344}
345
346func (m *IntType) Reset() { *m = IntType{} }
347func (m *IntType) String() string { return proto.CompactTextString(m) }
348func (*IntType) ProtoMessage() {}
349func (*IntType) Descriptor() ([]byte, []int) {
William Kurkianad745652019-03-20 08:45:51 -0400350 return fileDescriptor_941f0031a549667f, []int{1}
William Kurkian1b363f42019-03-12 15:28:12 -0400351}
William Kurkianad745652019-03-20 08:45:51 -0400352
William Kurkian1b363f42019-03-12 15:28:12 -0400353func (m *IntType) XXX_Unmarshal(b []byte) error {
354 return xxx_messageInfo_IntType.Unmarshal(m, b)
355}
356func (m *IntType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
357 return xxx_messageInfo_IntType.Marshal(b, m, deterministic)
358}
William Kurkianad745652019-03-20 08:45:51 -0400359func (m *IntType) XXX_Merge(src proto.Message) {
360 xxx_messageInfo_IntType.Merge(m, src)
William Kurkian1b363f42019-03-12 15:28:12 -0400361}
362func (m *IntType) XXX_Size() int {
363 return xxx_messageInfo_IntType.Size(m)
364}
365func (m *IntType) XXX_DiscardUnknown() {
366 xxx_messageInfo_IntType.DiscardUnknown(m)
367}
368
369var xxx_messageInfo_IntType proto.InternalMessageInfo
370
371func (m *IntType) GetVal() int64 {
372 if m != nil {
373 return m.Val
374 }
375 return 0
376}
377
378type BoolType struct {
379 Val bool `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
380 XXX_NoUnkeyedLiteral struct{} `json:"-"`
381 XXX_unrecognized []byte `json:"-"`
382 XXX_sizecache int32 `json:"-"`
383}
384
385func (m *BoolType) Reset() { *m = BoolType{} }
386func (m *BoolType) String() string { return proto.CompactTextString(m) }
387func (*BoolType) ProtoMessage() {}
388func (*BoolType) Descriptor() ([]byte, []int) {
William Kurkianad745652019-03-20 08:45:51 -0400389 return fileDescriptor_941f0031a549667f, []int{2}
William Kurkian1b363f42019-03-12 15:28:12 -0400390}
William Kurkianad745652019-03-20 08:45:51 -0400391
William Kurkian1b363f42019-03-12 15:28:12 -0400392func (m *BoolType) XXX_Unmarshal(b []byte) error {
393 return xxx_messageInfo_BoolType.Unmarshal(m, b)
394}
395func (m *BoolType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
396 return xxx_messageInfo_BoolType.Marshal(b, m, deterministic)
397}
William Kurkianad745652019-03-20 08:45:51 -0400398func (m *BoolType) XXX_Merge(src proto.Message) {
399 xxx_messageInfo_BoolType.Merge(m, src)
William Kurkian1b363f42019-03-12 15:28:12 -0400400}
401func (m *BoolType) XXX_Size() int {
402 return xxx_messageInfo_BoolType.Size(m)
403}
404func (m *BoolType) XXX_DiscardUnknown() {
405 xxx_messageInfo_BoolType.DiscardUnknown(m)
406}
407
408var xxx_messageInfo_BoolType proto.InternalMessageInfo
409
410func (m *BoolType) GetVal() bool {
411 if m != nil {
412 return m.Val
413 }
414 return false
415}
416
417type Packet struct {
418 Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
419 XXX_NoUnkeyedLiteral struct{} `json:"-"`
420 XXX_unrecognized []byte `json:"-"`
421 XXX_sizecache int32 `json:"-"`
422}
423
424func (m *Packet) Reset() { *m = Packet{} }
425func (m *Packet) String() string { return proto.CompactTextString(m) }
426func (*Packet) ProtoMessage() {}
427func (*Packet) Descriptor() ([]byte, []int) {
William Kurkianad745652019-03-20 08:45:51 -0400428 return fileDescriptor_941f0031a549667f, []int{3}
William Kurkian1b363f42019-03-12 15:28:12 -0400429}
William Kurkianad745652019-03-20 08:45:51 -0400430
William Kurkian1b363f42019-03-12 15:28:12 -0400431func (m *Packet) XXX_Unmarshal(b []byte) error {
432 return xxx_messageInfo_Packet.Unmarshal(m, b)
433}
434func (m *Packet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
435 return xxx_messageInfo_Packet.Marshal(b, m, deterministic)
436}
William Kurkianad745652019-03-20 08:45:51 -0400437func (m *Packet) XXX_Merge(src proto.Message) {
438 xxx_messageInfo_Packet.Merge(m, src)
William Kurkian1b363f42019-03-12 15:28:12 -0400439}
440func (m *Packet) XXX_Size() int {
441 return xxx_messageInfo_Packet.Size(m)
442}
443func (m *Packet) XXX_DiscardUnknown() {
444 xxx_messageInfo_Packet.DiscardUnknown(m)
445}
446
447var xxx_messageInfo_Packet proto.InternalMessageInfo
448
449func (m *Packet) GetPayload() []byte {
450 if m != nil {
451 return m.Payload
452 }
453 return nil
454}
455
456type ErrorCode struct {
457 XXX_NoUnkeyedLiteral struct{} `json:"-"`
458 XXX_unrecognized []byte `json:"-"`
459 XXX_sizecache int32 `json:"-"`
460}
461
462func (m *ErrorCode) Reset() { *m = ErrorCode{} }
463func (m *ErrorCode) String() string { return proto.CompactTextString(m) }
464func (*ErrorCode) ProtoMessage() {}
465func (*ErrorCode) Descriptor() ([]byte, []int) {
William Kurkianad745652019-03-20 08:45:51 -0400466 return fileDescriptor_941f0031a549667f, []int{4}
William Kurkian1b363f42019-03-12 15:28:12 -0400467}
William Kurkianad745652019-03-20 08:45:51 -0400468
William Kurkian1b363f42019-03-12 15:28:12 -0400469func (m *ErrorCode) XXX_Unmarshal(b []byte) error {
470 return xxx_messageInfo_ErrorCode.Unmarshal(m, b)
471}
472func (m *ErrorCode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
473 return xxx_messageInfo_ErrorCode.Marshal(b, m, deterministic)
474}
William Kurkianad745652019-03-20 08:45:51 -0400475func (m *ErrorCode) XXX_Merge(src proto.Message) {
476 xxx_messageInfo_ErrorCode.Merge(m, src)
William Kurkian1b363f42019-03-12 15:28:12 -0400477}
478func (m *ErrorCode) XXX_Size() int {
479 return xxx_messageInfo_ErrorCode.Size(m)
480}
481func (m *ErrorCode) XXX_DiscardUnknown() {
482 xxx_messageInfo_ErrorCode.DiscardUnknown(m)
483}
484
485var xxx_messageInfo_ErrorCode proto.InternalMessageInfo
486
487type Error struct {
Matteo Scandolodeed92f2020-01-21 15:49:55 -0800488 Code ErrorCodeCodes `protobuf:"varint,1,opt,name=code,proto3,enum=voltha.ErrorCodeCodes" json:"code,omitempty"`
489 Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
490 XXX_NoUnkeyedLiteral struct{} `json:"-"`
491 XXX_unrecognized []byte `json:"-"`
492 XXX_sizecache int32 `json:"-"`
William Kurkian1b363f42019-03-12 15:28:12 -0400493}
494
495func (m *Error) Reset() { *m = Error{} }
496func (m *Error) String() string { return proto.CompactTextString(m) }
497func (*Error) ProtoMessage() {}
498func (*Error) Descriptor() ([]byte, []int) {
William Kurkianad745652019-03-20 08:45:51 -0400499 return fileDescriptor_941f0031a549667f, []int{5}
William Kurkian1b363f42019-03-12 15:28:12 -0400500}
William Kurkianad745652019-03-20 08:45:51 -0400501
William Kurkian1b363f42019-03-12 15:28:12 -0400502func (m *Error) XXX_Unmarshal(b []byte) error {
503 return xxx_messageInfo_Error.Unmarshal(m, b)
504}
505func (m *Error) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
506 return xxx_messageInfo_Error.Marshal(b, m, deterministic)
507}
William Kurkianad745652019-03-20 08:45:51 -0400508func (m *Error) XXX_Merge(src proto.Message) {
509 xxx_messageInfo_Error.Merge(m, src)
William Kurkian1b363f42019-03-12 15:28:12 -0400510}
511func (m *Error) XXX_Size() int {
512 return xxx_messageInfo_Error.Size(m)
513}
514func (m *Error) XXX_DiscardUnknown() {
515 xxx_messageInfo_Error.DiscardUnknown(m)
516}
517
518var xxx_messageInfo_Error proto.InternalMessageInfo
519
Matteo Scandolodeed92f2020-01-21 15:49:55 -0800520func (m *Error) GetCode() ErrorCodeCodes {
William Kurkian1b363f42019-03-12 15:28:12 -0400521 if m != nil {
522 return m.Code
523 }
Matteo Scandolodeed92f2020-01-21 15:49:55 -0800524 return ErrorCode_UNSUPPORTED_REQUEST
William Kurkian1b363f42019-03-12 15:28:12 -0400525}
526
527func (m *Error) GetReason() string {
528 if m != nil {
529 return m.Reason
530 }
531 return ""
532}
533
534type Header struct {
535 Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
536 Type MessageType `protobuf:"varint,2,opt,name=type,proto3,enum=voltha.MessageType" json:"type,omitempty"`
537 FromTopic string `protobuf:"bytes,3,opt,name=from_topic,json=fromTopic,proto3" json:"from_topic,omitempty"`
538 ToTopic string `protobuf:"bytes,4,opt,name=to_topic,json=toTopic,proto3" json:"to_topic,omitempty"`
539 KeyTopic string `protobuf:"bytes,5,opt,name=key_topic,json=keyTopic,proto3" json:"key_topic,omitempty"`
540 Timestamp int64 `protobuf:"varint,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
541 XXX_NoUnkeyedLiteral struct{} `json:"-"`
542 XXX_unrecognized []byte `json:"-"`
543 XXX_sizecache int32 `json:"-"`
544}
545
546func (m *Header) Reset() { *m = Header{} }
547func (m *Header) String() string { return proto.CompactTextString(m) }
548func (*Header) ProtoMessage() {}
549func (*Header) Descriptor() ([]byte, []int) {
William Kurkianad745652019-03-20 08:45:51 -0400550 return fileDescriptor_941f0031a549667f, []int{6}
William Kurkian1b363f42019-03-12 15:28:12 -0400551}
William Kurkianad745652019-03-20 08:45:51 -0400552
William Kurkian1b363f42019-03-12 15:28:12 -0400553func (m *Header) XXX_Unmarshal(b []byte) error {
554 return xxx_messageInfo_Header.Unmarshal(m, b)
555}
556func (m *Header) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
557 return xxx_messageInfo_Header.Marshal(b, m, deterministic)
558}
William Kurkianad745652019-03-20 08:45:51 -0400559func (m *Header) XXX_Merge(src proto.Message) {
560 xxx_messageInfo_Header.Merge(m, src)
William Kurkian1b363f42019-03-12 15:28:12 -0400561}
562func (m *Header) XXX_Size() int {
563 return xxx_messageInfo_Header.Size(m)
564}
565func (m *Header) XXX_DiscardUnknown() {
566 xxx_messageInfo_Header.DiscardUnknown(m)
567}
568
569var xxx_messageInfo_Header proto.InternalMessageInfo
570
571func (m *Header) GetId() string {
572 if m != nil {
573 return m.Id
574 }
575 return ""
576}
577
578func (m *Header) GetType() MessageType {
579 if m != nil {
580 return m.Type
581 }
582 return MessageType_REQUEST
583}
584
585func (m *Header) GetFromTopic() string {
586 if m != nil {
587 return m.FromTopic
588 }
589 return ""
590}
591
592func (m *Header) GetToTopic() string {
593 if m != nil {
594 return m.ToTopic
595 }
596 return ""
597}
598
599func (m *Header) GetKeyTopic() string {
600 if m != nil {
601 return m.KeyTopic
602 }
603 return ""
604}
605
606func (m *Header) GetTimestamp() int64 {
607 if m != nil {
608 return m.Timestamp
609 }
610 return 0
611}
612
613type Argument struct {
614 Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
615 Value *any.Any `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
616 XXX_NoUnkeyedLiteral struct{} `json:"-"`
617 XXX_unrecognized []byte `json:"-"`
618 XXX_sizecache int32 `json:"-"`
619}
620
621func (m *Argument) Reset() { *m = Argument{} }
622func (m *Argument) String() string { return proto.CompactTextString(m) }
623func (*Argument) ProtoMessage() {}
624func (*Argument) Descriptor() ([]byte, []int) {
William Kurkianad745652019-03-20 08:45:51 -0400625 return fileDescriptor_941f0031a549667f, []int{7}
William Kurkian1b363f42019-03-12 15:28:12 -0400626}
William Kurkianad745652019-03-20 08:45:51 -0400627
William Kurkian1b363f42019-03-12 15:28:12 -0400628func (m *Argument) XXX_Unmarshal(b []byte) error {
629 return xxx_messageInfo_Argument.Unmarshal(m, b)
630}
631func (m *Argument) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
632 return xxx_messageInfo_Argument.Marshal(b, m, deterministic)
633}
William Kurkianad745652019-03-20 08:45:51 -0400634func (m *Argument) XXX_Merge(src proto.Message) {
635 xxx_messageInfo_Argument.Merge(m, src)
William Kurkian1b363f42019-03-12 15:28:12 -0400636}
637func (m *Argument) XXX_Size() int {
638 return xxx_messageInfo_Argument.Size(m)
639}
640func (m *Argument) XXX_DiscardUnknown() {
641 xxx_messageInfo_Argument.DiscardUnknown(m)
642}
643
644var xxx_messageInfo_Argument proto.InternalMessageInfo
645
646func (m *Argument) GetKey() string {
647 if m != nil {
648 return m.Key
649 }
650 return ""
651}
652
653func (m *Argument) GetValue() *any.Any {
654 if m != nil {
655 return m.Value
656 }
657 return nil
658}
659
660type InterContainerMessage struct {
661 Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
662 Body *any.Any `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
663 XXX_NoUnkeyedLiteral struct{} `json:"-"`
664 XXX_unrecognized []byte `json:"-"`
665 XXX_sizecache int32 `json:"-"`
666}
667
668func (m *InterContainerMessage) Reset() { *m = InterContainerMessage{} }
669func (m *InterContainerMessage) String() string { return proto.CompactTextString(m) }
670func (*InterContainerMessage) ProtoMessage() {}
671func (*InterContainerMessage) Descriptor() ([]byte, []int) {
William Kurkianad745652019-03-20 08:45:51 -0400672 return fileDescriptor_941f0031a549667f, []int{8}
William Kurkian1b363f42019-03-12 15:28:12 -0400673}
William Kurkianad745652019-03-20 08:45:51 -0400674
William Kurkian1b363f42019-03-12 15:28:12 -0400675func (m *InterContainerMessage) XXX_Unmarshal(b []byte) error {
676 return xxx_messageInfo_InterContainerMessage.Unmarshal(m, b)
677}
678func (m *InterContainerMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
679 return xxx_messageInfo_InterContainerMessage.Marshal(b, m, deterministic)
680}
William Kurkianad745652019-03-20 08:45:51 -0400681func (m *InterContainerMessage) XXX_Merge(src proto.Message) {
682 xxx_messageInfo_InterContainerMessage.Merge(m, src)
William Kurkian1b363f42019-03-12 15:28:12 -0400683}
684func (m *InterContainerMessage) XXX_Size() int {
685 return xxx_messageInfo_InterContainerMessage.Size(m)
686}
687func (m *InterContainerMessage) XXX_DiscardUnknown() {
688 xxx_messageInfo_InterContainerMessage.DiscardUnknown(m)
689}
690
691var xxx_messageInfo_InterContainerMessage proto.InternalMessageInfo
692
693func (m *InterContainerMessage) GetHeader() *Header {
694 if m != nil {
695 return m.Header
696 }
697 return nil
698}
699
700func (m *InterContainerMessage) GetBody() *any.Any {
701 if m != nil {
702 return m.Body
703 }
704 return nil
705}
706
707type InterContainerRequestBody struct {
708 Rpc string `protobuf:"bytes,2,opt,name=rpc,proto3" json:"rpc,omitempty"`
709 Args []*Argument `protobuf:"bytes,3,rep,name=args,proto3" json:"args,omitempty"`
710 ResponseRequired bool `protobuf:"varint,4,opt,name=response_required,json=responseRequired,proto3" json:"response_required,omitempty"`
711 ReplyToTopic string `protobuf:"bytes,5,opt,name=reply_to_topic,json=replyToTopic,proto3" json:"reply_to_topic,omitempty"`
712 XXX_NoUnkeyedLiteral struct{} `json:"-"`
713 XXX_unrecognized []byte `json:"-"`
714 XXX_sizecache int32 `json:"-"`
715}
716
717func (m *InterContainerRequestBody) Reset() { *m = InterContainerRequestBody{} }
718func (m *InterContainerRequestBody) String() string { return proto.CompactTextString(m) }
719func (*InterContainerRequestBody) ProtoMessage() {}
720func (*InterContainerRequestBody) Descriptor() ([]byte, []int) {
William Kurkianad745652019-03-20 08:45:51 -0400721 return fileDescriptor_941f0031a549667f, []int{9}
William Kurkian1b363f42019-03-12 15:28:12 -0400722}
William Kurkianad745652019-03-20 08:45:51 -0400723
William Kurkian1b363f42019-03-12 15:28:12 -0400724func (m *InterContainerRequestBody) XXX_Unmarshal(b []byte) error {
725 return xxx_messageInfo_InterContainerRequestBody.Unmarshal(m, b)
726}
727func (m *InterContainerRequestBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
728 return xxx_messageInfo_InterContainerRequestBody.Marshal(b, m, deterministic)
729}
William Kurkianad745652019-03-20 08:45:51 -0400730func (m *InterContainerRequestBody) XXX_Merge(src proto.Message) {
731 xxx_messageInfo_InterContainerRequestBody.Merge(m, src)
William Kurkian1b363f42019-03-12 15:28:12 -0400732}
733func (m *InterContainerRequestBody) XXX_Size() int {
734 return xxx_messageInfo_InterContainerRequestBody.Size(m)
735}
736func (m *InterContainerRequestBody) XXX_DiscardUnknown() {
737 xxx_messageInfo_InterContainerRequestBody.DiscardUnknown(m)
738}
739
740var xxx_messageInfo_InterContainerRequestBody proto.InternalMessageInfo
741
742func (m *InterContainerRequestBody) GetRpc() string {
743 if m != nil {
744 return m.Rpc
745 }
746 return ""
747}
748
749func (m *InterContainerRequestBody) GetArgs() []*Argument {
750 if m != nil {
751 return m.Args
752 }
753 return nil
754}
755
756func (m *InterContainerRequestBody) GetResponseRequired() bool {
757 if m != nil {
758 return m.ResponseRequired
759 }
760 return false
761}
762
763func (m *InterContainerRequestBody) GetReplyToTopic() string {
764 if m != nil {
765 return m.ReplyToTopic
766 }
767 return ""
768}
769
770type InterContainerResponseBody struct {
771 Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
772 Result *any.Any `protobuf:"bytes,3,opt,name=result,proto3" json:"result,omitempty"`
773 XXX_NoUnkeyedLiteral struct{} `json:"-"`
774 XXX_unrecognized []byte `json:"-"`
775 XXX_sizecache int32 `json:"-"`
776}
777
778func (m *InterContainerResponseBody) Reset() { *m = InterContainerResponseBody{} }
779func (m *InterContainerResponseBody) String() string { return proto.CompactTextString(m) }
780func (*InterContainerResponseBody) ProtoMessage() {}
781func (*InterContainerResponseBody) Descriptor() ([]byte, []int) {
William Kurkianad745652019-03-20 08:45:51 -0400782 return fileDescriptor_941f0031a549667f, []int{10}
William Kurkian1b363f42019-03-12 15:28:12 -0400783}
William Kurkianad745652019-03-20 08:45:51 -0400784
William Kurkian1b363f42019-03-12 15:28:12 -0400785func (m *InterContainerResponseBody) XXX_Unmarshal(b []byte) error {
786 return xxx_messageInfo_InterContainerResponseBody.Unmarshal(m, b)
787}
788func (m *InterContainerResponseBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
789 return xxx_messageInfo_InterContainerResponseBody.Marshal(b, m, deterministic)
790}
William Kurkianad745652019-03-20 08:45:51 -0400791func (m *InterContainerResponseBody) XXX_Merge(src proto.Message) {
792 xxx_messageInfo_InterContainerResponseBody.Merge(m, src)
William Kurkian1b363f42019-03-12 15:28:12 -0400793}
794func (m *InterContainerResponseBody) XXX_Size() int {
795 return xxx_messageInfo_InterContainerResponseBody.Size(m)
796}
797func (m *InterContainerResponseBody) XXX_DiscardUnknown() {
798 xxx_messageInfo_InterContainerResponseBody.DiscardUnknown(m)
799}
800
801var xxx_messageInfo_InterContainerResponseBody proto.InternalMessageInfo
802
803func (m *InterContainerResponseBody) GetSuccess() bool {
804 if m != nil {
805 return m.Success
806 }
807 return false
808}
809
810func (m *InterContainerResponseBody) GetResult() *any.Any {
811 if m != nil {
812 return m.Result
813 }
814 return nil
815}
816
817type SwitchCapability struct {
818 Desc *openflow_13.OfpDesc `protobuf:"bytes,1,opt,name=desc,proto3" json:"desc,omitempty"`
819 SwitchFeatures *openflow_13.OfpSwitchFeatures `protobuf:"bytes,2,opt,name=switch_features,json=switchFeatures,proto3" json:"switch_features,omitempty"`
820 XXX_NoUnkeyedLiteral struct{} `json:"-"`
821 XXX_unrecognized []byte `json:"-"`
822 XXX_sizecache int32 `json:"-"`
823}
824
825func (m *SwitchCapability) Reset() { *m = SwitchCapability{} }
826func (m *SwitchCapability) String() string { return proto.CompactTextString(m) }
827func (*SwitchCapability) ProtoMessage() {}
828func (*SwitchCapability) Descriptor() ([]byte, []int) {
William Kurkianad745652019-03-20 08:45:51 -0400829 return fileDescriptor_941f0031a549667f, []int{11}
William Kurkian1b363f42019-03-12 15:28:12 -0400830}
William Kurkianad745652019-03-20 08:45:51 -0400831
William Kurkian1b363f42019-03-12 15:28:12 -0400832func (m *SwitchCapability) XXX_Unmarshal(b []byte) error {
833 return xxx_messageInfo_SwitchCapability.Unmarshal(m, b)
834}
835func (m *SwitchCapability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
836 return xxx_messageInfo_SwitchCapability.Marshal(b, m, deterministic)
837}
William Kurkianad745652019-03-20 08:45:51 -0400838func (m *SwitchCapability) XXX_Merge(src proto.Message) {
839 xxx_messageInfo_SwitchCapability.Merge(m, src)
William Kurkian1b363f42019-03-12 15:28:12 -0400840}
841func (m *SwitchCapability) XXX_Size() int {
842 return xxx_messageInfo_SwitchCapability.Size(m)
843}
844func (m *SwitchCapability) XXX_DiscardUnknown() {
845 xxx_messageInfo_SwitchCapability.DiscardUnknown(m)
846}
847
848var xxx_messageInfo_SwitchCapability proto.InternalMessageInfo
849
850func (m *SwitchCapability) GetDesc() *openflow_13.OfpDesc {
851 if m != nil {
852 return m.Desc
853 }
854 return nil
855}
856
857func (m *SwitchCapability) GetSwitchFeatures() *openflow_13.OfpSwitchFeatures {
858 if m != nil {
859 return m.SwitchFeatures
860 }
861 return nil
862}
863
864type PortCapability struct {
865 Port *voltha.LogicalPort `protobuf:"bytes,1,opt,name=port,proto3" json:"port,omitempty"`
866 XXX_NoUnkeyedLiteral struct{} `json:"-"`
867 XXX_unrecognized []byte `json:"-"`
868 XXX_sizecache int32 `json:"-"`
869}
870
871func (m *PortCapability) Reset() { *m = PortCapability{} }
872func (m *PortCapability) String() string { return proto.CompactTextString(m) }
873func (*PortCapability) ProtoMessage() {}
874func (*PortCapability) Descriptor() ([]byte, []int) {
William Kurkianad745652019-03-20 08:45:51 -0400875 return fileDescriptor_941f0031a549667f, []int{12}
William Kurkian1b363f42019-03-12 15:28:12 -0400876}
William Kurkianad745652019-03-20 08:45:51 -0400877
William Kurkian1b363f42019-03-12 15:28:12 -0400878func (m *PortCapability) XXX_Unmarshal(b []byte) error {
879 return xxx_messageInfo_PortCapability.Unmarshal(m, b)
880}
881func (m *PortCapability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
882 return xxx_messageInfo_PortCapability.Marshal(b, m, deterministic)
883}
William Kurkianad745652019-03-20 08:45:51 -0400884func (m *PortCapability) XXX_Merge(src proto.Message) {
885 xxx_messageInfo_PortCapability.Merge(m, src)
William Kurkian1b363f42019-03-12 15:28:12 -0400886}
887func (m *PortCapability) XXX_Size() int {
888 return xxx_messageInfo_PortCapability.Size(m)
889}
890func (m *PortCapability) XXX_DiscardUnknown() {
891 xxx_messageInfo_PortCapability.DiscardUnknown(m)
892}
893
894var xxx_messageInfo_PortCapability proto.InternalMessageInfo
895
896func (m *PortCapability) GetPort() *voltha.LogicalPort {
897 if m != nil {
898 return m.Port
899 }
900 return nil
901}
902
903type DeviceDiscovered struct {
904 Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
905 ParentId string `protobuf:"bytes,2,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
906 DeviceType string `protobuf:"bytes,3,opt,name=device_type,json=deviceType,proto3" json:"device_type,omitempty"`
907 Publisher string `protobuf:"bytes,4,opt,name=publisher,proto3" json:"publisher,omitempty"`
908 XXX_NoUnkeyedLiteral struct{} `json:"-"`
909 XXX_unrecognized []byte `json:"-"`
910 XXX_sizecache int32 `json:"-"`
911}
912
913func (m *DeviceDiscovered) Reset() { *m = DeviceDiscovered{} }
914func (m *DeviceDiscovered) String() string { return proto.CompactTextString(m) }
915func (*DeviceDiscovered) ProtoMessage() {}
916func (*DeviceDiscovered) Descriptor() ([]byte, []int) {
William Kurkianad745652019-03-20 08:45:51 -0400917 return fileDescriptor_941f0031a549667f, []int{13}
William Kurkian1b363f42019-03-12 15:28:12 -0400918}
William Kurkianad745652019-03-20 08:45:51 -0400919
William Kurkian1b363f42019-03-12 15:28:12 -0400920func (m *DeviceDiscovered) XXX_Unmarshal(b []byte) error {
921 return xxx_messageInfo_DeviceDiscovered.Unmarshal(m, b)
922}
923func (m *DeviceDiscovered) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
924 return xxx_messageInfo_DeviceDiscovered.Marshal(b, m, deterministic)
925}
William Kurkianad745652019-03-20 08:45:51 -0400926func (m *DeviceDiscovered) XXX_Merge(src proto.Message) {
927 xxx_messageInfo_DeviceDiscovered.Merge(m, src)
William Kurkian1b363f42019-03-12 15:28:12 -0400928}
929func (m *DeviceDiscovered) XXX_Size() int {
930 return xxx_messageInfo_DeviceDiscovered.Size(m)
931}
932func (m *DeviceDiscovered) XXX_DiscardUnknown() {
933 xxx_messageInfo_DeviceDiscovered.DiscardUnknown(m)
934}
935
936var xxx_messageInfo_DeviceDiscovered proto.InternalMessageInfo
937
938func (m *DeviceDiscovered) GetId() string {
939 if m != nil {
940 return m.Id
941 }
942 return ""
943}
944
945func (m *DeviceDiscovered) GetParentId() string {
946 if m != nil {
947 return m.ParentId
948 }
949 return ""
950}
951
952func (m *DeviceDiscovered) GetDeviceType() string {
953 if m != nil {
954 return m.DeviceType
955 }
956 return ""
957}
958
959func (m *DeviceDiscovered) GetPublisher() string {
960 if m != nil {
961 return m.Publisher
962 }
963 return ""
964}
965
966type InterAdapterMessageType struct {
967 XXX_NoUnkeyedLiteral struct{} `json:"-"`
968 XXX_unrecognized []byte `json:"-"`
969 XXX_sizecache int32 `json:"-"`
970}
971
972func (m *InterAdapterMessageType) Reset() { *m = InterAdapterMessageType{} }
973func (m *InterAdapterMessageType) String() string { return proto.CompactTextString(m) }
974func (*InterAdapterMessageType) ProtoMessage() {}
975func (*InterAdapterMessageType) Descriptor() ([]byte, []int) {
William Kurkianad745652019-03-20 08:45:51 -0400976 return fileDescriptor_941f0031a549667f, []int{14}
William Kurkian1b363f42019-03-12 15:28:12 -0400977}
William Kurkianad745652019-03-20 08:45:51 -0400978
William Kurkian1b363f42019-03-12 15:28:12 -0400979func (m *InterAdapterMessageType) XXX_Unmarshal(b []byte) error {
980 return xxx_messageInfo_InterAdapterMessageType.Unmarshal(m, b)
981}
982func (m *InterAdapterMessageType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
983 return xxx_messageInfo_InterAdapterMessageType.Marshal(b, m, deterministic)
984}
William Kurkianad745652019-03-20 08:45:51 -0400985func (m *InterAdapterMessageType) XXX_Merge(src proto.Message) {
986 xxx_messageInfo_InterAdapterMessageType.Merge(m, src)
William Kurkian1b363f42019-03-12 15:28:12 -0400987}
988func (m *InterAdapterMessageType) XXX_Size() int {
989 return xxx_messageInfo_InterAdapterMessageType.Size(m)
990}
991func (m *InterAdapterMessageType) XXX_DiscardUnknown() {
992 xxx_messageInfo_InterAdapterMessageType.DiscardUnknown(m)
993}
994
995var xxx_messageInfo_InterAdapterMessageType proto.InternalMessageInfo
996
997type InterAdapterHeader struct {
998 Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
999 Type InterAdapterMessageType_Types `protobuf:"varint,2,opt,name=type,proto3,enum=voltha.InterAdapterMessageType_Types" json:"type,omitempty"`
1000 FromTopic string `protobuf:"bytes,3,opt,name=from_topic,json=fromTopic,proto3" json:"from_topic,omitempty"`
1001 ToTopic string `protobuf:"bytes,4,opt,name=to_topic,json=toTopic,proto3" json:"to_topic,omitempty"`
1002 ToDeviceId string `protobuf:"bytes,5,opt,name=to_device_id,json=toDeviceId,proto3" json:"to_device_id,omitempty"`
1003 ProxyDeviceId string `protobuf:"bytes,6,opt,name=proxy_device_id,json=proxyDeviceId,proto3" json:"proxy_device_id,omitempty"`
1004 Timestamp int64 `protobuf:"varint,7,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
1005 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1006 XXX_unrecognized []byte `json:"-"`
1007 XXX_sizecache int32 `json:"-"`
1008}
1009
1010func (m *InterAdapterHeader) Reset() { *m = InterAdapterHeader{} }
1011func (m *InterAdapterHeader) String() string { return proto.CompactTextString(m) }
1012func (*InterAdapterHeader) ProtoMessage() {}
1013func (*InterAdapterHeader) Descriptor() ([]byte, []int) {
William Kurkianad745652019-03-20 08:45:51 -04001014 return fileDescriptor_941f0031a549667f, []int{15}
William Kurkian1b363f42019-03-12 15:28:12 -04001015}
William Kurkianad745652019-03-20 08:45:51 -04001016
William Kurkian1b363f42019-03-12 15:28:12 -04001017func (m *InterAdapterHeader) XXX_Unmarshal(b []byte) error {
1018 return xxx_messageInfo_InterAdapterHeader.Unmarshal(m, b)
1019}
1020func (m *InterAdapterHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1021 return xxx_messageInfo_InterAdapterHeader.Marshal(b, m, deterministic)
1022}
William Kurkianad745652019-03-20 08:45:51 -04001023func (m *InterAdapterHeader) XXX_Merge(src proto.Message) {
1024 xxx_messageInfo_InterAdapterHeader.Merge(m, src)
William Kurkian1b363f42019-03-12 15:28:12 -04001025}
1026func (m *InterAdapterHeader) XXX_Size() int {
1027 return xxx_messageInfo_InterAdapterHeader.Size(m)
1028}
1029func (m *InterAdapterHeader) XXX_DiscardUnknown() {
1030 xxx_messageInfo_InterAdapterHeader.DiscardUnknown(m)
1031}
1032
1033var xxx_messageInfo_InterAdapterHeader proto.InternalMessageInfo
1034
1035func (m *InterAdapterHeader) GetId() string {
1036 if m != nil {
1037 return m.Id
1038 }
1039 return ""
1040}
1041
1042func (m *InterAdapterHeader) GetType() InterAdapterMessageType_Types {
1043 if m != nil {
1044 return m.Type
1045 }
1046 return InterAdapterMessageType_FLOW_REQUEST
1047}
1048
1049func (m *InterAdapterHeader) GetFromTopic() string {
1050 if m != nil {
1051 return m.FromTopic
1052 }
1053 return ""
1054}
1055
1056func (m *InterAdapterHeader) GetToTopic() string {
1057 if m != nil {
1058 return m.ToTopic
1059 }
1060 return ""
1061}
1062
1063func (m *InterAdapterHeader) GetToDeviceId() string {
1064 if m != nil {
1065 return m.ToDeviceId
1066 }
1067 return ""
1068}
1069
1070func (m *InterAdapterHeader) GetProxyDeviceId() string {
1071 if m != nil {
1072 return m.ProxyDeviceId
1073 }
1074 return ""
1075}
1076
1077func (m *InterAdapterHeader) GetTimestamp() int64 {
1078 if m != nil {
1079 return m.Timestamp
1080 }
1081 return 0
1082}
1083
1084type InterAdapterOmciMessage struct {
Serkant Uluderyacbcfaa42019-10-18 13:25:08 +03001085 Message []byte `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
1086 ConnectStatus common.ConnectStatus_Types `protobuf:"varint,2,opt,name=connect_status,json=connectStatus,proto3,enum=common.ConnectStatus_Types" json:"connect_status,omitempty"`
1087 ProxyAddress *voltha.Device_ProxyAddress `protobuf:"bytes,3,opt,name=proxy_address,json=proxyAddress,proto3" json:"proxy_address,omitempty"`
1088 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1089 XXX_unrecognized []byte `json:"-"`
1090 XXX_sizecache int32 `json:"-"`
William Kurkian1b363f42019-03-12 15:28:12 -04001091}
1092
1093func (m *InterAdapterOmciMessage) Reset() { *m = InterAdapterOmciMessage{} }
1094func (m *InterAdapterOmciMessage) String() string { return proto.CompactTextString(m) }
1095func (*InterAdapterOmciMessage) ProtoMessage() {}
1096func (*InterAdapterOmciMessage) Descriptor() ([]byte, []int) {
William Kurkianad745652019-03-20 08:45:51 -04001097 return fileDescriptor_941f0031a549667f, []int{16}
William Kurkian1b363f42019-03-12 15:28:12 -04001098}
William Kurkianad745652019-03-20 08:45:51 -04001099
William Kurkian1b363f42019-03-12 15:28:12 -04001100func (m *InterAdapterOmciMessage) XXX_Unmarshal(b []byte) error {
1101 return xxx_messageInfo_InterAdapterOmciMessage.Unmarshal(m, b)
1102}
1103func (m *InterAdapterOmciMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1104 return xxx_messageInfo_InterAdapterOmciMessage.Marshal(b, m, deterministic)
1105}
William Kurkianad745652019-03-20 08:45:51 -04001106func (m *InterAdapterOmciMessage) XXX_Merge(src proto.Message) {
1107 xxx_messageInfo_InterAdapterOmciMessage.Merge(m, src)
William Kurkian1b363f42019-03-12 15:28:12 -04001108}
1109func (m *InterAdapterOmciMessage) XXX_Size() int {
1110 return xxx_messageInfo_InterAdapterOmciMessage.Size(m)
1111}
1112func (m *InterAdapterOmciMessage) XXX_DiscardUnknown() {
1113 xxx_messageInfo_InterAdapterOmciMessage.DiscardUnknown(m)
1114}
1115
1116var xxx_messageInfo_InterAdapterOmciMessage proto.InternalMessageInfo
1117
1118func (m *InterAdapterOmciMessage) GetMessage() []byte {
1119 if m != nil {
1120 return m.Message
1121 }
1122 return nil
1123}
1124
Serkant Uluderyacbcfaa42019-10-18 13:25:08 +03001125func (m *InterAdapterOmciMessage) GetConnectStatus() common.ConnectStatus_Types {
Mahir Gunyel4b0dab22019-05-16 13:56:09 -07001126 if m != nil {
1127 return m.ConnectStatus
1128 }
1129 return common.ConnectStatus_UNKNOWN
1130}
1131
1132func (m *InterAdapterOmciMessage) GetProxyAddress() *voltha.Device_ProxyAddress {
1133 if m != nil {
1134 return m.ProxyAddress
1135 }
1136 return nil
1137}
1138
Matt Jeanneret15249fa2019-04-12 20:25:31 -04001139type InterAdapterTechProfileDownloadMessage struct {
1140 UniId uint32 `protobuf:"varint,1,opt,name=uni_id,json=uniId,proto3" json:"uni_id,omitempty"`
1141 Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
1142 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1143 XXX_unrecognized []byte `json:"-"`
1144 XXX_sizecache int32 `json:"-"`
1145}
1146
1147func (m *InterAdapterTechProfileDownloadMessage) Reset() {
1148 *m = InterAdapterTechProfileDownloadMessage{}
1149}
1150func (m *InterAdapterTechProfileDownloadMessage) String() string { return proto.CompactTextString(m) }
1151func (*InterAdapterTechProfileDownloadMessage) ProtoMessage() {}
1152func (*InterAdapterTechProfileDownloadMessage) Descriptor() ([]byte, []int) {
1153 return fileDescriptor_941f0031a549667f, []int{17}
1154}
1155
1156func (m *InterAdapterTechProfileDownloadMessage) XXX_Unmarshal(b []byte) error {
1157 return xxx_messageInfo_InterAdapterTechProfileDownloadMessage.Unmarshal(m, b)
1158}
1159func (m *InterAdapterTechProfileDownloadMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1160 return xxx_messageInfo_InterAdapterTechProfileDownloadMessage.Marshal(b, m, deterministic)
1161}
1162func (m *InterAdapterTechProfileDownloadMessage) XXX_Merge(src proto.Message) {
1163 xxx_messageInfo_InterAdapterTechProfileDownloadMessage.Merge(m, src)
1164}
1165func (m *InterAdapterTechProfileDownloadMessage) XXX_Size() int {
1166 return xxx_messageInfo_InterAdapterTechProfileDownloadMessage.Size(m)
1167}
1168func (m *InterAdapterTechProfileDownloadMessage) XXX_DiscardUnknown() {
1169 xxx_messageInfo_InterAdapterTechProfileDownloadMessage.DiscardUnknown(m)
1170}
1171
1172var xxx_messageInfo_InterAdapterTechProfileDownloadMessage proto.InternalMessageInfo
1173
1174func (m *InterAdapterTechProfileDownloadMessage) GetUniId() uint32 {
1175 if m != nil {
1176 return m.UniId
1177 }
1178 return 0
1179}
1180
1181func (m *InterAdapterTechProfileDownloadMessage) GetPath() string {
1182 if m != nil {
1183 return m.Path
1184 }
1185 return ""
1186}
1187
Girish Gowdra475e63e2019-11-20 16:42:59 +05301188type InterAdapterDeleteGemPortMessage struct {
1189 UniId uint32 `protobuf:"varint,1,opt,name=uni_id,json=uniId,proto3" json:"uni_id,omitempty"`
1190 TpPath string `protobuf:"bytes,2,opt,name=tp_path,json=tpPath,proto3" json:"tp_path,omitempty"`
1191 GemPortId uint32 `protobuf:"varint,3,opt,name=gem_port_id,json=gemPortId,proto3" json:"gem_port_id,omitempty"`
1192 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1193 XXX_unrecognized []byte `json:"-"`
1194 XXX_sizecache int32 `json:"-"`
1195}
1196
1197func (m *InterAdapterDeleteGemPortMessage) Reset() { *m = InterAdapterDeleteGemPortMessage{} }
1198func (m *InterAdapterDeleteGemPortMessage) String() string { return proto.CompactTextString(m) }
1199func (*InterAdapterDeleteGemPortMessage) ProtoMessage() {}
1200func (*InterAdapterDeleteGemPortMessage) Descriptor() ([]byte, []int) {
1201 return fileDescriptor_941f0031a549667f, []int{18}
1202}
1203
1204func (m *InterAdapterDeleteGemPortMessage) XXX_Unmarshal(b []byte) error {
1205 return xxx_messageInfo_InterAdapterDeleteGemPortMessage.Unmarshal(m, b)
1206}
1207func (m *InterAdapterDeleteGemPortMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1208 return xxx_messageInfo_InterAdapterDeleteGemPortMessage.Marshal(b, m, deterministic)
1209}
1210func (m *InterAdapterDeleteGemPortMessage) XXX_Merge(src proto.Message) {
1211 xxx_messageInfo_InterAdapterDeleteGemPortMessage.Merge(m, src)
1212}
1213func (m *InterAdapterDeleteGemPortMessage) XXX_Size() int {
1214 return xxx_messageInfo_InterAdapterDeleteGemPortMessage.Size(m)
1215}
1216func (m *InterAdapterDeleteGemPortMessage) XXX_DiscardUnknown() {
1217 xxx_messageInfo_InterAdapterDeleteGemPortMessage.DiscardUnknown(m)
1218}
1219
1220var xxx_messageInfo_InterAdapterDeleteGemPortMessage proto.InternalMessageInfo
1221
1222func (m *InterAdapterDeleteGemPortMessage) GetUniId() uint32 {
1223 if m != nil {
1224 return m.UniId
1225 }
1226 return 0
1227}
1228
1229func (m *InterAdapterDeleteGemPortMessage) GetTpPath() string {
1230 if m != nil {
1231 return m.TpPath
1232 }
1233 return ""
1234}
1235
1236func (m *InterAdapterDeleteGemPortMessage) GetGemPortId() uint32 {
1237 if m != nil {
1238 return m.GemPortId
1239 }
1240 return 0
1241}
1242
1243type InterAdapterDeleteTcontMessage struct {
1244 UniId uint32 `protobuf:"varint,1,opt,name=uni_id,json=uniId,proto3" json:"uni_id,omitempty"`
1245 TpPath string `protobuf:"bytes,2,opt,name=tp_path,json=tpPath,proto3" json:"tp_path,omitempty"`
1246 AllocId uint32 `protobuf:"varint,3,opt,name=alloc_id,json=allocId,proto3" json:"alloc_id,omitempty"`
1247 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1248 XXX_unrecognized []byte `json:"-"`
1249 XXX_sizecache int32 `json:"-"`
1250}
1251
1252func (m *InterAdapterDeleteTcontMessage) Reset() { *m = InterAdapterDeleteTcontMessage{} }
1253func (m *InterAdapterDeleteTcontMessage) String() string { return proto.CompactTextString(m) }
1254func (*InterAdapterDeleteTcontMessage) ProtoMessage() {}
1255func (*InterAdapterDeleteTcontMessage) Descriptor() ([]byte, []int) {
1256 return fileDescriptor_941f0031a549667f, []int{19}
1257}
1258
1259func (m *InterAdapterDeleteTcontMessage) XXX_Unmarshal(b []byte) error {
1260 return xxx_messageInfo_InterAdapterDeleteTcontMessage.Unmarshal(m, b)
1261}
1262func (m *InterAdapterDeleteTcontMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1263 return xxx_messageInfo_InterAdapterDeleteTcontMessage.Marshal(b, m, deterministic)
1264}
1265func (m *InterAdapterDeleteTcontMessage) XXX_Merge(src proto.Message) {
1266 xxx_messageInfo_InterAdapterDeleteTcontMessage.Merge(m, src)
1267}
1268func (m *InterAdapterDeleteTcontMessage) XXX_Size() int {
1269 return xxx_messageInfo_InterAdapterDeleteTcontMessage.Size(m)
1270}
1271func (m *InterAdapterDeleteTcontMessage) XXX_DiscardUnknown() {
1272 xxx_messageInfo_InterAdapterDeleteTcontMessage.DiscardUnknown(m)
1273}
1274
1275var xxx_messageInfo_InterAdapterDeleteTcontMessage proto.InternalMessageInfo
1276
1277func (m *InterAdapterDeleteTcontMessage) GetUniId() uint32 {
1278 if m != nil {
1279 return m.UniId
1280 }
1281 return 0
1282}
1283
1284func (m *InterAdapterDeleteTcontMessage) GetTpPath() string {
1285 if m != nil {
1286 return m.TpPath
1287 }
1288 return ""
1289}
1290
1291func (m *InterAdapterDeleteTcontMessage) GetAllocId() uint32 {
1292 if m != nil {
1293 return m.AllocId
1294 }
1295 return 0
1296}
1297
William Kurkian1b363f42019-03-12 15:28:12 -04001298type InterAdapterResponseBody struct {
1299 Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
1300 // Types that are valid to be assigned to Payload:
1301 // *InterAdapterResponseBody_Body
1302 // *InterAdapterResponseBody_Omci
1303 Payload isInterAdapterResponseBody_Payload `protobuf_oneof:"payload"`
1304 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1305 XXX_unrecognized []byte `json:"-"`
1306 XXX_sizecache int32 `json:"-"`
1307}
1308
1309func (m *InterAdapterResponseBody) Reset() { *m = InterAdapterResponseBody{} }
1310func (m *InterAdapterResponseBody) String() string { return proto.CompactTextString(m) }
1311func (*InterAdapterResponseBody) ProtoMessage() {}
1312func (*InterAdapterResponseBody) Descriptor() ([]byte, []int) {
Girish Gowdra475e63e2019-11-20 16:42:59 +05301313 return fileDescriptor_941f0031a549667f, []int{20}
William Kurkian1b363f42019-03-12 15:28:12 -04001314}
William Kurkianad745652019-03-20 08:45:51 -04001315
William Kurkian1b363f42019-03-12 15:28:12 -04001316func (m *InterAdapterResponseBody) XXX_Unmarshal(b []byte) error {
1317 return xxx_messageInfo_InterAdapterResponseBody.Unmarshal(m, b)
1318}
1319func (m *InterAdapterResponseBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1320 return xxx_messageInfo_InterAdapterResponseBody.Marshal(b, m, deterministic)
1321}
William Kurkianad745652019-03-20 08:45:51 -04001322func (m *InterAdapterResponseBody) XXX_Merge(src proto.Message) {
1323 xxx_messageInfo_InterAdapterResponseBody.Merge(m, src)
William Kurkian1b363f42019-03-12 15:28:12 -04001324}
1325func (m *InterAdapterResponseBody) XXX_Size() int {
1326 return xxx_messageInfo_InterAdapterResponseBody.Size(m)
1327}
1328func (m *InterAdapterResponseBody) XXX_DiscardUnknown() {
1329 xxx_messageInfo_InterAdapterResponseBody.DiscardUnknown(m)
1330}
1331
1332var xxx_messageInfo_InterAdapterResponseBody proto.InternalMessageInfo
1333
1334func (m *InterAdapterResponseBody) GetStatus() bool {
1335 if m != nil {
1336 return m.Status
1337 }
1338 return false
1339}
1340
1341type isInterAdapterResponseBody_Payload interface {
1342 isInterAdapterResponseBody_Payload()
1343}
1344
1345type InterAdapterResponseBody_Body struct {
1346 Body *any.Any `protobuf:"bytes,2,opt,name=body,proto3,oneof"`
1347}
1348
1349type InterAdapterResponseBody_Omci struct {
1350 Omci *InterAdapterOmciMessage `protobuf:"bytes,3,opt,name=omci,proto3,oneof"`
1351}
1352
1353func (*InterAdapterResponseBody_Body) isInterAdapterResponseBody_Payload() {}
1354
1355func (*InterAdapterResponseBody_Omci) isInterAdapterResponseBody_Payload() {}
1356
1357func (m *InterAdapterResponseBody) GetPayload() isInterAdapterResponseBody_Payload {
1358 if m != nil {
1359 return m.Payload
1360 }
1361 return nil
1362}
1363
1364func (m *InterAdapterResponseBody) GetBody() *any.Any {
1365 if x, ok := m.GetPayload().(*InterAdapterResponseBody_Body); ok {
1366 return x.Body
1367 }
1368 return nil
1369}
1370
1371func (m *InterAdapterResponseBody) GetOmci() *InterAdapterOmciMessage {
1372 if x, ok := m.GetPayload().(*InterAdapterResponseBody_Omci); ok {
1373 return x.Omci
1374 }
1375 return nil
1376}
1377
William Kurkianad745652019-03-20 08:45:51 -04001378// XXX_OneofWrappers is for the internal use of the proto package.
1379func (*InterAdapterResponseBody) XXX_OneofWrappers() []interface{} {
1380 return []interface{}{
William Kurkian1b363f42019-03-12 15:28:12 -04001381 (*InterAdapterResponseBody_Body)(nil),
1382 (*InterAdapterResponseBody_Omci)(nil),
1383 }
1384}
1385
William Kurkian1b363f42019-03-12 15:28:12 -04001386type InterAdapterMessage struct {
1387 Header *InterAdapterHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
1388 Body *any.Any `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
1389 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1390 XXX_unrecognized []byte `json:"-"`
1391 XXX_sizecache int32 `json:"-"`
1392}
1393
1394func (m *InterAdapterMessage) Reset() { *m = InterAdapterMessage{} }
1395func (m *InterAdapterMessage) String() string { return proto.CompactTextString(m) }
1396func (*InterAdapterMessage) ProtoMessage() {}
1397func (*InterAdapterMessage) Descriptor() ([]byte, []int) {
Girish Gowdra475e63e2019-11-20 16:42:59 +05301398 return fileDescriptor_941f0031a549667f, []int{21}
William Kurkian1b363f42019-03-12 15:28:12 -04001399}
William Kurkianad745652019-03-20 08:45:51 -04001400
William Kurkian1b363f42019-03-12 15:28:12 -04001401func (m *InterAdapterMessage) XXX_Unmarshal(b []byte) error {
1402 return xxx_messageInfo_InterAdapterMessage.Unmarshal(m, b)
1403}
1404func (m *InterAdapterMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1405 return xxx_messageInfo_InterAdapterMessage.Marshal(b, m, deterministic)
1406}
William Kurkianad745652019-03-20 08:45:51 -04001407func (m *InterAdapterMessage) XXX_Merge(src proto.Message) {
1408 xxx_messageInfo_InterAdapterMessage.Merge(m, src)
William Kurkian1b363f42019-03-12 15:28:12 -04001409}
1410func (m *InterAdapterMessage) XXX_Size() int {
1411 return xxx_messageInfo_InterAdapterMessage.Size(m)
1412}
1413func (m *InterAdapterMessage) XXX_DiscardUnknown() {
1414 xxx_messageInfo_InterAdapterMessage.DiscardUnknown(m)
1415}
1416
1417var xxx_messageInfo_InterAdapterMessage proto.InternalMessageInfo
1418
1419func (m *InterAdapterMessage) GetHeader() *InterAdapterHeader {
1420 if m != nil {
1421 return m.Header
1422 }
1423 return nil
1424}
1425
1426func (m *InterAdapterMessage) GetBody() *any.Any {
1427 if m != nil {
1428 return m.Body
1429 }
1430 return nil
1431}
1432
1433func init() {
William Kurkianad745652019-03-20 08:45:51 -04001434 proto.RegisterEnum("voltha.MessageType", MessageType_name, MessageType_value)
1435 proto.RegisterEnum("voltha.ErrorCodeCodes", ErrorCodeCodes_name, ErrorCodeCodes_value)
1436 proto.RegisterEnum("voltha.InterAdapterMessageType_Types", InterAdapterMessageType_Types_name, InterAdapterMessageType_Types_value)
William Kurkian1b363f42019-03-12 15:28:12 -04001437 proto.RegisterType((*StrType)(nil), "voltha.StrType")
1438 proto.RegisterType((*IntType)(nil), "voltha.IntType")
1439 proto.RegisterType((*BoolType)(nil), "voltha.BoolType")
1440 proto.RegisterType((*Packet)(nil), "voltha.Packet")
1441 proto.RegisterType((*ErrorCode)(nil), "voltha.ErrorCode")
1442 proto.RegisterType((*Error)(nil), "voltha.Error")
1443 proto.RegisterType((*Header)(nil), "voltha.Header")
1444 proto.RegisterType((*Argument)(nil), "voltha.Argument")
1445 proto.RegisterType((*InterContainerMessage)(nil), "voltha.InterContainerMessage")
1446 proto.RegisterType((*InterContainerRequestBody)(nil), "voltha.InterContainerRequestBody")
1447 proto.RegisterType((*InterContainerResponseBody)(nil), "voltha.InterContainerResponseBody")
1448 proto.RegisterType((*SwitchCapability)(nil), "voltha.SwitchCapability")
1449 proto.RegisterType((*PortCapability)(nil), "voltha.PortCapability")
1450 proto.RegisterType((*DeviceDiscovered)(nil), "voltha.DeviceDiscovered")
1451 proto.RegisterType((*InterAdapterMessageType)(nil), "voltha.InterAdapterMessageType")
1452 proto.RegisterType((*InterAdapterHeader)(nil), "voltha.InterAdapterHeader")
1453 proto.RegisterType((*InterAdapterOmciMessage)(nil), "voltha.InterAdapterOmciMessage")
Matt Jeanneret15249fa2019-04-12 20:25:31 -04001454 proto.RegisterType((*InterAdapterTechProfileDownloadMessage)(nil), "voltha.InterAdapterTechProfileDownloadMessage")
Girish Gowdra475e63e2019-11-20 16:42:59 +05301455 proto.RegisterType((*InterAdapterDeleteGemPortMessage)(nil), "voltha.InterAdapterDeleteGemPortMessage")
1456 proto.RegisterType((*InterAdapterDeleteTcontMessage)(nil), "voltha.InterAdapterDeleteTcontMessage")
William Kurkian1b363f42019-03-12 15:28:12 -04001457 proto.RegisterType((*InterAdapterResponseBody)(nil), "voltha.InterAdapterResponseBody")
1458 proto.RegisterType((*InterAdapterMessage)(nil), "voltha.InterAdapterMessage")
William Kurkian1b363f42019-03-12 15:28:12 -04001459}
1460
1461func init() {
William Kurkianad745652019-03-20 08:45:51 -04001462 proto.RegisterFile("voltha_protos/inter_container.proto", fileDescriptor_941f0031a549667f)
William Kurkian1b363f42019-03-12 15:28:12 -04001463}
1464
William Kurkianad745652019-03-20 08:45:51 -04001465var fileDescriptor_941f0031a549667f = []byte{
Matteo Scandolodeed92f2020-01-21 15:49:55 -08001466 // 1335 bytes of a gzipped FileDescriptorProto
Serkant Uluderyacbcfaa42019-10-18 13:25:08 +03001467 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0xcb, 0x6e, 0xdb, 0x46,
Matteo Scandolodeed92f2020-01-21 15:49:55 -08001468 0x17, 0x8e, 0xee, 0xd2, 0x91, 0xad, 0x28, 0xe3, 0x38, 0x96, 0xed, 0x5c, 0xfc, 0xf3, 0x4f, 0x93,
1469 0x34, 0x69, 0x65, 0xd4, 0x41, 0x51, 0x64, 0xd5, 0xca, 0x12, 0x13, 0x13, 0x90, 0x25, 0x95, 0x92,
1470 0x93, 0xa2, 0x28, 0x40, 0xd0, 0xe4, 0x58, 0x22, 0x4c, 0x71, 0x98, 0xe1, 0xd0, 0x29, 0x37, 0x05,
1471 0xba, 0xeb, 0x4b, 0x14, 0xe8, 0xaa, 0x8f, 0x50, 0xa0, 0x6f, 0x57, 0xcc, 0x85, 0x12, 0xa5, 0xc4,
1472 0x0d, 0x90, 0xee, 0x38, 0xe7, 0xfb, 0xe6, 0x9c, 0xe1, 0xb9, 0x7c, 0x33, 0xf0, 0xff, 0x2b, 0xe2,
1473 0xb3, 0x99, 0x6d, 0x85, 0x94, 0x30, 0x12, 0x1d, 0x7a, 0x01, 0xc3, 0xd4, 0x72, 0x48, 0xc0, 0x6c,
1474 0x2f, 0xc0, 0xb4, 0x2d, 0xcc, 0xa8, 0x2c, 0x49, 0x7b, 0x7b, 0xab, 0x64, 0x87, 0xcc, 0xe7, 0x24,
1475 0x90, 0x9c, 0x75, 0x4c, 0xae, 0x14, 0xb6, 0x3b, 0x25, 0x64, 0xea, 0xe3, 0x43, 0xb1, 0x3a, 0x8f,
1476 0x2f, 0x0e, 0xed, 0x20, 0x51, 0xd0, 0x83, 0xd5, 0x6d, 0x24, 0xc4, 0xc1, 0x85, 0x4f, 0xde, 0x59,
1477 0x5f, 0x3d, 0x57, 0x04, 0x6d, 0x95, 0xe0, 0x93, 0xa9, 0xe7, 0xd8, 0xbe, 0xe5, 0xe2, 0x2b, 0xcf,
1478 0xc1, 0x92, 0xa3, 0xed, 0x43, 0x65, 0xcc, 0xe8, 0x24, 0x09, 0x31, 0x6a, 0x42, 0xe1, 0xca, 0xf6,
1479 0x5b, 0xb9, 0x83, 0xdc, 0x93, 0x9a, 0xc9, 0x3f, 0x39, 0x68, 0x04, 0x6c, 0x1d, 0x2c, 0x48, 0xf0,
1480 0x2e, 0x54, 0x8f, 0x09, 0xf1, 0xd7, 0xd1, 0xaa, 0x44, 0x35, 0x28, 0x8f, 0x6c, 0xe7, 0x12, 0x33,
1481 0xd4, 0x82, 0x4a, 0x68, 0x27, 0x3e, 0xb1, 0x5d, 0x81, 0x6f, 0x98, 0xe9, 0x52, 0xfb, 0x09, 0x6a,
1482 0x3a, 0xa5, 0x84, 0x76, 0x89, 0x8b, 0xb5, 0x21, 0x94, 0x1c, 0xe2, 0xe2, 0x08, 0xed, 0xc0, 0xd6,
1483 0xd9, 0x60, 0x7c, 0x36, 0x1a, 0x0d, 0xcd, 0x89, 0xde, 0xb3, 0x4c, 0xfd, 0xfb, 0x33, 0x7d, 0x3c,
1484 0x69, 0xde, 0x40, 0x77, 0x00, 0x19, 0x83, 0xd7, 0x9d, 0xbe, 0xd1, 0xb3, 0x46, 0x1d, 0xb3, 0x73,
1485 0xaa, 0x4f, 0x74, 0x73, 0xdc, 0xcc, 0xa1, 0x6d, 0xb8, 0xd5, 0xd3, 0x3b, 0xbd, 0xbe, 0x31, 0xd0,
Matteo Scandolo865803a2020-01-23 10:26:49 -08001486 0x2d, 0xfd, 0x87, 0xae, 0xae, 0xf7, 0xf4, 0x5e, 0x33, 0xaf, 0xf5, 0xa1, 0x24, 0xbc, 0xa3, 0x67,
Matteo Scandolodeed92f2020-01-21 15:49:55 -08001487 0x50, 0xe4, 0x9e, 0x45, 0xf4, 0xc6, 0xd1, 0x4e, 0x5b, 0xe5, 0x77, 0x11, 0xba, 0x2d, 0xe2, 0x9a,
1488 0x82, 0x84, 0xee, 0x40, 0x99, 0x62, 0x3b, 0x22, 0x41, 0x2b, 0x2f, 0xf2, 0xa0, 0x56, 0xda, 0x5f,
1489 0x39, 0x28, 0x9f, 0x60, 0xdb, 0xc5, 0x14, 0x35, 0x20, 0xef, 0xb9, 0x2a, 0x4d, 0x79, 0xcf, 0x45,
1490 0x8f, 0xa1, 0xc8, 0x92, 0x10, 0x8b, 0x0d, 0x8d, 0xa3, 0xad, 0xd4, 0xff, 0x29, 0x8e, 0x22, 0x7b,
1491 0x8a, 0x79, 0x7e, 0x4c, 0x41, 0x40, 0xf7, 0x00, 0x2e, 0x28, 0x99, 0x5b, 0x8c, 0x84, 0x9e, 0xd3,
1492 0x2a, 0x08, 0x07, 0x35, 0x6e, 0x99, 0x70, 0x03, 0xda, 0x85, 0x2a, 0x23, 0x0a, 0x2c, 0x0a, 0xb0,
1493 0xc2, 0x88, 0x84, 0xf6, 0xa1, 0x76, 0x89, 0x13, 0x85, 0x95, 0x04, 0x56, 0xbd, 0xc4, 0x89, 0x04,
1494 0xef, 0x42, 0x8d, 0x79, 0x73, 0x1c, 0x31, 0x7b, 0x1e, 0xb6, 0xca, 0xa2, 0x40, 0x4b, 0x83, 0x76,
1495 0x02, 0xd5, 0x0e, 0x9d, 0xc6, 0x73, 0x1c, 0x30, 0x5e, 0xa6, 0x4b, 0x9c, 0xa4, 0x15, 0xbe, 0xc4,
1496 0x09, 0x7a, 0x0a, 0xa5, 0x2b, 0xdb, 0x8f, 0xe5, 0xe1, 0xeb, 0x47, 0xb7, 0xdb, 0xb2, 0xdd, 0xda,
1497 0x69, 0xbb, 0xb5, 0x3b, 0x41, 0x62, 0x4a, 0x8a, 0xe6, 0xc1, 0xb6, 0xc1, 0x7b, 0xbc, 0x9b, 0xb6,
1498 0xb8, 0xfa, 0x43, 0xf4, 0x08, 0xca, 0x33, 0x91, 0x1a, 0xe1, 0xb9, 0x7e, 0xd4, 0x48, 0x53, 0x20,
1499 0x13, 0x66, 0x2a, 0x14, 0x3d, 0x81, 0xe2, 0x39, 0x71, 0x93, 0x7f, 0x8d, 0x25, 0x18, 0xda, 0x9f,
1500 0x39, 0xd8, 0x5d, 0x8d, 0x65, 0xe2, 0xb7, 0x31, 0x8e, 0xd8, 0x31, 0x71, 0x13, 0xfe, 0x1b, 0x34,
1501 0x74, 0x54, 0x81, 0xf8, 0x27, 0x7a, 0x08, 0x45, 0x9b, 0x4e, 0xa3, 0x56, 0xe1, 0xa0, 0xf0, 0xa4,
1502 0x7e, 0xd4, 0x4c, 0xe3, 0xa7, 0x3f, 0x6e, 0x0a, 0x14, 0x3d, 0x83, 0x5b, 0x14, 0x47, 0x21, 0x09,
1503 0x22, 0x6c, 0x51, 0xfc, 0x36, 0xf6, 0x28, 0x76, 0x45, 0xa6, 0xab, 0x66, 0x33, 0x05, 0x4c, 0x65,
1504 0x47, 0x0f, 0xa1, 0x41, 0x71, 0xe8, 0xf3, 0xa4, 0xaf, 0xe4, 0x7d, 0x43, 0x58, 0x27, 0xb2, 0x30,
1505 0x9a, 0x0b, 0x7b, 0xeb, 0xe7, 0x94, 0x7e, 0xc4, 0x41, 0x5b, 0x50, 0x89, 0x62, 0xc7, 0xc1, 0x51,
1506 0xa4, 0x46, 0x23, 0x5d, 0xa2, 0x2f, 0x78, 0x9b, 0x45, 0xb1, 0xcf, 0x44, 0x1b, 0x5c, 0x97, 0x0c,
1507 0xc5, 0xd1, 0x7e, 0xcb, 0x41, 0x73, 0xfc, 0xce, 0x63, 0xce, 0xac, 0x6b, 0x87, 0xf6, 0xb9, 0xe7,
1508 0x7b, 0x2c, 0x41, 0x9f, 0x43, 0xd1, 0xc5, 0x91, 0xa3, 0x72, 0xbe, 0xdd, 0xce, 0xce, 0x3f, 0xb9,
1509 0x08, 0x2d, 0x0e, 0x9a, 0x82, 0x82, 0x0c, 0xb8, 0x19, 0x89, 0xed, 0xd6, 0x05, 0xb6, 0x59, 0x4c,
1510 0x71, 0xa4, 0x6a, 0x70, 0xf0, 0xde, 0xae, 0x35, 0x9e, 0xd9, 0x90, 0x86, 0x97, 0x6a, 0xad, 0xbd,
1511 0x80, 0xc6, 0x88, 0x50, 0x96, 0x39, 0xc7, 0x63, 0x28, 0x86, 0x84, 0x32, 0x75, 0x8e, 0x45, 0xfb,
1512 0xf7, 0xa5, 0xda, 0x70, 0xb2, 0x29, 0x08, 0xda, 0x2f, 0xd0, 0xec, 0x09, 0xe9, 0xe9, 0x79, 0x91,
1513 0x43, 0xae, 0x30, 0xcf, 0xf2, 0xfa, 0x2c, 0xed, 0x43, 0x2d, 0xb4, 0x29, 0x0e, 0x98, 0xe5, 0xb9,
1514 0xaa, 0xc0, 0x55, 0x69, 0x30, 0x5c, 0xf4, 0x00, 0xea, 0x52, 0xbb, 0x2c, 0x31, 0x6f, 0x72, 0x80,
1515 0x40, 0x9a, 0x84, 0x0c, 0xdd, 0x85, 0x5a, 0x18, 0x9f, 0xfb, 0x5e, 0x34, 0xc3, 0x54, 0x8d, 0xd0,
1516 0xd2, 0xa0, 0xfd, 0x9e, 0x87, 0x1d, 0x51, 0xac, 0x8e, 0x6b, 0x87, 0x6c, 0xd1, 0xbe, 0x7c, 0xa7,
1517 0xf6, 0x6b, 0x1e, 0x4a, 0xfc, 0x23, 0x42, 0x4d, 0xd8, 0x78, 0xd9, 0x1f, 0xbe, 0xc9, 0xe8, 0xce,
1518 0x2d, 0xd8, 0x54, 0x96, 0xf1, 0x68, 0x38, 0x18, 0xeb, 0xcd, 0x1c, 0x27, 0x0d, 0x4f, 0xbb, 0xc6,
1519 0x82, 0x94, 0xe7, 0x24, 0x65, 0x51, 0xa4, 0x02, 0xda, 0x82, 0x9b, 0xa7, 0xfa, 0xc4, 0x34, 0xba,
1520 0xe3, 0x05, 0xaf, 0x88, 0x6e, 0x43, 0x73, 0x69, 0x54, 0xd4, 0x12, 0xa7, 0x0e, 0x07, 0x67, 0x96,
1521 0x31, 0x58, 0xea, 0x5d, 0x99, 0x53, 0x97, 0x46, 0x45, 0xad, 0xa0, 0xff, 0xc1, 0xbd, 0x89, 0xde,
1522 0x3d, 0xb1, 0x46, 0xe6, 0xf0, 0xa5, 0xd1, 0xd7, 0xad, 0xde, 0xf0, 0xcd, 0xa0, 0x3f, 0xec, 0x2c,
1523 0x37, 0x56, 0xd1, 0x3e, 0xec, 0xf4, 0xf4, 0xbe, 0x3e, 0xd1, 0xad, 0x57, 0xfa, 0xa9, 0xc5, 0x75,
1524 0x74, 0x01, 0xd6, 0x50, 0x0b, 0x6e, 0x2b, 0x70, 0xd2, 0x1d, 0x0e, 0x96, 0x08, 0xf0, 0x1c, 0xa0,
1525 0x6c, 0x7e, 0xae, 0x91, 0xbb, 0x17, 0x2b, 0x72, 0xf7, 0x59, 0x5a, 0xef, 0x6b, 0x32, 0xdb, 0x16,
1526 0x59, 0xfd, 0xcf, 0x02, 0x78, 0x00, 0x1b, 0x8c, 0xa8, 0x9b, 0x8b, 0xb7, 0x86, 0x9c, 0x45, 0x60,
1527 0x44, 0x76, 0x94, 0xe1, 0xa2, 0x47, 0x70, 0x33, 0xa4, 0xe4, 0xe7, 0x24, 0x43, 0x2a, 0x0b, 0xd2,
1528 0xa6, 0x30, 0x2f, 0x78, 0x2b, 0x6a, 0x59, 0x59, 0x57, 0xcb, 0xbf, 0x73, 0xab, 0x3d, 0x32, 0x9c,
1529 0x3b, 0x5e, 0x2a, 0x73, 0x2d, 0xa8, 0xcc, 0xe5, 0x67, 0x7a, 0x91, 0xa9, 0x25, 0x3a, 0x86, 0x86,
1530 0x43, 0x82, 0x00, 0x3b, 0xcc, 0x8a, 0x98, 0xcd, 0xe2, 0x48, 0x25, 0x67, 0xbf, 0xad, 0xee, 0xf9,
1531 0xae, 0x44, 0xc7, 0x02, 0x54, 0x29, 0xd9, 0x74, 0xb2, 0x46, 0xf4, 0x1d, 0xc8, 0x83, 0x5a, 0xb6,
1532 0xeb, 0x52, 0xae, 0x18, 0x52, 0x18, 0xf6, 0xd3, 0xfc, 0xca, 0x1f, 0x68, 0x8f, 0x38, 0xa7, 0x23,
1533 0x29, 0xe6, 0x46, 0x98, 0x59, 0x69, 0x63, 0x78, 0x94, 0x3d, 0xfa, 0x04, 0x3b, 0xb3, 0x11, 0x25,
1534 0x17, 0x9e, 0x8f, 0x7b, 0xe4, 0x5d, 0xc0, 0x6f, 0xdc, 0xf4, 0x4f, 0xb6, 0xa1, 0x1c, 0x07, 0x9e,
1535 0xa5, 0xca, 0xba, 0x69, 0x96, 0xe2, 0xc0, 0x33, 0x5c, 0x84, 0xa0, 0x18, 0xda, 0x6c, 0xa6, 0xe6,
1536 0x4e, 0x7c, 0x6b, 0x14, 0x0e, 0xb2, 0x4e, 0x7b, 0xd8, 0xc7, 0x0c, 0xbf, 0xc2, 0x73, 0x3e, 0xd7,
1537 0x1f, 0x71, 0xb7, 0x03, 0x15, 0x16, 0x5a, 0x19, 0x8f, 0x65, 0x16, 0x8e, 0x6c, 0x36, 0x43, 0xf7,
1538 0xa1, 0x3e, 0xc5, 0x73, 0x8b, 0x8b, 0x02, 0xdf, 0x54, 0x10, 0x9b, 0x6a, 0x53, 0xe9, 0xd4, 0x70,
1539 0xb5, 0x4b, 0xb8, 0xff, 0x7e, 0xcc, 0x09, 0x7f, 0x59, 0x7d, 0x6a, 0xc4, 0x5d, 0xa8, 0xda, 0xbe,
1540 0x4f, 0x9c, 0x65, 0xb8, 0x8a, 0x58, 0x1b, 0xae, 0xf6, 0x47, 0x0e, 0x5a, 0xd9, 0x68, 0x2b, 0x02,
1541 0x7e, 0x07, 0xca, 0xaa, 0xa0, 0x52, 0xbf, 0xd5, 0x0a, 0x3d, 0xfd, 0xf8, 0x4d, 0x76, 0x72, 0x43,
1542 0xde, 0x65, 0xe8, 0x6b, 0x28, 0x92, 0xb9, 0xe3, 0xa9, 0x7a, 0x3e, 0xf8, 0xd0, 0xbc, 0x64, 0xba,
1543 0x8c, 0x6f, 0xe3, 0xf4, 0xe3, 0xda, 0xe2, 0xd9, 0xa4, 0x45, 0xb0, 0xf5, 0x81, 0xe9, 0x42, 0x47,
1544 0x6b, 0xd7, 0xee, 0xde, 0x87, 0x5c, 0x7f, 0xea, 0x15, 0xfc, 0xf4, 0x5b, 0xa8, 0x67, 0xc6, 0x18,
1545 0xd5, 0xa1, 0xb2, 0x54, 0xc4, 0x0d, 0xa8, 0x66, 0xc4, 0x50, 0xbc, 0xbf, 0x5e, 0x1b, 0x5d, 0xdd,
1546 0xea, 0x19, 0xe3, 0xee, 0xf0, 0xb5, 0x6e, 0xf2, 0xf7, 0xd7, 0xf1, 0x00, 0xb6, 0x08, 0x9d, 0x8a,
1547 0x0b, 0xc6, 0x21, 0xd4, 0x55, 0x87, 0xfb, 0xf1, 0x9b, 0xa9, 0xc7, 0x66, 0xf1, 0x39, 0x9f, 0x8c,
1548 0xc3, 0x14, 0x53, 0x4f, 0xde, 0x2f, 0xd3, 0x07, 0xf0, 0xf3, 0xc3, 0x29, 0x59, 0x7f, 0x4f, 0x8f,
Matteo Scandolo865803a2020-01-23 10:26:49 -08001549 0x6e, 0x8c, 0x72, 0xa3, 0xe2, 0x79, 0x59, 0x70, 0x9e, 0xff, 0x13, 0x00, 0x00, 0xff, 0xff, 0xd4,
1550 0x59, 0x12, 0xf3, 0x7d, 0x0b, 0x00, 0x00,
William Kurkian1b363f42019-03-12 15:28:12 -04001551}