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