amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 1 | // Code generated by protoc-gen-go. DO NOT EDIT. |
| 2 | // source: voltha_protos/extensions.proto |
| 3 | |
| 4 | package extension |
| 5 | |
| 6 | import ( |
| 7 | context "context" |
| 8 | fmt "fmt" |
| 9 | proto "github.com/golang/protobuf/proto" |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 10 | empty "github.com/golang/protobuf/ptypes/empty" |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 11 | config "github.com/opencord/voltha-protos/v4/go/ext/config" |
| 12 | grpc "google.golang.org/grpc" |
David K. Bainbridge | c4bf538 | 2021-04-08 16:06:54 +0000 | [diff] [blame] | 13 | codes "google.golang.org/grpc/codes" |
| 14 | status "google.golang.org/grpc/status" |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 15 | math "math" |
| 16 | ) |
| 17 | |
| 18 | // Reference imports to suppress errors if they are not otherwise used. |
| 19 | var _ = proto.Marshal |
| 20 | var _ = fmt.Errorf |
| 21 | var _ = math.Inf |
| 22 | |
| 23 | // This is a compile-time assertion to ensure that this generated file |
| 24 | // is compatible with the proto package it is being compiled against. |
| 25 | // A compilation error at this line likely means your copy of the |
| 26 | // proto package needs to be updated. |
| 27 | const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package |
| 28 | |
| 29 | // AlarmConfig from public import voltha_protos/ext_config.proto |
| 30 | type AlarmConfig = config.AlarmConfig |
| 31 | type AlarmConfig_OnuItuPonAlarmConfig = config.AlarmConfig_OnuItuPonAlarmConfig |
| 32 | |
| 33 | // OnuItuPonAlarm from public import voltha_protos/ext_config.proto |
| 34 | type OnuItuPonAlarm = config.OnuItuPonAlarm |
| 35 | type OnuItuPonAlarm_RateThresholdConfig_ = config.OnuItuPonAlarm_RateThresholdConfig_ |
| 36 | type OnuItuPonAlarm_RateRangeConfig_ = config.OnuItuPonAlarm_RateRangeConfig_ |
| 37 | type OnuItuPonAlarm_ValueThresholdConfig_ = config.OnuItuPonAlarm_ValueThresholdConfig_ |
| 38 | |
| 39 | // OnuItuPonAlarm_SoakTime from public import voltha_protos/ext_config.proto |
| 40 | type OnuItuPonAlarm_SoakTime = config.OnuItuPonAlarm_SoakTime |
| 41 | |
| 42 | // OnuItuPonAlarm_RateThresholdConfig from public import voltha_protos/ext_config.proto |
| 43 | type OnuItuPonAlarm_RateThresholdConfig = config.OnuItuPonAlarm_RateThresholdConfig |
| 44 | |
| 45 | // OnuItuPonAlarm_RateRangeConfig from public import voltha_protos/ext_config.proto |
| 46 | type OnuItuPonAlarm_RateRangeConfig = config.OnuItuPonAlarm_RateRangeConfig |
| 47 | |
| 48 | // OnuItuPonAlarm_ValueThresholdConfig from public import voltha_protos/ext_config.proto |
| 49 | type OnuItuPonAlarm_ValueThresholdConfig = config.OnuItuPonAlarm_ValueThresholdConfig |
| 50 | |
| 51 | // OnuItuPonAlarm_AlarmID from public import voltha_protos/ext_config.proto |
| 52 | type OnuItuPonAlarm_AlarmID = config.OnuItuPonAlarm_AlarmID |
| 53 | |
| 54 | var OnuItuPonAlarm_AlarmID_name = config.OnuItuPonAlarm_AlarmID_name |
| 55 | var OnuItuPonAlarm_AlarmID_value = config.OnuItuPonAlarm_AlarmID_value |
| 56 | |
| 57 | const OnuItuPonAlarm_RDI_ERRORS = OnuItuPonAlarm_AlarmID(config.OnuItuPonAlarm_RDI_ERRORS) |
| 58 | |
| 59 | // OnuItuPonAlarm_AlarmReportingCondition from public import voltha_protos/ext_config.proto |
| 60 | type OnuItuPonAlarm_AlarmReportingCondition = config.OnuItuPonAlarm_AlarmReportingCondition |
| 61 | |
| 62 | var OnuItuPonAlarm_AlarmReportingCondition_name = config.OnuItuPonAlarm_AlarmReportingCondition_name |
| 63 | var OnuItuPonAlarm_AlarmReportingCondition_value = config.OnuItuPonAlarm_AlarmReportingCondition_value |
| 64 | |
| 65 | const OnuItuPonAlarm_RATE_THRESHOLD = OnuItuPonAlarm_AlarmReportingCondition(config.OnuItuPonAlarm_RATE_THRESHOLD) |
| 66 | const OnuItuPonAlarm_RATE_RANGE = OnuItuPonAlarm_AlarmReportingCondition(config.OnuItuPonAlarm_RATE_RANGE) |
| 67 | const OnuItuPonAlarm_VALUE_THRESHOLD = OnuItuPonAlarm_AlarmReportingCondition(config.OnuItuPonAlarm_VALUE_THRESHOLD) |
| 68 | |
| 69 | type GetOnuUniInfoResponse_ConfigurationInd int32 |
| 70 | |
| 71 | const ( |
| 72 | GetOnuUniInfoResponse_UNKOWN GetOnuUniInfoResponse_ConfigurationInd = 0 |
| 73 | GetOnuUniInfoResponse_TEN_BASE_T_FDX GetOnuUniInfoResponse_ConfigurationInd = 1 |
| 74 | GetOnuUniInfoResponse_HUNDRED_BASE_T_FDX GetOnuUniInfoResponse_ConfigurationInd = 2 |
| 75 | GetOnuUniInfoResponse_GIGABIT_ETHERNET_FDX GetOnuUniInfoResponse_ConfigurationInd = 3 |
| 76 | GetOnuUniInfoResponse_TEN_G_ETHERNET_FDX GetOnuUniInfoResponse_ConfigurationInd = 4 |
| 77 | GetOnuUniInfoResponse_TEN_BASE_T_HDX GetOnuUniInfoResponse_ConfigurationInd = 5 |
| 78 | GetOnuUniInfoResponse_HUNDRED_BASE_T_HDX GetOnuUniInfoResponse_ConfigurationInd = 6 |
| 79 | GetOnuUniInfoResponse_GIGABIT_ETHERNET_HDX GetOnuUniInfoResponse_ConfigurationInd = 7 |
| 80 | ) |
| 81 | |
| 82 | var GetOnuUniInfoResponse_ConfigurationInd_name = map[int32]string{ |
| 83 | 0: "UNKOWN", |
| 84 | 1: "TEN_BASE_T_FDX", |
| 85 | 2: "HUNDRED_BASE_T_FDX", |
| 86 | 3: "GIGABIT_ETHERNET_FDX", |
| 87 | 4: "TEN_G_ETHERNET_FDX", |
| 88 | 5: "TEN_BASE_T_HDX", |
| 89 | 6: "HUNDRED_BASE_T_HDX", |
| 90 | 7: "GIGABIT_ETHERNET_HDX", |
| 91 | } |
| 92 | |
| 93 | var GetOnuUniInfoResponse_ConfigurationInd_value = map[string]int32{ |
| 94 | "UNKOWN": 0, |
| 95 | "TEN_BASE_T_FDX": 1, |
| 96 | "HUNDRED_BASE_T_FDX": 2, |
| 97 | "GIGABIT_ETHERNET_FDX": 3, |
| 98 | "TEN_G_ETHERNET_FDX": 4, |
| 99 | "TEN_BASE_T_HDX": 5, |
| 100 | "HUNDRED_BASE_T_HDX": 6, |
| 101 | "GIGABIT_ETHERNET_HDX": 7, |
| 102 | } |
| 103 | |
| 104 | func (x GetOnuUniInfoResponse_ConfigurationInd) String() string { |
| 105 | return proto.EnumName(GetOnuUniInfoResponse_ConfigurationInd_name, int32(x)) |
| 106 | } |
| 107 | |
| 108 | func (GetOnuUniInfoResponse_ConfigurationInd) EnumDescriptor() ([]byte, []int) { |
| 109 | return fileDescriptor_7ecf6e9799a9202d, []int{3, 0} |
| 110 | } |
| 111 | |
| 112 | type GetOnuUniInfoResponse_AdministrativeState int32 |
| 113 | |
| 114 | const ( |
| 115 | GetOnuUniInfoResponse_ADMSTATE_UNDEFINED GetOnuUniInfoResponse_AdministrativeState = 0 |
| 116 | GetOnuUniInfoResponse_LOCKED GetOnuUniInfoResponse_AdministrativeState = 1 |
| 117 | GetOnuUniInfoResponse_UNLOCKED GetOnuUniInfoResponse_AdministrativeState = 2 |
| 118 | ) |
| 119 | |
| 120 | var GetOnuUniInfoResponse_AdministrativeState_name = map[int32]string{ |
| 121 | 0: "ADMSTATE_UNDEFINED", |
| 122 | 1: "LOCKED", |
| 123 | 2: "UNLOCKED", |
| 124 | } |
| 125 | |
| 126 | var GetOnuUniInfoResponse_AdministrativeState_value = map[string]int32{ |
| 127 | "ADMSTATE_UNDEFINED": 0, |
| 128 | "LOCKED": 1, |
| 129 | "UNLOCKED": 2, |
| 130 | } |
| 131 | |
| 132 | func (x GetOnuUniInfoResponse_AdministrativeState) String() string { |
| 133 | return proto.EnumName(GetOnuUniInfoResponse_AdministrativeState_name, int32(x)) |
| 134 | } |
| 135 | |
| 136 | func (GetOnuUniInfoResponse_AdministrativeState) EnumDescriptor() ([]byte, []int) { |
| 137 | return fileDescriptor_7ecf6e9799a9202d, []int{3, 1} |
| 138 | } |
| 139 | |
| 140 | type GetOnuUniInfoResponse_OperationalState int32 |
| 141 | |
| 142 | const ( |
| 143 | GetOnuUniInfoResponse_OPERSTATE_UNDEFINED GetOnuUniInfoResponse_OperationalState = 0 |
| 144 | GetOnuUniInfoResponse_ENABLED GetOnuUniInfoResponse_OperationalState = 1 |
| 145 | GetOnuUniInfoResponse_DISABLED GetOnuUniInfoResponse_OperationalState = 2 |
| 146 | ) |
| 147 | |
| 148 | var GetOnuUniInfoResponse_OperationalState_name = map[int32]string{ |
| 149 | 0: "OPERSTATE_UNDEFINED", |
| 150 | 1: "ENABLED", |
| 151 | 2: "DISABLED", |
| 152 | } |
| 153 | |
| 154 | var GetOnuUniInfoResponse_OperationalState_value = map[string]int32{ |
| 155 | "OPERSTATE_UNDEFINED": 0, |
| 156 | "ENABLED": 1, |
| 157 | "DISABLED": 2, |
| 158 | } |
| 159 | |
| 160 | func (x GetOnuUniInfoResponse_OperationalState) String() string { |
| 161 | return proto.EnumName(GetOnuUniInfoResponse_OperationalState_name, int32(x)) |
| 162 | } |
| 163 | |
| 164 | func (GetOnuUniInfoResponse_OperationalState) EnumDescriptor() ([]byte, []int) { |
| 165 | return fileDescriptor_7ecf6e9799a9202d, []int{3, 2} |
| 166 | } |
| 167 | |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 168 | type GetOltPortCounters_PortType int32 |
| 169 | |
| 170 | const ( |
| 171 | GetOltPortCounters_Port_UNKNOWN GetOltPortCounters_PortType = 0 |
| 172 | GetOltPortCounters_Port_ETHERNET_NNI GetOltPortCounters_PortType = 1 |
| 173 | GetOltPortCounters_Port_PON_OLT GetOltPortCounters_PortType = 2 |
| 174 | ) |
| 175 | |
| 176 | var GetOltPortCounters_PortType_name = map[int32]string{ |
| 177 | 0: "Port_UNKNOWN", |
| 178 | 1: "Port_ETHERNET_NNI", |
| 179 | 2: "Port_PON_OLT", |
| 180 | } |
| 181 | |
| 182 | var GetOltPortCounters_PortType_value = map[string]int32{ |
| 183 | "Port_UNKNOWN": 0, |
| 184 | "Port_ETHERNET_NNI": 1, |
| 185 | "Port_PON_OLT": 2, |
| 186 | } |
| 187 | |
| 188 | func (x GetOltPortCounters_PortType) String() string { |
| 189 | return proto.EnumName(GetOltPortCounters_PortType_name, int32(x)) |
| 190 | } |
| 191 | |
| 192 | func (GetOltPortCounters_PortType) EnumDescriptor() ([]byte, []int) { |
| 193 | return fileDescriptor_7ecf6e9799a9202d, []int{4, 0} |
| 194 | } |
| 195 | |
| 196 | type GetOnuEthernetBridgePortHistory_Direction int32 |
| 197 | |
| 198 | const ( |
| 199 | GetOnuEthernetBridgePortHistory_UNDEFINED GetOnuEthernetBridgePortHistory_Direction = 0 |
| 200 | GetOnuEthernetBridgePortHistory_UPSTREAM GetOnuEthernetBridgePortHistory_Direction = 1 |
| 201 | GetOnuEthernetBridgePortHistory_DOWNSTREAM GetOnuEthernetBridgePortHistory_Direction = 2 |
| 202 | ) |
| 203 | |
| 204 | var GetOnuEthernetBridgePortHistory_Direction_name = map[int32]string{ |
| 205 | 0: "UNDEFINED", |
| 206 | 1: "UPSTREAM", |
| 207 | 2: "DOWNSTREAM", |
| 208 | } |
| 209 | |
| 210 | var GetOnuEthernetBridgePortHistory_Direction_value = map[string]int32{ |
| 211 | "UNDEFINED": 0, |
| 212 | "UPSTREAM": 1, |
| 213 | "DOWNSTREAM": 2, |
| 214 | } |
| 215 | |
| 216 | func (x GetOnuEthernetBridgePortHistory_Direction) String() string { |
| 217 | return proto.EnumName(GetOnuEthernetBridgePortHistory_Direction_name, int32(x)) |
| 218 | } |
| 219 | |
| 220 | func (GetOnuEthernetBridgePortHistory_Direction) EnumDescriptor() ([]byte, []int) { |
| 221 | return fileDescriptor_7ecf6e9799a9202d, []int{8, 0} |
| 222 | } |
| 223 | |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 224 | type GetValueResponse_Status int32 |
| 225 | |
| 226 | const ( |
| 227 | GetValueResponse_STATUS_UNDEFINED GetValueResponse_Status = 0 |
| 228 | GetValueResponse_OK GetValueResponse_Status = 1 |
| 229 | GetValueResponse_ERROR GetValueResponse_Status = 2 |
| 230 | ) |
| 231 | |
| 232 | var GetValueResponse_Status_name = map[int32]string{ |
| 233 | 0: "STATUS_UNDEFINED", |
| 234 | 1: "OK", |
| 235 | 2: "ERROR", |
| 236 | } |
| 237 | |
| 238 | var GetValueResponse_Status_value = map[string]int32{ |
| 239 | "STATUS_UNDEFINED": 0, |
| 240 | "OK": 1, |
| 241 | "ERROR": 2, |
| 242 | } |
| 243 | |
| 244 | func (x GetValueResponse_Status) String() string { |
| 245 | return proto.EnumName(GetValueResponse_Status_name, int32(x)) |
| 246 | } |
| 247 | |
| 248 | func (GetValueResponse_Status) EnumDescriptor() ([]byte, []int) { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 249 | return fileDescriptor_7ecf6e9799a9202d, []int{20, 0} |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 250 | } |
| 251 | |
| 252 | type GetValueResponse_ErrorReason int32 |
| 253 | |
| 254 | const ( |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 255 | GetValueResponse_REASON_UNDEFINED GetValueResponse_ErrorReason = 0 |
| 256 | GetValueResponse_UNSUPPORTED GetValueResponse_ErrorReason = 1 |
| 257 | GetValueResponse_INVALID_DEVICE_ID GetValueResponse_ErrorReason = 2 |
| 258 | GetValueResponse_INVALID_PORT_TYPE GetValueResponse_ErrorReason = 3 |
| 259 | GetValueResponse_TIMEOUT GetValueResponse_ErrorReason = 4 |
| 260 | GetValueResponse_INVALID_REQ_TYPE GetValueResponse_ErrorReason = 5 |
| 261 | GetValueResponse_INTERNAL_ERROR GetValueResponse_ErrorReason = 6 |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 262 | GetValueResponse_INVALID_DEVICE GetValueResponse_ErrorReason = 7 |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 263 | ) |
| 264 | |
| 265 | var GetValueResponse_ErrorReason_name = map[int32]string{ |
| 266 | 0: "REASON_UNDEFINED", |
| 267 | 1: "UNSUPPORTED", |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 268 | 2: "INVALID_DEVICE_ID", |
| 269 | 3: "INVALID_PORT_TYPE", |
| 270 | 4: "TIMEOUT", |
| 271 | 5: "INVALID_REQ_TYPE", |
| 272 | 6: "INTERNAL_ERROR", |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 273 | 7: "INVALID_DEVICE", |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 274 | } |
| 275 | |
| 276 | var GetValueResponse_ErrorReason_value = map[string]int32{ |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 277 | "REASON_UNDEFINED": 0, |
| 278 | "UNSUPPORTED": 1, |
| 279 | "INVALID_DEVICE_ID": 2, |
| 280 | "INVALID_PORT_TYPE": 3, |
| 281 | "TIMEOUT": 4, |
| 282 | "INVALID_REQ_TYPE": 5, |
| 283 | "INTERNAL_ERROR": 6, |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 284 | "INVALID_DEVICE": 7, |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 285 | } |
| 286 | |
| 287 | func (x GetValueResponse_ErrorReason) String() string { |
| 288 | return proto.EnumName(GetValueResponse_ErrorReason_name, int32(x)) |
| 289 | } |
| 290 | |
| 291 | func (GetValueResponse_ErrorReason) EnumDescriptor() ([]byte, []int) { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 292 | return fileDescriptor_7ecf6e9799a9202d, []int{20, 1} |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 293 | } |
| 294 | |
| 295 | type SetValueResponse_Status int32 |
| 296 | |
| 297 | const ( |
| 298 | SetValueResponse_STATUS_UNDEFINED SetValueResponse_Status = 0 |
| 299 | SetValueResponse_OK SetValueResponse_Status = 1 |
| 300 | SetValueResponse_ERROR SetValueResponse_Status = 2 |
| 301 | ) |
| 302 | |
| 303 | var SetValueResponse_Status_name = map[int32]string{ |
| 304 | 0: "STATUS_UNDEFINED", |
| 305 | 1: "OK", |
| 306 | 2: "ERROR", |
| 307 | } |
| 308 | |
| 309 | var SetValueResponse_Status_value = map[string]int32{ |
| 310 | "STATUS_UNDEFINED": 0, |
| 311 | "OK": 1, |
| 312 | "ERROR": 2, |
| 313 | } |
| 314 | |
| 315 | func (x SetValueResponse_Status) String() string { |
| 316 | return proto.EnumName(SetValueResponse_Status_name, int32(x)) |
| 317 | } |
| 318 | |
| 319 | func (SetValueResponse_Status) EnumDescriptor() ([]byte, []int) { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 320 | return fileDescriptor_7ecf6e9799a9202d, []int{22, 0} |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 321 | } |
| 322 | |
| 323 | type SetValueResponse_ErrorReason int32 |
| 324 | |
| 325 | const ( |
| 326 | SetValueResponse_REASON_UNDEFINED SetValueResponse_ErrorReason = 0 |
| 327 | SetValueResponse_UNSUPPORTED SetValueResponse_ErrorReason = 1 |
| 328 | ) |
| 329 | |
| 330 | var SetValueResponse_ErrorReason_name = map[int32]string{ |
| 331 | 0: "REASON_UNDEFINED", |
| 332 | 1: "UNSUPPORTED", |
| 333 | } |
| 334 | |
| 335 | var SetValueResponse_ErrorReason_value = map[string]int32{ |
| 336 | "REASON_UNDEFINED": 0, |
| 337 | "UNSUPPORTED": 1, |
| 338 | } |
| 339 | |
| 340 | func (x SetValueResponse_ErrorReason) String() string { |
| 341 | return proto.EnumName(SetValueResponse_ErrorReason_name, int32(x)) |
| 342 | } |
| 343 | |
| 344 | func (SetValueResponse_ErrorReason) EnumDescriptor() ([]byte, []int) { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 345 | return fileDescriptor_7ecf6e9799a9202d, []int{22, 1} |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 346 | } |
| 347 | |
| 348 | type GetDistanceRequest struct { |
| 349 | OnuDeviceId string `protobuf:"bytes,1,opt,name=onuDeviceId,proto3" json:"onuDeviceId,omitempty"` |
| 350 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 351 | XXX_unrecognized []byte `json:"-"` |
| 352 | XXX_sizecache int32 `json:"-"` |
| 353 | } |
| 354 | |
| 355 | func (m *GetDistanceRequest) Reset() { *m = GetDistanceRequest{} } |
| 356 | func (m *GetDistanceRequest) String() string { return proto.CompactTextString(m) } |
| 357 | func (*GetDistanceRequest) ProtoMessage() {} |
| 358 | func (*GetDistanceRequest) Descriptor() ([]byte, []int) { |
| 359 | return fileDescriptor_7ecf6e9799a9202d, []int{0} |
| 360 | } |
| 361 | |
| 362 | func (m *GetDistanceRequest) XXX_Unmarshal(b []byte) error { |
| 363 | return xxx_messageInfo_GetDistanceRequest.Unmarshal(m, b) |
| 364 | } |
| 365 | func (m *GetDistanceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 366 | return xxx_messageInfo_GetDistanceRequest.Marshal(b, m, deterministic) |
| 367 | } |
| 368 | func (m *GetDistanceRequest) XXX_Merge(src proto.Message) { |
| 369 | xxx_messageInfo_GetDistanceRequest.Merge(m, src) |
| 370 | } |
| 371 | func (m *GetDistanceRequest) XXX_Size() int { |
| 372 | return xxx_messageInfo_GetDistanceRequest.Size(m) |
| 373 | } |
| 374 | func (m *GetDistanceRequest) XXX_DiscardUnknown() { |
| 375 | xxx_messageInfo_GetDistanceRequest.DiscardUnknown(m) |
| 376 | } |
| 377 | |
| 378 | var xxx_messageInfo_GetDistanceRequest proto.InternalMessageInfo |
| 379 | |
| 380 | func (m *GetDistanceRequest) GetOnuDeviceId() string { |
| 381 | if m != nil { |
| 382 | return m.OnuDeviceId |
| 383 | } |
| 384 | return "" |
| 385 | } |
| 386 | |
| 387 | type GetDistanceResponse struct { |
| 388 | Distance uint32 `protobuf:"varint,1,opt,name=distance,proto3" json:"distance,omitempty"` |
| 389 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 390 | XXX_unrecognized []byte `json:"-"` |
| 391 | XXX_sizecache int32 `json:"-"` |
| 392 | } |
| 393 | |
| 394 | func (m *GetDistanceResponse) Reset() { *m = GetDistanceResponse{} } |
| 395 | func (m *GetDistanceResponse) String() string { return proto.CompactTextString(m) } |
| 396 | func (*GetDistanceResponse) ProtoMessage() {} |
| 397 | func (*GetDistanceResponse) Descriptor() ([]byte, []int) { |
| 398 | return fileDescriptor_7ecf6e9799a9202d, []int{1} |
| 399 | } |
| 400 | |
| 401 | func (m *GetDistanceResponse) XXX_Unmarshal(b []byte) error { |
| 402 | return xxx_messageInfo_GetDistanceResponse.Unmarshal(m, b) |
| 403 | } |
| 404 | func (m *GetDistanceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 405 | return xxx_messageInfo_GetDistanceResponse.Marshal(b, m, deterministic) |
| 406 | } |
| 407 | func (m *GetDistanceResponse) XXX_Merge(src proto.Message) { |
| 408 | xxx_messageInfo_GetDistanceResponse.Merge(m, src) |
| 409 | } |
| 410 | func (m *GetDistanceResponse) XXX_Size() int { |
| 411 | return xxx_messageInfo_GetDistanceResponse.Size(m) |
| 412 | } |
| 413 | func (m *GetDistanceResponse) XXX_DiscardUnknown() { |
| 414 | xxx_messageInfo_GetDistanceResponse.DiscardUnknown(m) |
| 415 | } |
| 416 | |
| 417 | var xxx_messageInfo_GetDistanceResponse proto.InternalMessageInfo |
| 418 | |
| 419 | func (m *GetDistanceResponse) GetDistance() uint32 { |
| 420 | if m != nil { |
| 421 | return m.Distance |
| 422 | } |
| 423 | return 0 |
| 424 | } |
| 425 | |
| 426 | type GetOnuUniInfoRequest struct { |
| 427 | UniIndex uint32 `protobuf:"varint,1,opt,name=uniIndex,proto3" json:"uniIndex,omitempty"` |
| 428 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 429 | XXX_unrecognized []byte `json:"-"` |
| 430 | XXX_sizecache int32 `json:"-"` |
| 431 | } |
| 432 | |
| 433 | func (m *GetOnuUniInfoRequest) Reset() { *m = GetOnuUniInfoRequest{} } |
| 434 | func (m *GetOnuUniInfoRequest) String() string { return proto.CompactTextString(m) } |
| 435 | func (*GetOnuUniInfoRequest) ProtoMessage() {} |
| 436 | func (*GetOnuUniInfoRequest) Descriptor() ([]byte, []int) { |
| 437 | return fileDescriptor_7ecf6e9799a9202d, []int{2} |
| 438 | } |
| 439 | |
| 440 | func (m *GetOnuUniInfoRequest) XXX_Unmarshal(b []byte) error { |
| 441 | return xxx_messageInfo_GetOnuUniInfoRequest.Unmarshal(m, b) |
| 442 | } |
| 443 | func (m *GetOnuUniInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 444 | return xxx_messageInfo_GetOnuUniInfoRequest.Marshal(b, m, deterministic) |
| 445 | } |
| 446 | func (m *GetOnuUniInfoRequest) XXX_Merge(src proto.Message) { |
| 447 | xxx_messageInfo_GetOnuUniInfoRequest.Merge(m, src) |
| 448 | } |
| 449 | func (m *GetOnuUniInfoRequest) XXX_Size() int { |
| 450 | return xxx_messageInfo_GetOnuUniInfoRequest.Size(m) |
| 451 | } |
| 452 | func (m *GetOnuUniInfoRequest) XXX_DiscardUnknown() { |
| 453 | xxx_messageInfo_GetOnuUniInfoRequest.DiscardUnknown(m) |
| 454 | } |
| 455 | |
| 456 | var xxx_messageInfo_GetOnuUniInfoRequest proto.InternalMessageInfo |
| 457 | |
| 458 | func (m *GetOnuUniInfoRequest) GetUniIndex() uint32 { |
| 459 | if m != nil { |
| 460 | return m.UniIndex |
| 461 | } |
| 462 | return 0 |
| 463 | } |
| 464 | |
| 465 | type GetOnuUniInfoResponse struct { |
| 466 | AdmState GetOnuUniInfoResponse_AdministrativeState `protobuf:"varint,1,opt,name=admState,proto3,enum=extension.GetOnuUniInfoResponse_AdministrativeState" json:"admState,omitempty"` |
| 467 | OperState GetOnuUniInfoResponse_OperationalState `protobuf:"varint,2,opt,name=operState,proto3,enum=extension.GetOnuUniInfoResponse_OperationalState" json:"operState,omitempty"` |
| 468 | ConfigInd GetOnuUniInfoResponse_ConfigurationInd `protobuf:"varint,3,opt,name=configInd,proto3,enum=extension.GetOnuUniInfoResponse_ConfigurationInd" json:"configInd,omitempty"` |
| 469 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 470 | XXX_unrecognized []byte `json:"-"` |
| 471 | XXX_sizecache int32 `json:"-"` |
| 472 | } |
| 473 | |
| 474 | func (m *GetOnuUniInfoResponse) Reset() { *m = GetOnuUniInfoResponse{} } |
| 475 | func (m *GetOnuUniInfoResponse) String() string { return proto.CompactTextString(m) } |
| 476 | func (*GetOnuUniInfoResponse) ProtoMessage() {} |
| 477 | func (*GetOnuUniInfoResponse) Descriptor() ([]byte, []int) { |
| 478 | return fileDescriptor_7ecf6e9799a9202d, []int{3} |
| 479 | } |
| 480 | |
| 481 | func (m *GetOnuUniInfoResponse) XXX_Unmarshal(b []byte) error { |
| 482 | return xxx_messageInfo_GetOnuUniInfoResponse.Unmarshal(m, b) |
| 483 | } |
| 484 | func (m *GetOnuUniInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 485 | return xxx_messageInfo_GetOnuUniInfoResponse.Marshal(b, m, deterministic) |
| 486 | } |
| 487 | func (m *GetOnuUniInfoResponse) XXX_Merge(src proto.Message) { |
| 488 | xxx_messageInfo_GetOnuUniInfoResponse.Merge(m, src) |
| 489 | } |
| 490 | func (m *GetOnuUniInfoResponse) XXX_Size() int { |
| 491 | return xxx_messageInfo_GetOnuUniInfoResponse.Size(m) |
| 492 | } |
| 493 | func (m *GetOnuUniInfoResponse) XXX_DiscardUnknown() { |
| 494 | xxx_messageInfo_GetOnuUniInfoResponse.DiscardUnknown(m) |
| 495 | } |
| 496 | |
| 497 | var xxx_messageInfo_GetOnuUniInfoResponse proto.InternalMessageInfo |
| 498 | |
| 499 | func (m *GetOnuUniInfoResponse) GetAdmState() GetOnuUniInfoResponse_AdministrativeState { |
| 500 | if m != nil { |
| 501 | return m.AdmState |
| 502 | } |
| 503 | return GetOnuUniInfoResponse_ADMSTATE_UNDEFINED |
| 504 | } |
| 505 | |
| 506 | func (m *GetOnuUniInfoResponse) GetOperState() GetOnuUniInfoResponse_OperationalState { |
| 507 | if m != nil { |
| 508 | return m.OperState |
| 509 | } |
| 510 | return GetOnuUniInfoResponse_OPERSTATE_UNDEFINED |
| 511 | } |
| 512 | |
| 513 | func (m *GetOnuUniInfoResponse) GetConfigInd() GetOnuUniInfoResponse_ConfigurationInd { |
| 514 | if m != nil { |
| 515 | return m.ConfigInd |
| 516 | } |
| 517 | return GetOnuUniInfoResponse_UNKOWN |
| 518 | } |
| 519 | |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 520 | type GetOltPortCounters struct { |
| 521 | PortNo uint32 `protobuf:"varint,1,opt,name=portNo,proto3" json:"portNo,omitempty"` |
| 522 | PortType GetOltPortCounters_PortType `protobuf:"varint,2,opt,name=portType,proto3,enum=extension.GetOltPortCounters_PortType" json:"portType,omitempty"` |
| 523 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 524 | XXX_unrecognized []byte `json:"-"` |
| 525 | XXX_sizecache int32 `json:"-"` |
| 526 | } |
| 527 | |
| 528 | func (m *GetOltPortCounters) Reset() { *m = GetOltPortCounters{} } |
| 529 | func (m *GetOltPortCounters) String() string { return proto.CompactTextString(m) } |
| 530 | func (*GetOltPortCounters) ProtoMessage() {} |
| 531 | func (*GetOltPortCounters) Descriptor() ([]byte, []int) { |
| 532 | return fileDescriptor_7ecf6e9799a9202d, []int{4} |
| 533 | } |
| 534 | |
| 535 | func (m *GetOltPortCounters) XXX_Unmarshal(b []byte) error { |
| 536 | return xxx_messageInfo_GetOltPortCounters.Unmarshal(m, b) |
| 537 | } |
| 538 | func (m *GetOltPortCounters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 539 | return xxx_messageInfo_GetOltPortCounters.Marshal(b, m, deterministic) |
| 540 | } |
| 541 | func (m *GetOltPortCounters) XXX_Merge(src proto.Message) { |
| 542 | xxx_messageInfo_GetOltPortCounters.Merge(m, src) |
| 543 | } |
| 544 | func (m *GetOltPortCounters) XXX_Size() int { |
| 545 | return xxx_messageInfo_GetOltPortCounters.Size(m) |
| 546 | } |
| 547 | func (m *GetOltPortCounters) XXX_DiscardUnknown() { |
| 548 | xxx_messageInfo_GetOltPortCounters.DiscardUnknown(m) |
| 549 | } |
| 550 | |
| 551 | var xxx_messageInfo_GetOltPortCounters proto.InternalMessageInfo |
| 552 | |
| 553 | func (m *GetOltPortCounters) GetPortNo() uint32 { |
| 554 | if m != nil { |
| 555 | return m.PortNo |
| 556 | } |
| 557 | return 0 |
| 558 | } |
| 559 | |
| 560 | func (m *GetOltPortCounters) GetPortType() GetOltPortCounters_PortType { |
| 561 | if m != nil { |
| 562 | return m.PortType |
| 563 | } |
| 564 | return GetOltPortCounters_Port_UNKNOWN |
| 565 | } |
| 566 | |
| 567 | type GetOltPortCountersResponse struct { |
| 568 | TxBytes uint64 `protobuf:"varint,1,opt,name=txBytes,proto3" json:"txBytes,omitempty"` |
| 569 | RxBytes uint64 `protobuf:"varint,2,opt,name=rxBytes,proto3" json:"rxBytes,omitempty"` |
| 570 | TxPackets uint64 `protobuf:"varint,3,opt,name=txPackets,proto3" json:"txPackets,omitempty"` |
| 571 | RxPackets uint64 `protobuf:"varint,4,opt,name=rxPackets,proto3" json:"rxPackets,omitempty"` |
| 572 | TxErrorPackets uint64 `protobuf:"varint,5,opt,name=txErrorPackets,proto3" json:"txErrorPackets,omitempty"` |
| 573 | RxErrorPackets uint64 `protobuf:"varint,6,opt,name=rxErrorPackets,proto3" json:"rxErrorPackets,omitempty"` |
| 574 | TxBcastPackets uint64 `protobuf:"varint,7,opt,name=txBcastPackets,proto3" json:"txBcastPackets,omitempty"` |
| 575 | RxBcastPackets uint64 `protobuf:"varint,8,opt,name=rxBcastPackets,proto3" json:"rxBcastPackets,omitempty"` |
| 576 | TxUcastPackets uint64 `protobuf:"varint,9,opt,name=txUcastPackets,proto3" json:"txUcastPackets,omitempty"` |
| 577 | RxUcastPackets uint64 `protobuf:"varint,10,opt,name=rxUcastPackets,proto3" json:"rxUcastPackets,omitempty"` |
| 578 | TxMcastPackets uint64 `protobuf:"varint,11,opt,name=txMcastPackets,proto3" json:"txMcastPackets,omitempty"` |
| 579 | RxMcastPackets uint64 `protobuf:"varint,12,opt,name=rxMcastPackets,proto3" json:"rxMcastPackets,omitempty"` |
| 580 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 581 | XXX_unrecognized []byte `json:"-"` |
| 582 | XXX_sizecache int32 `json:"-"` |
| 583 | } |
| 584 | |
| 585 | func (m *GetOltPortCountersResponse) Reset() { *m = GetOltPortCountersResponse{} } |
| 586 | func (m *GetOltPortCountersResponse) String() string { return proto.CompactTextString(m) } |
| 587 | func (*GetOltPortCountersResponse) ProtoMessage() {} |
| 588 | func (*GetOltPortCountersResponse) Descriptor() ([]byte, []int) { |
| 589 | return fileDescriptor_7ecf6e9799a9202d, []int{5} |
| 590 | } |
| 591 | |
| 592 | func (m *GetOltPortCountersResponse) XXX_Unmarshal(b []byte) error { |
| 593 | return xxx_messageInfo_GetOltPortCountersResponse.Unmarshal(m, b) |
| 594 | } |
| 595 | func (m *GetOltPortCountersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 596 | return xxx_messageInfo_GetOltPortCountersResponse.Marshal(b, m, deterministic) |
| 597 | } |
| 598 | func (m *GetOltPortCountersResponse) XXX_Merge(src proto.Message) { |
| 599 | xxx_messageInfo_GetOltPortCountersResponse.Merge(m, src) |
| 600 | } |
| 601 | func (m *GetOltPortCountersResponse) XXX_Size() int { |
| 602 | return xxx_messageInfo_GetOltPortCountersResponse.Size(m) |
| 603 | } |
| 604 | func (m *GetOltPortCountersResponse) XXX_DiscardUnknown() { |
| 605 | xxx_messageInfo_GetOltPortCountersResponse.DiscardUnknown(m) |
| 606 | } |
| 607 | |
| 608 | var xxx_messageInfo_GetOltPortCountersResponse proto.InternalMessageInfo |
| 609 | |
| 610 | func (m *GetOltPortCountersResponse) GetTxBytes() uint64 { |
| 611 | if m != nil { |
| 612 | return m.TxBytes |
| 613 | } |
| 614 | return 0 |
| 615 | } |
| 616 | |
| 617 | func (m *GetOltPortCountersResponse) GetRxBytes() uint64 { |
| 618 | if m != nil { |
| 619 | return m.RxBytes |
| 620 | } |
| 621 | return 0 |
| 622 | } |
| 623 | |
| 624 | func (m *GetOltPortCountersResponse) GetTxPackets() uint64 { |
| 625 | if m != nil { |
| 626 | return m.TxPackets |
| 627 | } |
| 628 | return 0 |
| 629 | } |
| 630 | |
| 631 | func (m *GetOltPortCountersResponse) GetRxPackets() uint64 { |
| 632 | if m != nil { |
| 633 | return m.RxPackets |
| 634 | } |
| 635 | return 0 |
| 636 | } |
| 637 | |
| 638 | func (m *GetOltPortCountersResponse) GetTxErrorPackets() uint64 { |
| 639 | if m != nil { |
| 640 | return m.TxErrorPackets |
| 641 | } |
| 642 | return 0 |
| 643 | } |
| 644 | |
| 645 | func (m *GetOltPortCountersResponse) GetRxErrorPackets() uint64 { |
| 646 | if m != nil { |
| 647 | return m.RxErrorPackets |
| 648 | } |
| 649 | return 0 |
| 650 | } |
| 651 | |
| 652 | func (m *GetOltPortCountersResponse) GetTxBcastPackets() uint64 { |
| 653 | if m != nil { |
| 654 | return m.TxBcastPackets |
| 655 | } |
| 656 | return 0 |
| 657 | } |
| 658 | |
| 659 | func (m *GetOltPortCountersResponse) GetRxBcastPackets() uint64 { |
| 660 | if m != nil { |
| 661 | return m.RxBcastPackets |
| 662 | } |
| 663 | return 0 |
| 664 | } |
| 665 | |
| 666 | func (m *GetOltPortCountersResponse) GetTxUcastPackets() uint64 { |
| 667 | if m != nil { |
| 668 | return m.TxUcastPackets |
| 669 | } |
| 670 | return 0 |
| 671 | } |
| 672 | |
| 673 | func (m *GetOltPortCountersResponse) GetRxUcastPackets() uint64 { |
| 674 | if m != nil { |
| 675 | return m.RxUcastPackets |
| 676 | } |
| 677 | return 0 |
| 678 | } |
| 679 | |
| 680 | func (m *GetOltPortCountersResponse) GetTxMcastPackets() uint64 { |
| 681 | if m != nil { |
| 682 | return m.TxMcastPackets |
| 683 | } |
| 684 | return 0 |
| 685 | } |
| 686 | |
| 687 | func (m *GetOltPortCountersResponse) GetRxMcastPackets() uint64 { |
| 688 | if m != nil { |
| 689 | return m.RxMcastPackets |
| 690 | } |
| 691 | return 0 |
| 692 | } |
| 693 | |
| 694 | type GetOnuPonOpticalInfo struct { |
| 695 | Empty *empty.Empty `protobuf:"bytes,1,opt,name=empty,proto3" json:"empty,omitempty"` |
| 696 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 697 | XXX_unrecognized []byte `json:"-"` |
| 698 | XXX_sizecache int32 `json:"-"` |
| 699 | } |
| 700 | |
| 701 | func (m *GetOnuPonOpticalInfo) Reset() { *m = GetOnuPonOpticalInfo{} } |
| 702 | func (m *GetOnuPonOpticalInfo) String() string { return proto.CompactTextString(m) } |
| 703 | func (*GetOnuPonOpticalInfo) ProtoMessage() {} |
| 704 | func (*GetOnuPonOpticalInfo) Descriptor() ([]byte, []int) { |
| 705 | return fileDescriptor_7ecf6e9799a9202d, []int{6} |
| 706 | } |
| 707 | |
| 708 | func (m *GetOnuPonOpticalInfo) XXX_Unmarshal(b []byte) error { |
| 709 | return xxx_messageInfo_GetOnuPonOpticalInfo.Unmarshal(m, b) |
| 710 | } |
| 711 | func (m *GetOnuPonOpticalInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 712 | return xxx_messageInfo_GetOnuPonOpticalInfo.Marshal(b, m, deterministic) |
| 713 | } |
| 714 | func (m *GetOnuPonOpticalInfo) XXX_Merge(src proto.Message) { |
| 715 | xxx_messageInfo_GetOnuPonOpticalInfo.Merge(m, src) |
| 716 | } |
| 717 | func (m *GetOnuPonOpticalInfo) XXX_Size() int { |
| 718 | return xxx_messageInfo_GetOnuPonOpticalInfo.Size(m) |
| 719 | } |
| 720 | func (m *GetOnuPonOpticalInfo) XXX_DiscardUnknown() { |
| 721 | xxx_messageInfo_GetOnuPonOpticalInfo.DiscardUnknown(m) |
| 722 | } |
| 723 | |
| 724 | var xxx_messageInfo_GetOnuPonOpticalInfo proto.InternalMessageInfo |
| 725 | |
| 726 | func (m *GetOnuPonOpticalInfo) GetEmpty() *empty.Empty { |
| 727 | if m != nil { |
| 728 | return m.Empty |
| 729 | } |
| 730 | return nil |
| 731 | } |
| 732 | |
Girish Gowdra | b1d742d | 2021-05-01 15:34:32 -0700 | [diff] [blame] | 733 | // These values correspond to the Optical Line Supervision Test results |
| 734 | // described in section A3.39.5 of ITU-T G.988 (11/2017) specification. |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 735 | type GetOnuPonOpticalInfoResponse struct { |
Girish Gowdra | b1d742d | 2021-05-01 15:34:32 -0700 | [diff] [blame] | 736 | PowerFeedVoltage float32 `protobuf:"fixed32,1,opt,name=powerFeedVoltage,proto3" json:"powerFeedVoltage,omitempty"` |
| 737 | ReceivedOpticalPower float32 `protobuf:"fixed32,2,opt,name=receivedOpticalPower,proto3" json:"receivedOpticalPower,omitempty"` |
| 738 | MeanOpticalLaunchPower float32 `protobuf:"fixed32,3,opt,name=meanOpticalLaunchPower,proto3" json:"meanOpticalLaunchPower,omitempty"` |
| 739 | LaserBiasCurrent float32 `protobuf:"fixed32,4,opt,name=laserBiasCurrent,proto3" json:"laserBiasCurrent,omitempty"` |
| 740 | Temperature float32 `protobuf:"fixed32,5,opt,name=temperature,proto3" json:"temperature,omitempty"` |
| 741 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 742 | XXX_unrecognized []byte `json:"-"` |
| 743 | XXX_sizecache int32 `json:"-"` |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 744 | } |
| 745 | |
| 746 | func (m *GetOnuPonOpticalInfoResponse) Reset() { *m = GetOnuPonOpticalInfoResponse{} } |
| 747 | func (m *GetOnuPonOpticalInfoResponse) String() string { return proto.CompactTextString(m) } |
| 748 | func (*GetOnuPonOpticalInfoResponse) ProtoMessage() {} |
| 749 | func (*GetOnuPonOpticalInfoResponse) Descriptor() ([]byte, []int) { |
| 750 | return fileDescriptor_7ecf6e9799a9202d, []int{7} |
| 751 | } |
| 752 | |
| 753 | func (m *GetOnuPonOpticalInfoResponse) XXX_Unmarshal(b []byte) error { |
| 754 | return xxx_messageInfo_GetOnuPonOpticalInfoResponse.Unmarshal(m, b) |
| 755 | } |
| 756 | func (m *GetOnuPonOpticalInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 757 | return xxx_messageInfo_GetOnuPonOpticalInfoResponse.Marshal(b, m, deterministic) |
| 758 | } |
| 759 | func (m *GetOnuPonOpticalInfoResponse) XXX_Merge(src proto.Message) { |
| 760 | xxx_messageInfo_GetOnuPonOpticalInfoResponse.Merge(m, src) |
| 761 | } |
| 762 | func (m *GetOnuPonOpticalInfoResponse) XXX_Size() int { |
| 763 | return xxx_messageInfo_GetOnuPonOpticalInfoResponse.Size(m) |
| 764 | } |
| 765 | func (m *GetOnuPonOpticalInfoResponse) XXX_DiscardUnknown() { |
| 766 | xxx_messageInfo_GetOnuPonOpticalInfoResponse.DiscardUnknown(m) |
| 767 | } |
| 768 | |
| 769 | var xxx_messageInfo_GetOnuPonOpticalInfoResponse proto.InternalMessageInfo |
| 770 | |
Girish Gowdra | b1d742d | 2021-05-01 15:34:32 -0700 | [diff] [blame] | 771 | func (m *GetOnuPonOpticalInfoResponse) GetPowerFeedVoltage() float32 { |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 772 | if m != nil { |
| 773 | return m.PowerFeedVoltage |
| 774 | } |
| 775 | return 0 |
| 776 | } |
| 777 | |
Girish Gowdra | b1d742d | 2021-05-01 15:34:32 -0700 | [diff] [blame] | 778 | func (m *GetOnuPonOpticalInfoResponse) GetReceivedOpticalPower() float32 { |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 779 | if m != nil { |
| 780 | return m.ReceivedOpticalPower |
| 781 | } |
| 782 | return 0 |
| 783 | } |
| 784 | |
Girish Gowdra | b1d742d | 2021-05-01 15:34:32 -0700 | [diff] [blame] | 785 | func (m *GetOnuPonOpticalInfoResponse) GetMeanOpticalLaunchPower() float32 { |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 786 | if m != nil { |
Girish Gowdra | b1d742d | 2021-05-01 15:34:32 -0700 | [diff] [blame] | 787 | return m.MeanOpticalLaunchPower |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 788 | } |
| 789 | return 0 |
| 790 | } |
| 791 | |
Girish Gowdra | b1d742d | 2021-05-01 15:34:32 -0700 | [diff] [blame] | 792 | func (m *GetOnuPonOpticalInfoResponse) GetLaserBiasCurrent() float32 { |
| 793 | if m != nil { |
| 794 | return m.LaserBiasCurrent |
| 795 | } |
| 796 | return 0 |
| 797 | } |
| 798 | |
| 799 | func (m *GetOnuPonOpticalInfoResponse) GetTemperature() float32 { |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 800 | if m != nil { |
| 801 | return m.Temperature |
| 802 | } |
| 803 | return 0 |
| 804 | } |
| 805 | |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 806 | type GetOnuEthernetBridgePortHistory struct { |
| 807 | Direction GetOnuEthernetBridgePortHistory_Direction `protobuf:"varint,1,opt,name=direction,proto3,enum=extension.GetOnuEthernetBridgePortHistory_Direction" json:"direction,omitempty"` |
| 808 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 809 | XXX_unrecognized []byte `json:"-"` |
| 810 | XXX_sizecache int32 `json:"-"` |
| 811 | } |
| 812 | |
| 813 | func (m *GetOnuEthernetBridgePortHistory) Reset() { *m = GetOnuEthernetBridgePortHistory{} } |
| 814 | func (m *GetOnuEthernetBridgePortHistory) String() string { return proto.CompactTextString(m) } |
| 815 | func (*GetOnuEthernetBridgePortHistory) ProtoMessage() {} |
| 816 | func (*GetOnuEthernetBridgePortHistory) Descriptor() ([]byte, []int) { |
| 817 | return fileDescriptor_7ecf6e9799a9202d, []int{8} |
| 818 | } |
| 819 | |
| 820 | func (m *GetOnuEthernetBridgePortHistory) XXX_Unmarshal(b []byte) error { |
| 821 | return xxx_messageInfo_GetOnuEthernetBridgePortHistory.Unmarshal(m, b) |
| 822 | } |
| 823 | func (m *GetOnuEthernetBridgePortHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 824 | return xxx_messageInfo_GetOnuEthernetBridgePortHistory.Marshal(b, m, deterministic) |
| 825 | } |
| 826 | func (m *GetOnuEthernetBridgePortHistory) XXX_Merge(src proto.Message) { |
| 827 | xxx_messageInfo_GetOnuEthernetBridgePortHistory.Merge(m, src) |
| 828 | } |
| 829 | func (m *GetOnuEthernetBridgePortHistory) XXX_Size() int { |
| 830 | return xxx_messageInfo_GetOnuEthernetBridgePortHistory.Size(m) |
| 831 | } |
| 832 | func (m *GetOnuEthernetBridgePortHistory) XXX_DiscardUnknown() { |
| 833 | xxx_messageInfo_GetOnuEthernetBridgePortHistory.DiscardUnknown(m) |
| 834 | } |
| 835 | |
| 836 | var xxx_messageInfo_GetOnuEthernetBridgePortHistory proto.InternalMessageInfo |
| 837 | |
| 838 | func (m *GetOnuEthernetBridgePortHistory) GetDirection() GetOnuEthernetBridgePortHistory_Direction { |
| 839 | if m != nil { |
| 840 | return m.Direction |
| 841 | } |
| 842 | return GetOnuEthernetBridgePortHistory_UNDEFINED |
| 843 | } |
| 844 | |
| 845 | type GetOnuEthernetBridgePortHistoryResponse struct { |
| 846 | DropEvents uint32 `protobuf:"varint,1,opt,name=dropEvents,proto3" json:"dropEvents,omitempty"` |
| 847 | Octets uint32 `protobuf:"varint,2,opt,name=octets,proto3" json:"octets,omitempty"` |
| 848 | Packets uint32 `protobuf:"varint,3,opt,name=packets,proto3" json:"packets,omitempty"` |
| 849 | BroadcastPackets uint32 `protobuf:"varint,4,opt,name=broadcastPackets,proto3" json:"broadcastPackets,omitempty"` |
| 850 | MulticastPackets uint32 `protobuf:"varint,5,opt,name=multicastPackets,proto3" json:"multicastPackets,omitempty"` |
| 851 | CrcErroredPackets uint32 `protobuf:"varint,6,opt,name=crcErroredPackets,proto3" json:"crcErroredPackets,omitempty"` |
| 852 | UndersizePackets uint32 `protobuf:"varint,7,opt,name=undersizePackets,proto3" json:"undersizePackets,omitempty"` |
| 853 | OversizePackets uint32 `protobuf:"varint,8,opt,name=oversizePackets,proto3" json:"oversizePackets,omitempty"` |
| 854 | Packets64Octets uint32 `protobuf:"varint,9,opt,name=packets64octets,proto3" json:"packets64octets,omitempty"` |
| 855 | Packets65To127Octets uint32 `protobuf:"varint,10,opt,name=packets65To127octets,proto3" json:"packets65To127octets,omitempty"` |
| 856 | Packets128To255Octets uint32 `protobuf:"varint,11,opt,name=packets128To255Octets,proto3" json:"packets128To255Octets,omitempty"` |
| 857 | Packets256To511Octets uint32 `protobuf:"varint,12,opt,name=packets256To511octets,proto3" json:"packets256To511octets,omitempty"` |
| 858 | Packets512To1023Octets uint32 `protobuf:"varint,13,opt,name=packets512To1023octets,proto3" json:"packets512To1023octets,omitempty"` |
| 859 | Packets1024To1518Octets uint32 `protobuf:"varint,14,opt,name=packets1024To1518octets,proto3" json:"packets1024To1518octets,omitempty"` |
| 860 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 861 | XXX_unrecognized []byte `json:"-"` |
| 862 | XXX_sizecache int32 `json:"-"` |
| 863 | } |
| 864 | |
| 865 | func (m *GetOnuEthernetBridgePortHistoryResponse) Reset() { |
| 866 | *m = GetOnuEthernetBridgePortHistoryResponse{} |
| 867 | } |
| 868 | func (m *GetOnuEthernetBridgePortHistoryResponse) String() string { return proto.CompactTextString(m) } |
| 869 | func (*GetOnuEthernetBridgePortHistoryResponse) ProtoMessage() {} |
| 870 | func (*GetOnuEthernetBridgePortHistoryResponse) Descriptor() ([]byte, []int) { |
| 871 | return fileDescriptor_7ecf6e9799a9202d, []int{9} |
| 872 | } |
| 873 | |
| 874 | func (m *GetOnuEthernetBridgePortHistoryResponse) XXX_Unmarshal(b []byte) error { |
| 875 | return xxx_messageInfo_GetOnuEthernetBridgePortHistoryResponse.Unmarshal(m, b) |
| 876 | } |
| 877 | func (m *GetOnuEthernetBridgePortHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 878 | return xxx_messageInfo_GetOnuEthernetBridgePortHistoryResponse.Marshal(b, m, deterministic) |
| 879 | } |
| 880 | func (m *GetOnuEthernetBridgePortHistoryResponse) XXX_Merge(src proto.Message) { |
| 881 | xxx_messageInfo_GetOnuEthernetBridgePortHistoryResponse.Merge(m, src) |
| 882 | } |
| 883 | func (m *GetOnuEthernetBridgePortHistoryResponse) XXX_Size() int { |
| 884 | return xxx_messageInfo_GetOnuEthernetBridgePortHistoryResponse.Size(m) |
| 885 | } |
| 886 | func (m *GetOnuEthernetBridgePortHistoryResponse) XXX_DiscardUnknown() { |
| 887 | xxx_messageInfo_GetOnuEthernetBridgePortHistoryResponse.DiscardUnknown(m) |
| 888 | } |
| 889 | |
| 890 | var xxx_messageInfo_GetOnuEthernetBridgePortHistoryResponse proto.InternalMessageInfo |
| 891 | |
| 892 | func (m *GetOnuEthernetBridgePortHistoryResponse) GetDropEvents() uint32 { |
| 893 | if m != nil { |
| 894 | return m.DropEvents |
| 895 | } |
| 896 | return 0 |
| 897 | } |
| 898 | |
| 899 | func (m *GetOnuEthernetBridgePortHistoryResponse) GetOctets() uint32 { |
| 900 | if m != nil { |
| 901 | return m.Octets |
| 902 | } |
| 903 | return 0 |
| 904 | } |
| 905 | |
| 906 | func (m *GetOnuEthernetBridgePortHistoryResponse) GetPackets() uint32 { |
| 907 | if m != nil { |
| 908 | return m.Packets |
| 909 | } |
| 910 | return 0 |
| 911 | } |
| 912 | |
| 913 | func (m *GetOnuEthernetBridgePortHistoryResponse) GetBroadcastPackets() uint32 { |
| 914 | if m != nil { |
| 915 | return m.BroadcastPackets |
| 916 | } |
| 917 | return 0 |
| 918 | } |
| 919 | |
| 920 | func (m *GetOnuEthernetBridgePortHistoryResponse) GetMulticastPackets() uint32 { |
| 921 | if m != nil { |
| 922 | return m.MulticastPackets |
| 923 | } |
| 924 | return 0 |
| 925 | } |
| 926 | |
| 927 | func (m *GetOnuEthernetBridgePortHistoryResponse) GetCrcErroredPackets() uint32 { |
| 928 | if m != nil { |
| 929 | return m.CrcErroredPackets |
| 930 | } |
| 931 | return 0 |
| 932 | } |
| 933 | |
| 934 | func (m *GetOnuEthernetBridgePortHistoryResponse) GetUndersizePackets() uint32 { |
| 935 | if m != nil { |
| 936 | return m.UndersizePackets |
| 937 | } |
| 938 | return 0 |
| 939 | } |
| 940 | |
| 941 | func (m *GetOnuEthernetBridgePortHistoryResponse) GetOversizePackets() uint32 { |
| 942 | if m != nil { |
| 943 | return m.OversizePackets |
| 944 | } |
| 945 | return 0 |
| 946 | } |
| 947 | |
| 948 | func (m *GetOnuEthernetBridgePortHistoryResponse) GetPackets64Octets() uint32 { |
| 949 | if m != nil { |
| 950 | return m.Packets64Octets |
| 951 | } |
| 952 | return 0 |
| 953 | } |
| 954 | |
| 955 | func (m *GetOnuEthernetBridgePortHistoryResponse) GetPackets65To127Octets() uint32 { |
| 956 | if m != nil { |
| 957 | return m.Packets65To127Octets |
| 958 | } |
| 959 | return 0 |
| 960 | } |
| 961 | |
| 962 | func (m *GetOnuEthernetBridgePortHistoryResponse) GetPackets128To255Octets() uint32 { |
| 963 | if m != nil { |
| 964 | return m.Packets128To255Octets |
| 965 | } |
| 966 | return 0 |
| 967 | } |
| 968 | |
| 969 | func (m *GetOnuEthernetBridgePortHistoryResponse) GetPackets256To511Octets() uint32 { |
| 970 | if m != nil { |
| 971 | return m.Packets256To511Octets |
| 972 | } |
| 973 | return 0 |
| 974 | } |
| 975 | |
| 976 | func (m *GetOnuEthernetBridgePortHistoryResponse) GetPackets512To1023Octets() uint32 { |
| 977 | if m != nil { |
| 978 | return m.Packets512To1023Octets |
| 979 | } |
| 980 | return 0 |
| 981 | } |
| 982 | |
| 983 | func (m *GetOnuEthernetBridgePortHistoryResponse) GetPackets1024To1518Octets() uint32 { |
| 984 | if m != nil { |
| 985 | return m.Packets1024To1518Octets |
| 986 | } |
| 987 | return 0 |
| 988 | } |
| 989 | |
| 990 | type GetOnuFecHistory struct { |
| 991 | Empty *empty.Empty `protobuf:"bytes,1,opt,name=empty,proto3" json:"empty,omitempty"` |
| 992 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 993 | XXX_unrecognized []byte `json:"-"` |
| 994 | XXX_sizecache int32 `json:"-"` |
| 995 | } |
| 996 | |
| 997 | func (m *GetOnuFecHistory) Reset() { *m = GetOnuFecHistory{} } |
| 998 | func (m *GetOnuFecHistory) String() string { return proto.CompactTextString(m) } |
| 999 | func (*GetOnuFecHistory) ProtoMessage() {} |
| 1000 | func (*GetOnuFecHistory) Descriptor() ([]byte, []int) { |
| 1001 | return fileDescriptor_7ecf6e9799a9202d, []int{10} |
| 1002 | } |
| 1003 | |
| 1004 | func (m *GetOnuFecHistory) XXX_Unmarshal(b []byte) error { |
| 1005 | return xxx_messageInfo_GetOnuFecHistory.Unmarshal(m, b) |
| 1006 | } |
| 1007 | func (m *GetOnuFecHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1008 | return xxx_messageInfo_GetOnuFecHistory.Marshal(b, m, deterministic) |
| 1009 | } |
| 1010 | func (m *GetOnuFecHistory) XXX_Merge(src proto.Message) { |
| 1011 | xxx_messageInfo_GetOnuFecHistory.Merge(m, src) |
| 1012 | } |
| 1013 | func (m *GetOnuFecHistory) XXX_Size() int { |
| 1014 | return xxx_messageInfo_GetOnuFecHistory.Size(m) |
| 1015 | } |
| 1016 | func (m *GetOnuFecHistory) XXX_DiscardUnknown() { |
| 1017 | xxx_messageInfo_GetOnuFecHistory.DiscardUnknown(m) |
| 1018 | } |
| 1019 | |
| 1020 | var xxx_messageInfo_GetOnuFecHistory proto.InternalMessageInfo |
| 1021 | |
| 1022 | func (m *GetOnuFecHistory) GetEmpty() *empty.Empty { |
| 1023 | if m != nil { |
| 1024 | return m.Empty |
| 1025 | } |
| 1026 | return nil |
| 1027 | } |
| 1028 | |
| 1029 | type GetOnuFecHistoryResponse struct { |
| 1030 | CorrectedBytes uint32 `protobuf:"varint,1,opt,name=correctedBytes,proto3" json:"correctedBytes,omitempty"` |
| 1031 | CorrectedCodeWords uint32 `protobuf:"varint,2,opt,name=correctedCodeWords,proto3" json:"correctedCodeWords,omitempty"` |
| 1032 | FecSeconds uint32 `protobuf:"varint,3,opt,name=fecSeconds,proto3" json:"fecSeconds,omitempty"` |
| 1033 | TotalCodeWords uint32 `protobuf:"varint,4,opt,name=totalCodeWords,proto3" json:"totalCodeWords,omitempty"` |
| 1034 | UncorrectableCodeWords uint32 `protobuf:"varint,5,opt,name=uncorrectableCodeWords,proto3" json:"uncorrectableCodeWords,omitempty"` |
| 1035 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1036 | XXX_unrecognized []byte `json:"-"` |
| 1037 | XXX_sizecache int32 `json:"-"` |
| 1038 | } |
| 1039 | |
| 1040 | func (m *GetOnuFecHistoryResponse) Reset() { *m = GetOnuFecHistoryResponse{} } |
| 1041 | func (m *GetOnuFecHistoryResponse) String() string { return proto.CompactTextString(m) } |
| 1042 | func (*GetOnuFecHistoryResponse) ProtoMessage() {} |
| 1043 | func (*GetOnuFecHistoryResponse) Descriptor() ([]byte, []int) { |
| 1044 | return fileDescriptor_7ecf6e9799a9202d, []int{11} |
| 1045 | } |
| 1046 | |
| 1047 | func (m *GetOnuFecHistoryResponse) XXX_Unmarshal(b []byte) error { |
| 1048 | return xxx_messageInfo_GetOnuFecHistoryResponse.Unmarshal(m, b) |
| 1049 | } |
| 1050 | func (m *GetOnuFecHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1051 | return xxx_messageInfo_GetOnuFecHistoryResponse.Marshal(b, m, deterministic) |
| 1052 | } |
| 1053 | func (m *GetOnuFecHistoryResponse) XXX_Merge(src proto.Message) { |
| 1054 | xxx_messageInfo_GetOnuFecHistoryResponse.Merge(m, src) |
| 1055 | } |
| 1056 | func (m *GetOnuFecHistoryResponse) XXX_Size() int { |
| 1057 | return xxx_messageInfo_GetOnuFecHistoryResponse.Size(m) |
| 1058 | } |
| 1059 | func (m *GetOnuFecHistoryResponse) XXX_DiscardUnknown() { |
| 1060 | xxx_messageInfo_GetOnuFecHistoryResponse.DiscardUnknown(m) |
| 1061 | } |
| 1062 | |
| 1063 | var xxx_messageInfo_GetOnuFecHistoryResponse proto.InternalMessageInfo |
| 1064 | |
| 1065 | func (m *GetOnuFecHistoryResponse) GetCorrectedBytes() uint32 { |
| 1066 | if m != nil { |
| 1067 | return m.CorrectedBytes |
| 1068 | } |
| 1069 | return 0 |
| 1070 | } |
| 1071 | |
| 1072 | func (m *GetOnuFecHistoryResponse) GetCorrectedCodeWords() uint32 { |
| 1073 | if m != nil { |
| 1074 | return m.CorrectedCodeWords |
| 1075 | } |
| 1076 | return 0 |
| 1077 | } |
| 1078 | |
| 1079 | func (m *GetOnuFecHistoryResponse) GetFecSeconds() uint32 { |
| 1080 | if m != nil { |
| 1081 | return m.FecSeconds |
| 1082 | } |
| 1083 | return 0 |
| 1084 | } |
| 1085 | |
| 1086 | func (m *GetOnuFecHistoryResponse) GetTotalCodeWords() uint32 { |
| 1087 | if m != nil { |
| 1088 | return m.TotalCodeWords |
| 1089 | } |
| 1090 | return 0 |
| 1091 | } |
| 1092 | |
| 1093 | func (m *GetOnuFecHistoryResponse) GetUncorrectableCodeWords() uint32 { |
| 1094 | if m != nil { |
| 1095 | return m.UncorrectableCodeWords |
| 1096 | } |
| 1097 | return 0 |
| 1098 | } |
| 1099 | |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 1100 | type GetOnuCountersRequest struct { |
| 1101 | IntfId uint32 `protobuf:"fixed32,1,opt,name=intf_id,json=intfId,proto3" json:"intf_id,omitempty"` |
| 1102 | OnuId uint32 `protobuf:"fixed32,2,opt,name=onu_id,json=onuId,proto3" json:"onu_id,omitempty"` |
| 1103 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1104 | XXX_unrecognized []byte `json:"-"` |
| 1105 | XXX_sizecache int32 `json:"-"` |
| 1106 | } |
| 1107 | |
| 1108 | func (m *GetOnuCountersRequest) Reset() { *m = GetOnuCountersRequest{} } |
| 1109 | func (m *GetOnuCountersRequest) String() string { return proto.CompactTextString(m) } |
| 1110 | func (*GetOnuCountersRequest) ProtoMessage() {} |
| 1111 | func (*GetOnuCountersRequest) Descriptor() ([]byte, []int) { |
| 1112 | return fileDescriptor_7ecf6e9799a9202d, []int{12} |
| 1113 | } |
| 1114 | |
| 1115 | func (m *GetOnuCountersRequest) XXX_Unmarshal(b []byte) error { |
| 1116 | return xxx_messageInfo_GetOnuCountersRequest.Unmarshal(m, b) |
| 1117 | } |
| 1118 | func (m *GetOnuCountersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1119 | return xxx_messageInfo_GetOnuCountersRequest.Marshal(b, m, deterministic) |
| 1120 | } |
| 1121 | func (m *GetOnuCountersRequest) XXX_Merge(src proto.Message) { |
| 1122 | xxx_messageInfo_GetOnuCountersRequest.Merge(m, src) |
| 1123 | } |
| 1124 | func (m *GetOnuCountersRequest) XXX_Size() int { |
| 1125 | return xxx_messageInfo_GetOnuCountersRequest.Size(m) |
| 1126 | } |
| 1127 | func (m *GetOnuCountersRequest) XXX_DiscardUnknown() { |
| 1128 | xxx_messageInfo_GetOnuCountersRequest.DiscardUnknown(m) |
| 1129 | } |
| 1130 | |
| 1131 | var xxx_messageInfo_GetOnuCountersRequest proto.InternalMessageInfo |
| 1132 | |
| 1133 | func (m *GetOnuCountersRequest) GetIntfId() uint32 { |
| 1134 | if m != nil { |
| 1135 | return m.IntfId |
| 1136 | } |
| 1137 | return 0 |
| 1138 | } |
| 1139 | |
| 1140 | func (m *GetOnuCountersRequest) GetOnuId() uint32 { |
| 1141 | if m != nil { |
| 1142 | return m.OnuId |
| 1143 | } |
| 1144 | return 0 |
| 1145 | } |
| 1146 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 1147 | type GetOmciEthernetFrameExtendedPmRequest struct { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 1148 | OnuDeviceId string `protobuf:"bytes,1,opt,name=onuDeviceId,proto3" json:"onuDeviceId,omitempty"` |
| 1149 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1150 | XXX_unrecognized []byte `json:"-"` |
| 1151 | XXX_sizecache int32 `json:"-"` |
| 1152 | } |
| 1153 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 1154 | func (m *GetOmciEthernetFrameExtendedPmRequest) Reset() { *m = GetOmciEthernetFrameExtendedPmRequest{} } |
| 1155 | func (m *GetOmciEthernetFrameExtendedPmRequest) String() string { return proto.CompactTextString(m) } |
| 1156 | func (*GetOmciEthernetFrameExtendedPmRequest) ProtoMessage() {} |
| 1157 | func (*GetOmciEthernetFrameExtendedPmRequest) Descriptor() ([]byte, []int) { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 1158 | return fileDescriptor_7ecf6e9799a9202d, []int{13} |
| 1159 | } |
| 1160 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 1161 | func (m *GetOmciEthernetFrameExtendedPmRequest) XXX_Unmarshal(b []byte) error { |
| 1162 | return xxx_messageInfo_GetOmciEthernetFrameExtendedPmRequest.Unmarshal(m, b) |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 1163 | } |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 1164 | func (m *GetOmciEthernetFrameExtendedPmRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1165 | return xxx_messageInfo_GetOmciEthernetFrameExtendedPmRequest.Marshal(b, m, deterministic) |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 1166 | } |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 1167 | func (m *GetOmciEthernetFrameExtendedPmRequest) XXX_Merge(src proto.Message) { |
| 1168 | xxx_messageInfo_GetOmciEthernetFrameExtendedPmRequest.Merge(m, src) |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 1169 | } |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 1170 | func (m *GetOmciEthernetFrameExtendedPmRequest) XXX_Size() int { |
| 1171 | return xxx_messageInfo_GetOmciEthernetFrameExtendedPmRequest.Size(m) |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 1172 | } |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 1173 | func (m *GetOmciEthernetFrameExtendedPmRequest) XXX_DiscardUnknown() { |
| 1174 | xxx_messageInfo_GetOmciEthernetFrameExtendedPmRequest.DiscardUnknown(m) |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 1175 | } |
| 1176 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 1177 | var xxx_messageInfo_GetOmciEthernetFrameExtendedPmRequest proto.InternalMessageInfo |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 1178 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 1179 | func (m *GetOmciEthernetFrameExtendedPmRequest) GetOnuDeviceId() string { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 1180 | if m != nil { |
| 1181 | return m.OnuDeviceId |
| 1182 | } |
| 1183 | return "" |
| 1184 | } |
| 1185 | |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 1186 | type GetRxPowerRequest struct { |
| 1187 | IntfId uint32 `protobuf:"fixed32,1,opt,name=intf_id,json=intfId,proto3" json:"intf_id,omitempty"` |
| 1188 | OnuId uint32 `protobuf:"fixed32,2,opt,name=onu_id,json=onuId,proto3" json:"onu_id,omitempty"` |
| 1189 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1190 | XXX_unrecognized []byte `json:"-"` |
| 1191 | XXX_sizecache int32 `json:"-"` |
| 1192 | } |
| 1193 | |
| 1194 | func (m *GetRxPowerRequest) Reset() { *m = GetRxPowerRequest{} } |
| 1195 | func (m *GetRxPowerRequest) String() string { return proto.CompactTextString(m) } |
| 1196 | func (*GetRxPowerRequest) ProtoMessage() {} |
| 1197 | func (*GetRxPowerRequest) Descriptor() ([]byte, []int) { |
| 1198 | return fileDescriptor_7ecf6e9799a9202d, []int{14} |
| 1199 | } |
| 1200 | |
| 1201 | func (m *GetRxPowerRequest) XXX_Unmarshal(b []byte) error { |
| 1202 | return xxx_messageInfo_GetRxPowerRequest.Unmarshal(m, b) |
| 1203 | } |
| 1204 | func (m *GetRxPowerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1205 | return xxx_messageInfo_GetRxPowerRequest.Marshal(b, m, deterministic) |
| 1206 | } |
| 1207 | func (m *GetRxPowerRequest) XXX_Merge(src proto.Message) { |
| 1208 | xxx_messageInfo_GetRxPowerRequest.Merge(m, src) |
| 1209 | } |
| 1210 | func (m *GetRxPowerRequest) XXX_Size() int { |
| 1211 | return xxx_messageInfo_GetRxPowerRequest.Size(m) |
| 1212 | } |
| 1213 | func (m *GetRxPowerRequest) XXX_DiscardUnknown() { |
| 1214 | xxx_messageInfo_GetRxPowerRequest.DiscardUnknown(m) |
| 1215 | } |
| 1216 | |
| 1217 | var xxx_messageInfo_GetRxPowerRequest proto.InternalMessageInfo |
| 1218 | |
| 1219 | func (m *GetRxPowerRequest) GetIntfId() uint32 { |
| 1220 | if m != nil { |
| 1221 | return m.IntfId |
| 1222 | } |
| 1223 | return 0 |
| 1224 | } |
| 1225 | |
| 1226 | func (m *GetRxPowerRequest) GetOnuId() uint32 { |
| 1227 | if m != nil { |
| 1228 | return m.OnuId |
| 1229 | } |
| 1230 | return 0 |
| 1231 | } |
| 1232 | |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 1233 | type GetOnuCountersResponse struct { |
| 1234 | // Types that are valid to be assigned to IsIntfId: |
| 1235 | // *GetOnuCountersResponse_IntfId |
| 1236 | IsIntfId isGetOnuCountersResponse_IsIntfId `protobuf_oneof:"is_intf_id"` |
| 1237 | // Types that are valid to be assigned to IsOnuId: |
| 1238 | // *GetOnuCountersResponse_OnuId |
| 1239 | IsOnuId isGetOnuCountersResponse_IsOnuId `protobuf_oneof:"is_onu_id"` |
| 1240 | // Types that are valid to be assigned to IsPositiveDrift: |
| 1241 | // *GetOnuCountersResponse_PositiveDrift |
| 1242 | IsPositiveDrift isGetOnuCountersResponse_IsPositiveDrift `protobuf_oneof:"is_positive_drift"` |
| 1243 | // Types that are valid to be assigned to IsNegativeDrift: |
| 1244 | // *GetOnuCountersResponse_NegativeDrift |
| 1245 | IsNegativeDrift isGetOnuCountersResponse_IsNegativeDrift `protobuf_oneof:"is_negative_drift"` |
| 1246 | // Types that are valid to be assigned to IsDelimiterMissDetection: |
| 1247 | // *GetOnuCountersResponse_DelimiterMissDetection |
| 1248 | IsDelimiterMissDetection isGetOnuCountersResponse_IsDelimiterMissDetection `protobuf_oneof:"is_delimiter_miss_detection"` |
| 1249 | // Types that are valid to be assigned to IsBipErrors: |
| 1250 | // *GetOnuCountersResponse_BipErrors |
| 1251 | IsBipErrors isGetOnuCountersResponse_IsBipErrors `protobuf_oneof:"is_bip_errors"` |
| 1252 | // Types that are valid to be assigned to IsBipUnits: |
| 1253 | // *GetOnuCountersResponse_BipUnits |
| 1254 | IsBipUnits isGetOnuCountersResponse_IsBipUnits `protobuf_oneof:"is_bip_units"` |
| 1255 | // Types that are valid to be assigned to IsFecCorrectedSymbols: |
| 1256 | // *GetOnuCountersResponse_FecCorrectedSymbols |
| 1257 | IsFecCorrectedSymbols isGetOnuCountersResponse_IsFecCorrectedSymbols `protobuf_oneof:"is_fec_corrected_symbols"` |
| 1258 | // Types that are valid to be assigned to IsFecCodewordsCorrected: |
| 1259 | // *GetOnuCountersResponse_FecCodewordsCorrected |
| 1260 | IsFecCodewordsCorrected isGetOnuCountersResponse_IsFecCodewordsCorrected `protobuf_oneof:"is_fec_codewords_corrected"` |
| 1261 | // Types that are valid to be assigned to IsFecCodewordsUncorrectable: |
| 1262 | // *GetOnuCountersResponse_FecCodewordsUncorrectable |
| 1263 | IsFecCodewordsUncorrectable isGetOnuCountersResponse_IsFecCodewordsUncorrectable `protobuf_oneof:"is_fec_codewords_uncorrectable"` |
| 1264 | // Types that are valid to be assigned to IsFecCodewords: |
| 1265 | // *GetOnuCountersResponse_FecCodewords |
| 1266 | IsFecCodewords isGetOnuCountersResponse_IsFecCodewords `protobuf_oneof:"is_fec_codewords"` |
| 1267 | // Types that are valid to be assigned to IsFecCorrectedUnits: |
| 1268 | // *GetOnuCountersResponse_FecCorrectedUnits |
| 1269 | IsFecCorrectedUnits isGetOnuCountersResponse_IsFecCorrectedUnits `protobuf_oneof:"is_fec_corrected_units"` |
| 1270 | // Types that are valid to be assigned to IsXgemKeyErrors: |
| 1271 | // *GetOnuCountersResponse_XgemKeyErrors |
| 1272 | IsXgemKeyErrors isGetOnuCountersResponse_IsXgemKeyErrors `protobuf_oneof:"is_xgem_key_errors"` |
| 1273 | // Types that are valid to be assigned to IsXgemLoss: |
| 1274 | // *GetOnuCountersResponse_XgemLoss |
| 1275 | IsXgemLoss isGetOnuCountersResponse_IsXgemLoss `protobuf_oneof:"is_xgem_loss"` |
| 1276 | // Types that are valid to be assigned to IsRxPloamsError: |
| 1277 | // *GetOnuCountersResponse_RxPloamsError |
| 1278 | IsRxPloamsError isGetOnuCountersResponse_IsRxPloamsError `protobuf_oneof:"is_rx_ploams_error"` |
| 1279 | // Types that are valid to be assigned to IsRxPloamsNonIdle: |
| 1280 | // *GetOnuCountersResponse_RxPloamsNonIdle |
| 1281 | IsRxPloamsNonIdle isGetOnuCountersResponse_IsRxPloamsNonIdle `protobuf_oneof:"is_rx_ploams_non_idle"` |
| 1282 | // Types that are valid to be assigned to IsRxOmci: |
| 1283 | // *GetOnuCountersResponse_RxOmci |
| 1284 | IsRxOmci isGetOnuCountersResponse_IsRxOmci `protobuf_oneof:"is_rx_omci"` |
| 1285 | // Types that are valid to be assigned to IsTxOmci: |
| 1286 | // *GetOnuCountersResponse_TxOmci |
| 1287 | IsTxOmci isGetOnuCountersResponse_IsTxOmci `protobuf_oneof:"is_tx_omci"` |
| 1288 | // Types that are valid to be assigned to IsRxOmciPacketsCrcError: |
| 1289 | // *GetOnuCountersResponse_RxOmciPacketsCrcError |
| 1290 | IsRxOmciPacketsCrcError isGetOnuCountersResponse_IsRxOmciPacketsCrcError `protobuf_oneof:"is_rx_omci_packets_crc_error"` |
| 1291 | // Types that are valid to be assigned to IsRxBytes: |
| 1292 | // *GetOnuCountersResponse_RxBytes |
| 1293 | IsRxBytes isGetOnuCountersResponse_IsRxBytes `protobuf_oneof:"is_rx_bytes"` |
| 1294 | // Types that are valid to be assigned to IsRxPackets: |
| 1295 | // *GetOnuCountersResponse_RxPackets |
| 1296 | IsRxPackets isGetOnuCountersResponse_IsRxPackets `protobuf_oneof:"is_rx_packets"` |
| 1297 | // Types that are valid to be assigned to IsTxBytes: |
| 1298 | // *GetOnuCountersResponse_TxBytes |
| 1299 | IsTxBytes isGetOnuCountersResponse_IsTxBytes `protobuf_oneof:"is_tx_bytes"` |
| 1300 | // Types that are valid to be assigned to IsTxPackets: |
| 1301 | // *GetOnuCountersResponse_TxPackets |
| 1302 | IsTxPackets isGetOnuCountersResponse_IsTxPackets `protobuf_oneof:"is_tx_packets"` |
| 1303 | // Types that are valid to be assigned to IsBerReported: |
| 1304 | // *GetOnuCountersResponse_BerReported |
| 1305 | IsBerReported isGetOnuCountersResponse_IsBerReported `protobuf_oneof:"is_ber_reported"` |
| 1306 | // Types that are valid to be assigned to IsLcdgErrors: |
| 1307 | // *GetOnuCountersResponse_LcdgErrors |
| 1308 | IsLcdgErrors isGetOnuCountersResponse_IsLcdgErrors `protobuf_oneof:"is_lcdg_errors"` |
| 1309 | // Types that are valid to be assigned to IsRdiErrors: |
| 1310 | // *GetOnuCountersResponse_RdiErrors |
| 1311 | IsRdiErrors isGetOnuCountersResponse_IsRdiErrors `protobuf_oneof:"is_rdi_errors"` |
| 1312 | // Types that are valid to be assigned to IsTimestamp: |
| 1313 | // *GetOnuCountersResponse_Timestamp |
| 1314 | IsTimestamp isGetOnuCountersResponse_IsTimestamp `protobuf_oneof:"is_timestamp"` |
| 1315 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1316 | XXX_unrecognized []byte `json:"-"` |
| 1317 | XXX_sizecache int32 `json:"-"` |
| 1318 | } |
| 1319 | |
| 1320 | func (m *GetOnuCountersResponse) Reset() { *m = GetOnuCountersResponse{} } |
| 1321 | func (m *GetOnuCountersResponse) String() string { return proto.CompactTextString(m) } |
| 1322 | func (*GetOnuCountersResponse) ProtoMessage() {} |
| 1323 | func (*GetOnuCountersResponse) Descriptor() ([]byte, []int) { |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 1324 | return fileDescriptor_7ecf6e9799a9202d, []int{15} |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 1325 | } |
| 1326 | |
| 1327 | func (m *GetOnuCountersResponse) XXX_Unmarshal(b []byte) error { |
| 1328 | return xxx_messageInfo_GetOnuCountersResponse.Unmarshal(m, b) |
| 1329 | } |
| 1330 | func (m *GetOnuCountersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1331 | return xxx_messageInfo_GetOnuCountersResponse.Marshal(b, m, deterministic) |
| 1332 | } |
| 1333 | func (m *GetOnuCountersResponse) XXX_Merge(src proto.Message) { |
| 1334 | xxx_messageInfo_GetOnuCountersResponse.Merge(m, src) |
| 1335 | } |
| 1336 | func (m *GetOnuCountersResponse) XXX_Size() int { |
| 1337 | return xxx_messageInfo_GetOnuCountersResponse.Size(m) |
| 1338 | } |
| 1339 | func (m *GetOnuCountersResponse) XXX_DiscardUnknown() { |
| 1340 | xxx_messageInfo_GetOnuCountersResponse.DiscardUnknown(m) |
| 1341 | } |
| 1342 | |
| 1343 | var xxx_messageInfo_GetOnuCountersResponse proto.InternalMessageInfo |
| 1344 | |
| 1345 | type isGetOnuCountersResponse_IsIntfId interface { |
| 1346 | isGetOnuCountersResponse_IsIntfId() |
| 1347 | } |
| 1348 | |
| 1349 | type GetOnuCountersResponse_IntfId struct { |
| 1350 | IntfId uint32 `protobuf:"fixed32,1,opt,name=intf_id,json=intfId,proto3,oneof"` |
| 1351 | } |
| 1352 | |
| 1353 | func (*GetOnuCountersResponse_IntfId) isGetOnuCountersResponse_IsIntfId() {} |
| 1354 | |
| 1355 | func (m *GetOnuCountersResponse) GetIsIntfId() isGetOnuCountersResponse_IsIntfId { |
| 1356 | if m != nil { |
| 1357 | return m.IsIntfId |
| 1358 | } |
| 1359 | return nil |
| 1360 | } |
| 1361 | |
| 1362 | func (m *GetOnuCountersResponse) GetIntfId() uint32 { |
| 1363 | if x, ok := m.GetIsIntfId().(*GetOnuCountersResponse_IntfId); ok { |
| 1364 | return x.IntfId |
| 1365 | } |
| 1366 | return 0 |
| 1367 | } |
| 1368 | |
| 1369 | type isGetOnuCountersResponse_IsOnuId interface { |
| 1370 | isGetOnuCountersResponse_IsOnuId() |
| 1371 | } |
| 1372 | |
| 1373 | type GetOnuCountersResponse_OnuId struct { |
| 1374 | OnuId uint32 `protobuf:"fixed32,2,opt,name=onu_id,json=onuId,proto3,oneof"` |
| 1375 | } |
| 1376 | |
| 1377 | func (*GetOnuCountersResponse_OnuId) isGetOnuCountersResponse_IsOnuId() {} |
| 1378 | |
| 1379 | func (m *GetOnuCountersResponse) GetIsOnuId() isGetOnuCountersResponse_IsOnuId { |
| 1380 | if m != nil { |
| 1381 | return m.IsOnuId |
| 1382 | } |
| 1383 | return nil |
| 1384 | } |
| 1385 | |
| 1386 | func (m *GetOnuCountersResponse) GetOnuId() uint32 { |
| 1387 | if x, ok := m.GetIsOnuId().(*GetOnuCountersResponse_OnuId); ok { |
| 1388 | return x.OnuId |
| 1389 | } |
| 1390 | return 0 |
| 1391 | } |
| 1392 | |
| 1393 | type isGetOnuCountersResponse_IsPositiveDrift interface { |
| 1394 | isGetOnuCountersResponse_IsPositiveDrift() |
| 1395 | } |
| 1396 | |
| 1397 | type GetOnuCountersResponse_PositiveDrift struct { |
| 1398 | PositiveDrift uint64 `protobuf:"fixed64,3,opt,name=positive_drift,json=positiveDrift,proto3,oneof"` |
| 1399 | } |
| 1400 | |
| 1401 | func (*GetOnuCountersResponse_PositiveDrift) isGetOnuCountersResponse_IsPositiveDrift() {} |
| 1402 | |
| 1403 | func (m *GetOnuCountersResponse) GetIsPositiveDrift() isGetOnuCountersResponse_IsPositiveDrift { |
| 1404 | if m != nil { |
| 1405 | return m.IsPositiveDrift |
| 1406 | } |
| 1407 | return nil |
| 1408 | } |
| 1409 | |
| 1410 | func (m *GetOnuCountersResponse) GetPositiveDrift() uint64 { |
| 1411 | if x, ok := m.GetIsPositiveDrift().(*GetOnuCountersResponse_PositiveDrift); ok { |
| 1412 | return x.PositiveDrift |
| 1413 | } |
| 1414 | return 0 |
| 1415 | } |
| 1416 | |
| 1417 | type isGetOnuCountersResponse_IsNegativeDrift interface { |
| 1418 | isGetOnuCountersResponse_IsNegativeDrift() |
| 1419 | } |
| 1420 | |
| 1421 | type GetOnuCountersResponse_NegativeDrift struct { |
| 1422 | NegativeDrift uint64 `protobuf:"fixed64,4,opt,name=negative_drift,json=negativeDrift,proto3,oneof"` |
| 1423 | } |
| 1424 | |
| 1425 | func (*GetOnuCountersResponse_NegativeDrift) isGetOnuCountersResponse_IsNegativeDrift() {} |
| 1426 | |
| 1427 | func (m *GetOnuCountersResponse) GetIsNegativeDrift() isGetOnuCountersResponse_IsNegativeDrift { |
| 1428 | if m != nil { |
| 1429 | return m.IsNegativeDrift |
| 1430 | } |
| 1431 | return nil |
| 1432 | } |
| 1433 | |
| 1434 | func (m *GetOnuCountersResponse) GetNegativeDrift() uint64 { |
| 1435 | if x, ok := m.GetIsNegativeDrift().(*GetOnuCountersResponse_NegativeDrift); ok { |
| 1436 | return x.NegativeDrift |
| 1437 | } |
| 1438 | return 0 |
| 1439 | } |
| 1440 | |
| 1441 | type isGetOnuCountersResponse_IsDelimiterMissDetection interface { |
| 1442 | isGetOnuCountersResponse_IsDelimiterMissDetection() |
| 1443 | } |
| 1444 | |
| 1445 | type GetOnuCountersResponse_DelimiterMissDetection struct { |
| 1446 | DelimiterMissDetection uint64 `protobuf:"fixed64,5,opt,name=delimiter_miss_detection,json=delimiterMissDetection,proto3,oneof"` |
| 1447 | } |
| 1448 | |
| 1449 | func (*GetOnuCountersResponse_DelimiterMissDetection) isGetOnuCountersResponse_IsDelimiterMissDetection() { |
| 1450 | } |
| 1451 | |
| 1452 | func (m *GetOnuCountersResponse) GetIsDelimiterMissDetection() isGetOnuCountersResponse_IsDelimiterMissDetection { |
| 1453 | if m != nil { |
| 1454 | return m.IsDelimiterMissDetection |
| 1455 | } |
| 1456 | return nil |
| 1457 | } |
| 1458 | |
| 1459 | func (m *GetOnuCountersResponse) GetDelimiterMissDetection() uint64 { |
| 1460 | if x, ok := m.GetIsDelimiterMissDetection().(*GetOnuCountersResponse_DelimiterMissDetection); ok { |
| 1461 | return x.DelimiterMissDetection |
| 1462 | } |
| 1463 | return 0 |
| 1464 | } |
| 1465 | |
| 1466 | type isGetOnuCountersResponse_IsBipErrors interface { |
| 1467 | isGetOnuCountersResponse_IsBipErrors() |
| 1468 | } |
| 1469 | |
| 1470 | type GetOnuCountersResponse_BipErrors struct { |
| 1471 | BipErrors uint64 `protobuf:"fixed64,6,opt,name=bip_errors,json=bipErrors,proto3,oneof"` |
| 1472 | } |
| 1473 | |
| 1474 | func (*GetOnuCountersResponse_BipErrors) isGetOnuCountersResponse_IsBipErrors() {} |
| 1475 | |
| 1476 | func (m *GetOnuCountersResponse) GetIsBipErrors() isGetOnuCountersResponse_IsBipErrors { |
| 1477 | if m != nil { |
| 1478 | return m.IsBipErrors |
| 1479 | } |
| 1480 | return nil |
| 1481 | } |
| 1482 | |
| 1483 | func (m *GetOnuCountersResponse) GetBipErrors() uint64 { |
| 1484 | if x, ok := m.GetIsBipErrors().(*GetOnuCountersResponse_BipErrors); ok { |
| 1485 | return x.BipErrors |
| 1486 | } |
| 1487 | return 0 |
| 1488 | } |
| 1489 | |
| 1490 | type isGetOnuCountersResponse_IsBipUnits interface { |
| 1491 | isGetOnuCountersResponse_IsBipUnits() |
| 1492 | } |
| 1493 | |
| 1494 | type GetOnuCountersResponse_BipUnits struct { |
| 1495 | BipUnits uint64 `protobuf:"fixed64,7,opt,name=bip_units,json=bipUnits,proto3,oneof"` |
| 1496 | } |
| 1497 | |
| 1498 | func (*GetOnuCountersResponse_BipUnits) isGetOnuCountersResponse_IsBipUnits() {} |
| 1499 | |
| 1500 | func (m *GetOnuCountersResponse) GetIsBipUnits() isGetOnuCountersResponse_IsBipUnits { |
| 1501 | if m != nil { |
| 1502 | return m.IsBipUnits |
| 1503 | } |
| 1504 | return nil |
| 1505 | } |
| 1506 | |
| 1507 | func (m *GetOnuCountersResponse) GetBipUnits() uint64 { |
| 1508 | if x, ok := m.GetIsBipUnits().(*GetOnuCountersResponse_BipUnits); ok { |
| 1509 | return x.BipUnits |
| 1510 | } |
| 1511 | return 0 |
| 1512 | } |
| 1513 | |
| 1514 | type isGetOnuCountersResponse_IsFecCorrectedSymbols interface { |
| 1515 | isGetOnuCountersResponse_IsFecCorrectedSymbols() |
| 1516 | } |
| 1517 | |
| 1518 | type GetOnuCountersResponse_FecCorrectedSymbols struct { |
| 1519 | FecCorrectedSymbols uint64 `protobuf:"fixed64,8,opt,name=fec_corrected_symbols,json=fecCorrectedSymbols,proto3,oneof"` |
| 1520 | } |
| 1521 | |
| 1522 | func (*GetOnuCountersResponse_FecCorrectedSymbols) isGetOnuCountersResponse_IsFecCorrectedSymbols() {} |
| 1523 | |
| 1524 | func (m *GetOnuCountersResponse) GetIsFecCorrectedSymbols() isGetOnuCountersResponse_IsFecCorrectedSymbols { |
| 1525 | if m != nil { |
| 1526 | return m.IsFecCorrectedSymbols |
| 1527 | } |
| 1528 | return nil |
| 1529 | } |
| 1530 | |
| 1531 | func (m *GetOnuCountersResponse) GetFecCorrectedSymbols() uint64 { |
| 1532 | if x, ok := m.GetIsFecCorrectedSymbols().(*GetOnuCountersResponse_FecCorrectedSymbols); ok { |
| 1533 | return x.FecCorrectedSymbols |
| 1534 | } |
| 1535 | return 0 |
| 1536 | } |
| 1537 | |
| 1538 | type isGetOnuCountersResponse_IsFecCodewordsCorrected interface { |
| 1539 | isGetOnuCountersResponse_IsFecCodewordsCorrected() |
| 1540 | } |
| 1541 | |
| 1542 | type GetOnuCountersResponse_FecCodewordsCorrected struct { |
| 1543 | FecCodewordsCorrected uint64 `protobuf:"fixed64,9,opt,name=fec_codewords_corrected,json=fecCodewordsCorrected,proto3,oneof"` |
| 1544 | } |
| 1545 | |
| 1546 | func (*GetOnuCountersResponse_FecCodewordsCorrected) isGetOnuCountersResponse_IsFecCodewordsCorrected() { |
| 1547 | } |
| 1548 | |
| 1549 | func (m *GetOnuCountersResponse) GetIsFecCodewordsCorrected() isGetOnuCountersResponse_IsFecCodewordsCorrected { |
| 1550 | if m != nil { |
| 1551 | return m.IsFecCodewordsCorrected |
| 1552 | } |
| 1553 | return nil |
| 1554 | } |
| 1555 | |
| 1556 | func (m *GetOnuCountersResponse) GetFecCodewordsCorrected() uint64 { |
| 1557 | if x, ok := m.GetIsFecCodewordsCorrected().(*GetOnuCountersResponse_FecCodewordsCorrected); ok { |
| 1558 | return x.FecCodewordsCorrected |
| 1559 | } |
| 1560 | return 0 |
| 1561 | } |
| 1562 | |
| 1563 | type isGetOnuCountersResponse_IsFecCodewordsUncorrectable interface { |
| 1564 | isGetOnuCountersResponse_IsFecCodewordsUncorrectable() |
| 1565 | } |
| 1566 | |
| 1567 | type GetOnuCountersResponse_FecCodewordsUncorrectable struct { |
| 1568 | FecCodewordsUncorrectable uint64 `protobuf:"fixed64,10,opt,name=fec_codewords_uncorrectable,json=fecCodewordsUncorrectable,proto3,oneof"` |
| 1569 | } |
| 1570 | |
| 1571 | func (*GetOnuCountersResponse_FecCodewordsUncorrectable) isGetOnuCountersResponse_IsFecCodewordsUncorrectable() { |
| 1572 | } |
| 1573 | |
| 1574 | func (m *GetOnuCountersResponse) GetIsFecCodewordsUncorrectable() isGetOnuCountersResponse_IsFecCodewordsUncorrectable { |
| 1575 | if m != nil { |
| 1576 | return m.IsFecCodewordsUncorrectable |
| 1577 | } |
| 1578 | return nil |
| 1579 | } |
| 1580 | |
| 1581 | func (m *GetOnuCountersResponse) GetFecCodewordsUncorrectable() uint64 { |
| 1582 | if x, ok := m.GetIsFecCodewordsUncorrectable().(*GetOnuCountersResponse_FecCodewordsUncorrectable); ok { |
| 1583 | return x.FecCodewordsUncorrectable |
| 1584 | } |
| 1585 | return 0 |
| 1586 | } |
| 1587 | |
| 1588 | type isGetOnuCountersResponse_IsFecCodewords interface { |
| 1589 | isGetOnuCountersResponse_IsFecCodewords() |
| 1590 | } |
| 1591 | |
| 1592 | type GetOnuCountersResponse_FecCodewords struct { |
| 1593 | FecCodewords uint64 `protobuf:"fixed64,11,opt,name=fec_codewords,json=fecCodewords,proto3,oneof"` |
| 1594 | } |
| 1595 | |
| 1596 | func (*GetOnuCountersResponse_FecCodewords) isGetOnuCountersResponse_IsFecCodewords() {} |
| 1597 | |
| 1598 | func (m *GetOnuCountersResponse) GetIsFecCodewords() isGetOnuCountersResponse_IsFecCodewords { |
| 1599 | if m != nil { |
| 1600 | return m.IsFecCodewords |
| 1601 | } |
| 1602 | return nil |
| 1603 | } |
| 1604 | |
| 1605 | func (m *GetOnuCountersResponse) GetFecCodewords() uint64 { |
| 1606 | if x, ok := m.GetIsFecCodewords().(*GetOnuCountersResponse_FecCodewords); ok { |
| 1607 | return x.FecCodewords |
| 1608 | } |
| 1609 | return 0 |
| 1610 | } |
| 1611 | |
| 1612 | type isGetOnuCountersResponse_IsFecCorrectedUnits interface { |
| 1613 | isGetOnuCountersResponse_IsFecCorrectedUnits() |
| 1614 | } |
| 1615 | |
| 1616 | type GetOnuCountersResponse_FecCorrectedUnits struct { |
| 1617 | FecCorrectedUnits uint64 `protobuf:"fixed64,12,opt,name=fec_corrected_units,json=fecCorrectedUnits,proto3,oneof"` |
| 1618 | } |
| 1619 | |
| 1620 | func (*GetOnuCountersResponse_FecCorrectedUnits) isGetOnuCountersResponse_IsFecCorrectedUnits() {} |
| 1621 | |
| 1622 | func (m *GetOnuCountersResponse) GetIsFecCorrectedUnits() isGetOnuCountersResponse_IsFecCorrectedUnits { |
| 1623 | if m != nil { |
| 1624 | return m.IsFecCorrectedUnits |
| 1625 | } |
| 1626 | return nil |
| 1627 | } |
| 1628 | |
| 1629 | func (m *GetOnuCountersResponse) GetFecCorrectedUnits() uint64 { |
| 1630 | if x, ok := m.GetIsFecCorrectedUnits().(*GetOnuCountersResponse_FecCorrectedUnits); ok { |
| 1631 | return x.FecCorrectedUnits |
| 1632 | } |
| 1633 | return 0 |
| 1634 | } |
| 1635 | |
| 1636 | type isGetOnuCountersResponse_IsXgemKeyErrors interface { |
| 1637 | isGetOnuCountersResponse_IsXgemKeyErrors() |
| 1638 | } |
| 1639 | |
| 1640 | type GetOnuCountersResponse_XgemKeyErrors struct { |
| 1641 | XgemKeyErrors uint64 `protobuf:"fixed64,13,opt,name=xgem_key_errors,json=xgemKeyErrors,proto3,oneof"` |
| 1642 | } |
| 1643 | |
| 1644 | func (*GetOnuCountersResponse_XgemKeyErrors) isGetOnuCountersResponse_IsXgemKeyErrors() {} |
| 1645 | |
| 1646 | func (m *GetOnuCountersResponse) GetIsXgemKeyErrors() isGetOnuCountersResponse_IsXgemKeyErrors { |
| 1647 | if m != nil { |
| 1648 | return m.IsXgemKeyErrors |
| 1649 | } |
| 1650 | return nil |
| 1651 | } |
| 1652 | |
| 1653 | func (m *GetOnuCountersResponse) GetXgemKeyErrors() uint64 { |
| 1654 | if x, ok := m.GetIsXgemKeyErrors().(*GetOnuCountersResponse_XgemKeyErrors); ok { |
| 1655 | return x.XgemKeyErrors |
| 1656 | } |
| 1657 | return 0 |
| 1658 | } |
| 1659 | |
| 1660 | type isGetOnuCountersResponse_IsXgemLoss interface { |
| 1661 | isGetOnuCountersResponse_IsXgemLoss() |
| 1662 | } |
| 1663 | |
| 1664 | type GetOnuCountersResponse_XgemLoss struct { |
| 1665 | XgemLoss uint64 `protobuf:"fixed64,14,opt,name=xgem_loss,json=xgemLoss,proto3,oneof"` |
| 1666 | } |
| 1667 | |
| 1668 | func (*GetOnuCountersResponse_XgemLoss) isGetOnuCountersResponse_IsXgemLoss() {} |
| 1669 | |
| 1670 | func (m *GetOnuCountersResponse) GetIsXgemLoss() isGetOnuCountersResponse_IsXgemLoss { |
| 1671 | if m != nil { |
| 1672 | return m.IsXgemLoss |
| 1673 | } |
| 1674 | return nil |
| 1675 | } |
| 1676 | |
| 1677 | func (m *GetOnuCountersResponse) GetXgemLoss() uint64 { |
| 1678 | if x, ok := m.GetIsXgemLoss().(*GetOnuCountersResponse_XgemLoss); ok { |
| 1679 | return x.XgemLoss |
| 1680 | } |
| 1681 | return 0 |
| 1682 | } |
| 1683 | |
| 1684 | type isGetOnuCountersResponse_IsRxPloamsError interface { |
| 1685 | isGetOnuCountersResponse_IsRxPloamsError() |
| 1686 | } |
| 1687 | |
| 1688 | type GetOnuCountersResponse_RxPloamsError struct { |
| 1689 | RxPloamsError uint64 `protobuf:"fixed64,15,opt,name=rx_ploams_error,json=rxPloamsError,proto3,oneof"` |
| 1690 | } |
| 1691 | |
| 1692 | func (*GetOnuCountersResponse_RxPloamsError) isGetOnuCountersResponse_IsRxPloamsError() {} |
| 1693 | |
| 1694 | func (m *GetOnuCountersResponse) GetIsRxPloamsError() isGetOnuCountersResponse_IsRxPloamsError { |
| 1695 | if m != nil { |
| 1696 | return m.IsRxPloamsError |
| 1697 | } |
| 1698 | return nil |
| 1699 | } |
| 1700 | |
| 1701 | func (m *GetOnuCountersResponse) GetRxPloamsError() uint64 { |
| 1702 | if x, ok := m.GetIsRxPloamsError().(*GetOnuCountersResponse_RxPloamsError); ok { |
| 1703 | return x.RxPloamsError |
| 1704 | } |
| 1705 | return 0 |
| 1706 | } |
| 1707 | |
| 1708 | type isGetOnuCountersResponse_IsRxPloamsNonIdle interface { |
| 1709 | isGetOnuCountersResponse_IsRxPloamsNonIdle() |
| 1710 | } |
| 1711 | |
| 1712 | type GetOnuCountersResponse_RxPloamsNonIdle struct { |
| 1713 | RxPloamsNonIdle uint64 `protobuf:"fixed64,16,opt,name=rx_ploams_non_idle,json=rxPloamsNonIdle,proto3,oneof"` |
| 1714 | } |
| 1715 | |
| 1716 | func (*GetOnuCountersResponse_RxPloamsNonIdle) isGetOnuCountersResponse_IsRxPloamsNonIdle() {} |
| 1717 | |
| 1718 | func (m *GetOnuCountersResponse) GetIsRxPloamsNonIdle() isGetOnuCountersResponse_IsRxPloamsNonIdle { |
| 1719 | if m != nil { |
| 1720 | return m.IsRxPloamsNonIdle |
| 1721 | } |
| 1722 | return nil |
| 1723 | } |
| 1724 | |
| 1725 | func (m *GetOnuCountersResponse) GetRxPloamsNonIdle() uint64 { |
| 1726 | if x, ok := m.GetIsRxPloamsNonIdle().(*GetOnuCountersResponse_RxPloamsNonIdle); ok { |
| 1727 | return x.RxPloamsNonIdle |
| 1728 | } |
| 1729 | return 0 |
| 1730 | } |
| 1731 | |
| 1732 | type isGetOnuCountersResponse_IsRxOmci interface { |
| 1733 | isGetOnuCountersResponse_IsRxOmci() |
| 1734 | } |
| 1735 | |
| 1736 | type GetOnuCountersResponse_RxOmci struct { |
| 1737 | RxOmci uint64 `protobuf:"fixed64,17,opt,name=rx_omci,json=rxOmci,proto3,oneof"` |
| 1738 | } |
| 1739 | |
| 1740 | func (*GetOnuCountersResponse_RxOmci) isGetOnuCountersResponse_IsRxOmci() {} |
| 1741 | |
| 1742 | func (m *GetOnuCountersResponse) GetIsRxOmci() isGetOnuCountersResponse_IsRxOmci { |
| 1743 | if m != nil { |
| 1744 | return m.IsRxOmci |
| 1745 | } |
| 1746 | return nil |
| 1747 | } |
| 1748 | |
| 1749 | func (m *GetOnuCountersResponse) GetRxOmci() uint64 { |
| 1750 | if x, ok := m.GetIsRxOmci().(*GetOnuCountersResponse_RxOmci); ok { |
| 1751 | return x.RxOmci |
| 1752 | } |
| 1753 | return 0 |
| 1754 | } |
| 1755 | |
| 1756 | type isGetOnuCountersResponse_IsTxOmci interface { |
| 1757 | isGetOnuCountersResponse_IsTxOmci() |
| 1758 | } |
| 1759 | |
| 1760 | type GetOnuCountersResponse_TxOmci struct { |
| 1761 | TxOmci uint64 `protobuf:"fixed64,18,opt,name=tx_omci,json=txOmci,proto3,oneof"` |
| 1762 | } |
| 1763 | |
| 1764 | func (*GetOnuCountersResponse_TxOmci) isGetOnuCountersResponse_IsTxOmci() {} |
| 1765 | |
| 1766 | func (m *GetOnuCountersResponse) GetIsTxOmci() isGetOnuCountersResponse_IsTxOmci { |
| 1767 | if m != nil { |
| 1768 | return m.IsTxOmci |
| 1769 | } |
| 1770 | return nil |
| 1771 | } |
| 1772 | |
| 1773 | func (m *GetOnuCountersResponse) GetTxOmci() uint64 { |
| 1774 | if x, ok := m.GetIsTxOmci().(*GetOnuCountersResponse_TxOmci); ok { |
| 1775 | return x.TxOmci |
| 1776 | } |
| 1777 | return 0 |
| 1778 | } |
| 1779 | |
| 1780 | type isGetOnuCountersResponse_IsRxOmciPacketsCrcError interface { |
| 1781 | isGetOnuCountersResponse_IsRxOmciPacketsCrcError() |
| 1782 | } |
| 1783 | |
| 1784 | type GetOnuCountersResponse_RxOmciPacketsCrcError struct { |
| 1785 | RxOmciPacketsCrcError uint64 `protobuf:"fixed64,19,opt,name=rx_omci_packets_crc_error,json=rxOmciPacketsCrcError,proto3,oneof"` |
| 1786 | } |
| 1787 | |
| 1788 | func (*GetOnuCountersResponse_RxOmciPacketsCrcError) isGetOnuCountersResponse_IsRxOmciPacketsCrcError() { |
| 1789 | } |
| 1790 | |
| 1791 | func (m *GetOnuCountersResponse) GetIsRxOmciPacketsCrcError() isGetOnuCountersResponse_IsRxOmciPacketsCrcError { |
| 1792 | if m != nil { |
| 1793 | return m.IsRxOmciPacketsCrcError |
| 1794 | } |
| 1795 | return nil |
| 1796 | } |
| 1797 | |
| 1798 | func (m *GetOnuCountersResponse) GetRxOmciPacketsCrcError() uint64 { |
| 1799 | if x, ok := m.GetIsRxOmciPacketsCrcError().(*GetOnuCountersResponse_RxOmciPacketsCrcError); ok { |
| 1800 | return x.RxOmciPacketsCrcError |
| 1801 | } |
| 1802 | return 0 |
| 1803 | } |
| 1804 | |
| 1805 | type isGetOnuCountersResponse_IsRxBytes interface { |
| 1806 | isGetOnuCountersResponse_IsRxBytes() |
| 1807 | } |
| 1808 | |
| 1809 | type GetOnuCountersResponse_RxBytes struct { |
| 1810 | RxBytes uint64 `protobuf:"fixed64,20,opt,name=rx_bytes,json=rxBytes,proto3,oneof"` |
| 1811 | } |
| 1812 | |
| 1813 | func (*GetOnuCountersResponse_RxBytes) isGetOnuCountersResponse_IsRxBytes() {} |
| 1814 | |
| 1815 | func (m *GetOnuCountersResponse) GetIsRxBytes() isGetOnuCountersResponse_IsRxBytes { |
| 1816 | if m != nil { |
| 1817 | return m.IsRxBytes |
| 1818 | } |
| 1819 | return nil |
| 1820 | } |
| 1821 | |
| 1822 | func (m *GetOnuCountersResponse) GetRxBytes() uint64 { |
| 1823 | if x, ok := m.GetIsRxBytes().(*GetOnuCountersResponse_RxBytes); ok { |
| 1824 | return x.RxBytes |
| 1825 | } |
| 1826 | return 0 |
| 1827 | } |
| 1828 | |
| 1829 | type isGetOnuCountersResponse_IsRxPackets interface { |
| 1830 | isGetOnuCountersResponse_IsRxPackets() |
| 1831 | } |
| 1832 | |
| 1833 | type GetOnuCountersResponse_RxPackets struct { |
| 1834 | RxPackets uint64 `protobuf:"fixed64,21,opt,name=rx_packets,json=rxPackets,proto3,oneof"` |
| 1835 | } |
| 1836 | |
| 1837 | func (*GetOnuCountersResponse_RxPackets) isGetOnuCountersResponse_IsRxPackets() {} |
| 1838 | |
| 1839 | func (m *GetOnuCountersResponse) GetIsRxPackets() isGetOnuCountersResponse_IsRxPackets { |
| 1840 | if m != nil { |
| 1841 | return m.IsRxPackets |
| 1842 | } |
| 1843 | return nil |
| 1844 | } |
| 1845 | |
| 1846 | func (m *GetOnuCountersResponse) GetRxPackets() uint64 { |
| 1847 | if x, ok := m.GetIsRxPackets().(*GetOnuCountersResponse_RxPackets); ok { |
| 1848 | return x.RxPackets |
| 1849 | } |
| 1850 | return 0 |
| 1851 | } |
| 1852 | |
| 1853 | type isGetOnuCountersResponse_IsTxBytes interface { |
| 1854 | isGetOnuCountersResponse_IsTxBytes() |
| 1855 | } |
| 1856 | |
| 1857 | type GetOnuCountersResponse_TxBytes struct { |
| 1858 | TxBytes uint64 `protobuf:"fixed64,22,opt,name=tx_bytes,json=txBytes,proto3,oneof"` |
| 1859 | } |
| 1860 | |
| 1861 | func (*GetOnuCountersResponse_TxBytes) isGetOnuCountersResponse_IsTxBytes() {} |
| 1862 | |
| 1863 | func (m *GetOnuCountersResponse) GetIsTxBytes() isGetOnuCountersResponse_IsTxBytes { |
| 1864 | if m != nil { |
| 1865 | return m.IsTxBytes |
| 1866 | } |
| 1867 | return nil |
| 1868 | } |
| 1869 | |
| 1870 | func (m *GetOnuCountersResponse) GetTxBytes() uint64 { |
| 1871 | if x, ok := m.GetIsTxBytes().(*GetOnuCountersResponse_TxBytes); ok { |
| 1872 | return x.TxBytes |
| 1873 | } |
| 1874 | return 0 |
| 1875 | } |
| 1876 | |
| 1877 | type isGetOnuCountersResponse_IsTxPackets interface { |
| 1878 | isGetOnuCountersResponse_IsTxPackets() |
| 1879 | } |
| 1880 | |
| 1881 | type GetOnuCountersResponse_TxPackets struct { |
| 1882 | TxPackets uint64 `protobuf:"fixed64,23,opt,name=tx_packets,json=txPackets,proto3,oneof"` |
| 1883 | } |
| 1884 | |
| 1885 | func (*GetOnuCountersResponse_TxPackets) isGetOnuCountersResponse_IsTxPackets() {} |
| 1886 | |
| 1887 | func (m *GetOnuCountersResponse) GetIsTxPackets() isGetOnuCountersResponse_IsTxPackets { |
| 1888 | if m != nil { |
| 1889 | return m.IsTxPackets |
| 1890 | } |
| 1891 | return nil |
| 1892 | } |
| 1893 | |
| 1894 | func (m *GetOnuCountersResponse) GetTxPackets() uint64 { |
| 1895 | if x, ok := m.GetIsTxPackets().(*GetOnuCountersResponse_TxPackets); ok { |
| 1896 | return x.TxPackets |
| 1897 | } |
| 1898 | return 0 |
| 1899 | } |
| 1900 | |
| 1901 | type isGetOnuCountersResponse_IsBerReported interface { |
| 1902 | isGetOnuCountersResponse_IsBerReported() |
| 1903 | } |
| 1904 | |
| 1905 | type GetOnuCountersResponse_BerReported struct { |
| 1906 | BerReported uint64 `protobuf:"fixed64,24,opt,name=ber_reported,json=berReported,proto3,oneof"` |
| 1907 | } |
| 1908 | |
| 1909 | func (*GetOnuCountersResponse_BerReported) isGetOnuCountersResponse_IsBerReported() {} |
| 1910 | |
| 1911 | func (m *GetOnuCountersResponse) GetIsBerReported() isGetOnuCountersResponse_IsBerReported { |
| 1912 | if m != nil { |
| 1913 | return m.IsBerReported |
| 1914 | } |
| 1915 | return nil |
| 1916 | } |
| 1917 | |
| 1918 | func (m *GetOnuCountersResponse) GetBerReported() uint64 { |
| 1919 | if x, ok := m.GetIsBerReported().(*GetOnuCountersResponse_BerReported); ok { |
| 1920 | return x.BerReported |
| 1921 | } |
| 1922 | return 0 |
| 1923 | } |
| 1924 | |
| 1925 | type isGetOnuCountersResponse_IsLcdgErrors interface { |
| 1926 | isGetOnuCountersResponse_IsLcdgErrors() |
| 1927 | } |
| 1928 | |
| 1929 | type GetOnuCountersResponse_LcdgErrors struct { |
| 1930 | LcdgErrors uint64 `protobuf:"fixed64,25,opt,name=lcdg_errors,json=lcdgErrors,proto3,oneof"` |
| 1931 | } |
| 1932 | |
| 1933 | func (*GetOnuCountersResponse_LcdgErrors) isGetOnuCountersResponse_IsLcdgErrors() {} |
| 1934 | |
| 1935 | func (m *GetOnuCountersResponse) GetIsLcdgErrors() isGetOnuCountersResponse_IsLcdgErrors { |
| 1936 | if m != nil { |
| 1937 | return m.IsLcdgErrors |
| 1938 | } |
| 1939 | return nil |
| 1940 | } |
| 1941 | |
| 1942 | func (m *GetOnuCountersResponse) GetLcdgErrors() uint64 { |
| 1943 | if x, ok := m.GetIsLcdgErrors().(*GetOnuCountersResponse_LcdgErrors); ok { |
| 1944 | return x.LcdgErrors |
| 1945 | } |
| 1946 | return 0 |
| 1947 | } |
| 1948 | |
| 1949 | type isGetOnuCountersResponse_IsRdiErrors interface { |
| 1950 | isGetOnuCountersResponse_IsRdiErrors() |
| 1951 | } |
| 1952 | |
| 1953 | type GetOnuCountersResponse_RdiErrors struct { |
| 1954 | RdiErrors uint64 `protobuf:"fixed64,26,opt,name=rdi_errors,json=rdiErrors,proto3,oneof"` |
| 1955 | } |
| 1956 | |
| 1957 | func (*GetOnuCountersResponse_RdiErrors) isGetOnuCountersResponse_IsRdiErrors() {} |
| 1958 | |
| 1959 | func (m *GetOnuCountersResponse) GetIsRdiErrors() isGetOnuCountersResponse_IsRdiErrors { |
| 1960 | if m != nil { |
| 1961 | return m.IsRdiErrors |
| 1962 | } |
| 1963 | return nil |
| 1964 | } |
| 1965 | |
| 1966 | func (m *GetOnuCountersResponse) GetRdiErrors() uint64 { |
| 1967 | if x, ok := m.GetIsRdiErrors().(*GetOnuCountersResponse_RdiErrors); ok { |
| 1968 | return x.RdiErrors |
| 1969 | } |
| 1970 | return 0 |
| 1971 | } |
| 1972 | |
| 1973 | type isGetOnuCountersResponse_IsTimestamp interface { |
| 1974 | isGetOnuCountersResponse_IsTimestamp() |
| 1975 | } |
| 1976 | |
| 1977 | type GetOnuCountersResponse_Timestamp struct { |
| 1978 | Timestamp uint32 `protobuf:"fixed32,27,opt,name=timestamp,proto3,oneof"` |
| 1979 | } |
| 1980 | |
| 1981 | func (*GetOnuCountersResponse_Timestamp) isGetOnuCountersResponse_IsTimestamp() {} |
| 1982 | |
| 1983 | func (m *GetOnuCountersResponse) GetIsTimestamp() isGetOnuCountersResponse_IsTimestamp { |
| 1984 | if m != nil { |
| 1985 | return m.IsTimestamp |
| 1986 | } |
| 1987 | return nil |
| 1988 | } |
| 1989 | |
| 1990 | func (m *GetOnuCountersResponse) GetTimestamp() uint32 { |
| 1991 | if x, ok := m.GetIsTimestamp().(*GetOnuCountersResponse_Timestamp); ok { |
| 1992 | return x.Timestamp |
| 1993 | } |
| 1994 | return 0 |
| 1995 | } |
| 1996 | |
| 1997 | // XXX_OneofWrappers is for the internal use of the proto package. |
| 1998 | func (*GetOnuCountersResponse) XXX_OneofWrappers() []interface{} { |
| 1999 | return []interface{}{ |
| 2000 | (*GetOnuCountersResponse_IntfId)(nil), |
| 2001 | (*GetOnuCountersResponse_OnuId)(nil), |
| 2002 | (*GetOnuCountersResponse_PositiveDrift)(nil), |
| 2003 | (*GetOnuCountersResponse_NegativeDrift)(nil), |
| 2004 | (*GetOnuCountersResponse_DelimiterMissDetection)(nil), |
| 2005 | (*GetOnuCountersResponse_BipErrors)(nil), |
| 2006 | (*GetOnuCountersResponse_BipUnits)(nil), |
| 2007 | (*GetOnuCountersResponse_FecCorrectedSymbols)(nil), |
| 2008 | (*GetOnuCountersResponse_FecCodewordsCorrected)(nil), |
| 2009 | (*GetOnuCountersResponse_FecCodewordsUncorrectable)(nil), |
| 2010 | (*GetOnuCountersResponse_FecCodewords)(nil), |
| 2011 | (*GetOnuCountersResponse_FecCorrectedUnits)(nil), |
| 2012 | (*GetOnuCountersResponse_XgemKeyErrors)(nil), |
| 2013 | (*GetOnuCountersResponse_XgemLoss)(nil), |
| 2014 | (*GetOnuCountersResponse_RxPloamsError)(nil), |
| 2015 | (*GetOnuCountersResponse_RxPloamsNonIdle)(nil), |
| 2016 | (*GetOnuCountersResponse_RxOmci)(nil), |
| 2017 | (*GetOnuCountersResponse_TxOmci)(nil), |
| 2018 | (*GetOnuCountersResponse_RxOmciPacketsCrcError)(nil), |
| 2019 | (*GetOnuCountersResponse_RxBytes)(nil), |
| 2020 | (*GetOnuCountersResponse_RxPackets)(nil), |
| 2021 | (*GetOnuCountersResponse_TxBytes)(nil), |
| 2022 | (*GetOnuCountersResponse_TxPackets)(nil), |
| 2023 | (*GetOnuCountersResponse_BerReported)(nil), |
| 2024 | (*GetOnuCountersResponse_LcdgErrors)(nil), |
| 2025 | (*GetOnuCountersResponse_RdiErrors)(nil), |
| 2026 | (*GetOnuCountersResponse_Timestamp)(nil), |
| 2027 | } |
| 2028 | } |
| 2029 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2030 | type OmciEthernetFrameExtendedPm struct { |
| 2031 | DropEvents uint64 `protobuf:"fixed64,1,opt,name=drop_events,json=dropEvents,proto3" json:"drop_events,omitempty"` |
| 2032 | Octets uint64 `protobuf:"fixed64,2,opt,name=octets,proto3" json:"octets,omitempty"` |
| 2033 | Frames uint64 `protobuf:"fixed64,3,opt,name=frames,proto3" json:"frames,omitempty"` |
| 2034 | BroadcastFrames uint64 `protobuf:"fixed64,4,opt,name=broadcast_frames,json=broadcastFrames,proto3" json:"broadcast_frames,omitempty"` |
| 2035 | MulticastFrames uint64 `protobuf:"fixed64,5,opt,name=multicast_frames,json=multicastFrames,proto3" json:"multicast_frames,omitempty"` |
| 2036 | CrcErroredFrames uint64 `protobuf:"fixed64,6,opt,name=crc_errored_frames,json=crcErroredFrames,proto3" json:"crc_errored_frames,omitempty"` |
| 2037 | UndersizeFrames uint64 `protobuf:"fixed64,7,opt,name=undersize_frames,json=undersizeFrames,proto3" json:"undersize_frames,omitempty"` |
| 2038 | OversizeFrames uint64 `protobuf:"fixed64,8,opt,name=oversize_frames,json=oversizeFrames,proto3" json:"oversize_frames,omitempty"` |
| 2039 | Frames_64Octets uint64 `protobuf:"fixed64,9,opt,name=frames_64_octets,json=frames64Octets,proto3" json:"frames_64_octets,omitempty"` |
| 2040 | Frames_65To_127Octets uint64 `protobuf:"fixed64,10,opt,name=frames_65_to_127_octets,json=frames65To127Octets,proto3" json:"frames_65_to_127_octets,omitempty"` |
| 2041 | Frames_128To_255Octets uint64 `protobuf:"fixed64,11,opt,name=frames_128_to_255_octets,json=frames128To255Octets,proto3" json:"frames_128_to_255_octets,omitempty"` |
| 2042 | Frames_256To_511Octets uint64 `protobuf:"fixed64,12,opt,name=frames_256_to_511_octets,json=frames256To511Octets,proto3" json:"frames_256_to_511_octets,omitempty"` |
| 2043 | Frames_512To_1023Octets uint64 `protobuf:"fixed64,13,opt,name=frames_512_to_1023_octets,json=frames512To1023Octets,proto3" json:"frames_512_to_1023_octets,omitempty"` |
| 2044 | Frames_1024To_1518Octets uint64 `protobuf:"fixed64,14,opt,name=frames_1024_to_1518_octets,json=frames1024To1518Octets,proto3" json:"frames_1024_to_1518_octets,omitempty"` |
| 2045 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 2046 | XXX_unrecognized []byte `json:"-"` |
| 2047 | XXX_sizecache int32 `json:"-"` |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2048 | } |
| 2049 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2050 | func (m *OmciEthernetFrameExtendedPm) Reset() { *m = OmciEthernetFrameExtendedPm{} } |
| 2051 | func (m *OmciEthernetFrameExtendedPm) String() string { return proto.CompactTextString(m) } |
| 2052 | func (*OmciEthernetFrameExtendedPm) ProtoMessage() {} |
| 2053 | func (*OmciEthernetFrameExtendedPm) Descriptor() ([]byte, []int) { |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 2054 | return fileDescriptor_7ecf6e9799a9202d, []int{16} |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2055 | } |
| 2056 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2057 | func (m *OmciEthernetFrameExtendedPm) XXX_Unmarshal(b []byte) error { |
| 2058 | return xxx_messageInfo_OmciEthernetFrameExtendedPm.Unmarshal(m, b) |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2059 | } |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2060 | func (m *OmciEthernetFrameExtendedPm) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 2061 | return xxx_messageInfo_OmciEthernetFrameExtendedPm.Marshal(b, m, deterministic) |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2062 | } |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2063 | func (m *OmciEthernetFrameExtendedPm) XXX_Merge(src proto.Message) { |
| 2064 | xxx_messageInfo_OmciEthernetFrameExtendedPm.Merge(m, src) |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2065 | } |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2066 | func (m *OmciEthernetFrameExtendedPm) XXX_Size() int { |
| 2067 | return xxx_messageInfo_OmciEthernetFrameExtendedPm.Size(m) |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2068 | } |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2069 | func (m *OmciEthernetFrameExtendedPm) XXX_DiscardUnknown() { |
| 2070 | xxx_messageInfo_OmciEthernetFrameExtendedPm.DiscardUnknown(m) |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2071 | } |
| 2072 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2073 | var xxx_messageInfo_OmciEthernetFrameExtendedPm proto.InternalMessageInfo |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2074 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2075 | func (m *OmciEthernetFrameExtendedPm) GetDropEvents() uint64 { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2076 | if m != nil { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2077 | return m.DropEvents |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2078 | } |
| 2079 | return 0 |
| 2080 | } |
| 2081 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2082 | func (m *OmciEthernetFrameExtendedPm) GetOctets() uint64 { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2083 | if m != nil { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2084 | return m.Octets |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2085 | } |
| 2086 | return 0 |
| 2087 | } |
| 2088 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2089 | func (m *OmciEthernetFrameExtendedPm) GetFrames() uint64 { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2090 | if m != nil { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2091 | return m.Frames |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2092 | } |
| 2093 | return 0 |
| 2094 | } |
| 2095 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2096 | func (m *OmciEthernetFrameExtendedPm) GetBroadcastFrames() uint64 { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2097 | if m != nil { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2098 | return m.BroadcastFrames |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2099 | } |
| 2100 | return 0 |
| 2101 | } |
| 2102 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2103 | func (m *OmciEthernetFrameExtendedPm) GetMulticastFrames() uint64 { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2104 | if m != nil { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2105 | return m.MulticastFrames |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2106 | } |
| 2107 | return 0 |
| 2108 | } |
| 2109 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2110 | func (m *OmciEthernetFrameExtendedPm) GetCrcErroredFrames() uint64 { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2111 | if m != nil { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2112 | return m.CrcErroredFrames |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2113 | } |
| 2114 | return 0 |
| 2115 | } |
| 2116 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2117 | func (m *OmciEthernetFrameExtendedPm) GetUndersizeFrames() uint64 { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2118 | if m != nil { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2119 | return m.UndersizeFrames |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2120 | } |
| 2121 | return 0 |
| 2122 | } |
| 2123 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2124 | func (m *OmciEthernetFrameExtendedPm) GetOversizeFrames() uint64 { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2125 | if m != nil { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2126 | return m.OversizeFrames |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2127 | } |
| 2128 | return 0 |
| 2129 | } |
| 2130 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2131 | func (m *OmciEthernetFrameExtendedPm) GetFrames_64Octets() uint64 { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2132 | if m != nil { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2133 | return m.Frames_64Octets |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2134 | } |
| 2135 | return 0 |
| 2136 | } |
| 2137 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2138 | func (m *OmciEthernetFrameExtendedPm) GetFrames_65To_127Octets() uint64 { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2139 | if m != nil { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2140 | return m.Frames_65To_127Octets |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2141 | } |
| 2142 | return 0 |
| 2143 | } |
| 2144 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2145 | func (m *OmciEthernetFrameExtendedPm) GetFrames_128To_255Octets() uint64 { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2146 | if m != nil { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2147 | return m.Frames_128To_255Octets |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2148 | } |
| 2149 | return 0 |
| 2150 | } |
| 2151 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2152 | func (m *OmciEthernetFrameExtendedPm) GetFrames_256To_511Octets() uint64 { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2153 | if m != nil { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2154 | return m.Frames_256To_511Octets |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2155 | } |
| 2156 | return 0 |
| 2157 | } |
| 2158 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2159 | func (m *OmciEthernetFrameExtendedPm) GetFrames_512To_1023Octets() uint64 { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2160 | if m != nil { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2161 | return m.Frames_512To_1023Octets |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2162 | } |
| 2163 | return 0 |
| 2164 | } |
| 2165 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2166 | func (m *OmciEthernetFrameExtendedPm) GetFrames_1024To_1518Octets() uint64 { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2167 | if m != nil { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2168 | return m.Frames_1024To_1518Octets |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2169 | } |
| 2170 | return 0 |
| 2171 | } |
| 2172 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2173 | type GetOmciEthernetFrameExtendedPmResponse struct { |
| 2174 | Upstream *OmciEthernetFrameExtendedPm `protobuf:"bytes,1,opt,name=upstream,proto3" json:"upstream,omitempty"` |
| 2175 | Downstream *OmciEthernetFrameExtendedPm `protobuf:"bytes,2,opt,name=downstream,proto3" json:"downstream,omitempty"` |
| 2176 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 2177 | XXX_unrecognized []byte `json:"-"` |
| 2178 | XXX_sizecache int32 `json:"-"` |
| 2179 | } |
| 2180 | |
| 2181 | func (m *GetOmciEthernetFrameExtendedPmResponse) Reset() { |
| 2182 | *m = GetOmciEthernetFrameExtendedPmResponse{} |
| 2183 | } |
| 2184 | func (m *GetOmciEthernetFrameExtendedPmResponse) String() string { return proto.CompactTextString(m) } |
| 2185 | func (*GetOmciEthernetFrameExtendedPmResponse) ProtoMessage() {} |
| 2186 | func (*GetOmciEthernetFrameExtendedPmResponse) Descriptor() ([]byte, []int) { |
| 2187 | return fileDescriptor_7ecf6e9799a9202d, []int{17} |
| 2188 | } |
| 2189 | |
| 2190 | func (m *GetOmciEthernetFrameExtendedPmResponse) XXX_Unmarshal(b []byte) error { |
| 2191 | return xxx_messageInfo_GetOmciEthernetFrameExtendedPmResponse.Unmarshal(m, b) |
| 2192 | } |
| 2193 | func (m *GetOmciEthernetFrameExtendedPmResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 2194 | return xxx_messageInfo_GetOmciEthernetFrameExtendedPmResponse.Marshal(b, m, deterministic) |
| 2195 | } |
| 2196 | func (m *GetOmciEthernetFrameExtendedPmResponse) XXX_Merge(src proto.Message) { |
| 2197 | xxx_messageInfo_GetOmciEthernetFrameExtendedPmResponse.Merge(m, src) |
| 2198 | } |
| 2199 | func (m *GetOmciEthernetFrameExtendedPmResponse) XXX_Size() int { |
| 2200 | return xxx_messageInfo_GetOmciEthernetFrameExtendedPmResponse.Size(m) |
| 2201 | } |
| 2202 | func (m *GetOmciEthernetFrameExtendedPmResponse) XXX_DiscardUnknown() { |
| 2203 | xxx_messageInfo_GetOmciEthernetFrameExtendedPmResponse.DiscardUnknown(m) |
| 2204 | } |
| 2205 | |
| 2206 | var xxx_messageInfo_GetOmciEthernetFrameExtendedPmResponse proto.InternalMessageInfo |
| 2207 | |
| 2208 | func (m *GetOmciEthernetFrameExtendedPmResponse) GetUpstream() *OmciEthernetFrameExtendedPm { |
| 2209 | if m != nil { |
| 2210 | return m.Upstream |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2211 | } |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2212 | return nil |
| 2213 | } |
| 2214 | |
| 2215 | func (m *GetOmciEthernetFrameExtendedPmResponse) GetDownstream() *OmciEthernetFrameExtendedPm { |
| 2216 | if m != nil { |
| 2217 | return m.Downstream |
| 2218 | } |
| 2219 | return nil |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2220 | } |
| 2221 | |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 2222 | type GetRxPowerResponse struct { |
| 2223 | IntfId uint32 `protobuf:"fixed32,1,opt,name=intf_id,json=intfId,proto3" json:"intf_id,omitempty"` |
| 2224 | OnuId uint32 `protobuf:"fixed32,2,opt,name=onu_id,json=onuId,proto3" json:"onu_id,omitempty"` |
| 2225 | Status string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"` |
| 2226 | FailReason string `protobuf:"bytes,4,opt,name=fail_reason,json=failReason,proto3" json:"fail_reason,omitempty"` |
| 2227 | RxPower float64 `protobuf:"fixed64,5,opt,name=rx_power,json=rxPower,proto3" json:"rx_power,omitempty"` |
| 2228 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 2229 | XXX_unrecognized []byte `json:"-"` |
| 2230 | XXX_sizecache int32 `json:"-"` |
| 2231 | } |
| 2232 | |
| 2233 | func (m *GetRxPowerResponse) Reset() { *m = GetRxPowerResponse{} } |
| 2234 | func (m *GetRxPowerResponse) String() string { return proto.CompactTextString(m) } |
| 2235 | func (*GetRxPowerResponse) ProtoMessage() {} |
| 2236 | func (*GetRxPowerResponse) Descriptor() ([]byte, []int) { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2237 | return fileDescriptor_7ecf6e9799a9202d, []int{18} |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 2238 | } |
| 2239 | |
| 2240 | func (m *GetRxPowerResponse) XXX_Unmarshal(b []byte) error { |
| 2241 | return xxx_messageInfo_GetRxPowerResponse.Unmarshal(m, b) |
| 2242 | } |
| 2243 | func (m *GetRxPowerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 2244 | return xxx_messageInfo_GetRxPowerResponse.Marshal(b, m, deterministic) |
| 2245 | } |
| 2246 | func (m *GetRxPowerResponse) XXX_Merge(src proto.Message) { |
| 2247 | xxx_messageInfo_GetRxPowerResponse.Merge(m, src) |
| 2248 | } |
| 2249 | func (m *GetRxPowerResponse) XXX_Size() int { |
| 2250 | return xxx_messageInfo_GetRxPowerResponse.Size(m) |
| 2251 | } |
| 2252 | func (m *GetRxPowerResponse) XXX_DiscardUnknown() { |
| 2253 | xxx_messageInfo_GetRxPowerResponse.DiscardUnknown(m) |
| 2254 | } |
| 2255 | |
| 2256 | var xxx_messageInfo_GetRxPowerResponse proto.InternalMessageInfo |
| 2257 | |
| 2258 | func (m *GetRxPowerResponse) GetIntfId() uint32 { |
| 2259 | if m != nil { |
| 2260 | return m.IntfId |
| 2261 | } |
| 2262 | return 0 |
| 2263 | } |
| 2264 | |
| 2265 | func (m *GetRxPowerResponse) GetOnuId() uint32 { |
| 2266 | if m != nil { |
| 2267 | return m.OnuId |
| 2268 | } |
| 2269 | return 0 |
| 2270 | } |
| 2271 | |
| 2272 | func (m *GetRxPowerResponse) GetStatus() string { |
| 2273 | if m != nil { |
| 2274 | return m.Status |
| 2275 | } |
| 2276 | return "" |
| 2277 | } |
| 2278 | |
| 2279 | func (m *GetRxPowerResponse) GetFailReason() string { |
| 2280 | if m != nil { |
| 2281 | return m.FailReason |
| 2282 | } |
| 2283 | return "" |
| 2284 | } |
| 2285 | |
| 2286 | func (m *GetRxPowerResponse) GetRxPower() float64 { |
| 2287 | if m != nil { |
| 2288 | return m.RxPower |
| 2289 | } |
| 2290 | return 0 |
| 2291 | } |
| 2292 | |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 2293 | type GetValueRequest struct { |
| 2294 | // Types that are valid to be assigned to Request: |
| 2295 | // *GetValueRequest_Distance |
| 2296 | // *GetValueRequest_UniInfo |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 2297 | // *GetValueRequest_OltPortInfo |
| 2298 | // *GetValueRequest_OnuOpticalInfo |
| 2299 | // *GetValueRequest_EthBridgePort |
| 2300 | // *GetValueRequest_FecHistory |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2301 | // *GetValueRequest_OnuPonInfo |
| 2302 | // *GetValueRequest_OnuInfo |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 2303 | // *GetValueRequest_RxPower |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 2304 | Request isGetValueRequest_Request `protobuf_oneof:"request"` |
| 2305 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 2306 | XXX_unrecognized []byte `json:"-"` |
| 2307 | XXX_sizecache int32 `json:"-"` |
| 2308 | } |
| 2309 | |
| 2310 | func (m *GetValueRequest) Reset() { *m = GetValueRequest{} } |
| 2311 | func (m *GetValueRequest) String() string { return proto.CompactTextString(m) } |
| 2312 | func (*GetValueRequest) ProtoMessage() {} |
| 2313 | func (*GetValueRequest) Descriptor() ([]byte, []int) { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2314 | return fileDescriptor_7ecf6e9799a9202d, []int{19} |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 2315 | } |
| 2316 | |
| 2317 | func (m *GetValueRequest) XXX_Unmarshal(b []byte) error { |
| 2318 | return xxx_messageInfo_GetValueRequest.Unmarshal(m, b) |
| 2319 | } |
| 2320 | func (m *GetValueRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 2321 | return xxx_messageInfo_GetValueRequest.Marshal(b, m, deterministic) |
| 2322 | } |
| 2323 | func (m *GetValueRequest) XXX_Merge(src proto.Message) { |
| 2324 | xxx_messageInfo_GetValueRequest.Merge(m, src) |
| 2325 | } |
| 2326 | func (m *GetValueRequest) XXX_Size() int { |
| 2327 | return xxx_messageInfo_GetValueRequest.Size(m) |
| 2328 | } |
| 2329 | func (m *GetValueRequest) XXX_DiscardUnknown() { |
| 2330 | xxx_messageInfo_GetValueRequest.DiscardUnknown(m) |
| 2331 | } |
| 2332 | |
| 2333 | var xxx_messageInfo_GetValueRequest proto.InternalMessageInfo |
| 2334 | |
| 2335 | type isGetValueRequest_Request interface { |
| 2336 | isGetValueRequest_Request() |
| 2337 | } |
| 2338 | |
| 2339 | type GetValueRequest_Distance struct { |
| 2340 | Distance *GetDistanceRequest `protobuf:"bytes,1,opt,name=distance,proto3,oneof"` |
| 2341 | } |
| 2342 | |
| 2343 | type GetValueRequest_UniInfo struct { |
| 2344 | UniInfo *GetOnuUniInfoRequest `protobuf:"bytes,2,opt,name=uniInfo,proto3,oneof"` |
| 2345 | } |
| 2346 | |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 2347 | type GetValueRequest_OltPortInfo struct { |
| 2348 | OltPortInfo *GetOltPortCounters `protobuf:"bytes,3,opt,name=oltPortInfo,proto3,oneof"` |
| 2349 | } |
| 2350 | |
| 2351 | type GetValueRequest_OnuOpticalInfo struct { |
| 2352 | OnuOpticalInfo *GetOnuPonOpticalInfo `protobuf:"bytes,4,opt,name=onuOpticalInfo,proto3,oneof"` |
| 2353 | } |
| 2354 | |
| 2355 | type GetValueRequest_EthBridgePort struct { |
| 2356 | EthBridgePort *GetOnuEthernetBridgePortHistory `protobuf:"bytes,5,opt,name=ethBridgePort,proto3,oneof"` |
| 2357 | } |
| 2358 | |
| 2359 | type GetValueRequest_FecHistory struct { |
| 2360 | FecHistory *GetOnuFecHistory `protobuf:"bytes,6,opt,name=fecHistory,proto3,oneof"` |
| 2361 | } |
| 2362 | |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2363 | type GetValueRequest_OnuPonInfo struct { |
| 2364 | OnuPonInfo *GetOnuCountersRequest `protobuf:"bytes,7,opt,name=onuPonInfo,proto3,oneof"` |
| 2365 | } |
| 2366 | |
| 2367 | type GetValueRequest_OnuInfo struct { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2368 | OnuInfo *GetOmciEthernetFrameExtendedPmRequest `protobuf:"bytes,8,opt,name=onuInfo,proto3,oneof"` |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2369 | } |
| 2370 | |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 2371 | type GetValueRequest_RxPower struct { |
| 2372 | RxPower *GetRxPowerRequest `protobuf:"bytes,9,opt,name=rxPower,proto3,oneof"` |
| 2373 | } |
| 2374 | |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 2375 | func (*GetValueRequest_Distance) isGetValueRequest_Request() {} |
| 2376 | |
| 2377 | func (*GetValueRequest_UniInfo) isGetValueRequest_Request() {} |
| 2378 | |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 2379 | func (*GetValueRequest_OltPortInfo) isGetValueRequest_Request() {} |
| 2380 | |
| 2381 | func (*GetValueRequest_OnuOpticalInfo) isGetValueRequest_Request() {} |
| 2382 | |
| 2383 | func (*GetValueRequest_EthBridgePort) isGetValueRequest_Request() {} |
| 2384 | |
| 2385 | func (*GetValueRequest_FecHistory) isGetValueRequest_Request() {} |
| 2386 | |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2387 | func (*GetValueRequest_OnuPonInfo) isGetValueRequest_Request() {} |
| 2388 | |
| 2389 | func (*GetValueRequest_OnuInfo) isGetValueRequest_Request() {} |
| 2390 | |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 2391 | func (*GetValueRequest_RxPower) isGetValueRequest_Request() {} |
| 2392 | |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 2393 | func (m *GetValueRequest) GetRequest() isGetValueRequest_Request { |
| 2394 | if m != nil { |
| 2395 | return m.Request |
| 2396 | } |
| 2397 | return nil |
| 2398 | } |
| 2399 | |
| 2400 | func (m *GetValueRequest) GetDistance() *GetDistanceRequest { |
| 2401 | if x, ok := m.GetRequest().(*GetValueRequest_Distance); ok { |
| 2402 | return x.Distance |
| 2403 | } |
| 2404 | return nil |
| 2405 | } |
| 2406 | |
| 2407 | func (m *GetValueRequest) GetUniInfo() *GetOnuUniInfoRequest { |
| 2408 | if x, ok := m.GetRequest().(*GetValueRequest_UniInfo); ok { |
| 2409 | return x.UniInfo |
| 2410 | } |
| 2411 | return nil |
| 2412 | } |
| 2413 | |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 2414 | func (m *GetValueRequest) GetOltPortInfo() *GetOltPortCounters { |
| 2415 | if x, ok := m.GetRequest().(*GetValueRequest_OltPortInfo); ok { |
| 2416 | return x.OltPortInfo |
| 2417 | } |
| 2418 | return nil |
| 2419 | } |
| 2420 | |
| 2421 | func (m *GetValueRequest) GetOnuOpticalInfo() *GetOnuPonOpticalInfo { |
| 2422 | if x, ok := m.GetRequest().(*GetValueRequest_OnuOpticalInfo); ok { |
| 2423 | return x.OnuOpticalInfo |
| 2424 | } |
| 2425 | return nil |
| 2426 | } |
| 2427 | |
| 2428 | func (m *GetValueRequest) GetEthBridgePort() *GetOnuEthernetBridgePortHistory { |
| 2429 | if x, ok := m.GetRequest().(*GetValueRequest_EthBridgePort); ok { |
| 2430 | return x.EthBridgePort |
| 2431 | } |
| 2432 | return nil |
| 2433 | } |
| 2434 | |
| 2435 | func (m *GetValueRequest) GetFecHistory() *GetOnuFecHistory { |
| 2436 | if x, ok := m.GetRequest().(*GetValueRequest_FecHistory); ok { |
| 2437 | return x.FecHistory |
| 2438 | } |
| 2439 | return nil |
| 2440 | } |
| 2441 | |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2442 | func (m *GetValueRequest) GetOnuPonInfo() *GetOnuCountersRequest { |
| 2443 | if x, ok := m.GetRequest().(*GetValueRequest_OnuPonInfo); ok { |
| 2444 | return x.OnuPonInfo |
| 2445 | } |
| 2446 | return nil |
| 2447 | } |
| 2448 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2449 | func (m *GetValueRequest) GetOnuInfo() *GetOmciEthernetFrameExtendedPmRequest { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2450 | if x, ok := m.GetRequest().(*GetValueRequest_OnuInfo); ok { |
| 2451 | return x.OnuInfo |
| 2452 | } |
| 2453 | return nil |
| 2454 | } |
| 2455 | |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 2456 | func (m *GetValueRequest) GetRxPower() *GetRxPowerRequest { |
| 2457 | if x, ok := m.GetRequest().(*GetValueRequest_RxPower); ok { |
| 2458 | return x.RxPower |
| 2459 | } |
| 2460 | return nil |
| 2461 | } |
| 2462 | |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 2463 | // XXX_OneofWrappers is for the internal use of the proto package. |
| 2464 | func (*GetValueRequest) XXX_OneofWrappers() []interface{} { |
| 2465 | return []interface{}{ |
| 2466 | (*GetValueRequest_Distance)(nil), |
| 2467 | (*GetValueRequest_UniInfo)(nil), |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 2468 | (*GetValueRequest_OltPortInfo)(nil), |
| 2469 | (*GetValueRequest_OnuOpticalInfo)(nil), |
| 2470 | (*GetValueRequest_EthBridgePort)(nil), |
| 2471 | (*GetValueRequest_FecHistory)(nil), |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2472 | (*GetValueRequest_OnuPonInfo)(nil), |
| 2473 | (*GetValueRequest_OnuInfo)(nil), |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 2474 | (*GetValueRequest_RxPower)(nil), |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 2475 | } |
| 2476 | } |
| 2477 | |
| 2478 | type GetValueResponse struct { |
| 2479 | Status GetValueResponse_Status `protobuf:"varint,1,opt,name=status,proto3,enum=extension.GetValueResponse_Status" json:"status,omitempty"` |
| 2480 | ErrReason GetValueResponse_ErrorReason `protobuf:"varint,2,opt,name=errReason,proto3,enum=extension.GetValueResponse_ErrorReason" json:"errReason,omitempty"` |
| 2481 | // Types that are valid to be assigned to Response: |
| 2482 | // *GetValueResponse_Distance |
| 2483 | // *GetValueResponse_UniInfo |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 2484 | // *GetValueResponse_PortCoutners |
| 2485 | // *GetValueResponse_OnuOpticalInfo |
| 2486 | // *GetValueResponse_EthBridgePortInfo |
| 2487 | // *GetValueResponse_FecHistory |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2488 | // *GetValueResponse_OnuPonCounters |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2489 | // *GetValueResponse_OnuCounters |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 2490 | // *GetValueResponse_RxPower |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 2491 | Response isGetValueResponse_Response `protobuf_oneof:"response"` |
| 2492 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 2493 | XXX_unrecognized []byte `json:"-"` |
| 2494 | XXX_sizecache int32 `json:"-"` |
| 2495 | } |
| 2496 | |
| 2497 | func (m *GetValueResponse) Reset() { *m = GetValueResponse{} } |
| 2498 | func (m *GetValueResponse) String() string { return proto.CompactTextString(m) } |
| 2499 | func (*GetValueResponse) ProtoMessage() {} |
| 2500 | func (*GetValueResponse) Descriptor() ([]byte, []int) { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2501 | return fileDescriptor_7ecf6e9799a9202d, []int{20} |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 2502 | } |
| 2503 | |
| 2504 | func (m *GetValueResponse) XXX_Unmarshal(b []byte) error { |
| 2505 | return xxx_messageInfo_GetValueResponse.Unmarshal(m, b) |
| 2506 | } |
| 2507 | func (m *GetValueResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 2508 | return xxx_messageInfo_GetValueResponse.Marshal(b, m, deterministic) |
| 2509 | } |
| 2510 | func (m *GetValueResponse) XXX_Merge(src proto.Message) { |
| 2511 | xxx_messageInfo_GetValueResponse.Merge(m, src) |
| 2512 | } |
| 2513 | func (m *GetValueResponse) XXX_Size() int { |
| 2514 | return xxx_messageInfo_GetValueResponse.Size(m) |
| 2515 | } |
| 2516 | func (m *GetValueResponse) XXX_DiscardUnknown() { |
| 2517 | xxx_messageInfo_GetValueResponse.DiscardUnknown(m) |
| 2518 | } |
| 2519 | |
| 2520 | var xxx_messageInfo_GetValueResponse proto.InternalMessageInfo |
| 2521 | |
| 2522 | func (m *GetValueResponse) GetStatus() GetValueResponse_Status { |
| 2523 | if m != nil { |
| 2524 | return m.Status |
| 2525 | } |
| 2526 | return GetValueResponse_STATUS_UNDEFINED |
| 2527 | } |
| 2528 | |
| 2529 | func (m *GetValueResponse) GetErrReason() GetValueResponse_ErrorReason { |
| 2530 | if m != nil { |
| 2531 | return m.ErrReason |
| 2532 | } |
| 2533 | return GetValueResponse_REASON_UNDEFINED |
| 2534 | } |
| 2535 | |
| 2536 | type isGetValueResponse_Response interface { |
| 2537 | isGetValueResponse_Response() |
| 2538 | } |
| 2539 | |
| 2540 | type GetValueResponse_Distance struct { |
| 2541 | Distance *GetDistanceResponse `protobuf:"bytes,3,opt,name=distance,proto3,oneof"` |
| 2542 | } |
| 2543 | |
| 2544 | type GetValueResponse_UniInfo struct { |
| 2545 | UniInfo *GetOnuUniInfoResponse `protobuf:"bytes,4,opt,name=uniInfo,proto3,oneof"` |
| 2546 | } |
| 2547 | |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 2548 | type GetValueResponse_PortCoutners struct { |
| 2549 | PortCoutners *GetOltPortCountersResponse `protobuf:"bytes,5,opt,name=portCoutners,proto3,oneof"` |
| 2550 | } |
| 2551 | |
| 2552 | type GetValueResponse_OnuOpticalInfo struct { |
| 2553 | OnuOpticalInfo *GetOnuPonOpticalInfoResponse `protobuf:"bytes,6,opt,name=onuOpticalInfo,proto3,oneof"` |
| 2554 | } |
| 2555 | |
| 2556 | type GetValueResponse_EthBridgePortInfo struct { |
| 2557 | EthBridgePortInfo *GetOnuEthernetBridgePortHistoryResponse `protobuf:"bytes,7,opt,name=ethBridgePortInfo,proto3,oneof"` |
| 2558 | } |
| 2559 | |
| 2560 | type GetValueResponse_FecHistory struct { |
| 2561 | FecHistory *GetOnuFecHistoryResponse `protobuf:"bytes,8,opt,name=fecHistory,proto3,oneof"` |
| 2562 | } |
| 2563 | |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2564 | type GetValueResponse_OnuPonCounters struct { |
| 2565 | OnuPonCounters *GetOnuCountersResponse `protobuf:"bytes,9,opt,name=onuPonCounters,proto3,oneof"` |
| 2566 | } |
| 2567 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2568 | type GetValueResponse_OnuCounters struct { |
| 2569 | OnuCounters *GetOmciEthernetFrameExtendedPmResponse `protobuf:"bytes,10,opt,name=onuCounters,proto3,oneof"` |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2570 | } |
| 2571 | |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 2572 | type GetValueResponse_RxPower struct { |
| 2573 | RxPower *GetRxPowerResponse `protobuf:"bytes,11,opt,name=rxPower,proto3,oneof"` |
| 2574 | } |
| 2575 | |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 2576 | func (*GetValueResponse_Distance) isGetValueResponse_Response() {} |
| 2577 | |
| 2578 | func (*GetValueResponse_UniInfo) isGetValueResponse_Response() {} |
| 2579 | |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 2580 | func (*GetValueResponse_PortCoutners) isGetValueResponse_Response() {} |
| 2581 | |
| 2582 | func (*GetValueResponse_OnuOpticalInfo) isGetValueResponse_Response() {} |
| 2583 | |
| 2584 | func (*GetValueResponse_EthBridgePortInfo) isGetValueResponse_Response() {} |
| 2585 | |
| 2586 | func (*GetValueResponse_FecHistory) isGetValueResponse_Response() {} |
| 2587 | |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2588 | func (*GetValueResponse_OnuPonCounters) isGetValueResponse_Response() {} |
| 2589 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2590 | func (*GetValueResponse_OnuCounters) isGetValueResponse_Response() {} |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2591 | |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 2592 | func (*GetValueResponse_RxPower) isGetValueResponse_Response() {} |
| 2593 | |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 2594 | func (m *GetValueResponse) GetResponse() isGetValueResponse_Response { |
| 2595 | if m != nil { |
| 2596 | return m.Response |
| 2597 | } |
| 2598 | return nil |
| 2599 | } |
| 2600 | |
| 2601 | func (m *GetValueResponse) GetDistance() *GetDistanceResponse { |
| 2602 | if x, ok := m.GetResponse().(*GetValueResponse_Distance); ok { |
| 2603 | return x.Distance |
| 2604 | } |
| 2605 | return nil |
| 2606 | } |
| 2607 | |
| 2608 | func (m *GetValueResponse) GetUniInfo() *GetOnuUniInfoResponse { |
| 2609 | if x, ok := m.GetResponse().(*GetValueResponse_UniInfo); ok { |
| 2610 | return x.UniInfo |
| 2611 | } |
| 2612 | return nil |
| 2613 | } |
| 2614 | |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 2615 | func (m *GetValueResponse) GetPortCoutners() *GetOltPortCountersResponse { |
| 2616 | if x, ok := m.GetResponse().(*GetValueResponse_PortCoutners); ok { |
| 2617 | return x.PortCoutners |
| 2618 | } |
| 2619 | return nil |
| 2620 | } |
| 2621 | |
| 2622 | func (m *GetValueResponse) GetOnuOpticalInfo() *GetOnuPonOpticalInfoResponse { |
| 2623 | if x, ok := m.GetResponse().(*GetValueResponse_OnuOpticalInfo); ok { |
| 2624 | return x.OnuOpticalInfo |
| 2625 | } |
| 2626 | return nil |
| 2627 | } |
| 2628 | |
| 2629 | func (m *GetValueResponse) GetEthBridgePortInfo() *GetOnuEthernetBridgePortHistoryResponse { |
| 2630 | if x, ok := m.GetResponse().(*GetValueResponse_EthBridgePortInfo); ok { |
| 2631 | return x.EthBridgePortInfo |
| 2632 | } |
| 2633 | return nil |
| 2634 | } |
| 2635 | |
| 2636 | func (m *GetValueResponse) GetFecHistory() *GetOnuFecHistoryResponse { |
| 2637 | if x, ok := m.GetResponse().(*GetValueResponse_FecHistory); ok { |
| 2638 | return x.FecHistory |
| 2639 | } |
| 2640 | return nil |
| 2641 | } |
| 2642 | |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2643 | func (m *GetValueResponse) GetOnuPonCounters() *GetOnuCountersResponse { |
| 2644 | if x, ok := m.GetResponse().(*GetValueResponse_OnuPonCounters); ok { |
| 2645 | return x.OnuPonCounters |
| 2646 | } |
| 2647 | return nil |
| 2648 | } |
| 2649 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2650 | func (m *GetValueResponse) GetOnuCounters() *GetOmciEthernetFrameExtendedPmResponse { |
| 2651 | if x, ok := m.GetResponse().(*GetValueResponse_OnuCounters); ok { |
| 2652 | return x.OnuCounters |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2653 | } |
| 2654 | return nil |
| 2655 | } |
| 2656 | |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 2657 | func (m *GetValueResponse) GetRxPower() *GetRxPowerResponse { |
| 2658 | if x, ok := m.GetResponse().(*GetValueResponse_RxPower); ok { |
| 2659 | return x.RxPower |
| 2660 | } |
| 2661 | return nil |
| 2662 | } |
| 2663 | |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 2664 | // XXX_OneofWrappers is for the internal use of the proto package. |
| 2665 | func (*GetValueResponse) XXX_OneofWrappers() []interface{} { |
| 2666 | return []interface{}{ |
| 2667 | (*GetValueResponse_Distance)(nil), |
| 2668 | (*GetValueResponse_UniInfo)(nil), |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 2669 | (*GetValueResponse_PortCoutners)(nil), |
| 2670 | (*GetValueResponse_OnuOpticalInfo)(nil), |
| 2671 | (*GetValueResponse_EthBridgePortInfo)(nil), |
| 2672 | (*GetValueResponse_FecHistory)(nil), |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2673 | (*GetValueResponse_OnuPonCounters)(nil), |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2674 | (*GetValueResponse_OnuCounters)(nil), |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 2675 | (*GetValueResponse_RxPower)(nil), |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 2676 | } |
| 2677 | } |
| 2678 | |
| 2679 | type SetValueRequest struct { |
| 2680 | // Types that are valid to be assigned to Request: |
| 2681 | // *SetValueRequest_AlarmConfig |
| 2682 | Request isSetValueRequest_Request `protobuf_oneof:"request"` |
| 2683 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 2684 | XXX_unrecognized []byte `json:"-"` |
| 2685 | XXX_sizecache int32 `json:"-"` |
| 2686 | } |
| 2687 | |
| 2688 | func (m *SetValueRequest) Reset() { *m = SetValueRequest{} } |
| 2689 | func (m *SetValueRequest) String() string { return proto.CompactTextString(m) } |
| 2690 | func (*SetValueRequest) ProtoMessage() {} |
| 2691 | func (*SetValueRequest) Descriptor() ([]byte, []int) { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2692 | return fileDescriptor_7ecf6e9799a9202d, []int{21} |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 2693 | } |
| 2694 | |
| 2695 | func (m *SetValueRequest) XXX_Unmarshal(b []byte) error { |
| 2696 | return xxx_messageInfo_SetValueRequest.Unmarshal(m, b) |
| 2697 | } |
| 2698 | func (m *SetValueRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 2699 | return xxx_messageInfo_SetValueRequest.Marshal(b, m, deterministic) |
| 2700 | } |
| 2701 | func (m *SetValueRequest) XXX_Merge(src proto.Message) { |
| 2702 | xxx_messageInfo_SetValueRequest.Merge(m, src) |
| 2703 | } |
| 2704 | func (m *SetValueRequest) XXX_Size() int { |
| 2705 | return xxx_messageInfo_SetValueRequest.Size(m) |
| 2706 | } |
| 2707 | func (m *SetValueRequest) XXX_DiscardUnknown() { |
| 2708 | xxx_messageInfo_SetValueRequest.DiscardUnknown(m) |
| 2709 | } |
| 2710 | |
| 2711 | var xxx_messageInfo_SetValueRequest proto.InternalMessageInfo |
| 2712 | |
| 2713 | type isSetValueRequest_Request interface { |
| 2714 | isSetValueRequest_Request() |
| 2715 | } |
| 2716 | |
| 2717 | type SetValueRequest_AlarmConfig struct { |
| 2718 | AlarmConfig *config.AlarmConfig `protobuf:"bytes,1,opt,name=alarm_config,json=alarmConfig,proto3,oneof"` |
| 2719 | } |
| 2720 | |
| 2721 | func (*SetValueRequest_AlarmConfig) isSetValueRequest_Request() {} |
| 2722 | |
| 2723 | func (m *SetValueRequest) GetRequest() isSetValueRequest_Request { |
| 2724 | if m != nil { |
| 2725 | return m.Request |
| 2726 | } |
| 2727 | return nil |
| 2728 | } |
| 2729 | |
| 2730 | func (m *SetValueRequest) GetAlarmConfig() *config.AlarmConfig { |
| 2731 | if x, ok := m.GetRequest().(*SetValueRequest_AlarmConfig); ok { |
| 2732 | return x.AlarmConfig |
| 2733 | } |
| 2734 | return nil |
| 2735 | } |
| 2736 | |
| 2737 | // XXX_OneofWrappers is for the internal use of the proto package. |
| 2738 | func (*SetValueRequest) XXX_OneofWrappers() []interface{} { |
| 2739 | return []interface{}{ |
| 2740 | (*SetValueRequest_AlarmConfig)(nil), |
| 2741 | } |
| 2742 | } |
| 2743 | |
| 2744 | type SetValueResponse struct { |
| 2745 | Status SetValueResponse_Status `protobuf:"varint,1,opt,name=status,proto3,enum=extension.SetValueResponse_Status" json:"status,omitempty"` |
| 2746 | ErrReason SetValueResponse_ErrorReason `protobuf:"varint,2,opt,name=errReason,proto3,enum=extension.SetValueResponse_ErrorReason" json:"errReason,omitempty"` |
| 2747 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 2748 | XXX_unrecognized []byte `json:"-"` |
| 2749 | XXX_sizecache int32 `json:"-"` |
| 2750 | } |
| 2751 | |
| 2752 | func (m *SetValueResponse) Reset() { *m = SetValueResponse{} } |
| 2753 | func (m *SetValueResponse) String() string { return proto.CompactTextString(m) } |
| 2754 | func (*SetValueResponse) ProtoMessage() {} |
| 2755 | func (*SetValueResponse) Descriptor() ([]byte, []int) { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2756 | return fileDescriptor_7ecf6e9799a9202d, []int{22} |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 2757 | } |
| 2758 | |
| 2759 | func (m *SetValueResponse) XXX_Unmarshal(b []byte) error { |
| 2760 | return xxx_messageInfo_SetValueResponse.Unmarshal(m, b) |
| 2761 | } |
| 2762 | func (m *SetValueResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 2763 | return xxx_messageInfo_SetValueResponse.Marshal(b, m, deterministic) |
| 2764 | } |
| 2765 | func (m *SetValueResponse) XXX_Merge(src proto.Message) { |
| 2766 | xxx_messageInfo_SetValueResponse.Merge(m, src) |
| 2767 | } |
| 2768 | func (m *SetValueResponse) XXX_Size() int { |
| 2769 | return xxx_messageInfo_SetValueResponse.Size(m) |
| 2770 | } |
| 2771 | func (m *SetValueResponse) XXX_DiscardUnknown() { |
| 2772 | xxx_messageInfo_SetValueResponse.DiscardUnknown(m) |
| 2773 | } |
| 2774 | |
| 2775 | var xxx_messageInfo_SetValueResponse proto.InternalMessageInfo |
| 2776 | |
| 2777 | func (m *SetValueResponse) GetStatus() SetValueResponse_Status { |
| 2778 | if m != nil { |
| 2779 | return m.Status |
| 2780 | } |
| 2781 | return SetValueResponse_STATUS_UNDEFINED |
| 2782 | } |
| 2783 | |
| 2784 | func (m *SetValueResponse) GetErrReason() SetValueResponse_ErrorReason { |
| 2785 | if m != nil { |
| 2786 | return m.ErrReason |
| 2787 | } |
| 2788 | return SetValueResponse_REASON_UNDEFINED |
| 2789 | } |
| 2790 | |
| 2791 | type SingleGetValueRequest struct { |
| 2792 | TargetId string `protobuf:"bytes,1,opt,name=targetId,proto3" json:"targetId,omitempty"` |
| 2793 | Request *GetValueRequest `protobuf:"bytes,2,opt,name=request,proto3" json:"request,omitempty"` |
| 2794 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 2795 | XXX_unrecognized []byte `json:"-"` |
| 2796 | XXX_sizecache int32 `json:"-"` |
| 2797 | } |
| 2798 | |
| 2799 | func (m *SingleGetValueRequest) Reset() { *m = SingleGetValueRequest{} } |
| 2800 | func (m *SingleGetValueRequest) String() string { return proto.CompactTextString(m) } |
| 2801 | func (*SingleGetValueRequest) ProtoMessage() {} |
| 2802 | func (*SingleGetValueRequest) Descriptor() ([]byte, []int) { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2803 | return fileDescriptor_7ecf6e9799a9202d, []int{23} |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 2804 | } |
| 2805 | |
| 2806 | func (m *SingleGetValueRequest) XXX_Unmarshal(b []byte) error { |
| 2807 | return xxx_messageInfo_SingleGetValueRequest.Unmarshal(m, b) |
| 2808 | } |
| 2809 | func (m *SingleGetValueRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 2810 | return xxx_messageInfo_SingleGetValueRequest.Marshal(b, m, deterministic) |
| 2811 | } |
| 2812 | func (m *SingleGetValueRequest) XXX_Merge(src proto.Message) { |
| 2813 | xxx_messageInfo_SingleGetValueRequest.Merge(m, src) |
| 2814 | } |
| 2815 | func (m *SingleGetValueRequest) XXX_Size() int { |
| 2816 | return xxx_messageInfo_SingleGetValueRequest.Size(m) |
| 2817 | } |
| 2818 | func (m *SingleGetValueRequest) XXX_DiscardUnknown() { |
| 2819 | xxx_messageInfo_SingleGetValueRequest.DiscardUnknown(m) |
| 2820 | } |
| 2821 | |
| 2822 | var xxx_messageInfo_SingleGetValueRequest proto.InternalMessageInfo |
| 2823 | |
| 2824 | func (m *SingleGetValueRequest) GetTargetId() string { |
| 2825 | if m != nil { |
| 2826 | return m.TargetId |
| 2827 | } |
| 2828 | return "" |
| 2829 | } |
| 2830 | |
| 2831 | func (m *SingleGetValueRequest) GetRequest() *GetValueRequest { |
| 2832 | if m != nil { |
| 2833 | return m.Request |
| 2834 | } |
| 2835 | return nil |
| 2836 | } |
| 2837 | |
| 2838 | type SingleGetValueResponse struct { |
| 2839 | Response *GetValueResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` |
| 2840 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 2841 | XXX_unrecognized []byte `json:"-"` |
| 2842 | XXX_sizecache int32 `json:"-"` |
| 2843 | } |
| 2844 | |
| 2845 | func (m *SingleGetValueResponse) Reset() { *m = SingleGetValueResponse{} } |
| 2846 | func (m *SingleGetValueResponse) String() string { return proto.CompactTextString(m) } |
| 2847 | func (*SingleGetValueResponse) ProtoMessage() {} |
| 2848 | func (*SingleGetValueResponse) Descriptor() ([]byte, []int) { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2849 | return fileDescriptor_7ecf6e9799a9202d, []int{24} |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 2850 | } |
| 2851 | |
| 2852 | func (m *SingleGetValueResponse) XXX_Unmarshal(b []byte) error { |
| 2853 | return xxx_messageInfo_SingleGetValueResponse.Unmarshal(m, b) |
| 2854 | } |
| 2855 | func (m *SingleGetValueResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 2856 | return xxx_messageInfo_SingleGetValueResponse.Marshal(b, m, deterministic) |
| 2857 | } |
| 2858 | func (m *SingleGetValueResponse) XXX_Merge(src proto.Message) { |
| 2859 | xxx_messageInfo_SingleGetValueResponse.Merge(m, src) |
| 2860 | } |
| 2861 | func (m *SingleGetValueResponse) XXX_Size() int { |
| 2862 | return xxx_messageInfo_SingleGetValueResponse.Size(m) |
| 2863 | } |
| 2864 | func (m *SingleGetValueResponse) XXX_DiscardUnknown() { |
| 2865 | xxx_messageInfo_SingleGetValueResponse.DiscardUnknown(m) |
| 2866 | } |
| 2867 | |
| 2868 | var xxx_messageInfo_SingleGetValueResponse proto.InternalMessageInfo |
| 2869 | |
| 2870 | func (m *SingleGetValueResponse) GetResponse() *GetValueResponse { |
| 2871 | if m != nil { |
| 2872 | return m.Response |
| 2873 | } |
| 2874 | return nil |
| 2875 | } |
| 2876 | |
| 2877 | type SingleSetValueRequest struct { |
| 2878 | TargetId string `protobuf:"bytes,1,opt,name=targetId,proto3" json:"targetId,omitempty"` |
| 2879 | Request *SetValueRequest `protobuf:"bytes,2,opt,name=request,proto3" json:"request,omitempty"` |
| 2880 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 2881 | XXX_unrecognized []byte `json:"-"` |
| 2882 | XXX_sizecache int32 `json:"-"` |
| 2883 | } |
| 2884 | |
| 2885 | func (m *SingleSetValueRequest) Reset() { *m = SingleSetValueRequest{} } |
| 2886 | func (m *SingleSetValueRequest) String() string { return proto.CompactTextString(m) } |
| 2887 | func (*SingleSetValueRequest) ProtoMessage() {} |
| 2888 | func (*SingleSetValueRequest) Descriptor() ([]byte, []int) { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2889 | return fileDescriptor_7ecf6e9799a9202d, []int{25} |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 2890 | } |
| 2891 | |
| 2892 | func (m *SingleSetValueRequest) XXX_Unmarshal(b []byte) error { |
| 2893 | return xxx_messageInfo_SingleSetValueRequest.Unmarshal(m, b) |
| 2894 | } |
| 2895 | func (m *SingleSetValueRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 2896 | return xxx_messageInfo_SingleSetValueRequest.Marshal(b, m, deterministic) |
| 2897 | } |
| 2898 | func (m *SingleSetValueRequest) XXX_Merge(src proto.Message) { |
| 2899 | xxx_messageInfo_SingleSetValueRequest.Merge(m, src) |
| 2900 | } |
| 2901 | func (m *SingleSetValueRequest) XXX_Size() int { |
| 2902 | return xxx_messageInfo_SingleSetValueRequest.Size(m) |
| 2903 | } |
| 2904 | func (m *SingleSetValueRequest) XXX_DiscardUnknown() { |
| 2905 | xxx_messageInfo_SingleSetValueRequest.DiscardUnknown(m) |
| 2906 | } |
| 2907 | |
| 2908 | var xxx_messageInfo_SingleSetValueRequest proto.InternalMessageInfo |
| 2909 | |
| 2910 | func (m *SingleSetValueRequest) GetTargetId() string { |
| 2911 | if m != nil { |
| 2912 | return m.TargetId |
| 2913 | } |
| 2914 | return "" |
| 2915 | } |
| 2916 | |
| 2917 | func (m *SingleSetValueRequest) GetRequest() *SetValueRequest { |
| 2918 | if m != nil { |
| 2919 | return m.Request |
| 2920 | } |
| 2921 | return nil |
| 2922 | } |
| 2923 | |
| 2924 | type SingleSetValueResponse struct { |
| 2925 | Response *SetValueResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` |
| 2926 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 2927 | XXX_unrecognized []byte `json:"-"` |
| 2928 | XXX_sizecache int32 `json:"-"` |
| 2929 | } |
| 2930 | |
| 2931 | func (m *SingleSetValueResponse) Reset() { *m = SingleSetValueResponse{} } |
| 2932 | func (m *SingleSetValueResponse) String() string { return proto.CompactTextString(m) } |
| 2933 | func (*SingleSetValueResponse) ProtoMessage() {} |
| 2934 | func (*SingleSetValueResponse) Descriptor() ([]byte, []int) { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2935 | return fileDescriptor_7ecf6e9799a9202d, []int{26} |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 2936 | } |
| 2937 | |
| 2938 | func (m *SingleSetValueResponse) XXX_Unmarshal(b []byte) error { |
| 2939 | return xxx_messageInfo_SingleSetValueResponse.Unmarshal(m, b) |
| 2940 | } |
| 2941 | func (m *SingleSetValueResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 2942 | return xxx_messageInfo_SingleSetValueResponse.Marshal(b, m, deterministic) |
| 2943 | } |
| 2944 | func (m *SingleSetValueResponse) XXX_Merge(src proto.Message) { |
| 2945 | xxx_messageInfo_SingleSetValueResponse.Merge(m, src) |
| 2946 | } |
| 2947 | func (m *SingleSetValueResponse) XXX_Size() int { |
| 2948 | return xxx_messageInfo_SingleSetValueResponse.Size(m) |
| 2949 | } |
| 2950 | func (m *SingleSetValueResponse) XXX_DiscardUnknown() { |
| 2951 | xxx_messageInfo_SingleSetValueResponse.DiscardUnknown(m) |
| 2952 | } |
| 2953 | |
| 2954 | var xxx_messageInfo_SingleSetValueResponse proto.InternalMessageInfo |
| 2955 | |
| 2956 | func (m *SingleSetValueResponse) GetResponse() *SetValueResponse { |
| 2957 | if m != nil { |
| 2958 | return m.Response |
| 2959 | } |
| 2960 | return nil |
| 2961 | } |
| 2962 | |
| 2963 | func init() { |
| 2964 | proto.RegisterEnum("extension.GetOnuUniInfoResponse_ConfigurationInd", GetOnuUniInfoResponse_ConfigurationInd_name, GetOnuUniInfoResponse_ConfigurationInd_value) |
| 2965 | proto.RegisterEnum("extension.GetOnuUniInfoResponse_AdministrativeState", GetOnuUniInfoResponse_AdministrativeState_name, GetOnuUniInfoResponse_AdministrativeState_value) |
| 2966 | proto.RegisterEnum("extension.GetOnuUniInfoResponse_OperationalState", GetOnuUniInfoResponse_OperationalState_name, GetOnuUniInfoResponse_OperationalState_value) |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 2967 | proto.RegisterEnum("extension.GetOltPortCounters_PortType", GetOltPortCounters_PortType_name, GetOltPortCounters_PortType_value) |
| 2968 | proto.RegisterEnum("extension.GetOnuEthernetBridgePortHistory_Direction", GetOnuEthernetBridgePortHistory_Direction_name, GetOnuEthernetBridgePortHistory_Direction_value) |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 2969 | proto.RegisterEnum("extension.GetValueResponse_Status", GetValueResponse_Status_name, GetValueResponse_Status_value) |
| 2970 | proto.RegisterEnum("extension.GetValueResponse_ErrorReason", GetValueResponse_ErrorReason_name, GetValueResponse_ErrorReason_value) |
| 2971 | proto.RegisterEnum("extension.SetValueResponse_Status", SetValueResponse_Status_name, SetValueResponse_Status_value) |
| 2972 | proto.RegisterEnum("extension.SetValueResponse_ErrorReason", SetValueResponse_ErrorReason_name, SetValueResponse_ErrorReason_value) |
| 2973 | proto.RegisterType((*GetDistanceRequest)(nil), "extension.GetDistanceRequest") |
| 2974 | proto.RegisterType((*GetDistanceResponse)(nil), "extension.GetDistanceResponse") |
| 2975 | proto.RegisterType((*GetOnuUniInfoRequest)(nil), "extension.GetOnuUniInfoRequest") |
| 2976 | proto.RegisterType((*GetOnuUniInfoResponse)(nil), "extension.GetOnuUniInfoResponse") |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 2977 | proto.RegisterType((*GetOltPortCounters)(nil), "extension.GetOltPortCounters") |
| 2978 | proto.RegisterType((*GetOltPortCountersResponse)(nil), "extension.GetOltPortCountersResponse") |
| 2979 | proto.RegisterType((*GetOnuPonOpticalInfo)(nil), "extension.GetOnuPonOpticalInfo") |
| 2980 | proto.RegisterType((*GetOnuPonOpticalInfoResponse)(nil), "extension.GetOnuPonOpticalInfoResponse") |
| 2981 | proto.RegisterType((*GetOnuEthernetBridgePortHistory)(nil), "extension.GetOnuEthernetBridgePortHistory") |
| 2982 | proto.RegisterType((*GetOnuEthernetBridgePortHistoryResponse)(nil), "extension.GetOnuEthernetBridgePortHistoryResponse") |
| 2983 | proto.RegisterType((*GetOnuFecHistory)(nil), "extension.GetOnuFecHistory") |
| 2984 | proto.RegisterType((*GetOnuFecHistoryResponse)(nil), "extension.GetOnuFecHistoryResponse") |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2985 | proto.RegisterType((*GetOnuCountersRequest)(nil), "extension.GetOnuCountersRequest") |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2986 | proto.RegisterType((*GetOmciEthernetFrameExtendedPmRequest)(nil), "extension.GetOmciEthernetFrameExtendedPmRequest") |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 2987 | proto.RegisterType((*GetRxPowerRequest)(nil), "extension.GetRxPowerRequest") |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2988 | proto.RegisterType((*GetOnuCountersResponse)(nil), "extension.GetOnuCountersResponse") |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2989 | proto.RegisterType((*OmciEthernetFrameExtendedPm)(nil), "extension.OmciEthernetFrameExtendedPm") |
| 2990 | proto.RegisterType((*GetOmciEthernetFrameExtendedPmResponse)(nil), "extension.GetOmciEthernetFrameExtendedPmResponse") |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 2991 | proto.RegisterType((*GetRxPowerResponse)(nil), "extension.GetRxPowerResponse") |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 2992 | proto.RegisterType((*GetValueRequest)(nil), "extension.GetValueRequest") |
| 2993 | proto.RegisterType((*GetValueResponse)(nil), "extension.GetValueResponse") |
| 2994 | proto.RegisterType((*SetValueRequest)(nil), "extension.SetValueRequest") |
| 2995 | proto.RegisterType((*SetValueResponse)(nil), "extension.SetValueResponse") |
| 2996 | proto.RegisterType((*SingleGetValueRequest)(nil), "extension.SingleGetValueRequest") |
| 2997 | proto.RegisterType((*SingleGetValueResponse)(nil), "extension.SingleGetValueResponse") |
| 2998 | proto.RegisterType((*SingleSetValueRequest)(nil), "extension.SingleSetValueRequest") |
| 2999 | proto.RegisterType((*SingleSetValueResponse)(nil), "extension.SingleSetValueResponse") |
| 3000 | } |
| 3001 | |
| 3002 | func init() { proto.RegisterFile("voltha_protos/extensions.proto", fileDescriptor_7ecf6e9799a9202d) } |
| 3003 | |
| 3004 | var fileDescriptor_7ecf6e9799a9202d = []byte{ |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 3005 | // 2978 bytes of a gzipped FileDescriptorProto |
| 3006 | 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x5a, 0xcb, 0x72, 0x1b, 0xc7, |
| 3007 | 0xd5, 0x26, 0x20, 0x72, 0x08, 0x1c, 0x10, 0x24, 0xd8, 0xbc, 0x41, 0xa4, 0x6e, 0x1e, 0x97, 0x25, |
| 3008 | 0xfd, 0x2e, 0x1b, 0x12, 0x60, 0x42, 0xe6, 0x2f, 0x3b, 0x55, 0xe6, 0x10, 0x43, 0x02, 0x25, 0x0a, |
| 3009 | 0x80, 0x1b, 0x80, 0xec, 0x64, 0x33, 0x35, 0xc4, 0x34, 0xa9, 0x29, 0x03, 0x33, 0xc8, 0x4c, 0x43, |
| 3010 | 0x86, 0xb2, 0x4d, 0x96, 0xd9, 0x65, 0x93, 0x67, 0x48, 0x55, 0x2a, 0x8b, 0xa4, 0x2a, 0xfb, 0xac, |
| 3011 | 0xf3, 0x12, 0xa9, 0xca, 0x13, 0xe4, 0x01, 0x52, 0xa9, 0xbe, 0xcc, 0x15, 0x20, 0x25, 0x39, 0xd9, |
| 3012 | 0xb1, 0xcf, 0xf9, 0xbe, 0x6f, 0x7a, 0xba, 0xcf, 0x39, 0x7d, 0xa6, 0x41, 0xb8, 0xf7, 0xc6, 0x1d, |
| 3013 | 0xd1, 0xd7, 0xa6, 0x31, 0xf1, 0x5c, 0xea, 0xfa, 0x4f, 0xc8, 0x8c, 0x12, 0xc7, 0xb7, 0x5d, 0xc7, |
| 3014 | 0xaf, 0x70, 0x0b, 0xca, 0x87, 0x96, 0xfd, 0x79, 0xa8, 0x31, 0x74, 0x9d, 0x4b, 0xfb, 0x4a, 0x40, |
| 3015 | 0xf7, 0x0f, 0xae, 0x5c, 0xf7, 0x6a, 0x44, 0x9e, 0xf0, 0xd1, 0xc5, 0xf4, 0xf2, 0x09, 0x19, 0x4f, |
| 3016 | 0xe8, 0x5b, 0xe1, 0x54, 0x9f, 0x01, 0x3a, 0x23, 0xb4, 0x61, 0xfb, 0xd4, 0x74, 0x86, 0x04, 0x93, |
| 3017 | 0x5f, 0x4e, 0x89, 0x4f, 0xd1, 0x03, 0x28, 0xb8, 0xce, 0xb4, 0x41, 0xde, 0xd8, 0x43, 0xd2, 0xb2, |
| 3018 | 0xca, 0x99, 0x07, 0x99, 0xc7, 0x79, 0x1c, 0x37, 0xa9, 0x55, 0xd8, 0x4a, 0xf0, 0xfc, 0x89, 0xeb, |
| 3019 | 0xf8, 0x04, 0xed, 0x43, 0xce, 0x92, 0x36, 0xce, 0x2a, 0xe2, 0x70, 0xac, 0xd6, 0x60, 0xfb, 0x8c, |
| 3020 | 0xd0, 0x8e, 0x33, 0x1d, 0x38, 0x76, 0xcb, 0xb9, 0x74, 0x83, 0x87, 0xed, 0x43, 0x6e, 0xca, 0x2c, |
| 3021 | 0x16, 0x99, 0x05, 0x9c, 0x60, 0xac, 0xfe, 0x63, 0x19, 0x76, 0x52, 0x24, 0xf9, 0xa4, 0x2e, 0xe4, |
| 3022 | 0x4c, 0x6b, 0xdc, 0xa3, 0x26, 0x15, 0x4f, 0x5a, 0xaf, 0x1d, 0x56, 0xc2, 0x35, 0xa9, 0x2c, 0xe4, |
| 3023 | 0x54, 0x8e, 0xad, 0xb1, 0xed, 0xd8, 0x3e, 0xf5, 0x4c, 0x6a, 0xbf, 0x21, 0x9c, 0x8b, 0x43, 0x15, |
| 3024 | 0xd4, 0x81, 0xbc, 0x3b, 0x21, 0x9e, 0x90, 0xcc, 0x72, 0xc9, 0xea, 0x3b, 0x25, 0x3b, 0x13, 0xc2, |
| 3025 | 0xd4, 0x5c, 0xc7, 0x1c, 0x09, 0xbd, 0x48, 0x83, 0x09, 0x8a, 0x8d, 0x68, 0x39, 0x56, 0xf9, 0xd6, |
| 3026 | 0x7b, 0x0a, 0x9e, 0x70, 0xc6, 0x54, 0x88, 0xb6, 0x1c, 0x0b, 0x47, 0x1a, 0xea, 0xdf, 0x32, 0x50, |
| 3027 | 0x4a, 0xfb, 0x11, 0x80, 0x32, 0x68, 0xbf, 0xe8, 0x7c, 0xd7, 0x2e, 0x2d, 0x21, 0x04, 0xeb, 0x7d, |
| 3028 | 0xbd, 0x6d, 0x68, 0xc7, 0x3d, 0xdd, 0xe8, 0x1b, 0xa7, 0x8d, 0xef, 0x4b, 0x19, 0xb4, 0x0b, 0xa8, |
| 3029 | 0x39, 0x68, 0x37, 0xb0, 0xde, 0x88, 0xdb, 0xb3, 0xa8, 0x0c, 0xdb, 0x67, 0xad, 0xb3, 0x63, 0xad, |
| 3030 | 0xd5, 0x37, 0xf4, 0x7e, 0x53, 0xc7, 0x6d, 0x5d, 0x78, 0x6e, 0x31, 0x06, 0x53, 0x39, 0x4b, 0xda, |
| 3031 | 0x97, 0x53, 0xea, 0xcd, 0xc6, 0xf7, 0xa5, 0x95, 0x05, 0xea, 0xcc, 0xae, 0x2c, 0x54, 0x67, 0x9e, |
| 3032 | 0x55, 0xf5, 0x0c, 0xb6, 0x16, 0xec, 0x03, 0x13, 0x3a, 0x6e, 0xbc, 0xec, 0xf5, 0x8f, 0xfb, 0xba, |
| 3033 | 0x31, 0x68, 0x37, 0xf4, 0xd3, 0x56, 0x5b, 0x6f, 0x94, 0x96, 0xd8, 0xeb, 0x9d, 0x77, 0x4e, 0x5e, |
| 3034 | 0xe8, 0x8d, 0x52, 0x06, 0xad, 0x41, 0x6e, 0xd0, 0x96, 0xa3, 0xac, 0x7a, 0x0a, 0xa5, 0xf4, 0xea, |
| 3035 | 0xa3, 0x3d, 0xd8, 0xea, 0x74, 0x75, 0x3c, 0x2f, 0x53, 0x80, 0x55, 0xbd, 0x7d, 0xac, 0x9d, 0x07, |
| 3036 | 0x3a, 0x8d, 0x56, 0x4f, 0x8c, 0xb2, 0xea, 0x5f, 0x33, 0x3c, 0x07, 0x3a, 0x23, 0xda, 0x75, 0x3d, |
| 3037 | 0x7a, 0xe2, 0x4e, 0x1d, 0x4a, 0x3c, 0x1f, 0xed, 0x82, 0x32, 0x71, 0x3d, 0xda, 0x76, 0x65, 0x50, |
| 3038 | 0xca, 0x11, 0xd2, 0x20, 0xc7, 0xfe, 0xea, 0xbf, 0x9d, 0x04, 0x51, 0xf2, 0x30, 0xb5, 0xa9, 0x49, |
| 3039 | 0xa1, 0x4a, 0x57, 0xa2, 0x71, 0xc8, 0x53, 0x75, 0xc8, 0x05, 0x56, 0x54, 0x82, 0x35, 0xf6, 0xb7, |
| 3040 | 0x31, 0x68, 0xbf, 0x68, 0x8b, 0x5d, 0xdc, 0x81, 0x4d, 0x6e, 0x09, 0x17, 0xae, 0xdd, 0x6e, 0x95, |
| 3041 | 0x32, 0x21, 0xb0, 0xdb, 0x69, 0x1b, 0x9d, 0xf3, 0x7e, 0x29, 0xab, 0xfe, 0xfd, 0x16, 0xec, 0xcf, |
| 3042 | 0x3f, 0x30, 0x4c, 0x91, 0x32, 0xac, 0xd2, 0x99, 0xf6, 0x96, 0x12, 0x9f, 0xbf, 0xc2, 0x32, 0x0e, |
| 3043 | 0x86, 0xcc, 0xe3, 0x49, 0x4f, 0x56, 0x78, 0xe4, 0x10, 0xdd, 0x81, 0x3c, 0x9d, 0x75, 0xcd, 0xe1, |
| 3044 | 0x0f, 0x84, 0xfa, 0x3c, 0x66, 0x97, 0x71, 0x64, 0x60, 0x5e, 0x2f, 0xf4, 0x2e, 0x0b, 0x6f, 0x68, |
| 3045 | 0x40, 0x0f, 0x61, 0x9d, 0xce, 0x74, 0xcf, 0x73, 0xbd, 0x00, 0xb2, 0xc2, 0x21, 0x29, 0x2b, 0xc3, |
| 3046 | 0x79, 0x49, 0x9c, 0x22, 0x70, 0xde, 0x1c, 0x8e, 0xce, 0xb4, 0xa1, 0xe9, 0xd3, 0x00, 0xb7, 0x1a, |
| 3047 | 0xe8, 0xc5, 0xad, 0x42, 0x2f, 0x81, 0xcb, 0x05, 0x7a, 0x69, 0x1c, 0x9d, 0x0d, 0xe2, 0xb8, 0x7c, |
| 3048 | 0xa0, 0x37, 0x98, 0xd3, 0x4b, 0xe0, 0x20, 0xd0, 0x1b, 0xcc, 0xe9, 0xbd, 0x8c, 0xe3, 0x0a, 0x81, |
| 3049 | 0xde, 0xcb, 0x39, 0xbd, 0x04, 0x6e, 0x2d, 0xd0, 0x8b, 0x5b, 0xd5, 0x46, 0x50, 0x20, 0xbb, 0xae, |
| 3050 | 0xd3, 0x99, 0x50, 0x7b, 0x68, 0x8e, 0x58, 0x69, 0x40, 0x9f, 0xc1, 0x0a, 0x2f, 0xd9, 0x7c, 0x17, |
| 3051 | 0x0b, 0xb5, 0xdd, 0x8a, 0x28, 0xe8, 0x95, 0xa0, 0xa0, 0x57, 0x74, 0xe6, 0xc5, 0x02, 0xa4, 0xfe, |
| 3052 | 0x26, 0x0b, 0x77, 0x16, 0xc9, 0x84, 0x61, 0xf1, 0x29, 0x94, 0x26, 0xee, 0x8f, 0xc4, 0x3b, 0x25, |
| 3053 | 0xc4, 0x7a, 0xe5, 0x8e, 0xa8, 0x79, 0x25, 0x2a, 0x68, 0x16, 0xcf, 0xd9, 0x51, 0x0d, 0xb6, 0x3d, |
| 3054 | 0x32, 0x24, 0xf6, 0x1b, 0x62, 0x49, 0xa9, 0x2e, 0x83, 0xf0, 0xa8, 0xc9, 0xe2, 0x85, 0x3e, 0xf4, |
| 3055 | 0x0c, 0x76, 0xc7, 0xc4, 0x0c, 0x1e, 0x7d, 0x6e, 0x4e, 0x9d, 0xe1, 0x6b, 0xc1, 0xba, 0xc5, 0x59, |
| 3056 | 0xd7, 0x78, 0xd9, 0xbc, 0x46, 0xa6, 0x4f, 0x3c, 0xcd, 0x36, 0xfd, 0x93, 0xa9, 0xe7, 0x11, 0x87, |
| 3057 | 0xf2, 0x18, 0xcb, 0xe2, 0x39, 0x3b, 0x3b, 0xa0, 0x28, 0x19, 0xf3, 0xec, 0x9f, 0x7a, 0x84, 0xc7, |
| 3058 | 0x59, 0x16, 0xc7, 0x4d, 0xea, 0x9f, 0x32, 0x70, 0x5f, 0x2c, 0x83, 0x4e, 0x5f, 0x13, 0xcf, 0x21, |
| 3059 | 0x54, 0xf3, 0x6c, 0xeb, 0x8a, 0xb0, 0x4c, 0x69, 0xda, 0x3e, 0x75, 0xbd, 0xb7, 0x08, 0x43, 0xde, |
| 3060 | 0xb2, 0x3d, 0x32, 0x64, 0x15, 0xe4, 0xda, 0x43, 0xe4, 0x5a, 0x7a, 0xa5, 0x11, 0x70, 0x71, 0x24, |
| 3061 | 0xa3, 0x1e, 0x41, 0x3e, 0xb4, 0xa3, 0x22, 0xe4, 0xe3, 0x45, 0x88, 0xd5, 0xaf, 0x6e, 0xaf, 0x8f, |
| 3062 | 0xf5, 0xe3, 0x97, 0xa5, 0x0c, 0x5a, 0x07, 0x68, 0x74, 0xbe, 0x6b, 0xcb, 0x71, 0x56, 0xfd, 0xdd, |
| 3063 | 0x0a, 0x3c, 0x7a, 0xc7, 0x23, 0xc3, 0x3d, 0xbc, 0x07, 0x60, 0x79, 0xee, 0x44, 0x7f, 0x43, 0x1c, |
| 3064 | 0xea, 0xcb, 0x02, 0x15, 0xb3, 0xb0, 0xe2, 0xe5, 0x0e, 0x29, 0x0b, 0xb5, 0xac, 0x28, 0x5e, 0x62, |
| 3065 | 0xc4, 0x12, 0x7f, 0x12, 0x4b, 0xee, 0x22, 0x0e, 0x86, 0x6c, 0xf5, 0x2f, 0x3c, 0xd7, 0xb4, 0xe2, |
| 3066 | 0x61, 0xba, 0xcc, 0x21, 0x73, 0x76, 0x86, 0x1d, 0x4f, 0x47, 0x6c, 0x03, 0x23, 0xec, 0x8a, 0xc0, |
| 3067 | 0xa6, 0xed, 0xe8, 0x33, 0xd8, 0x1c, 0x7a, 0x43, 0x9e, 0xd7, 0xc4, 0x8a, 0xe7, 0x7b, 0x11, 0xcf, |
| 3068 | 0x3b, 0x98, 0xf2, 0xd4, 0xb1, 0x88, 0xe7, 0xdb, 0xbf, 0x22, 0xf1, 0xa4, 0x2f, 0xe2, 0x39, 0x3b, |
| 3069 | 0x7a, 0x0c, 0x1b, 0xee, 0x9b, 0x24, 0x34, 0xc7, 0xa1, 0x69, 0x33, 0x43, 0xca, 0xd7, 0x7c, 0x76, |
| 3070 | 0x28, 0x97, 0x25, 0x2f, 0x90, 0x29, 0x33, 0x8b, 0xf7, 0xc0, 0x54, 0xef, 0xbb, 0xd5, 0xda, 0x97, |
| 3071 | 0x12, 0x0e, 0x1c, 0xbe, 0xd0, 0x87, 0x0e, 0x61, 0x47, 0xda, 0xab, 0xb5, 0xa3, 0xbe, 0x5b, 0xab, |
| 3072 | 0xd7, 0x3b, 0x82, 0x54, 0xe0, 0xa4, 0xc5, 0xce, 0x18, 0xab, 0x56, 0x7f, 0xd6, 0x77, 0xeb, 0xd5, |
| 3073 | 0xaa, 0x7c, 0xd4, 0x5a, 0x82, 0x95, 0x74, 0xb2, 0xdc, 0x92, 0x8e, 0x7a, 0xb5, 0xd6, 0x77, 0xab, |
| 3074 | 0x4f, 0x6b, 0x5f, 0x48, 0x5a, 0x91, 0xd3, 0xae, 0xf1, 0xa2, 0x23, 0xd8, 0x0b, 0xa6, 0xf1, 0xb4, |
| 3075 | 0x76, 0xd8, 0x77, 0xab, 0xf5, 0xea, 0x91, 0x24, 0xae, 0x73, 0xe2, 0x75, 0x6e, 0xf5, 0x1b, 0x28, |
| 3076 | 0x89, 0xa0, 0x3c, 0x25, 0xc3, 0x20, 0x6f, 0x3e, 0xac, 0x20, 0xfd, 0x2b, 0x03, 0xe5, 0xb4, 0x44, |
| 3077 | 0x18, 0xc8, 0x0f, 0x61, 0x7d, 0xe8, 0x7a, 0x2c, 0x5f, 0x88, 0x15, 0x1d, 0x55, 0x45, 0x9c, 0xb2, |
| 3078 | 0xa2, 0x0a, 0xa0, 0xd0, 0x72, 0xe2, 0x5a, 0xe4, 0x3b, 0xd7, 0xb3, 0x82, 0xe0, 0x5e, 0xe0, 0x61, |
| 3079 | 0x09, 0x72, 0x49, 0x86, 0x3d, 0x32, 0x74, 0x1d, 0x2b, 0x88, 0xf5, 0x98, 0x85, 0xd7, 0x6e, 0x97, |
| 3080 | 0x9a, 0xa3, 0x48, 0x4b, 0x04, 0x7b, 0xca, 0xca, 0x16, 0x7c, 0xea, 0x48, 0x7d, 0xf3, 0x62, 0x44, |
| 3081 | 0x22, 0xbc, 0x08, 0xf8, 0x6b, 0xbc, 0xea, 0x59, 0xd0, 0xb7, 0x46, 0xa7, 0xb2, 0xe8, 0x76, 0xf7, |
| 3082 | 0x60, 0xd5, 0x76, 0xe8, 0xa5, 0x61, 0x8b, 0xb6, 0x7a, 0x15, 0x2b, 0x6c, 0xd8, 0xb2, 0xd0, 0x0e, |
| 3083 | 0x28, 0xae, 0x33, 0x65, 0xf6, 0x2c, 0xb7, 0xaf, 0xb8, 0xce, 0xb4, 0x65, 0xa9, 0x2d, 0xf8, 0x84, |
| 3084 | 0x09, 0x8d, 0x87, 0x76, 0x50, 0x15, 0x4e, 0x3d, 0x73, 0x4c, 0x74, 0x56, 0xa5, 0x2c, 0x62, 0x75, |
| 3085 | 0xc7, 0xef, 0xdf, 0xb3, 0x9f, 0xc0, 0xe6, 0x19, 0xa1, 0x78, 0xc6, 0xcb, 0xed, 0x4f, 0x9d, 0xcf, |
| 3086 | 0x3f, 0xd7, 0x60, 0x37, 0xfd, 0x66, 0x72, 0x2f, 0x6f, 0xa7, 0xa4, 0x9a, 0x4b, 0xa1, 0xd8, 0x5e, |
| 3087 | 0x52, 0xac, 0x99, 0x91, 0x72, 0xe8, 0x11, 0xac, 0x4f, 0x5c, 0xdf, 0x66, 0x7d, 0xa0, 0x61, 0x79, |
| 3088 | 0xf6, 0x25, 0xe5, 0x7b, 0xa5, 0x34, 0xb3, 0xb8, 0x18, 0xd8, 0x1b, 0xcc, 0xcc, 0x80, 0x0e, 0xb9, |
| 3089 | 0x32, 0x63, 0xc0, 0x65, 0x0e, 0xbc, 0x85, 0x8b, 0x81, 0x5d, 0x00, 0x9f, 0x43, 0xd9, 0x22, 0x23, |
| 3090 | 0x7b, 0x6c, 0x53, 0xe2, 0x19, 0x63, 0xdb, 0xf7, 0x0d, 0x8b, 0x50, 0x59, 0xe3, 0x57, 0x38, 0x65, |
| 3091 | 0x19, 0xef, 0x86, 0x88, 0x97, 0xb6, 0xef, 0x37, 0x02, 0x3f, 0xba, 0x0f, 0x70, 0x61, 0x4f, 0x0c, |
| 3092 | 0xc2, 0x8a, 0x92, 0xa8, 0x52, 0x4a, 0x73, 0x05, 0xe7, 0x2f, 0xec, 0x09, 0xaf, 0x53, 0x3e, 0xba, |
| 3093 | 0x0b, 0x6c, 0x60, 0x4c, 0x1d, 0x5b, 0x16, 0x26, 0xa5, 0xa9, 0xe0, 0xdc, 0x85, 0x3d, 0x19, 0x30, |
| 3094 | 0x0b, 0x4b, 0xea, 0x4b, 0x32, 0x34, 0xc2, 0x78, 0x34, 0xfc, 0xb7, 0xe3, 0x0b, 0x77, 0x24, 0x0a, |
| 3095 | 0x93, 0xd2, 0x5c, 0xc5, 0x5b, 0x97, 0x64, 0x78, 0x12, 0x78, 0x7b, 0xc2, 0xc9, 0x92, 0x53, 0xb0, |
| 3096 | 0x2c, 0xf2, 0x23, 0x0b, 0x9e, 0x88, 0xcf, 0xcb, 0x94, 0xd2, 0xcc, 0xe1, 0x1d, 0xce, 0x93, 0xfe, |
| 3097 | 0x50, 0x00, 0x7d, 0x03, 0x07, 0x49, 0x66, 0x22, 0x1a, 0x79, 0xd5, 0x52, 0x9a, 0x79, 0x7c, 0x3b, |
| 3098 | 0xce, 0x1e, 0xc4, 0x21, 0xe8, 0x13, 0x28, 0x26, 0x14, 0x78, 0xd1, 0x52, 0x9a, 0x80, 0xd7, 0xe2, |
| 3099 | 0x1c, 0xf4, 0x14, 0xb6, 0x92, 0x2f, 0x26, 0x56, 0x60, 0x8d, 0x83, 0x0b, 0x78, 0x33, 0xfe, 0x5a, |
| 3100 | 0x62, 0x29, 0x1e, 0xc3, 0xc6, 0xec, 0x8a, 0x8c, 0x8d, 0x1f, 0xc8, 0xdb, 0x60, 0x3d, 0x8b, 0x1c, |
| 3101 | 0xbd, 0x86, 0x8b, 0xcc, 0xf1, 0x82, 0xbc, 0x8d, 0xd6, 0x94, 0x23, 0x47, 0xae, 0x2f, 0xaa, 0x91, |
| 3102 | 0xd2, 0x2c, 0xe2, 0x1c, 0x33, 0x9d, 0xbb, 0x3e, 0x17, 0xf2, 0x66, 0xc6, 0x64, 0xe4, 0x9a, 0x63, |
| 3103 | 0x5f, 0x28, 0x95, 0x37, 0x38, 0x68, 0x1d, 0x17, 0xbd, 0x59, 0x97, 0xdb, 0xb9, 0x12, 0xfa, 0x1c, |
| 3104 | 0x50, 0x84, 0x74, 0x5c, 0xc7, 0xb0, 0xad, 0x11, 0x29, 0x97, 0x38, 0x78, 0x03, 0x6f, 0x04, 0xe0, |
| 3105 | 0xb6, 0xeb, 0xb4, 0xac, 0x11, 0x0f, 0x57, 0x6f, 0x66, 0xb8, 0xe3, 0xa1, 0x5d, 0xde, 0xe4, 0x98, |
| 3106 | 0x12, 0x56, 0xbc, 0x19, 0xcb, 0x34, 0xe6, 0xa2, 0xd2, 0x85, 0xb8, 0x6b, 0x13, 0x2b, 0x54, 0xb8, |
| 3107 | 0x9e, 0xc3, 0x6d, 0xc9, 0x32, 0x64, 0xc9, 0x34, 0x86, 0xde, 0x50, 0x4e, 0x6c, 0x8b, 0x83, 0x11, |
| 3108 | 0xde, 0x11, 0x3a, 0xf2, 0xfc, 0x39, 0x91, 0xc7, 0x1c, 0x3a, 0x80, 0x9c, 0x37, 0x33, 0x2e, 0x78, |
| 3109 | 0x99, 0xdb, 0xe6, 0xd0, 0xad, 0xa8, 0xf3, 0xbe, 0x0f, 0xc0, 0x66, 0x2f, 0x4f, 0xb2, 0x1d, 0xee, |
| 3110 | 0xde, 0x8e, 0xb7, 0xd7, 0x07, 0x90, 0xa3, 0x01, 0x7b, 0x97, 0xbb, 0x77, 0xa2, 0x8e, 0xfe, 0x3e, |
| 3111 | 0x00, 0x8d, 0xd8, 0x7b, 0xdc, 0xbd, 0x1b, 0x6f, 0xdd, 0x3f, 0x86, 0xb5, 0x0b, 0xe2, 0x19, 0x1e, |
| 3112 | 0x61, 0x1f, 0x21, 0xc4, 0x2a, 0x97, 0x39, 0x64, 0x0f, 0x17, 0x2e, 0x58, 0x2d, 0x10, 0x46, 0xf4, |
| 3113 | 0x11, 0x14, 0x46, 0x43, 0xeb, 0x2a, 0xd8, 0xb0, 0xdb, 0x1c, 0x53, 0xc6, 0xc0, 0x8c, 0x72, 0xb7, |
| 3114 | 0xd8, 0x34, 0x2d, 0x3b, 0x40, 0xec, 0x73, 0xc4, 0x6d, 0x9c, 0xf7, 0x2c, 0x5b, 0x02, 0xee, 0x41, |
| 3115 | 0x9e, 0xda, 0x63, 0xe2, 0x53, 0x73, 0x3c, 0x29, 0x1f, 0xf0, 0x6c, 0xdf, 0xc7, 0x91, 0x49, 0x5b, |
| 3116 | 0x03, 0xb0, 0x7d, 0x43, 0x16, 0x0a, 0xad, 0x00, 0x79, 0xdb, 0x37, 0x44, 0x6d, 0xd0, 0xb6, 0x60, |
| 3117 | 0xd3, 0xf6, 0x8d, 0x64, 0x3d, 0x90, 0xc6, 0x64, 0xee, 0x6b, 0x77, 0xe1, 0xc0, 0x66, 0x89, 0xbd, |
| 3118 | 0x38, 0xcf, 0xb5, 0x0d, 0x28, 0xda, 0xbe, 0x11, 0xa5, 0xb2, 0xb6, 0x0e, 0x6b, 0xd2, 0xc0, 0x03, |
| 3119 | 0x57, 0xdb, 0x87, 0xb2, 0xed, 0x1b, 0x0b, 0x73, 0x55, 0xbb, 0x03, 0xfb, 0xa1, 0x6f, 0x2e, 0x23, |
| 3120 | 0xb5, 0x07, 0x70, 0x6f, 0xce, 0x9b, 0xc8, 0x3a, 0x0d, 0x41, 0x29, 0x8d, 0xd0, 0xca, 0xb0, 0x3b, |
| 3121 | 0xf7, 0x3c, 0x31, 0x93, 0x6d, 0x40, 0xb6, 0x6f, 0xa4, 0x52, 0x45, 0xce, 0x37, 0x4c, 0x0b, 0x89, |
| 3122 | 0x4a, 0xe5, 0x81, 0xb6, 0x07, 0x3b, 0x09, 0x6b, 0x10, 0xf3, 0x72, 0x8d, 0x65, 0x9c, 0xca, 0x91, |
| 3123 | 0x0c, 0x68, 0xed, 0x1e, 0xdc, 0x89, 0x7c, 0xf3, 0x31, 0xac, 0x15, 0xa1, 0x20, 0xfc, 0x3c, 0xd2, |
| 3124 | 0xe4, 0x52, 0x46, 0x91, 0x29, 0xfd, 0x34, 0xe9, 0x8f, 0x62, 0x4f, 0xdb, 0x84, 0x0d, 0xb6, 0xd4, |
| 3125 | 0xb1, 0x58, 0xd3, 0x4a, 0xb0, 0x6e, 0xfb, 0x46, 0x2c, 0xb2, 0x02, 0xd5, 0x30, 0x90, 0xe4, 0x0b, |
| 3126 | 0x87, 0x51, 0xa2, 0xfe, 0x76, 0x05, 0x0e, 0x6e, 0x38, 0xf4, 0xd0, 0x7d, 0x28, 0xb0, 0x76, 0xd7, |
| 3127 | 0x20, 0x51, 0x07, 0xac, 0xdc, 0xd0, 0x01, 0x2b, 0x61, 0x07, 0xbc, 0x0b, 0xca, 0x25, 0xd3, 0x12, |
| 3128 | 0x4d, 0x81, 0x82, 0xe5, 0x08, 0xfd, 0x5f, 0xac, 0xff, 0x35, 0x24, 0x82, 0x9f, 0x30, 0x78, 0x23, |
| 3129 | 0xb4, 0x9f, 0x86, 0xd0, 0xb0, 0xcd, 0x0d, 0xa0, 0x2b, 0x02, 0x1a, 0xda, 0x25, 0xf4, 0x33, 0x40, |
| 3130 | 0xe1, 0xca, 0x12, 0x2b, 0x00, 0xf3, 0x83, 0x05, 0x97, 0xa2, 0xf6, 0x37, 0x12, 0x0e, 0xbb, 0xdc, |
| 3131 | 0x00, 0xbb, 0x2a, 0x84, 0x43, 0xbb, 0x84, 0x3e, 0x8a, 0x9a, 0xdf, 0x00, 0xc9, 0xcf, 0x18, 0xbc, |
| 3132 | 0x1e, 0x98, 0x25, 0xf0, 0x31, 0x94, 0x84, 0xdf, 0x78, 0x76, 0x68, 0xc4, 0x9a, 0x5f, 0x05, 0xaf, |
| 3133 | 0x0b, 0xfb, 0xb3, 0xc3, 0xb0, 0x23, 0xdd, 0x0b, 0x90, 0x75, 0x83, 0xba, 0x46, 0xb5, 0xf6, 0xa5, |
| 3134 | 0x11, 0x6b, 0x7f, 0x15, 0xbc, 0x25, 0x09, 0xa2, 0xfb, 0xed, 0x04, 0x1d, 0x69, 0x59, 0xb2, 0xaa, |
| 3135 | 0xb5, 0x23, 0x46, 0xab, 0xd5, 0xeb, 0x01, 0x8d, 0x9f, 0x25, 0x78, 0x5b, 0xf8, 0x53, 0xfd, 0x6f, |
| 3136 | 0xc4, 0xab, 0xd5, 0x9f, 0x31, 0x5e, 0xbd, 0x5a, 0x35, 0x62, 0x2d, 0x70, 0xc8, 0x0b, 0x3a, 0xe0, |
| 3137 | 0x4e, 0xd0, 0xc9, 0xde, 0x96, 0xbc, 0x7a, 0xb5, 0xc6, 0xa7, 0xf9, 0xb4, 0xf6, 0x85, 0x11, 0x6b, |
| 3138 | 0x82, 0x15, 0xbc, 0x23, 0x00, 0x61, 0x0f, 0x2c, 0x99, 0xcf, 0x61, 0x3f, 0x98, 0xe9, 0xd3, 0xda, |
| 3139 | 0x21, 0xa7, 0xd6, 0xab, 0x47, 0x46, 0xac, 0x0d, 0x56, 0xf0, 0xae, 0x9c, 0x6b, 0xd8, 0x05, 0x0b, |
| 3140 | 0xae, 0xfa, 0x97, 0x0c, 0x3c, 0x7c, 0x57, 0x1b, 0x26, 0xbb, 0x20, 0x0d, 0x72, 0xd3, 0x89, 0x4f, |
| 3141 | 0x3d, 0x62, 0x8e, 0x65, 0x7f, 0x1c, 0xbf, 0x1f, 0xba, 0x49, 0x21, 0xe4, 0xa1, 0x53, 0x00, 0xcb, |
| 3142 | 0xfd, 0xd1, 0x91, 0x2a, 0xd9, 0x0f, 0x52, 0x89, 0x31, 0xd5, 0xdf, 0x8b, 0xab, 0xad, 0xb0, 0xe5, |
| 3143 | 0x93, 0x53, 0xfc, 0xc0, 0x9e, 0x8f, 0xe5, 0x8c, 0x4f, 0x4d, 0x3a, 0x15, 0x39, 0x93, 0xc7, 0x72, |
| 3144 | 0xc4, 0x92, 0xf0, 0xd2, 0xb4, 0x47, 0x86, 0x47, 0x4c, 0xdf, 0x75, 0x78, 0xba, 0xe4, 0x31, 0x30, |
| 3145 | 0x13, 0xe6, 0x16, 0x74, 0x9b, 0x1f, 0x78, 0xfc, 0x56, 0x81, 0x67, 0x48, 0x86, 0x1d, 0x77, 0x7c, |
| 3146 | 0x2e, 0xea, 0xaf, 0x57, 0x60, 0xe3, 0x8c, 0xd0, 0x57, 0xe6, 0x68, 0x1a, 0x5e, 0x3b, 0x7f, 0x95, |
| 3147 | 0xba, 0x3d, 0x2e, 0xd4, 0xee, 0x26, 0x3f, 0xc7, 0x53, 0xf7, 0xd4, 0xcd, 0xa5, 0xe8, 0x7a, 0x19, |
| 3148 | 0x7d, 0x05, 0xab, 0x53, 0x71, 0x97, 0x2a, 0x17, 0xec, 0xfe, 0xf5, 0x77, 0xad, 0x01, 0x3b, 0x60, |
| 3149 | 0xa0, 0x63, 0x28, 0xb8, 0xe2, 0x16, 0x8d, 0x0b, 0xdc, 0x5a, 0xf4, 0xf0, 0xd4, 0x35, 0x5b, 0x73, |
| 3150 | 0x09, 0xc7, 0x39, 0xa8, 0x05, 0xeb, 0xae, 0x33, 0x8d, 0x5d, 0xb8, 0xf0, 0xf5, 0x58, 0x34, 0x8d, |
| 3151 | 0xe4, 0xbd, 0x4c, 0x73, 0x09, 0xa7, 0x88, 0x08, 0x43, 0x91, 0xd0, 0xd7, 0xd1, 0xd7, 0x3f, 0x5f, |
| 3152 | 0xbb, 0x42, 0xed, 0xd3, 0xf7, 0xbf, 0x9b, 0x68, 0x2e, 0xe1, 0xa4, 0x04, 0xfa, 0x19, 0xff, 0x20, |
| 3153 | 0x92, 0x6e, 0x5e, 0x81, 0x0a, 0xb5, 0x83, 0x39, 0xc1, 0xe8, 0x0b, 0xad, 0xb9, 0x84, 0x63, 0x04, |
| 3154 | 0xa4, 0x01, 0xb8, 0x7c, 0xe6, 0xfc, 0xcd, 0x56, 0x39, 0xfd, 0xc1, 0x1c, 0x3d, 0xf5, 0xb1, 0xc3, |
| 3155 | 0x34, 0x22, 0x16, 0x3a, 0x87, 0x55, 0x16, 0x4f, 0x4c, 0x20, 0xc7, 0x05, 0x9e, 0xa6, 0x04, 0xde, |
| 3156 | 0xf9, 0x91, 0xc3, 0xb6, 0x4c, 0x4a, 0xa0, 0x23, 0x08, 0x62, 0x89, 0xd7, 0xb3, 0x42, 0xed, 0x4e, |
| 3157 | 0x52, 0x2d, 0xf9, 0x9d, 0xc3, 0x98, 0x12, 0xae, 0xe5, 0x61, 0xd5, 0x13, 0x56, 0xf5, 0x0f, 0x39, |
| 3158 | 0xfe, 0x79, 0x2b, 0xa3, 0x50, 0xa6, 0xc7, 0xf3, 0x30, 0xdc, 0xc5, 0x9d, 0x90, 0x9a, 0x14, 0x4e, |
| 3159 | 0x80, 0x2b, 0x3d, 0x8e, 0x0c, 0x53, 0x42, 0x87, 0x3c, 0xf1, 0x3c, 0x11, 0xfe, 0xf2, 0x7a, 0xf8, |
| 3160 | 0xd1, 0x4d, 0x74, 0x7e, 0x00, 0x08, 0x38, 0x8e, 0x98, 0xe8, 0xeb, 0x58, 0x26, 0x88, 0x60, 0xbc, |
| 3161 | 0x77, 0x5d, 0x26, 0x08, 0xa1, 0x44, 0x2a, 0x7c, 0x1d, 0xa5, 0xc2, 0xf2, 0x35, 0x3b, 0x95, 0xfa, |
| 3162 | 0xd9, 0x21, 0x9e, 0x0b, 0x2f, 0x60, 0x6d, 0x22, 0xe2, 0x9c, 0x3a, 0xc4, 0xf3, 0x65, 0xf0, 0x7d, |
| 3163 | 0x72, 0x63, 0x32, 0xc4, 0x74, 0x12, 0x64, 0xf4, 0xed, 0x5c, 0x56, 0x88, 0xd0, 0x7b, 0xf4, 0x8e, |
| 3164 | 0xac, 0x88, 0x09, 0xa6, 0xb3, 0xe3, 0x02, 0x36, 0x13, 0xa1, 0x1d, 0x8b, 0xc8, 0xda, 0xfb, 0x67, |
| 3165 | 0x48, 0xec, 0x01, 0xf3, 0x72, 0x48, 0x4f, 0x64, 0x8b, 0x88, 0xd6, 0x8f, 0x6f, 0xc8, 0x96, 0x98, |
| 3166 | 0x5a, 0x3c, 0x6b, 0x5e, 0xf0, 0xb7, 0xef, 0xba, 0x4e, 0xb0, 0x4e, 0x32, 0x54, 0x3f, 0xba, 0x21, |
| 3167 | 0x73, 0x12, 0xef, 0x1d, 0xa3, 0xa2, 0x01, 0xff, 0xc0, 0x0f, 0x95, 0x80, 0x2b, 0x55, 0x3f, 0x20, |
| 3168 | 0x85, 0x42, 0xe5, 0xb8, 0x0e, 0xfa, 0xff, 0x28, 0x8f, 0x0a, 0x8b, 0xca, 0x5e, 0xea, 0xf0, 0x88, |
| 3169 | 0x25, 0x92, 0x5a, 0x05, 0x45, 0x84, 0x3f, 0xda, 0x86, 0x52, 0xaf, 0x7f, 0xdc, 0x1f, 0xf4, 0x12, |
| 3170 | 0x3f, 0xba, 0x28, 0x90, 0xed, 0xbc, 0x28, 0x65, 0x50, 0x1e, 0x56, 0x74, 0x8c, 0x3b, 0xb8, 0x94, |
| 3171 | 0x55, 0xff, 0x98, 0x81, 0x42, 0x2c, 0xe6, 0x19, 0x11, 0xeb, 0xc7, 0xbd, 0x4e, 0x3b, 0x41, 0xdc, |
| 3172 | 0x80, 0xc2, 0xa0, 0xdd, 0x1b, 0x74, 0xbb, 0x1d, 0xdc, 0xe7, 0xbf, 0xd8, 0xec, 0xc0, 0x66, 0xab, |
| 3173 | 0xfd, 0xea, 0xf8, 0xbc, 0xd5, 0x30, 0x1a, 0xfa, 0xab, 0xd6, 0x89, 0x6e, 0xb4, 0x1a, 0xa5, 0x6c, |
| 3174 | 0xdc, 0xcc, 0xa0, 0x46, 0xff, 0xe7, 0x5d, 0xbd, 0x74, 0x0b, 0x15, 0x60, 0xb5, 0xdf, 0x7a, 0xa9, |
| 3175 | 0x77, 0x06, 0xfd, 0xd2, 0x32, 0x7b, 0x42, 0x80, 0xc1, 0xfa, 0xb7, 0x02, 0xb2, 0x82, 0x10, 0xac, |
| 3176 | 0xb7, 0xda, 0x7d, 0x1d, 0xb7, 0x8f, 0xcf, 0x0d, 0x31, 0x37, 0x45, 0xd8, 0xe2, 0x0f, 0x29, 0xad, |
| 3177 | 0x6a, 0x00, 0x39, 0x4f, 0xbe, 0xb9, 0xfa, 0x0a, 0x36, 0x7a, 0xa9, 0x13, 0xeb, 0x08, 0xd6, 0xcc, |
| 3178 | 0x91, 0xe9, 0x8d, 0xe5, 0x2f, 0xae, 0xf2, 0xd4, 0xda, 0xaa, 0xc8, 0x1f, 0x60, 0x8f, 0x99, 0x4f, |
| 3179 | 0xfc, 0x62, 0xc7, 0x96, 0xdd, 0x8c, 0x86, 0xf1, 0x22, 0xf4, 0xef, 0x0c, 0x94, 0x7a, 0x1f, 0x52, |
| 3180 | 0x84, 0x7a, 0xff, 0x5d, 0x11, 0xea, 0xbd, 0x5f, 0x11, 0xfa, 0x29, 0xdb, 0x7b, 0xf8, 0x53, 0x76, |
| 3181 | 0x57, 0xb5, 0x61, 0xa7, 0x67, 0x3b, 0x57, 0x23, 0x92, 0x6e, 0x08, 0xf6, 0x21, 0x47, 0x4d, 0xef, |
| 3182 | 0x8a, 0xd0, 0xf0, 0x42, 0x2b, 0x1c, 0xa3, 0xc3, 0x70, 0x01, 0xe5, 0x79, 0xbf, 0xbf, 0xb0, 0xce, |
| 3183 | 0x72, 0x04, 0x0e, 0xd7, 0xfa, 0x5b, 0xd8, 0x4d, 0x3f, 0x4a, 0x2e, 0xf8, 0x97, 0xd1, 0x4e, 0xcb, |
| 3184 | 0x6d, 0x3c, 0xb8, 0xa1, 0x70, 0xe3, 0x28, 0x2c, 0xc2, 0xd9, 0xf7, 0xfe, 0x57, 0xb3, 0xef, 0xbd, |
| 3185 | 0x73, 0xf6, 0xbd, 0x0f, 0x9b, 0x7d, 0xef, 0xda, 0xd9, 0xd7, 0xfe, 0x9c, 0x81, 0xbc, 0x1e, 0x00, |
| 3186 | 0x11, 0x86, 0xc2, 0x19, 0xa1, 0xfa, 0x4c, 0xc0, 0x51, 0xfc, 0xdc, 0x58, 0xb8, 0x43, 0xfb, 0x1f, |
| 3187 | 0xdd, 0x80, 0x90, 0x53, 0xc3, 0x50, 0xe8, 0xdd, 0xa8, 0xd9, 0x7b, 0xa7, 0x66, 0x7a, 0xfe, 0x1a, |
| 3188 | 0x86, 0xbb, 0xae, 0x77, 0x55, 0x71, 0x27, 0x84, 0x7d, 0x7a, 0x5b, 0x15, 0xf1, 0x2f, 0x10, 0x11, |
| 3189 | 0xef, 0x17, 0xd5, 0x2b, 0x9b, 0xbe, 0x9e, 0x5e, 0x54, 0x86, 0xee, 0xf8, 0x49, 0x80, 0x7a, 0x22, |
| 3190 | 0x50, 0x9f, 0xcb, 0x7f, 0x94, 0x78, 0x73, 0xf8, 0xe4, 0xca, 0x8d, 0xfe, 0xb3, 0xa2, 0xbb, 0x74, |
| 3191 | 0xa1, 0x70, 0xcf, 0x17, 0xff, 0x09, 0x00, 0x00, 0xff, 0xff, 0x71, 0x00, 0x5d, 0x55, 0x7d, 0x21, |
| 3192 | 0x00, 0x00, |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 3193 | } |
| 3194 | |
| 3195 | // Reference imports to suppress errors if they are not otherwise used. |
| 3196 | var _ context.Context |
| 3197 | var _ grpc.ClientConn |
| 3198 | |
| 3199 | // This is a compile-time assertion to ensure that this generated file |
| 3200 | // is compatible with the grpc package it is being compiled against. |
| 3201 | const _ = grpc.SupportPackageIsVersion4 |
| 3202 | |
| 3203 | // ExtensionClient is the client API for Extension service. |
| 3204 | // |
| 3205 | // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. |
| 3206 | type ExtensionClient interface { |
| 3207 | // Get a single attribute |
| 3208 | GetExtValue(ctx context.Context, in *SingleGetValueRequest, opts ...grpc.CallOption) (*SingleGetValueResponse, error) |
| 3209 | // Set a single attribute |
| 3210 | SetExtValue(ctx context.Context, in *SingleSetValueRequest, opts ...grpc.CallOption) (*SingleSetValueResponse, error) |
| 3211 | } |
| 3212 | |
| 3213 | type extensionClient struct { |
| 3214 | cc *grpc.ClientConn |
| 3215 | } |
| 3216 | |
| 3217 | func NewExtensionClient(cc *grpc.ClientConn) ExtensionClient { |
| 3218 | return &extensionClient{cc} |
| 3219 | } |
| 3220 | |
| 3221 | func (c *extensionClient) GetExtValue(ctx context.Context, in *SingleGetValueRequest, opts ...grpc.CallOption) (*SingleGetValueResponse, error) { |
| 3222 | out := new(SingleGetValueResponse) |
| 3223 | err := c.cc.Invoke(ctx, "/extension.Extension/GetExtValue", in, out, opts...) |
| 3224 | if err != nil { |
| 3225 | return nil, err |
| 3226 | } |
| 3227 | return out, nil |
| 3228 | } |
| 3229 | |
| 3230 | func (c *extensionClient) SetExtValue(ctx context.Context, in *SingleSetValueRequest, opts ...grpc.CallOption) (*SingleSetValueResponse, error) { |
| 3231 | out := new(SingleSetValueResponse) |
| 3232 | err := c.cc.Invoke(ctx, "/extension.Extension/SetExtValue", in, out, opts...) |
| 3233 | if err != nil { |
| 3234 | return nil, err |
| 3235 | } |
| 3236 | return out, nil |
| 3237 | } |
| 3238 | |
| 3239 | // ExtensionServer is the server API for Extension service. |
| 3240 | type ExtensionServer interface { |
| 3241 | // Get a single attribute |
| 3242 | GetExtValue(context.Context, *SingleGetValueRequest) (*SingleGetValueResponse, error) |
| 3243 | // Set a single attribute |
| 3244 | SetExtValue(context.Context, *SingleSetValueRequest) (*SingleSetValueResponse, error) |
| 3245 | } |
| 3246 | |
David K. Bainbridge | c4bf538 | 2021-04-08 16:06:54 +0000 | [diff] [blame] | 3247 | // UnimplementedExtensionServer can be embedded to have forward compatible implementations. |
| 3248 | type UnimplementedExtensionServer struct { |
| 3249 | } |
| 3250 | |
| 3251 | func (*UnimplementedExtensionServer) GetExtValue(ctx context.Context, req *SingleGetValueRequest) (*SingleGetValueResponse, error) { |
| 3252 | return nil, status.Errorf(codes.Unimplemented, "method GetExtValue not implemented") |
| 3253 | } |
| 3254 | func (*UnimplementedExtensionServer) SetExtValue(ctx context.Context, req *SingleSetValueRequest) (*SingleSetValueResponse, error) { |
| 3255 | return nil, status.Errorf(codes.Unimplemented, "method SetExtValue not implemented") |
| 3256 | } |
| 3257 | |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 3258 | func RegisterExtensionServer(s *grpc.Server, srv ExtensionServer) { |
| 3259 | s.RegisterService(&_Extension_serviceDesc, srv) |
| 3260 | } |
| 3261 | |
| 3262 | func _Extension_GetExtValue_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3263 | in := new(SingleGetValueRequest) |
| 3264 | if err := dec(in); err != nil { |
| 3265 | return nil, err |
| 3266 | } |
| 3267 | if interceptor == nil { |
| 3268 | return srv.(ExtensionServer).GetExtValue(ctx, in) |
| 3269 | } |
| 3270 | info := &grpc.UnaryServerInfo{ |
| 3271 | Server: srv, |
| 3272 | FullMethod: "/extension.Extension/GetExtValue", |
| 3273 | } |
| 3274 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3275 | return srv.(ExtensionServer).GetExtValue(ctx, req.(*SingleGetValueRequest)) |
| 3276 | } |
| 3277 | return interceptor(ctx, in, info, handler) |
| 3278 | } |
| 3279 | |
| 3280 | func _Extension_SetExtValue_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 3281 | in := new(SingleSetValueRequest) |
| 3282 | if err := dec(in); err != nil { |
| 3283 | return nil, err |
| 3284 | } |
| 3285 | if interceptor == nil { |
| 3286 | return srv.(ExtensionServer).SetExtValue(ctx, in) |
| 3287 | } |
| 3288 | info := &grpc.UnaryServerInfo{ |
| 3289 | Server: srv, |
| 3290 | FullMethod: "/extension.Extension/SetExtValue", |
| 3291 | } |
| 3292 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 3293 | return srv.(ExtensionServer).SetExtValue(ctx, req.(*SingleSetValueRequest)) |
| 3294 | } |
| 3295 | return interceptor(ctx, in, info, handler) |
| 3296 | } |
| 3297 | |
| 3298 | var _Extension_serviceDesc = grpc.ServiceDesc{ |
| 3299 | ServiceName: "extension.Extension", |
| 3300 | HandlerType: (*ExtensionServer)(nil), |
| 3301 | Methods: []grpc.MethodDesc{ |
| 3302 | { |
| 3303 | MethodName: "GetExtValue", |
| 3304 | Handler: _Extension_GetExtValue_Handler, |
| 3305 | }, |
| 3306 | { |
| 3307 | MethodName: "SetExtValue", |
| 3308 | Handler: _Extension_SetExtValue_Handler, |
| 3309 | }, |
| 3310 | }, |
| 3311 | Streams: []grpc.StreamDesc{}, |
| 3312 | Metadata: "voltha_protos/extensions.proto", |
| 3313 | } |