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