William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1 | // Code generated by protoc-gen-go. DO NOT EDIT. |
| 2 | // source: voltha_protos/inter_container.proto |
| 3 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 4 | package inter_container |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 5 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 6 | import ( |
| 7 | fmt "fmt" |
| 8 | proto "github.com/golang/protobuf/proto" |
| 9 | any "github.com/golang/protobuf/ptypes/any" |
Serkant Uluderya | cbcfaa4 | 2019-10-18 13:25:08 +0300 | [diff] [blame] | 10 | 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 Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 13 | math "math" |
| 14 | ) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 15 | |
| 16 | // Reference imports to suppress errors if they are not otherwise used. |
| 17 | var _ = proto.Marshal |
| 18 | var _ = fmt.Errorf |
| 19 | var _ = 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 Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 25 | const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 26 | |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 27 | // ID from public import voltha_protos/common.proto |
| 28 | type ID = common.ID |
| 29 | |
| 30 | // IDs from public import voltha_protos/common.proto |
| 31 | type IDs = common.IDs |
| 32 | |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 33 | // AdminState from public import voltha_protos/common.proto |
| 34 | type AdminState = common.AdminState |
| 35 | |
| 36 | // OperStatus from public import voltha_protos/common.proto |
| 37 | type OperStatus = common.OperStatus |
| 38 | |
| 39 | // ConnectStatus from public import voltha_protos/common.proto |
| 40 | type ConnectStatus = common.ConnectStatus |
| 41 | |
| 42 | // OperationResp from public import voltha_protos/common.proto |
| 43 | type OperationResp = common.OperationResp |
| 44 | |
| 45 | // TestModeKeys from public import voltha_protos/common.proto |
| 46 | type TestModeKeys = common.TestModeKeys |
| 47 | |
| 48 | var TestModeKeys_name = common.TestModeKeys_name |
| 49 | var TestModeKeys_value = common.TestModeKeys_value |
| 50 | |
| 51 | const TestModeKeys_api_test = TestModeKeys(common.TestModeKeys_api_test) |
| 52 | |
Serkant Uluderya | cbcfaa4 | 2019-10-18 13:25:08 +0300 | [diff] [blame] | 53 | // AdminState_Types from public import voltha_protos/common.proto |
| 54 | type AdminState_Types = common.AdminState_Types |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 55 | |
Serkant Uluderya | cbcfaa4 | 2019-10-18 13:25:08 +0300 | [diff] [blame] | 56 | var AdminState_Types_name = common.AdminState_Types_name |
| 57 | var AdminState_Types_value = common.AdminState_Types_value |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 58 | |
Serkant Uluderya | cbcfaa4 | 2019-10-18 13:25:08 +0300 | [diff] [blame] | 59 | const AdminState_UNKNOWN = AdminState_Types(common.AdminState_UNKNOWN) |
| 60 | const AdminState_PREPROVISIONED = AdminState_Types(common.AdminState_PREPROVISIONED) |
| 61 | const AdminState_ENABLED = AdminState_Types(common.AdminState_ENABLED) |
| 62 | const AdminState_DISABLED = AdminState_Types(common.AdminState_DISABLED) |
| 63 | const AdminState_DOWNLOADING_IMAGE = AdminState_Types(common.AdminState_DOWNLOADING_IMAGE) |
| 64 | const AdminState_DELETED = AdminState_Types(common.AdminState_DELETED) |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 65 | |
Serkant Uluderya | cbcfaa4 | 2019-10-18 13:25:08 +0300 | [diff] [blame] | 66 | // OperStatus_Types from public import voltha_protos/common.proto |
| 67 | type OperStatus_Types = common.OperStatus_Types |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 68 | |
Serkant Uluderya | cbcfaa4 | 2019-10-18 13:25:08 +0300 | [diff] [blame] | 69 | var OperStatus_Types_name = common.OperStatus_Types_name |
| 70 | var OperStatus_Types_value = common.OperStatus_Types_value |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 71 | |
Serkant Uluderya | cbcfaa4 | 2019-10-18 13:25:08 +0300 | [diff] [blame] | 72 | const OperStatus_UNKNOWN = OperStatus_Types(common.OperStatus_UNKNOWN) |
| 73 | const OperStatus_DISCOVERED = OperStatus_Types(common.OperStatus_DISCOVERED) |
| 74 | const OperStatus_ACTIVATING = OperStatus_Types(common.OperStatus_ACTIVATING) |
| 75 | const OperStatus_TESTING = OperStatus_Types(common.OperStatus_TESTING) |
| 76 | const OperStatus_ACTIVE = OperStatus_Types(common.OperStatus_ACTIVE) |
| 77 | const OperStatus_FAILED = OperStatus_Types(common.OperStatus_FAILED) |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 78 | |
Serkant Uluderya | cbcfaa4 | 2019-10-18 13:25:08 +0300 | [diff] [blame] | 79 | // ConnectStatus_Types from public import voltha_protos/common.proto |
| 80 | type ConnectStatus_Types = common.ConnectStatus_Types |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 81 | |
Serkant Uluderya | cbcfaa4 | 2019-10-18 13:25:08 +0300 | [diff] [blame] | 82 | var ConnectStatus_Types_name = common.ConnectStatus_Types_name |
| 83 | var ConnectStatus_Types_value = common.ConnectStatus_Types_value |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 84 | |
Serkant Uluderya | cbcfaa4 | 2019-10-18 13:25:08 +0300 | [diff] [blame] | 85 | const ConnectStatus_UNKNOWN = ConnectStatus_Types(common.ConnectStatus_UNKNOWN) |
| 86 | const ConnectStatus_UNREACHABLE = ConnectStatus_Types(common.ConnectStatus_UNREACHABLE) |
| 87 | const ConnectStatus_REACHABLE = ConnectStatus_Types(common.ConnectStatus_REACHABLE) |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 88 | |
| 89 | // OperationResp_OperationReturnCode from public import voltha_protos/common.proto |
| 90 | type OperationResp_OperationReturnCode = common.OperationResp_OperationReturnCode |
| 91 | |
| 92 | var OperationResp_OperationReturnCode_name = common.OperationResp_OperationReturnCode_name |
| 93 | var OperationResp_OperationReturnCode_value = common.OperationResp_OperationReturnCode_value |
| 94 | |
| 95 | const OperationResp_OPERATION_SUCCESS = OperationResp_OperationReturnCode(common.OperationResp_OPERATION_SUCCESS) |
| 96 | const OperationResp_OPERATION_FAILURE = OperationResp_OperationReturnCode(common.OperationResp_OPERATION_FAILURE) |
| 97 | const OperationResp_OPERATION_UNSUPPORTED = OperationResp_OperationReturnCode(common.OperationResp_OPERATION_UNSUPPORTED) |
| 98 | |
| 99 | // DeviceGroup from public import voltha_protos/voltha.proto |
| 100 | type DeviceGroup = voltha.DeviceGroup |
| 101 | |
| 102 | // DeviceGroups from public import voltha_protos/voltha.proto |
| 103 | type DeviceGroups = voltha.DeviceGroups |
| 104 | |
Devmalya Paul | 96a2c9e | 2019-11-06 07:17:44 +0000 | [diff] [blame] | 105 | // EventFilterRuleKey from public import voltha_protos/voltha.proto |
| 106 | type EventFilterRuleKey = voltha.EventFilterRuleKey |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 107 | |
Devmalya Paul | 96a2c9e | 2019-11-06 07:17:44 +0000 | [diff] [blame] | 108 | // EventFilterRule from public import voltha_protos/voltha.proto |
| 109 | type EventFilterRule = voltha.EventFilterRule |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 110 | |
Devmalya Paul | 96a2c9e | 2019-11-06 07:17:44 +0000 | [diff] [blame] | 111 | // EventFilter from public import voltha_protos/voltha.proto |
| 112 | type EventFilter = voltha.EventFilter |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 113 | |
Devmalya Paul | 96a2c9e | 2019-11-06 07:17:44 +0000 | [diff] [blame] | 114 | // EventFilters from public import voltha_protos/voltha.proto |
| 115 | type EventFilters = voltha.EventFilters |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 116 | |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 117 | // CoreInstance from public import voltha_protos/voltha.proto |
| 118 | type CoreInstance = voltha.CoreInstance |
| 119 | |
| 120 | // CoreInstances from public import voltha_protos/voltha.proto |
| 121 | type CoreInstances = voltha.CoreInstances |
| 122 | |
onkar.kundargi | 7b85fa1 | 2020-02-27 13:19:22 +0530 | [diff] [blame] | 123 | // OmciTestRequest from public import voltha_protos/voltha.proto |
| 124 | type OmciTestRequest = voltha.OmciTestRequest |
| 125 | |
| 126 | // TestResponse from public import voltha_protos/voltha.proto |
| 127 | type TestResponse = voltha.TestResponse |
| 128 | |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 129 | // Voltha from public import voltha_protos/voltha.proto |
| 130 | type Voltha = voltha.Voltha |
| 131 | |
| 132 | // SelfTestResponse from public import voltha_protos/voltha.proto |
| 133 | type SelfTestResponse = voltha.SelfTestResponse |
| 134 | |
| 135 | // OfAgentSubscriber from public import voltha_protos/voltha.proto |
| 136 | type OfAgentSubscriber = voltha.OfAgentSubscriber |
| 137 | |
| 138 | // Membership from public import voltha_protos/voltha.proto |
| 139 | type Membership = voltha.Membership |
| 140 | |
manikkaraj k | 166cb20 | 2019-07-28 13:05:56 -0400 | [diff] [blame] | 141 | // FlowMetadata from public import voltha_protos/voltha.proto |
| 142 | type FlowMetadata = voltha.FlowMetadata |
| 143 | |
Devmalya Paul | 96a2c9e | 2019-11-06 07:17:44 +0000 | [diff] [blame] | 144 | // EventFilterRuleKey_EventFilterRuleType from public import voltha_protos/voltha.proto |
| 145 | type EventFilterRuleKey_EventFilterRuleType = voltha.EventFilterRuleKey_EventFilterRuleType |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 146 | |
Devmalya Paul | 96a2c9e | 2019-11-06 07:17:44 +0000 | [diff] [blame] | 147 | var EventFilterRuleKey_EventFilterRuleType_name = voltha.EventFilterRuleKey_EventFilterRuleType_name |
| 148 | var EventFilterRuleKey_EventFilterRuleType_value = voltha.EventFilterRuleKey_EventFilterRuleType_value |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 149 | |
Devmalya Paul | 96a2c9e | 2019-11-06 07:17:44 +0000 | [diff] [blame] | 150 | const EventFilterRuleKey_filter_all = EventFilterRuleKey_EventFilterRuleType(voltha.EventFilterRuleKey_filter_all) |
| 151 | const EventFilterRuleKey_category = EventFilterRuleKey_EventFilterRuleType(voltha.EventFilterRuleKey_category) |
| 152 | const EventFilterRuleKey_sub_category = EventFilterRuleKey_EventFilterRuleType(voltha.EventFilterRuleKey_sub_category) |
| 153 | const EventFilterRuleKey_kpi_event_type = EventFilterRuleKey_EventFilterRuleType(voltha.EventFilterRuleKey_kpi_event_type) |
| 154 | const EventFilterRuleKey_config_event_type = EventFilterRuleKey_EventFilterRuleType(voltha.EventFilterRuleKey_config_event_type) |
| 155 | const EventFilterRuleKey_device_event_type = EventFilterRuleKey_EventFilterRuleType(voltha.EventFilterRuleKey_device_event_type) |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 156 | |
onkar.kundargi | 7b85fa1 | 2020-02-27 13:19:22 +0530 | [diff] [blame] | 157 | // TestResponse_TestResponseResult from public import voltha_protos/voltha.proto |
| 158 | type TestResponse_TestResponseResult = voltha.TestResponse_TestResponseResult |
| 159 | |
| 160 | var TestResponse_TestResponseResult_name = voltha.TestResponse_TestResponseResult_name |
| 161 | var TestResponse_TestResponseResult_value = voltha.TestResponse_TestResponseResult_value |
| 162 | |
| 163 | const TestResponse_SUCCESS = TestResponse_TestResponseResult(voltha.TestResponse_SUCCESS) |
| 164 | const TestResponse_FAILURE = TestResponse_TestResponseResult(voltha.TestResponse_FAILURE) |
| 165 | |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 166 | // SelfTestResponse_SelfTestResult from public import voltha_protos/voltha.proto |
| 167 | type SelfTestResponse_SelfTestResult = voltha.SelfTestResponse_SelfTestResult |
| 168 | |
| 169 | var SelfTestResponse_SelfTestResult_name = voltha.SelfTestResponse_SelfTestResult_name |
| 170 | var SelfTestResponse_SelfTestResult_value = voltha.SelfTestResponse_SelfTestResult_value |
| 171 | |
| 172 | const SelfTestResponse_SUCCESS = SelfTestResponse_SelfTestResult(voltha.SelfTestResponse_SUCCESS) |
| 173 | const SelfTestResponse_FAILURE = SelfTestResponse_SelfTestResult(voltha.SelfTestResponse_FAILURE) |
| 174 | const SelfTestResponse_NOT_SUPPORTED = SelfTestResponse_SelfTestResult(voltha.SelfTestResponse_NOT_SUPPORTED) |
| 175 | const SelfTestResponse_UNKNOWN_ERROR = SelfTestResponse_SelfTestResult(voltha.SelfTestResponse_UNKNOWN_ERROR) |
| 176 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 177 | // LogicalPortId from public import voltha_protos/logical_device.proto |
| 178 | type LogicalPortId = voltha.LogicalPortId |
| 179 | |
| 180 | // LogicalPort from public import voltha_protos/logical_device.proto |
| 181 | type LogicalPort = voltha.LogicalPort |
| 182 | |
| 183 | // LogicalPorts from public import voltha_protos/logical_device.proto |
| 184 | type LogicalPorts = voltha.LogicalPorts |
| 185 | |
| 186 | // LogicalDevice from public import voltha_protos/logical_device.proto |
| 187 | type LogicalDevice = voltha.LogicalDevice |
| 188 | |
| 189 | // LogicalDevices from public import voltha_protos/logical_device.proto |
| 190 | type LogicalDevices = voltha.LogicalDevices |
| 191 | |
| 192 | type MessageType int32 |
| 193 | |
| 194 | const ( |
| 195 | MessageType_REQUEST MessageType = 0 |
| 196 | MessageType_RESPONSE MessageType = 1 |
| 197 | MessageType_DEVICE_DISCOVERED MessageType = 2 |
| 198 | ) |
| 199 | |
| 200 | var MessageType_name = map[int32]string{ |
| 201 | 0: "REQUEST", |
| 202 | 1: "RESPONSE", |
| 203 | 2: "DEVICE_DISCOVERED", |
| 204 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 205 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 206 | var MessageType_value = map[string]int32{ |
| 207 | "REQUEST": 0, |
| 208 | "RESPONSE": 1, |
| 209 | "DEVICE_DISCOVERED": 2, |
| 210 | } |
| 211 | |
| 212 | func (x MessageType) String() string { |
| 213 | return proto.EnumName(MessageType_name, int32(x)) |
| 214 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 215 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 216 | func (MessageType) EnumDescriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 217 | return fileDescriptor_941f0031a549667f, []int{0} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 218 | } |
| 219 | |
| 220 | type ErrorCodeCodes int32 |
| 221 | |
| 222 | const ( |
| 223 | ErrorCode_UNSUPPORTED_REQUEST ErrorCodeCodes = 0 |
| 224 | ErrorCode_INVALID_PARAMETERS ErrorCodeCodes = 1 |
Matteo Scandolo | 865803a | 2020-01-23 10:26:49 -0800 | [diff] [blame] | 225 | ErrorCode_DEADLINE_EXCEEDED ErrorCodeCodes = 2 |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 226 | ) |
| 227 | |
| 228 | var ErrorCodeCodes_name = map[int32]string{ |
| 229 | 0: "UNSUPPORTED_REQUEST", |
| 230 | 1: "INVALID_PARAMETERS", |
Matteo Scandolo | 865803a | 2020-01-23 10:26:49 -0800 | [diff] [blame] | 231 | 2: "DEADLINE_EXCEEDED", |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 232 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 233 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 234 | var ErrorCodeCodes_value = map[string]int32{ |
| 235 | "UNSUPPORTED_REQUEST": 0, |
| 236 | "INVALID_PARAMETERS": 1, |
Matteo Scandolo | 865803a | 2020-01-23 10:26:49 -0800 | [diff] [blame] | 237 | "DEADLINE_EXCEEDED": 2, |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 238 | } |
| 239 | |
| 240 | func (x ErrorCodeCodes) String() string { |
| 241 | return proto.EnumName(ErrorCodeCodes_name, int32(x)) |
| 242 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 243 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 244 | func (ErrorCodeCodes) EnumDescriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 245 | return fileDescriptor_941f0031a549667f, []int{4, 0} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 246 | } |
| 247 | |
| 248 | type InterAdapterMessageType_Types int32 |
| 249 | |
| 250 | const ( |
Matt Jeanneret | 15249fa | 2019-04-12 20:25:31 -0400 | [diff] [blame] | 251 | 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 Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 260 | InterAdapterMessageType_DELETE_GEM_PORT_REQUEST InterAdapterMessageType_Types = 9 |
| 261 | InterAdapterMessageType_DELETE_TCONT_REQUEST InterAdapterMessageType_Types = 10 |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 262 | ) |
| 263 | |
| 264 | var InterAdapterMessageType_Types_name = map[int32]string{ |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 265 | 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 Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 276 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 277 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 278 | var InterAdapterMessageType_Types_value = map[string]int32{ |
Matt Jeanneret | 15249fa | 2019-04-12 20:25:31 -0400 | [diff] [blame] | 279 | "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 Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 288 | "DELETE_GEM_PORT_REQUEST": 9, |
| 289 | "DELETE_TCONT_REQUEST": 10, |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 290 | } |
| 291 | |
| 292 | func (x InterAdapterMessageType_Types) String() string { |
| 293 | return proto.EnumName(InterAdapterMessageType_Types_name, int32(x)) |
| 294 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 295 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 296 | func (InterAdapterMessageType_Types) EnumDescriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 297 | return fileDescriptor_941f0031a549667f, []int{14, 0} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 298 | } |
| 299 | |
| 300 | type 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 | |
| 307 | func (m *StrType) Reset() { *m = StrType{} } |
| 308 | func (m *StrType) String() string { return proto.CompactTextString(m) } |
| 309 | func (*StrType) ProtoMessage() {} |
| 310 | func (*StrType) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 311 | return fileDescriptor_941f0031a549667f, []int{0} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 312 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 313 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 314 | func (m *StrType) XXX_Unmarshal(b []byte) error { |
| 315 | return xxx_messageInfo_StrType.Unmarshal(m, b) |
| 316 | } |
| 317 | func (m *StrType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 318 | return xxx_messageInfo_StrType.Marshal(b, m, deterministic) |
| 319 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 320 | func (m *StrType) XXX_Merge(src proto.Message) { |
| 321 | xxx_messageInfo_StrType.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 322 | } |
| 323 | func (m *StrType) XXX_Size() int { |
| 324 | return xxx_messageInfo_StrType.Size(m) |
| 325 | } |
| 326 | func (m *StrType) XXX_DiscardUnknown() { |
| 327 | xxx_messageInfo_StrType.DiscardUnknown(m) |
| 328 | } |
| 329 | |
| 330 | var xxx_messageInfo_StrType proto.InternalMessageInfo |
| 331 | |
| 332 | func (m *StrType) GetVal() string { |
| 333 | if m != nil { |
| 334 | return m.Val |
| 335 | } |
| 336 | return "" |
| 337 | } |
| 338 | |
| 339 | type 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 | |
| 346 | func (m *IntType) Reset() { *m = IntType{} } |
| 347 | func (m *IntType) String() string { return proto.CompactTextString(m) } |
| 348 | func (*IntType) ProtoMessage() {} |
| 349 | func (*IntType) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 350 | return fileDescriptor_941f0031a549667f, []int{1} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 351 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 352 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 353 | func (m *IntType) XXX_Unmarshal(b []byte) error { |
| 354 | return xxx_messageInfo_IntType.Unmarshal(m, b) |
| 355 | } |
| 356 | func (m *IntType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 357 | return xxx_messageInfo_IntType.Marshal(b, m, deterministic) |
| 358 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 359 | func (m *IntType) XXX_Merge(src proto.Message) { |
| 360 | xxx_messageInfo_IntType.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 361 | } |
| 362 | func (m *IntType) XXX_Size() int { |
| 363 | return xxx_messageInfo_IntType.Size(m) |
| 364 | } |
| 365 | func (m *IntType) XXX_DiscardUnknown() { |
| 366 | xxx_messageInfo_IntType.DiscardUnknown(m) |
| 367 | } |
| 368 | |
| 369 | var xxx_messageInfo_IntType proto.InternalMessageInfo |
| 370 | |
| 371 | func (m *IntType) GetVal() int64 { |
| 372 | if m != nil { |
| 373 | return m.Val |
| 374 | } |
| 375 | return 0 |
| 376 | } |
| 377 | |
| 378 | type 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 | |
| 385 | func (m *BoolType) Reset() { *m = BoolType{} } |
| 386 | func (m *BoolType) String() string { return proto.CompactTextString(m) } |
| 387 | func (*BoolType) ProtoMessage() {} |
| 388 | func (*BoolType) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 389 | return fileDescriptor_941f0031a549667f, []int{2} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 390 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 391 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 392 | func (m *BoolType) XXX_Unmarshal(b []byte) error { |
| 393 | return xxx_messageInfo_BoolType.Unmarshal(m, b) |
| 394 | } |
| 395 | func (m *BoolType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 396 | return xxx_messageInfo_BoolType.Marshal(b, m, deterministic) |
| 397 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 398 | func (m *BoolType) XXX_Merge(src proto.Message) { |
| 399 | xxx_messageInfo_BoolType.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 400 | } |
| 401 | func (m *BoolType) XXX_Size() int { |
| 402 | return xxx_messageInfo_BoolType.Size(m) |
| 403 | } |
| 404 | func (m *BoolType) XXX_DiscardUnknown() { |
| 405 | xxx_messageInfo_BoolType.DiscardUnknown(m) |
| 406 | } |
| 407 | |
| 408 | var xxx_messageInfo_BoolType proto.InternalMessageInfo |
| 409 | |
| 410 | func (m *BoolType) GetVal() bool { |
| 411 | if m != nil { |
| 412 | return m.Val |
| 413 | } |
| 414 | return false |
| 415 | } |
| 416 | |
| 417 | type 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 | |
| 424 | func (m *Packet) Reset() { *m = Packet{} } |
| 425 | func (m *Packet) String() string { return proto.CompactTextString(m) } |
| 426 | func (*Packet) ProtoMessage() {} |
| 427 | func (*Packet) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 428 | return fileDescriptor_941f0031a549667f, []int{3} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 429 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 430 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 431 | func (m *Packet) XXX_Unmarshal(b []byte) error { |
| 432 | return xxx_messageInfo_Packet.Unmarshal(m, b) |
| 433 | } |
| 434 | func (m *Packet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 435 | return xxx_messageInfo_Packet.Marshal(b, m, deterministic) |
| 436 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 437 | func (m *Packet) XXX_Merge(src proto.Message) { |
| 438 | xxx_messageInfo_Packet.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 439 | } |
| 440 | func (m *Packet) XXX_Size() int { |
| 441 | return xxx_messageInfo_Packet.Size(m) |
| 442 | } |
| 443 | func (m *Packet) XXX_DiscardUnknown() { |
| 444 | xxx_messageInfo_Packet.DiscardUnknown(m) |
| 445 | } |
| 446 | |
| 447 | var xxx_messageInfo_Packet proto.InternalMessageInfo |
| 448 | |
| 449 | func (m *Packet) GetPayload() []byte { |
| 450 | if m != nil { |
| 451 | return m.Payload |
| 452 | } |
| 453 | return nil |
| 454 | } |
| 455 | |
| 456 | type ErrorCode struct { |
| 457 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 458 | XXX_unrecognized []byte `json:"-"` |
| 459 | XXX_sizecache int32 `json:"-"` |
| 460 | } |
| 461 | |
| 462 | func (m *ErrorCode) Reset() { *m = ErrorCode{} } |
| 463 | func (m *ErrorCode) String() string { return proto.CompactTextString(m) } |
| 464 | func (*ErrorCode) ProtoMessage() {} |
| 465 | func (*ErrorCode) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 466 | return fileDescriptor_941f0031a549667f, []int{4} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 467 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 468 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 469 | func (m *ErrorCode) XXX_Unmarshal(b []byte) error { |
| 470 | return xxx_messageInfo_ErrorCode.Unmarshal(m, b) |
| 471 | } |
| 472 | func (m *ErrorCode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 473 | return xxx_messageInfo_ErrorCode.Marshal(b, m, deterministic) |
| 474 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 475 | func (m *ErrorCode) XXX_Merge(src proto.Message) { |
| 476 | xxx_messageInfo_ErrorCode.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 477 | } |
| 478 | func (m *ErrorCode) XXX_Size() int { |
| 479 | return xxx_messageInfo_ErrorCode.Size(m) |
| 480 | } |
| 481 | func (m *ErrorCode) XXX_DiscardUnknown() { |
| 482 | xxx_messageInfo_ErrorCode.DiscardUnknown(m) |
| 483 | } |
| 484 | |
| 485 | var xxx_messageInfo_ErrorCode proto.InternalMessageInfo |
| 486 | |
| 487 | type Error struct { |
Matteo Scandolo | deed92f | 2020-01-21 15:49:55 -0800 | [diff] [blame] | 488 | 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 Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 493 | } |
| 494 | |
| 495 | func (m *Error) Reset() { *m = Error{} } |
| 496 | func (m *Error) String() string { return proto.CompactTextString(m) } |
| 497 | func (*Error) ProtoMessage() {} |
| 498 | func (*Error) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 499 | return fileDescriptor_941f0031a549667f, []int{5} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 500 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 501 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 502 | func (m *Error) XXX_Unmarshal(b []byte) error { |
| 503 | return xxx_messageInfo_Error.Unmarshal(m, b) |
| 504 | } |
| 505 | func (m *Error) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 506 | return xxx_messageInfo_Error.Marshal(b, m, deterministic) |
| 507 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 508 | func (m *Error) XXX_Merge(src proto.Message) { |
| 509 | xxx_messageInfo_Error.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 510 | } |
| 511 | func (m *Error) XXX_Size() int { |
| 512 | return xxx_messageInfo_Error.Size(m) |
| 513 | } |
| 514 | func (m *Error) XXX_DiscardUnknown() { |
| 515 | xxx_messageInfo_Error.DiscardUnknown(m) |
| 516 | } |
| 517 | |
| 518 | var xxx_messageInfo_Error proto.InternalMessageInfo |
| 519 | |
Matteo Scandolo | deed92f | 2020-01-21 15:49:55 -0800 | [diff] [blame] | 520 | func (m *Error) GetCode() ErrorCodeCodes { |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 521 | if m != nil { |
| 522 | return m.Code |
| 523 | } |
Matteo Scandolo | deed92f | 2020-01-21 15:49:55 -0800 | [diff] [blame] | 524 | return ErrorCode_UNSUPPORTED_REQUEST |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 525 | } |
| 526 | |
| 527 | func (m *Error) GetReason() string { |
| 528 | if m != nil { |
| 529 | return m.Reason |
| 530 | } |
| 531 | return "" |
| 532 | } |
| 533 | |
| 534 | type 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 | |
| 546 | func (m *Header) Reset() { *m = Header{} } |
| 547 | func (m *Header) String() string { return proto.CompactTextString(m) } |
| 548 | func (*Header) ProtoMessage() {} |
| 549 | func (*Header) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 550 | return fileDescriptor_941f0031a549667f, []int{6} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 551 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 552 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 553 | func (m *Header) XXX_Unmarshal(b []byte) error { |
| 554 | return xxx_messageInfo_Header.Unmarshal(m, b) |
| 555 | } |
| 556 | func (m *Header) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 557 | return xxx_messageInfo_Header.Marshal(b, m, deterministic) |
| 558 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 559 | func (m *Header) XXX_Merge(src proto.Message) { |
| 560 | xxx_messageInfo_Header.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 561 | } |
| 562 | func (m *Header) XXX_Size() int { |
| 563 | return xxx_messageInfo_Header.Size(m) |
| 564 | } |
| 565 | func (m *Header) XXX_DiscardUnknown() { |
| 566 | xxx_messageInfo_Header.DiscardUnknown(m) |
| 567 | } |
| 568 | |
| 569 | var xxx_messageInfo_Header proto.InternalMessageInfo |
| 570 | |
| 571 | func (m *Header) GetId() string { |
| 572 | if m != nil { |
| 573 | return m.Id |
| 574 | } |
| 575 | return "" |
| 576 | } |
| 577 | |
| 578 | func (m *Header) GetType() MessageType { |
| 579 | if m != nil { |
| 580 | return m.Type |
| 581 | } |
| 582 | return MessageType_REQUEST |
| 583 | } |
| 584 | |
| 585 | func (m *Header) GetFromTopic() string { |
| 586 | if m != nil { |
| 587 | return m.FromTopic |
| 588 | } |
| 589 | return "" |
| 590 | } |
| 591 | |
| 592 | func (m *Header) GetToTopic() string { |
| 593 | if m != nil { |
| 594 | return m.ToTopic |
| 595 | } |
| 596 | return "" |
| 597 | } |
| 598 | |
| 599 | func (m *Header) GetKeyTopic() string { |
| 600 | if m != nil { |
| 601 | return m.KeyTopic |
| 602 | } |
| 603 | return "" |
| 604 | } |
| 605 | |
| 606 | func (m *Header) GetTimestamp() int64 { |
| 607 | if m != nil { |
| 608 | return m.Timestamp |
| 609 | } |
| 610 | return 0 |
| 611 | } |
| 612 | |
| 613 | type 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 | |
| 621 | func (m *Argument) Reset() { *m = Argument{} } |
| 622 | func (m *Argument) String() string { return proto.CompactTextString(m) } |
| 623 | func (*Argument) ProtoMessage() {} |
| 624 | func (*Argument) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 625 | return fileDescriptor_941f0031a549667f, []int{7} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 626 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 627 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 628 | func (m *Argument) XXX_Unmarshal(b []byte) error { |
| 629 | return xxx_messageInfo_Argument.Unmarshal(m, b) |
| 630 | } |
| 631 | func (m *Argument) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 632 | return xxx_messageInfo_Argument.Marshal(b, m, deterministic) |
| 633 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 634 | func (m *Argument) XXX_Merge(src proto.Message) { |
| 635 | xxx_messageInfo_Argument.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 636 | } |
| 637 | func (m *Argument) XXX_Size() int { |
| 638 | return xxx_messageInfo_Argument.Size(m) |
| 639 | } |
| 640 | func (m *Argument) XXX_DiscardUnknown() { |
| 641 | xxx_messageInfo_Argument.DiscardUnknown(m) |
| 642 | } |
| 643 | |
| 644 | var xxx_messageInfo_Argument proto.InternalMessageInfo |
| 645 | |
| 646 | func (m *Argument) GetKey() string { |
| 647 | if m != nil { |
| 648 | return m.Key |
| 649 | } |
| 650 | return "" |
| 651 | } |
| 652 | |
| 653 | func (m *Argument) GetValue() *any.Any { |
| 654 | if m != nil { |
| 655 | return m.Value |
| 656 | } |
| 657 | return nil |
| 658 | } |
| 659 | |
| 660 | type 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 | |
| 668 | func (m *InterContainerMessage) Reset() { *m = InterContainerMessage{} } |
| 669 | func (m *InterContainerMessage) String() string { return proto.CompactTextString(m) } |
| 670 | func (*InterContainerMessage) ProtoMessage() {} |
| 671 | func (*InterContainerMessage) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 672 | return fileDescriptor_941f0031a549667f, []int{8} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 673 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 674 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 675 | func (m *InterContainerMessage) XXX_Unmarshal(b []byte) error { |
| 676 | return xxx_messageInfo_InterContainerMessage.Unmarshal(m, b) |
| 677 | } |
| 678 | func (m *InterContainerMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 679 | return xxx_messageInfo_InterContainerMessage.Marshal(b, m, deterministic) |
| 680 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 681 | func (m *InterContainerMessage) XXX_Merge(src proto.Message) { |
| 682 | xxx_messageInfo_InterContainerMessage.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 683 | } |
| 684 | func (m *InterContainerMessage) XXX_Size() int { |
| 685 | return xxx_messageInfo_InterContainerMessage.Size(m) |
| 686 | } |
| 687 | func (m *InterContainerMessage) XXX_DiscardUnknown() { |
| 688 | xxx_messageInfo_InterContainerMessage.DiscardUnknown(m) |
| 689 | } |
| 690 | |
| 691 | var xxx_messageInfo_InterContainerMessage proto.InternalMessageInfo |
| 692 | |
| 693 | func (m *InterContainerMessage) GetHeader() *Header { |
| 694 | if m != nil { |
| 695 | return m.Header |
| 696 | } |
| 697 | return nil |
| 698 | } |
| 699 | |
| 700 | func (m *InterContainerMessage) GetBody() *any.Any { |
| 701 | if m != nil { |
| 702 | return m.Body |
| 703 | } |
| 704 | return nil |
| 705 | } |
| 706 | |
| 707 | type 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 | |
| 717 | func (m *InterContainerRequestBody) Reset() { *m = InterContainerRequestBody{} } |
| 718 | func (m *InterContainerRequestBody) String() string { return proto.CompactTextString(m) } |
| 719 | func (*InterContainerRequestBody) ProtoMessage() {} |
| 720 | func (*InterContainerRequestBody) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 721 | return fileDescriptor_941f0031a549667f, []int{9} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 722 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 723 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 724 | func (m *InterContainerRequestBody) XXX_Unmarshal(b []byte) error { |
| 725 | return xxx_messageInfo_InterContainerRequestBody.Unmarshal(m, b) |
| 726 | } |
| 727 | func (m *InterContainerRequestBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 728 | return xxx_messageInfo_InterContainerRequestBody.Marshal(b, m, deterministic) |
| 729 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 730 | func (m *InterContainerRequestBody) XXX_Merge(src proto.Message) { |
| 731 | xxx_messageInfo_InterContainerRequestBody.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 732 | } |
| 733 | func (m *InterContainerRequestBody) XXX_Size() int { |
| 734 | return xxx_messageInfo_InterContainerRequestBody.Size(m) |
| 735 | } |
| 736 | func (m *InterContainerRequestBody) XXX_DiscardUnknown() { |
| 737 | xxx_messageInfo_InterContainerRequestBody.DiscardUnknown(m) |
| 738 | } |
| 739 | |
| 740 | var xxx_messageInfo_InterContainerRequestBody proto.InternalMessageInfo |
| 741 | |
| 742 | func (m *InterContainerRequestBody) GetRpc() string { |
| 743 | if m != nil { |
| 744 | return m.Rpc |
| 745 | } |
| 746 | return "" |
| 747 | } |
| 748 | |
| 749 | func (m *InterContainerRequestBody) GetArgs() []*Argument { |
| 750 | if m != nil { |
| 751 | return m.Args |
| 752 | } |
| 753 | return nil |
| 754 | } |
| 755 | |
| 756 | func (m *InterContainerRequestBody) GetResponseRequired() bool { |
| 757 | if m != nil { |
| 758 | return m.ResponseRequired |
| 759 | } |
| 760 | return false |
| 761 | } |
| 762 | |
| 763 | func (m *InterContainerRequestBody) GetReplyToTopic() string { |
| 764 | if m != nil { |
| 765 | return m.ReplyToTopic |
| 766 | } |
| 767 | return "" |
| 768 | } |
| 769 | |
| 770 | type 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 | |
| 778 | func (m *InterContainerResponseBody) Reset() { *m = InterContainerResponseBody{} } |
| 779 | func (m *InterContainerResponseBody) String() string { return proto.CompactTextString(m) } |
| 780 | func (*InterContainerResponseBody) ProtoMessage() {} |
| 781 | func (*InterContainerResponseBody) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 782 | return fileDescriptor_941f0031a549667f, []int{10} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 783 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 784 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 785 | func (m *InterContainerResponseBody) XXX_Unmarshal(b []byte) error { |
| 786 | return xxx_messageInfo_InterContainerResponseBody.Unmarshal(m, b) |
| 787 | } |
| 788 | func (m *InterContainerResponseBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 789 | return xxx_messageInfo_InterContainerResponseBody.Marshal(b, m, deterministic) |
| 790 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 791 | func (m *InterContainerResponseBody) XXX_Merge(src proto.Message) { |
| 792 | xxx_messageInfo_InterContainerResponseBody.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 793 | } |
| 794 | func (m *InterContainerResponseBody) XXX_Size() int { |
| 795 | return xxx_messageInfo_InterContainerResponseBody.Size(m) |
| 796 | } |
| 797 | func (m *InterContainerResponseBody) XXX_DiscardUnknown() { |
| 798 | xxx_messageInfo_InterContainerResponseBody.DiscardUnknown(m) |
| 799 | } |
| 800 | |
| 801 | var xxx_messageInfo_InterContainerResponseBody proto.InternalMessageInfo |
| 802 | |
| 803 | func (m *InterContainerResponseBody) GetSuccess() bool { |
| 804 | if m != nil { |
| 805 | return m.Success |
| 806 | } |
| 807 | return false |
| 808 | } |
| 809 | |
| 810 | func (m *InterContainerResponseBody) GetResult() *any.Any { |
| 811 | if m != nil { |
| 812 | return m.Result |
| 813 | } |
| 814 | return nil |
| 815 | } |
| 816 | |
| 817 | type 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 | |
| 825 | func (m *SwitchCapability) Reset() { *m = SwitchCapability{} } |
| 826 | func (m *SwitchCapability) String() string { return proto.CompactTextString(m) } |
| 827 | func (*SwitchCapability) ProtoMessage() {} |
| 828 | func (*SwitchCapability) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 829 | return fileDescriptor_941f0031a549667f, []int{11} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 830 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 831 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 832 | func (m *SwitchCapability) XXX_Unmarshal(b []byte) error { |
| 833 | return xxx_messageInfo_SwitchCapability.Unmarshal(m, b) |
| 834 | } |
| 835 | func (m *SwitchCapability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 836 | return xxx_messageInfo_SwitchCapability.Marshal(b, m, deterministic) |
| 837 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 838 | func (m *SwitchCapability) XXX_Merge(src proto.Message) { |
| 839 | xxx_messageInfo_SwitchCapability.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 840 | } |
| 841 | func (m *SwitchCapability) XXX_Size() int { |
| 842 | return xxx_messageInfo_SwitchCapability.Size(m) |
| 843 | } |
| 844 | func (m *SwitchCapability) XXX_DiscardUnknown() { |
| 845 | xxx_messageInfo_SwitchCapability.DiscardUnknown(m) |
| 846 | } |
| 847 | |
| 848 | var xxx_messageInfo_SwitchCapability proto.InternalMessageInfo |
| 849 | |
| 850 | func (m *SwitchCapability) GetDesc() *openflow_13.OfpDesc { |
| 851 | if m != nil { |
| 852 | return m.Desc |
| 853 | } |
| 854 | return nil |
| 855 | } |
| 856 | |
| 857 | func (m *SwitchCapability) GetSwitchFeatures() *openflow_13.OfpSwitchFeatures { |
| 858 | if m != nil { |
| 859 | return m.SwitchFeatures |
| 860 | } |
| 861 | return nil |
| 862 | } |
| 863 | |
| 864 | type 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 | |
| 871 | func (m *PortCapability) Reset() { *m = PortCapability{} } |
| 872 | func (m *PortCapability) String() string { return proto.CompactTextString(m) } |
| 873 | func (*PortCapability) ProtoMessage() {} |
| 874 | func (*PortCapability) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 875 | return fileDescriptor_941f0031a549667f, []int{12} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 876 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 877 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 878 | func (m *PortCapability) XXX_Unmarshal(b []byte) error { |
| 879 | return xxx_messageInfo_PortCapability.Unmarshal(m, b) |
| 880 | } |
| 881 | func (m *PortCapability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 882 | return xxx_messageInfo_PortCapability.Marshal(b, m, deterministic) |
| 883 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 884 | func (m *PortCapability) XXX_Merge(src proto.Message) { |
| 885 | xxx_messageInfo_PortCapability.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 886 | } |
| 887 | func (m *PortCapability) XXX_Size() int { |
| 888 | return xxx_messageInfo_PortCapability.Size(m) |
| 889 | } |
| 890 | func (m *PortCapability) XXX_DiscardUnknown() { |
| 891 | xxx_messageInfo_PortCapability.DiscardUnknown(m) |
| 892 | } |
| 893 | |
| 894 | var xxx_messageInfo_PortCapability proto.InternalMessageInfo |
| 895 | |
| 896 | func (m *PortCapability) GetPort() *voltha.LogicalPort { |
| 897 | if m != nil { |
| 898 | return m.Port |
| 899 | } |
| 900 | return nil |
| 901 | } |
| 902 | |
| 903 | type 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 | |
| 913 | func (m *DeviceDiscovered) Reset() { *m = DeviceDiscovered{} } |
| 914 | func (m *DeviceDiscovered) String() string { return proto.CompactTextString(m) } |
| 915 | func (*DeviceDiscovered) ProtoMessage() {} |
| 916 | func (*DeviceDiscovered) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 917 | return fileDescriptor_941f0031a549667f, []int{13} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 918 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 919 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 920 | func (m *DeviceDiscovered) XXX_Unmarshal(b []byte) error { |
| 921 | return xxx_messageInfo_DeviceDiscovered.Unmarshal(m, b) |
| 922 | } |
| 923 | func (m *DeviceDiscovered) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 924 | return xxx_messageInfo_DeviceDiscovered.Marshal(b, m, deterministic) |
| 925 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 926 | func (m *DeviceDiscovered) XXX_Merge(src proto.Message) { |
| 927 | xxx_messageInfo_DeviceDiscovered.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 928 | } |
| 929 | func (m *DeviceDiscovered) XXX_Size() int { |
| 930 | return xxx_messageInfo_DeviceDiscovered.Size(m) |
| 931 | } |
| 932 | func (m *DeviceDiscovered) XXX_DiscardUnknown() { |
| 933 | xxx_messageInfo_DeviceDiscovered.DiscardUnknown(m) |
| 934 | } |
| 935 | |
| 936 | var xxx_messageInfo_DeviceDiscovered proto.InternalMessageInfo |
| 937 | |
| 938 | func (m *DeviceDiscovered) GetId() string { |
| 939 | if m != nil { |
| 940 | return m.Id |
| 941 | } |
| 942 | return "" |
| 943 | } |
| 944 | |
| 945 | func (m *DeviceDiscovered) GetParentId() string { |
| 946 | if m != nil { |
| 947 | return m.ParentId |
| 948 | } |
| 949 | return "" |
| 950 | } |
| 951 | |
| 952 | func (m *DeviceDiscovered) GetDeviceType() string { |
| 953 | if m != nil { |
| 954 | return m.DeviceType |
| 955 | } |
| 956 | return "" |
| 957 | } |
| 958 | |
| 959 | func (m *DeviceDiscovered) GetPublisher() string { |
| 960 | if m != nil { |
| 961 | return m.Publisher |
| 962 | } |
| 963 | return "" |
| 964 | } |
| 965 | |
| 966 | type InterAdapterMessageType struct { |
| 967 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 968 | XXX_unrecognized []byte `json:"-"` |
| 969 | XXX_sizecache int32 `json:"-"` |
| 970 | } |
| 971 | |
| 972 | func (m *InterAdapterMessageType) Reset() { *m = InterAdapterMessageType{} } |
| 973 | func (m *InterAdapterMessageType) String() string { return proto.CompactTextString(m) } |
| 974 | func (*InterAdapterMessageType) ProtoMessage() {} |
| 975 | func (*InterAdapterMessageType) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 976 | return fileDescriptor_941f0031a549667f, []int{14} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 977 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 978 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 979 | func (m *InterAdapterMessageType) XXX_Unmarshal(b []byte) error { |
| 980 | return xxx_messageInfo_InterAdapterMessageType.Unmarshal(m, b) |
| 981 | } |
| 982 | func (m *InterAdapterMessageType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 983 | return xxx_messageInfo_InterAdapterMessageType.Marshal(b, m, deterministic) |
| 984 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 985 | func (m *InterAdapterMessageType) XXX_Merge(src proto.Message) { |
| 986 | xxx_messageInfo_InterAdapterMessageType.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 987 | } |
| 988 | func (m *InterAdapterMessageType) XXX_Size() int { |
| 989 | return xxx_messageInfo_InterAdapterMessageType.Size(m) |
| 990 | } |
| 991 | func (m *InterAdapterMessageType) XXX_DiscardUnknown() { |
| 992 | xxx_messageInfo_InterAdapterMessageType.DiscardUnknown(m) |
| 993 | } |
| 994 | |
| 995 | var xxx_messageInfo_InterAdapterMessageType proto.InternalMessageInfo |
| 996 | |
| 997 | type 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 | |
| 1010 | func (m *InterAdapterHeader) Reset() { *m = InterAdapterHeader{} } |
| 1011 | func (m *InterAdapterHeader) String() string { return proto.CompactTextString(m) } |
| 1012 | func (*InterAdapterHeader) ProtoMessage() {} |
| 1013 | func (*InterAdapterHeader) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1014 | return fileDescriptor_941f0031a549667f, []int{15} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1015 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1016 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1017 | func (m *InterAdapterHeader) XXX_Unmarshal(b []byte) error { |
| 1018 | return xxx_messageInfo_InterAdapterHeader.Unmarshal(m, b) |
| 1019 | } |
| 1020 | func (m *InterAdapterHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1021 | return xxx_messageInfo_InterAdapterHeader.Marshal(b, m, deterministic) |
| 1022 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1023 | func (m *InterAdapterHeader) XXX_Merge(src proto.Message) { |
| 1024 | xxx_messageInfo_InterAdapterHeader.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1025 | } |
| 1026 | func (m *InterAdapterHeader) XXX_Size() int { |
| 1027 | return xxx_messageInfo_InterAdapterHeader.Size(m) |
| 1028 | } |
| 1029 | func (m *InterAdapterHeader) XXX_DiscardUnknown() { |
| 1030 | xxx_messageInfo_InterAdapterHeader.DiscardUnknown(m) |
| 1031 | } |
| 1032 | |
| 1033 | var xxx_messageInfo_InterAdapterHeader proto.InternalMessageInfo |
| 1034 | |
| 1035 | func (m *InterAdapterHeader) GetId() string { |
| 1036 | if m != nil { |
| 1037 | return m.Id |
| 1038 | } |
| 1039 | return "" |
| 1040 | } |
| 1041 | |
| 1042 | func (m *InterAdapterHeader) GetType() InterAdapterMessageType_Types { |
| 1043 | if m != nil { |
| 1044 | return m.Type |
| 1045 | } |
| 1046 | return InterAdapterMessageType_FLOW_REQUEST |
| 1047 | } |
| 1048 | |
| 1049 | func (m *InterAdapterHeader) GetFromTopic() string { |
| 1050 | if m != nil { |
| 1051 | return m.FromTopic |
| 1052 | } |
| 1053 | return "" |
| 1054 | } |
| 1055 | |
| 1056 | func (m *InterAdapterHeader) GetToTopic() string { |
| 1057 | if m != nil { |
| 1058 | return m.ToTopic |
| 1059 | } |
| 1060 | return "" |
| 1061 | } |
| 1062 | |
| 1063 | func (m *InterAdapterHeader) GetToDeviceId() string { |
| 1064 | if m != nil { |
| 1065 | return m.ToDeviceId |
| 1066 | } |
| 1067 | return "" |
| 1068 | } |
| 1069 | |
| 1070 | func (m *InterAdapterHeader) GetProxyDeviceId() string { |
| 1071 | if m != nil { |
| 1072 | return m.ProxyDeviceId |
| 1073 | } |
| 1074 | return "" |
| 1075 | } |
| 1076 | |
| 1077 | func (m *InterAdapterHeader) GetTimestamp() int64 { |
| 1078 | if m != nil { |
| 1079 | return m.Timestamp |
| 1080 | } |
| 1081 | return 0 |
| 1082 | } |
| 1083 | |
| 1084 | type InterAdapterOmciMessage struct { |
Serkant Uluderya | cbcfaa4 | 2019-10-18 13:25:08 +0300 | [diff] [blame] | 1085 | 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 Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1091 | } |
| 1092 | |
| 1093 | func (m *InterAdapterOmciMessage) Reset() { *m = InterAdapterOmciMessage{} } |
| 1094 | func (m *InterAdapterOmciMessage) String() string { return proto.CompactTextString(m) } |
| 1095 | func (*InterAdapterOmciMessage) ProtoMessage() {} |
| 1096 | func (*InterAdapterOmciMessage) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1097 | return fileDescriptor_941f0031a549667f, []int{16} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1098 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1099 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1100 | func (m *InterAdapterOmciMessage) XXX_Unmarshal(b []byte) error { |
| 1101 | return xxx_messageInfo_InterAdapterOmciMessage.Unmarshal(m, b) |
| 1102 | } |
| 1103 | func (m *InterAdapterOmciMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1104 | return xxx_messageInfo_InterAdapterOmciMessage.Marshal(b, m, deterministic) |
| 1105 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1106 | func (m *InterAdapterOmciMessage) XXX_Merge(src proto.Message) { |
| 1107 | xxx_messageInfo_InterAdapterOmciMessage.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1108 | } |
| 1109 | func (m *InterAdapterOmciMessage) XXX_Size() int { |
| 1110 | return xxx_messageInfo_InterAdapterOmciMessage.Size(m) |
| 1111 | } |
| 1112 | func (m *InterAdapterOmciMessage) XXX_DiscardUnknown() { |
| 1113 | xxx_messageInfo_InterAdapterOmciMessage.DiscardUnknown(m) |
| 1114 | } |
| 1115 | |
| 1116 | var xxx_messageInfo_InterAdapterOmciMessage proto.InternalMessageInfo |
| 1117 | |
| 1118 | func (m *InterAdapterOmciMessage) GetMessage() []byte { |
| 1119 | if m != nil { |
| 1120 | return m.Message |
| 1121 | } |
| 1122 | return nil |
| 1123 | } |
| 1124 | |
Serkant Uluderya | cbcfaa4 | 2019-10-18 13:25:08 +0300 | [diff] [blame] | 1125 | func (m *InterAdapterOmciMessage) GetConnectStatus() common.ConnectStatus_Types { |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 1126 | if m != nil { |
| 1127 | return m.ConnectStatus |
| 1128 | } |
| 1129 | return common.ConnectStatus_UNKNOWN |
| 1130 | } |
| 1131 | |
| 1132 | func (m *InterAdapterOmciMessage) GetProxyAddress() *voltha.Device_ProxyAddress { |
| 1133 | if m != nil { |
| 1134 | return m.ProxyAddress |
| 1135 | } |
| 1136 | return nil |
| 1137 | } |
| 1138 | |
Matt Jeanneret | 15249fa | 2019-04-12 20:25:31 -0400 | [diff] [blame] | 1139 | type 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 | |
| 1147 | func (m *InterAdapterTechProfileDownloadMessage) Reset() { |
| 1148 | *m = InterAdapterTechProfileDownloadMessage{} |
| 1149 | } |
| 1150 | func (m *InterAdapterTechProfileDownloadMessage) String() string { return proto.CompactTextString(m) } |
| 1151 | func (*InterAdapterTechProfileDownloadMessage) ProtoMessage() {} |
| 1152 | func (*InterAdapterTechProfileDownloadMessage) Descriptor() ([]byte, []int) { |
| 1153 | return fileDescriptor_941f0031a549667f, []int{17} |
| 1154 | } |
| 1155 | |
| 1156 | func (m *InterAdapterTechProfileDownloadMessage) XXX_Unmarshal(b []byte) error { |
| 1157 | return xxx_messageInfo_InterAdapterTechProfileDownloadMessage.Unmarshal(m, b) |
| 1158 | } |
| 1159 | func (m *InterAdapterTechProfileDownloadMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1160 | return xxx_messageInfo_InterAdapterTechProfileDownloadMessage.Marshal(b, m, deterministic) |
| 1161 | } |
| 1162 | func (m *InterAdapterTechProfileDownloadMessage) XXX_Merge(src proto.Message) { |
| 1163 | xxx_messageInfo_InterAdapterTechProfileDownloadMessage.Merge(m, src) |
| 1164 | } |
| 1165 | func (m *InterAdapterTechProfileDownloadMessage) XXX_Size() int { |
| 1166 | return xxx_messageInfo_InterAdapterTechProfileDownloadMessage.Size(m) |
| 1167 | } |
| 1168 | func (m *InterAdapterTechProfileDownloadMessage) XXX_DiscardUnknown() { |
| 1169 | xxx_messageInfo_InterAdapterTechProfileDownloadMessage.DiscardUnknown(m) |
| 1170 | } |
| 1171 | |
| 1172 | var xxx_messageInfo_InterAdapterTechProfileDownloadMessage proto.InternalMessageInfo |
| 1173 | |
| 1174 | func (m *InterAdapterTechProfileDownloadMessage) GetUniId() uint32 { |
| 1175 | if m != nil { |
| 1176 | return m.UniId |
| 1177 | } |
| 1178 | return 0 |
| 1179 | } |
| 1180 | |
| 1181 | func (m *InterAdapterTechProfileDownloadMessage) GetPath() string { |
| 1182 | if m != nil { |
| 1183 | return m.Path |
| 1184 | } |
| 1185 | return "" |
| 1186 | } |
| 1187 | |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1188 | type 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 | |
| 1197 | func (m *InterAdapterDeleteGemPortMessage) Reset() { *m = InterAdapterDeleteGemPortMessage{} } |
| 1198 | func (m *InterAdapterDeleteGemPortMessage) String() string { return proto.CompactTextString(m) } |
| 1199 | func (*InterAdapterDeleteGemPortMessage) ProtoMessage() {} |
| 1200 | func (*InterAdapterDeleteGemPortMessage) Descriptor() ([]byte, []int) { |
| 1201 | return fileDescriptor_941f0031a549667f, []int{18} |
| 1202 | } |
| 1203 | |
| 1204 | func (m *InterAdapterDeleteGemPortMessage) XXX_Unmarshal(b []byte) error { |
| 1205 | return xxx_messageInfo_InterAdapterDeleteGemPortMessage.Unmarshal(m, b) |
| 1206 | } |
| 1207 | func (m *InterAdapterDeleteGemPortMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1208 | return xxx_messageInfo_InterAdapterDeleteGemPortMessage.Marshal(b, m, deterministic) |
| 1209 | } |
| 1210 | func (m *InterAdapterDeleteGemPortMessage) XXX_Merge(src proto.Message) { |
| 1211 | xxx_messageInfo_InterAdapterDeleteGemPortMessage.Merge(m, src) |
| 1212 | } |
| 1213 | func (m *InterAdapterDeleteGemPortMessage) XXX_Size() int { |
| 1214 | return xxx_messageInfo_InterAdapterDeleteGemPortMessage.Size(m) |
| 1215 | } |
| 1216 | func (m *InterAdapterDeleteGemPortMessage) XXX_DiscardUnknown() { |
| 1217 | xxx_messageInfo_InterAdapterDeleteGemPortMessage.DiscardUnknown(m) |
| 1218 | } |
| 1219 | |
| 1220 | var xxx_messageInfo_InterAdapterDeleteGemPortMessage proto.InternalMessageInfo |
| 1221 | |
| 1222 | func (m *InterAdapterDeleteGemPortMessage) GetUniId() uint32 { |
| 1223 | if m != nil { |
| 1224 | return m.UniId |
| 1225 | } |
| 1226 | return 0 |
| 1227 | } |
| 1228 | |
| 1229 | func (m *InterAdapterDeleteGemPortMessage) GetTpPath() string { |
| 1230 | if m != nil { |
| 1231 | return m.TpPath |
| 1232 | } |
| 1233 | return "" |
| 1234 | } |
| 1235 | |
| 1236 | func (m *InterAdapterDeleteGemPortMessage) GetGemPortId() uint32 { |
| 1237 | if m != nil { |
| 1238 | return m.GemPortId |
| 1239 | } |
| 1240 | return 0 |
| 1241 | } |
| 1242 | |
| 1243 | type 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 | |
| 1252 | func (m *InterAdapterDeleteTcontMessage) Reset() { *m = InterAdapterDeleteTcontMessage{} } |
| 1253 | func (m *InterAdapterDeleteTcontMessage) String() string { return proto.CompactTextString(m) } |
| 1254 | func (*InterAdapterDeleteTcontMessage) ProtoMessage() {} |
| 1255 | func (*InterAdapterDeleteTcontMessage) Descriptor() ([]byte, []int) { |
| 1256 | return fileDescriptor_941f0031a549667f, []int{19} |
| 1257 | } |
| 1258 | |
| 1259 | func (m *InterAdapterDeleteTcontMessage) XXX_Unmarshal(b []byte) error { |
| 1260 | return xxx_messageInfo_InterAdapterDeleteTcontMessage.Unmarshal(m, b) |
| 1261 | } |
| 1262 | func (m *InterAdapterDeleteTcontMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1263 | return xxx_messageInfo_InterAdapterDeleteTcontMessage.Marshal(b, m, deterministic) |
| 1264 | } |
| 1265 | func (m *InterAdapterDeleteTcontMessage) XXX_Merge(src proto.Message) { |
| 1266 | xxx_messageInfo_InterAdapterDeleteTcontMessage.Merge(m, src) |
| 1267 | } |
| 1268 | func (m *InterAdapterDeleteTcontMessage) XXX_Size() int { |
| 1269 | return xxx_messageInfo_InterAdapterDeleteTcontMessage.Size(m) |
| 1270 | } |
| 1271 | func (m *InterAdapterDeleteTcontMessage) XXX_DiscardUnknown() { |
| 1272 | xxx_messageInfo_InterAdapterDeleteTcontMessage.DiscardUnknown(m) |
| 1273 | } |
| 1274 | |
| 1275 | var xxx_messageInfo_InterAdapterDeleteTcontMessage proto.InternalMessageInfo |
| 1276 | |
| 1277 | func (m *InterAdapterDeleteTcontMessage) GetUniId() uint32 { |
| 1278 | if m != nil { |
| 1279 | return m.UniId |
| 1280 | } |
| 1281 | return 0 |
| 1282 | } |
| 1283 | |
| 1284 | func (m *InterAdapterDeleteTcontMessage) GetTpPath() string { |
| 1285 | if m != nil { |
| 1286 | return m.TpPath |
| 1287 | } |
| 1288 | return "" |
| 1289 | } |
| 1290 | |
| 1291 | func (m *InterAdapterDeleteTcontMessage) GetAllocId() uint32 { |
| 1292 | if m != nil { |
| 1293 | return m.AllocId |
| 1294 | } |
| 1295 | return 0 |
| 1296 | } |
| 1297 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1298 | type 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 | |
| 1309 | func (m *InterAdapterResponseBody) Reset() { *m = InterAdapterResponseBody{} } |
| 1310 | func (m *InterAdapterResponseBody) String() string { return proto.CompactTextString(m) } |
| 1311 | func (*InterAdapterResponseBody) ProtoMessage() {} |
| 1312 | func (*InterAdapterResponseBody) Descriptor() ([]byte, []int) { |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1313 | return fileDescriptor_941f0031a549667f, []int{20} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1314 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1315 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1316 | func (m *InterAdapterResponseBody) XXX_Unmarshal(b []byte) error { |
| 1317 | return xxx_messageInfo_InterAdapterResponseBody.Unmarshal(m, b) |
| 1318 | } |
| 1319 | func (m *InterAdapterResponseBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1320 | return xxx_messageInfo_InterAdapterResponseBody.Marshal(b, m, deterministic) |
| 1321 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1322 | func (m *InterAdapterResponseBody) XXX_Merge(src proto.Message) { |
| 1323 | xxx_messageInfo_InterAdapterResponseBody.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1324 | } |
| 1325 | func (m *InterAdapterResponseBody) XXX_Size() int { |
| 1326 | return xxx_messageInfo_InterAdapterResponseBody.Size(m) |
| 1327 | } |
| 1328 | func (m *InterAdapterResponseBody) XXX_DiscardUnknown() { |
| 1329 | xxx_messageInfo_InterAdapterResponseBody.DiscardUnknown(m) |
| 1330 | } |
| 1331 | |
| 1332 | var xxx_messageInfo_InterAdapterResponseBody proto.InternalMessageInfo |
| 1333 | |
| 1334 | func (m *InterAdapterResponseBody) GetStatus() bool { |
| 1335 | if m != nil { |
| 1336 | return m.Status |
| 1337 | } |
| 1338 | return false |
| 1339 | } |
| 1340 | |
| 1341 | type isInterAdapterResponseBody_Payload interface { |
| 1342 | isInterAdapterResponseBody_Payload() |
| 1343 | } |
| 1344 | |
| 1345 | type InterAdapterResponseBody_Body struct { |
| 1346 | Body *any.Any `protobuf:"bytes,2,opt,name=body,proto3,oneof"` |
| 1347 | } |
| 1348 | |
| 1349 | type InterAdapterResponseBody_Omci struct { |
| 1350 | Omci *InterAdapterOmciMessage `protobuf:"bytes,3,opt,name=omci,proto3,oneof"` |
| 1351 | } |
| 1352 | |
| 1353 | func (*InterAdapterResponseBody_Body) isInterAdapterResponseBody_Payload() {} |
| 1354 | |
| 1355 | func (*InterAdapterResponseBody_Omci) isInterAdapterResponseBody_Payload() {} |
| 1356 | |
| 1357 | func (m *InterAdapterResponseBody) GetPayload() isInterAdapterResponseBody_Payload { |
| 1358 | if m != nil { |
| 1359 | return m.Payload |
| 1360 | } |
| 1361 | return nil |
| 1362 | } |
| 1363 | |
| 1364 | func (m *InterAdapterResponseBody) GetBody() *any.Any { |
| 1365 | if x, ok := m.GetPayload().(*InterAdapterResponseBody_Body); ok { |
| 1366 | return x.Body |
| 1367 | } |
| 1368 | return nil |
| 1369 | } |
| 1370 | |
| 1371 | func (m *InterAdapterResponseBody) GetOmci() *InterAdapterOmciMessage { |
| 1372 | if x, ok := m.GetPayload().(*InterAdapterResponseBody_Omci); ok { |
| 1373 | return x.Omci |
| 1374 | } |
| 1375 | return nil |
| 1376 | } |
| 1377 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1378 | // XXX_OneofWrappers is for the internal use of the proto package. |
| 1379 | func (*InterAdapterResponseBody) XXX_OneofWrappers() []interface{} { |
| 1380 | return []interface{}{ |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1381 | (*InterAdapterResponseBody_Body)(nil), |
| 1382 | (*InterAdapterResponseBody_Omci)(nil), |
| 1383 | } |
| 1384 | } |
| 1385 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1386 | type 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 | |
| 1394 | func (m *InterAdapterMessage) Reset() { *m = InterAdapterMessage{} } |
| 1395 | func (m *InterAdapterMessage) String() string { return proto.CompactTextString(m) } |
| 1396 | func (*InterAdapterMessage) ProtoMessage() {} |
| 1397 | func (*InterAdapterMessage) Descriptor() ([]byte, []int) { |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1398 | return fileDescriptor_941f0031a549667f, []int{21} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1399 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1400 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1401 | func (m *InterAdapterMessage) XXX_Unmarshal(b []byte) error { |
| 1402 | return xxx_messageInfo_InterAdapterMessage.Unmarshal(m, b) |
| 1403 | } |
| 1404 | func (m *InterAdapterMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1405 | return xxx_messageInfo_InterAdapterMessage.Marshal(b, m, deterministic) |
| 1406 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1407 | func (m *InterAdapterMessage) XXX_Merge(src proto.Message) { |
| 1408 | xxx_messageInfo_InterAdapterMessage.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1409 | } |
| 1410 | func (m *InterAdapterMessage) XXX_Size() int { |
| 1411 | return xxx_messageInfo_InterAdapterMessage.Size(m) |
| 1412 | } |
| 1413 | func (m *InterAdapterMessage) XXX_DiscardUnknown() { |
| 1414 | xxx_messageInfo_InterAdapterMessage.DiscardUnknown(m) |
| 1415 | } |
| 1416 | |
| 1417 | var xxx_messageInfo_InterAdapterMessage proto.InternalMessageInfo |
| 1418 | |
| 1419 | func (m *InterAdapterMessage) GetHeader() *InterAdapterHeader { |
| 1420 | if m != nil { |
| 1421 | return m.Header |
| 1422 | } |
| 1423 | return nil |
| 1424 | } |
| 1425 | |
| 1426 | func (m *InterAdapterMessage) GetBody() *any.Any { |
| 1427 | if m != nil { |
| 1428 | return m.Body |
| 1429 | } |
| 1430 | return nil |
| 1431 | } |
| 1432 | |
| 1433 | func init() { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1434 | 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 Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1437 | 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 Jeanneret | 15249fa | 2019-04-12 20:25:31 -0400 | [diff] [blame] | 1454 | proto.RegisterType((*InterAdapterTechProfileDownloadMessage)(nil), "voltha.InterAdapterTechProfileDownloadMessage") |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1455 | proto.RegisterType((*InterAdapterDeleteGemPortMessage)(nil), "voltha.InterAdapterDeleteGemPortMessage") |
| 1456 | proto.RegisterType((*InterAdapterDeleteTcontMessage)(nil), "voltha.InterAdapterDeleteTcontMessage") |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1457 | proto.RegisterType((*InterAdapterResponseBody)(nil), "voltha.InterAdapterResponseBody") |
| 1458 | proto.RegisterType((*InterAdapterMessage)(nil), "voltha.InterAdapterMessage") |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1459 | } |
| 1460 | |
| 1461 | func init() { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1462 | proto.RegisterFile("voltha_protos/inter_container.proto", fileDescriptor_941f0031a549667f) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1463 | } |
| 1464 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1465 | var fileDescriptor_941f0031a549667f = []byte{ |
Matteo Scandolo | deed92f | 2020-01-21 15:49:55 -0800 | [diff] [blame] | 1466 | // 1335 bytes of a gzipped FileDescriptorProto |
Serkant Uluderya | cbcfaa4 | 2019-10-18 13:25:08 +0300 | [diff] [blame] | 1467 | 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0xcb, 0x6e, 0xdb, 0x46, |
Matteo Scandolo | deed92f | 2020-01-21 15:49:55 -0800 | [diff] [blame] | 1468 | 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 Scandolo | 865803a | 2020-01-23 10:26:49 -0800 | [diff] [blame] | 1486 | 0x2d, 0xfd, 0x87, 0xae, 0xae, 0xf7, 0xf4, 0x5e, 0x33, 0xaf, 0xf5, 0xa1, 0x24, 0xbc, 0xa3, 0x67, |
Matteo Scandolo | deed92f | 2020-01-21 15:49:55 -0800 | [diff] [blame] | 1487 | 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 Scandolo | 865803a | 2020-01-23 10:26:49 -0800 | [diff] [blame] | 1549 | 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 Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1551 | } |