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) { |
amit.ghosh | 8490b12 | 2022-11-28 15:45:04 +0100 | [diff] [blame] | 231 | return fileDescriptor_7ecf6e9799a9202d, []int{22, 0} |
Himani Chawla | 654f7f3 | 2021-08-25 16:31:24 +0530 | [diff] [blame] | 232 | } |
| 233 | |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 234 | type GetOffloadedAppsStatisticsRequest_OffloadedApp int32 |
| 235 | |
| 236 | const ( |
| 237 | GetOffloadedAppsStatisticsRequest_UNDEFINED GetOffloadedAppsStatisticsRequest_OffloadedApp = 0 |
| 238 | GetOffloadedAppsStatisticsRequest_PPPoeIA GetOffloadedAppsStatisticsRequest_OffloadedApp = 1 |
| 239 | GetOffloadedAppsStatisticsRequest_DHCPv4RA GetOffloadedAppsStatisticsRequest_OffloadedApp = 2 |
| 240 | GetOffloadedAppsStatisticsRequest_DHCPv6RA GetOffloadedAppsStatisticsRequest_OffloadedApp = 3 |
| 241 | ) |
| 242 | |
| 243 | var GetOffloadedAppsStatisticsRequest_OffloadedApp_name = map[int32]string{ |
| 244 | 0: "UNDEFINED", |
| 245 | 1: "PPPoeIA", |
| 246 | 2: "DHCPv4RA", |
| 247 | 3: "DHCPv6RA", |
| 248 | } |
| 249 | |
| 250 | var GetOffloadedAppsStatisticsRequest_OffloadedApp_value = map[string]int32{ |
| 251 | "UNDEFINED": 0, |
| 252 | "PPPoeIA": 1, |
| 253 | "DHCPv4RA": 2, |
| 254 | "DHCPv6RA": 3, |
| 255 | } |
| 256 | |
| 257 | func (x GetOffloadedAppsStatisticsRequest_OffloadedApp) String() string { |
| 258 | return proto.EnumName(GetOffloadedAppsStatisticsRequest_OffloadedApp_name, int32(x)) |
| 259 | } |
| 260 | |
| 261 | func (GetOffloadedAppsStatisticsRequest_OffloadedApp) EnumDescriptor() ([]byte, []int) { |
| 262 | return fileDescriptor_7ecf6e9799a9202d, []int{31, 0} |
| 263 | } |
| 264 | |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 265 | type GetValueResponse_Status int32 |
| 266 | |
| 267 | const ( |
| 268 | GetValueResponse_STATUS_UNDEFINED GetValueResponse_Status = 0 |
| 269 | GetValueResponse_OK GetValueResponse_Status = 1 |
| 270 | GetValueResponse_ERROR GetValueResponse_Status = 2 |
| 271 | ) |
| 272 | |
| 273 | var GetValueResponse_Status_name = map[int32]string{ |
| 274 | 0: "STATUS_UNDEFINED", |
| 275 | 1: "OK", |
| 276 | 2: "ERROR", |
| 277 | } |
| 278 | |
| 279 | var GetValueResponse_Status_value = map[string]int32{ |
| 280 | "STATUS_UNDEFINED": 0, |
| 281 | "OK": 1, |
| 282 | "ERROR": 2, |
| 283 | } |
| 284 | |
| 285 | func (x GetValueResponse_Status) String() string { |
| 286 | return proto.EnumName(GetValueResponse_Status_name, int32(x)) |
| 287 | } |
| 288 | |
| 289 | func (GetValueResponse_Status) EnumDescriptor() ([]byte, []int) { |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 290 | return fileDescriptor_7ecf6e9799a9202d, []int{34, 0} |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 291 | } |
| 292 | |
| 293 | type GetValueResponse_ErrorReason int32 |
| 294 | |
| 295 | const ( |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 296 | GetValueResponse_REASON_UNDEFINED GetValueResponse_ErrorReason = 0 |
| 297 | GetValueResponse_UNSUPPORTED GetValueResponse_ErrorReason = 1 |
| 298 | GetValueResponse_INVALID_DEVICE_ID GetValueResponse_ErrorReason = 2 |
| 299 | GetValueResponse_INVALID_PORT_TYPE GetValueResponse_ErrorReason = 3 |
| 300 | GetValueResponse_TIMEOUT GetValueResponse_ErrorReason = 4 |
| 301 | GetValueResponse_INVALID_REQ_TYPE GetValueResponse_ErrorReason = 5 |
| 302 | GetValueResponse_INTERNAL_ERROR GetValueResponse_ErrorReason = 6 |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 303 | GetValueResponse_INVALID_DEVICE GetValueResponse_ErrorReason = 7 |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 304 | ) |
| 305 | |
| 306 | var GetValueResponse_ErrorReason_name = map[int32]string{ |
| 307 | 0: "REASON_UNDEFINED", |
| 308 | 1: "UNSUPPORTED", |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 309 | 2: "INVALID_DEVICE_ID", |
| 310 | 3: "INVALID_PORT_TYPE", |
| 311 | 4: "TIMEOUT", |
| 312 | 5: "INVALID_REQ_TYPE", |
| 313 | 6: "INTERNAL_ERROR", |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 314 | 7: "INVALID_DEVICE", |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 315 | } |
| 316 | |
| 317 | var GetValueResponse_ErrorReason_value = map[string]int32{ |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 318 | "REASON_UNDEFINED": 0, |
| 319 | "UNSUPPORTED": 1, |
| 320 | "INVALID_DEVICE_ID": 2, |
| 321 | "INVALID_PORT_TYPE": 3, |
| 322 | "TIMEOUT": 4, |
| 323 | "INVALID_REQ_TYPE": 5, |
| 324 | "INTERNAL_ERROR": 6, |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 325 | "INVALID_DEVICE": 7, |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 326 | } |
| 327 | |
| 328 | func (x GetValueResponse_ErrorReason) String() string { |
| 329 | return proto.EnumName(GetValueResponse_ErrorReason_name, int32(x)) |
| 330 | } |
| 331 | |
| 332 | func (GetValueResponse_ErrorReason) EnumDescriptor() ([]byte, []int) { |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 333 | return fileDescriptor_7ecf6e9799a9202d, []int{34, 1} |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 334 | } |
| 335 | |
| 336 | type SetValueResponse_Status int32 |
| 337 | |
| 338 | const ( |
| 339 | SetValueResponse_STATUS_UNDEFINED SetValueResponse_Status = 0 |
| 340 | SetValueResponse_OK SetValueResponse_Status = 1 |
| 341 | SetValueResponse_ERROR SetValueResponse_Status = 2 |
| 342 | ) |
| 343 | |
| 344 | var SetValueResponse_Status_name = map[int32]string{ |
| 345 | 0: "STATUS_UNDEFINED", |
| 346 | 1: "OK", |
| 347 | 2: "ERROR", |
| 348 | } |
| 349 | |
| 350 | var SetValueResponse_Status_value = map[string]int32{ |
| 351 | "STATUS_UNDEFINED": 0, |
| 352 | "OK": 1, |
| 353 | "ERROR": 2, |
| 354 | } |
| 355 | |
| 356 | func (x SetValueResponse_Status) String() string { |
| 357 | return proto.EnumName(SetValueResponse_Status_name, int32(x)) |
| 358 | } |
| 359 | |
| 360 | func (SetValueResponse_Status) EnumDescriptor() ([]byte, []int) { |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 361 | return fileDescriptor_7ecf6e9799a9202d, []int{38, 0} |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 362 | } |
| 363 | |
| 364 | type SetValueResponse_ErrorReason int32 |
| 365 | |
| 366 | const ( |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 367 | SetValueResponse_REASON_UNDEFINED SetValueResponse_ErrorReason = 0 |
| 368 | SetValueResponse_UNSUPPORTED SetValueResponse_ErrorReason = 1 |
| 369 | SetValueResponse_INVALID_DEVICE_ID SetValueResponse_ErrorReason = 2 |
| 370 | SetValueResponse_INVALID_ONU_DEVICE_ID SetValueResponse_ErrorReason = 3 |
| 371 | SetValueResponse_INVALID_UNI_ID SetValueResponse_ErrorReason = 4 |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 372 | ) |
| 373 | |
| 374 | var SetValueResponse_ErrorReason_name = map[int32]string{ |
| 375 | 0: "REASON_UNDEFINED", |
| 376 | 1: "UNSUPPORTED", |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 377 | 2: "INVALID_DEVICE_ID", |
| 378 | 3: "INVALID_ONU_DEVICE_ID", |
| 379 | 4: "INVALID_UNI_ID", |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 380 | } |
| 381 | |
| 382 | var SetValueResponse_ErrorReason_value = map[string]int32{ |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 383 | "REASON_UNDEFINED": 0, |
| 384 | "UNSUPPORTED": 1, |
| 385 | "INVALID_DEVICE_ID": 2, |
| 386 | "INVALID_ONU_DEVICE_ID": 3, |
| 387 | "INVALID_UNI_ID": 4, |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 388 | } |
| 389 | |
| 390 | func (x SetValueResponse_ErrorReason) String() string { |
| 391 | return proto.EnumName(SetValueResponse_ErrorReason_name, int32(x)) |
| 392 | } |
| 393 | |
| 394 | func (SetValueResponse_ErrorReason) EnumDescriptor() ([]byte, []int) { |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 395 | return fileDescriptor_7ecf6e9799a9202d, []int{38, 1} |
khenaidoo | 4c6543e | 2021-10-19 17:25:58 -0400 | [diff] [blame] | 396 | } |
| 397 | |
| 398 | type ValueSet struct { |
| 399 | Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` |
| 400 | // Types that are valid to be assigned to Value: |
| 401 | // *ValueSet_AlarmConfig |
| 402 | Value isValueSet_Value `protobuf_oneof:"value"` |
| 403 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 404 | XXX_unrecognized []byte `json:"-"` |
| 405 | XXX_sizecache int32 `json:"-"` |
| 406 | } |
| 407 | |
| 408 | func (m *ValueSet) Reset() { *m = ValueSet{} } |
| 409 | func (m *ValueSet) String() string { return proto.CompactTextString(m) } |
| 410 | func (*ValueSet) ProtoMessage() {} |
| 411 | func (*ValueSet) Descriptor() ([]byte, []int) { |
| 412 | return fileDescriptor_7ecf6e9799a9202d, []int{0} |
| 413 | } |
| 414 | |
| 415 | func (m *ValueSet) XXX_Unmarshal(b []byte) error { |
| 416 | return xxx_messageInfo_ValueSet.Unmarshal(m, b) |
| 417 | } |
| 418 | func (m *ValueSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 419 | return xxx_messageInfo_ValueSet.Marshal(b, m, deterministic) |
| 420 | } |
| 421 | func (m *ValueSet) XXX_Merge(src proto.Message) { |
| 422 | xxx_messageInfo_ValueSet.Merge(m, src) |
| 423 | } |
| 424 | func (m *ValueSet) XXX_Size() int { |
| 425 | return xxx_messageInfo_ValueSet.Size(m) |
| 426 | } |
| 427 | func (m *ValueSet) XXX_DiscardUnknown() { |
| 428 | xxx_messageInfo_ValueSet.DiscardUnknown(m) |
| 429 | } |
| 430 | |
| 431 | var xxx_messageInfo_ValueSet proto.InternalMessageInfo |
| 432 | |
| 433 | func (m *ValueSet) GetId() string { |
| 434 | if m != nil { |
| 435 | return m.Id |
| 436 | } |
| 437 | return "" |
| 438 | } |
| 439 | |
| 440 | type isValueSet_Value interface { |
| 441 | isValueSet_Value() |
| 442 | } |
| 443 | |
| 444 | type ValueSet_AlarmConfig struct { |
| 445 | AlarmConfig *config.AlarmConfig `protobuf:"bytes,2,opt,name=alarm_config,json=alarmConfig,proto3,oneof"` |
| 446 | } |
| 447 | |
| 448 | func (*ValueSet_AlarmConfig) isValueSet_Value() {} |
| 449 | |
| 450 | func (m *ValueSet) GetValue() isValueSet_Value { |
| 451 | if m != nil { |
| 452 | return m.Value |
| 453 | } |
| 454 | return nil |
| 455 | } |
| 456 | |
| 457 | func (m *ValueSet) GetAlarmConfig() *config.AlarmConfig { |
| 458 | if x, ok := m.GetValue().(*ValueSet_AlarmConfig); ok { |
| 459 | return x.AlarmConfig |
| 460 | } |
| 461 | return nil |
| 462 | } |
| 463 | |
| 464 | // XXX_OneofWrappers is for the internal use of the proto package. |
| 465 | func (*ValueSet) XXX_OneofWrappers() []interface{} { |
| 466 | return []interface{}{ |
| 467 | (*ValueSet_AlarmConfig)(nil), |
| 468 | } |
| 469 | } |
| 470 | |
| 471 | type ValueType struct { |
| 472 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 473 | XXX_unrecognized []byte `json:"-"` |
| 474 | XXX_sizecache int32 `json:"-"` |
| 475 | } |
| 476 | |
| 477 | func (m *ValueType) Reset() { *m = ValueType{} } |
| 478 | func (m *ValueType) String() string { return proto.CompactTextString(m) } |
| 479 | func (*ValueType) ProtoMessage() {} |
| 480 | func (*ValueType) Descriptor() ([]byte, []int) { |
| 481 | return fileDescriptor_7ecf6e9799a9202d, []int{1} |
| 482 | } |
| 483 | |
| 484 | func (m *ValueType) XXX_Unmarshal(b []byte) error { |
| 485 | return xxx_messageInfo_ValueType.Unmarshal(m, b) |
| 486 | } |
| 487 | func (m *ValueType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 488 | return xxx_messageInfo_ValueType.Marshal(b, m, deterministic) |
| 489 | } |
| 490 | func (m *ValueType) XXX_Merge(src proto.Message) { |
| 491 | xxx_messageInfo_ValueType.Merge(m, src) |
| 492 | } |
| 493 | func (m *ValueType) XXX_Size() int { |
| 494 | return xxx_messageInfo_ValueType.Size(m) |
| 495 | } |
| 496 | func (m *ValueType) XXX_DiscardUnknown() { |
| 497 | xxx_messageInfo_ValueType.DiscardUnknown(m) |
| 498 | } |
| 499 | |
| 500 | var xxx_messageInfo_ValueType proto.InternalMessageInfo |
| 501 | |
| 502 | type ValueSpecifier struct { |
| 503 | Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` |
| 504 | Value ValueType_Type `protobuf:"varint,2,opt,name=value,proto3,enum=extension.ValueType_Type" json:"value,omitempty"` |
| 505 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 506 | XXX_unrecognized []byte `json:"-"` |
| 507 | XXX_sizecache int32 `json:"-"` |
| 508 | } |
| 509 | |
| 510 | func (m *ValueSpecifier) Reset() { *m = ValueSpecifier{} } |
| 511 | func (m *ValueSpecifier) String() string { return proto.CompactTextString(m) } |
| 512 | func (*ValueSpecifier) ProtoMessage() {} |
| 513 | func (*ValueSpecifier) Descriptor() ([]byte, []int) { |
| 514 | return fileDescriptor_7ecf6e9799a9202d, []int{2} |
| 515 | } |
| 516 | |
| 517 | func (m *ValueSpecifier) XXX_Unmarshal(b []byte) error { |
| 518 | return xxx_messageInfo_ValueSpecifier.Unmarshal(m, b) |
| 519 | } |
| 520 | func (m *ValueSpecifier) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 521 | return xxx_messageInfo_ValueSpecifier.Marshal(b, m, deterministic) |
| 522 | } |
| 523 | func (m *ValueSpecifier) XXX_Merge(src proto.Message) { |
| 524 | xxx_messageInfo_ValueSpecifier.Merge(m, src) |
| 525 | } |
| 526 | func (m *ValueSpecifier) XXX_Size() int { |
| 527 | return xxx_messageInfo_ValueSpecifier.Size(m) |
| 528 | } |
| 529 | func (m *ValueSpecifier) XXX_DiscardUnknown() { |
| 530 | xxx_messageInfo_ValueSpecifier.DiscardUnknown(m) |
| 531 | } |
| 532 | |
| 533 | var xxx_messageInfo_ValueSpecifier proto.InternalMessageInfo |
| 534 | |
| 535 | func (m *ValueSpecifier) GetId() string { |
| 536 | if m != nil { |
| 537 | return m.Id |
| 538 | } |
| 539 | return "" |
| 540 | } |
| 541 | |
| 542 | func (m *ValueSpecifier) GetValue() ValueType_Type { |
| 543 | if m != nil { |
| 544 | return m.Value |
| 545 | } |
| 546 | return ValueType_EMPTY |
| 547 | } |
| 548 | |
| 549 | type ReturnValues struct { |
| 550 | Set uint32 `protobuf:"varint,1,opt,name=Set,proto3" json:"Set,omitempty"` |
| 551 | Unsupported uint32 `protobuf:"varint,2,opt,name=Unsupported,proto3" json:"Unsupported,omitempty"` |
| 552 | Error uint32 `protobuf:"varint,3,opt,name=Error,proto3" json:"Error,omitempty"` |
| 553 | Distance uint32 `protobuf:"varint,4,opt,name=Distance,proto3" json:"Distance,omitempty"` |
| 554 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 555 | XXX_unrecognized []byte `json:"-"` |
| 556 | XXX_sizecache int32 `json:"-"` |
| 557 | } |
| 558 | |
| 559 | func (m *ReturnValues) Reset() { *m = ReturnValues{} } |
| 560 | func (m *ReturnValues) String() string { return proto.CompactTextString(m) } |
| 561 | func (*ReturnValues) ProtoMessage() {} |
| 562 | func (*ReturnValues) Descriptor() ([]byte, []int) { |
| 563 | return fileDescriptor_7ecf6e9799a9202d, []int{3} |
| 564 | } |
| 565 | |
| 566 | func (m *ReturnValues) XXX_Unmarshal(b []byte) error { |
| 567 | return xxx_messageInfo_ReturnValues.Unmarshal(m, b) |
| 568 | } |
| 569 | func (m *ReturnValues) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 570 | return xxx_messageInfo_ReturnValues.Marshal(b, m, deterministic) |
| 571 | } |
| 572 | func (m *ReturnValues) XXX_Merge(src proto.Message) { |
| 573 | xxx_messageInfo_ReturnValues.Merge(m, src) |
| 574 | } |
| 575 | func (m *ReturnValues) XXX_Size() int { |
| 576 | return xxx_messageInfo_ReturnValues.Size(m) |
| 577 | } |
| 578 | func (m *ReturnValues) XXX_DiscardUnknown() { |
| 579 | xxx_messageInfo_ReturnValues.DiscardUnknown(m) |
| 580 | } |
| 581 | |
| 582 | var xxx_messageInfo_ReturnValues proto.InternalMessageInfo |
| 583 | |
| 584 | func (m *ReturnValues) GetSet() uint32 { |
| 585 | if m != nil { |
| 586 | return m.Set |
| 587 | } |
| 588 | return 0 |
| 589 | } |
| 590 | |
| 591 | func (m *ReturnValues) GetUnsupported() uint32 { |
| 592 | if m != nil { |
| 593 | return m.Unsupported |
| 594 | } |
| 595 | return 0 |
| 596 | } |
| 597 | |
| 598 | func (m *ReturnValues) GetError() uint32 { |
| 599 | if m != nil { |
| 600 | return m.Error |
| 601 | } |
| 602 | return 0 |
| 603 | } |
| 604 | |
| 605 | func (m *ReturnValues) GetDistance() uint32 { |
| 606 | if m != nil { |
| 607 | return m.Distance |
| 608 | } |
| 609 | return 0 |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 610 | } |
| 611 | |
| 612 | type GetDistanceRequest struct { |
| 613 | OnuDeviceId string `protobuf:"bytes,1,opt,name=onuDeviceId,proto3" json:"onuDeviceId,omitempty"` |
| 614 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 615 | XXX_unrecognized []byte `json:"-"` |
| 616 | XXX_sizecache int32 `json:"-"` |
| 617 | } |
| 618 | |
| 619 | func (m *GetDistanceRequest) Reset() { *m = GetDistanceRequest{} } |
| 620 | func (m *GetDistanceRequest) String() string { return proto.CompactTextString(m) } |
| 621 | func (*GetDistanceRequest) ProtoMessage() {} |
| 622 | func (*GetDistanceRequest) Descriptor() ([]byte, []int) { |
khenaidoo | 4c6543e | 2021-10-19 17:25:58 -0400 | [diff] [blame] | 623 | return fileDescriptor_7ecf6e9799a9202d, []int{4} |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 624 | } |
| 625 | |
| 626 | func (m *GetDistanceRequest) XXX_Unmarshal(b []byte) error { |
| 627 | return xxx_messageInfo_GetDistanceRequest.Unmarshal(m, b) |
| 628 | } |
| 629 | func (m *GetDistanceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 630 | return xxx_messageInfo_GetDistanceRequest.Marshal(b, m, deterministic) |
| 631 | } |
| 632 | func (m *GetDistanceRequest) XXX_Merge(src proto.Message) { |
| 633 | xxx_messageInfo_GetDistanceRequest.Merge(m, src) |
| 634 | } |
| 635 | func (m *GetDistanceRequest) XXX_Size() int { |
| 636 | return xxx_messageInfo_GetDistanceRequest.Size(m) |
| 637 | } |
| 638 | func (m *GetDistanceRequest) XXX_DiscardUnknown() { |
| 639 | xxx_messageInfo_GetDistanceRequest.DiscardUnknown(m) |
| 640 | } |
| 641 | |
| 642 | var xxx_messageInfo_GetDistanceRequest proto.InternalMessageInfo |
| 643 | |
| 644 | func (m *GetDistanceRequest) GetOnuDeviceId() string { |
| 645 | if m != nil { |
| 646 | return m.OnuDeviceId |
| 647 | } |
| 648 | return "" |
| 649 | } |
| 650 | |
| 651 | type GetDistanceResponse struct { |
| 652 | Distance uint32 `protobuf:"varint,1,opt,name=distance,proto3" json:"distance,omitempty"` |
| 653 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 654 | XXX_unrecognized []byte `json:"-"` |
| 655 | XXX_sizecache int32 `json:"-"` |
| 656 | } |
| 657 | |
| 658 | func (m *GetDistanceResponse) Reset() { *m = GetDistanceResponse{} } |
| 659 | func (m *GetDistanceResponse) String() string { return proto.CompactTextString(m) } |
| 660 | func (*GetDistanceResponse) ProtoMessage() {} |
| 661 | func (*GetDistanceResponse) Descriptor() ([]byte, []int) { |
khenaidoo | 4c6543e | 2021-10-19 17:25:58 -0400 | [diff] [blame] | 662 | return fileDescriptor_7ecf6e9799a9202d, []int{5} |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 663 | } |
| 664 | |
| 665 | func (m *GetDistanceResponse) XXX_Unmarshal(b []byte) error { |
| 666 | return xxx_messageInfo_GetDistanceResponse.Unmarshal(m, b) |
| 667 | } |
| 668 | func (m *GetDistanceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 669 | return xxx_messageInfo_GetDistanceResponse.Marshal(b, m, deterministic) |
| 670 | } |
| 671 | func (m *GetDistanceResponse) XXX_Merge(src proto.Message) { |
| 672 | xxx_messageInfo_GetDistanceResponse.Merge(m, src) |
| 673 | } |
| 674 | func (m *GetDistanceResponse) XXX_Size() int { |
| 675 | return xxx_messageInfo_GetDistanceResponse.Size(m) |
| 676 | } |
| 677 | func (m *GetDistanceResponse) XXX_DiscardUnknown() { |
| 678 | xxx_messageInfo_GetDistanceResponse.DiscardUnknown(m) |
| 679 | } |
| 680 | |
| 681 | var xxx_messageInfo_GetDistanceResponse proto.InternalMessageInfo |
| 682 | |
| 683 | func (m *GetDistanceResponse) GetDistance() uint32 { |
| 684 | if m != nil { |
| 685 | return m.Distance |
| 686 | } |
| 687 | return 0 |
| 688 | } |
| 689 | |
| 690 | type GetOnuUniInfoRequest struct { |
| 691 | UniIndex uint32 `protobuf:"varint,1,opt,name=uniIndex,proto3" json:"uniIndex,omitempty"` |
| 692 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 693 | XXX_unrecognized []byte `json:"-"` |
| 694 | XXX_sizecache int32 `json:"-"` |
| 695 | } |
| 696 | |
| 697 | func (m *GetOnuUniInfoRequest) Reset() { *m = GetOnuUniInfoRequest{} } |
| 698 | func (m *GetOnuUniInfoRequest) String() string { return proto.CompactTextString(m) } |
| 699 | func (*GetOnuUniInfoRequest) ProtoMessage() {} |
| 700 | func (*GetOnuUniInfoRequest) Descriptor() ([]byte, []int) { |
khenaidoo | 4c6543e | 2021-10-19 17:25:58 -0400 | [diff] [blame] | 701 | return fileDescriptor_7ecf6e9799a9202d, []int{6} |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 702 | } |
| 703 | |
| 704 | func (m *GetOnuUniInfoRequest) XXX_Unmarshal(b []byte) error { |
| 705 | return xxx_messageInfo_GetOnuUniInfoRequest.Unmarshal(m, b) |
| 706 | } |
| 707 | func (m *GetOnuUniInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 708 | return xxx_messageInfo_GetOnuUniInfoRequest.Marshal(b, m, deterministic) |
| 709 | } |
| 710 | func (m *GetOnuUniInfoRequest) XXX_Merge(src proto.Message) { |
| 711 | xxx_messageInfo_GetOnuUniInfoRequest.Merge(m, src) |
| 712 | } |
| 713 | func (m *GetOnuUniInfoRequest) XXX_Size() int { |
| 714 | return xxx_messageInfo_GetOnuUniInfoRequest.Size(m) |
| 715 | } |
| 716 | func (m *GetOnuUniInfoRequest) XXX_DiscardUnknown() { |
| 717 | xxx_messageInfo_GetOnuUniInfoRequest.DiscardUnknown(m) |
| 718 | } |
| 719 | |
| 720 | var xxx_messageInfo_GetOnuUniInfoRequest proto.InternalMessageInfo |
| 721 | |
| 722 | func (m *GetOnuUniInfoRequest) GetUniIndex() uint32 { |
| 723 | if m != nil { |
| 724 | return m.UniIndex |
| 725 | } |
| 726 | return 0 |
| 727 | } |
| 728 | |
| 729 | type GetOnuUniInfoResponse struct { |
| 730 | AdmState GetOnuUniInfoResponse_AdministrativeState `protobuf:"varint,1,opt,name=admState,proto3,enum=extension.GetOnuUniInfoResponse_AdministrativeState" json:"admState,omitempty"` |
| 731 | OperState GetOnuUniInfoResponse_OperationalState `protobuf:"varint,2,opt,name=operState,proto3,enum=extension.GetOnuUniInfoResponse_OperationalState" json:"operState,omitempty"` |
| 732 | ConfigInd GetOnuUniInfoResponse_ConfigurationInd `protobuf:"varint,3,opt,name=configInd,proto3,enum=extension.GetOnuUniInfoResponse_ConfigurationInd" json:"configInd,omitempty"` |
| 733 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 734 | XXX_unrecognized []byte `json:"-"` |
| 735 | XXX_sizecache int32 `json:"-"` |
| 736 | } |
| 737 | |
| 738 | func (m *GetOnuUniInfoResponse) Reset() { *m = GetOnuUniInfoResponse{} } |
| 739 | func (m *GetOnuUniInfoResponse) String() string { return proto.CompactTextString(m) } |
| 740 | func (*GetOnuUniInfoResponse) ProtoMessage() {} |
| 741 | func (*GetOnuUniInfoResponse) Descriptor() ([]byte, []int) { |
khenaidoo | 4c6543e | 2021-10-19 17:25:58 -0400 | [diff] [blame] | 742 | return fileDescriptor_7ecf6e9799a9202d, []int{7} |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 743 | } |
| 744 | |
| 745 | func (m *GetOnuUniInfoResponse) XXX_Unmarshal(b []byte) error { |
| 746 | return xxx_messageInfo_GetOnuUniInfoResponse.Unmarshal(m, b) |
| 747 | } |
| 748 | func (m *GetOnuUniInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 749 | return xxx_messageInfo_GetOnuUniInfoResponse.Marshal(b, m, deterministic) |
| 750 | } |
| 751 | func (m *GetOnuUniInfoResponse) XXX_Merge(src proto.Message) { |
| 752 | xxx_messageInfo_GetOnuUniInfoResponse.Merge(m, src) |
| 753 | } |
| 754 | func (m *GetOnuUniInfoResponse) XXX_Size() int { |
| 755 | return xxx_messageInfo_GetOnuUniInfoResponse.Size(m) |
| 756 | } |
| 757 | func (m *GetOnuUniInfoResponse) XXX_DiscardUnknown() { |
| 758 | xxx_messageInfo_GetOnuUniInfoResponse.DiscardUnknown(m) |
| 759 | } |
| 760 | |
| 761 | var xxx_messageInfo_GetOnuUniInfoResponse proto.InternalMessageInfo |
| 762 | |
| 763 | func (m *GetOnuUniInfoResponse) GetAdmState() GetOnuUniInfoResponse_AdministrativeState { |
| 764 | if m != nil { |
| 765 | return m.AdmState |
| 766 | } |
| 767 | return GetOnuUniInfoResponse_ADMSTATE_UNDEFINED |
| 768 | } |
| 769 | |
| 770 | func (m *GetOnuUniInfoResponse) GetOperState() GetOnuUniInfoResponse_OperationalState { |
| 771 | if m != nil { |
| 772 | return m.OperState |
| 773 | } |
| 774 | return GetOnuUniInfoResponse_OPERSTATE_UNDEFINED |
| 775 | } |
| 776 | |
| 777 | func (m *GetOnuUniInfoResponse) GetConfigInd() GetOnuUniInfoResponse_ConfigurationInd { |
| 778 | if m != nil { |
| 779 | return m.ConfigInd |
| 780 | } |
| 781 | return GetOnuUniInfoResponse_UNKOWN |
| 782 | } |
| 783 | |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 784 | type GetOltPortCounters struct { |
| 785 | PortNo uint32 `protobuf:"varint,1,opt,name=portNo,proto3" json:"portNo,omitempty"` |
| 786 | PortType GetOltPortCounters_PortType `protobuf:"varint,2,opt,name=portType,proto3,enum=extension.GetOltPortCounters_PortType" json:"portType,omitempty"` |
| 787 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 788 | XXX_unrecognized []byte `json:"-"` |
| 789 | XXX_sizecache int32 `json:"-"` |
| 790 | } |
| 791 | |
| 792 | func (m *GetOltPortCounters) Reset() { *m = GetOltPortCounters{} } |
| 793 | func (m *GetOltPortCounters) String() string { return proto.CompactTextString(m) } |
| 794 | func (*GetOltPortCounters) ProtoMessage() {} |
| 795 | func (*GetOltPortCounters) Descriptor() ([]byte, []int) { |
khenaidoo | 4c6543e | 2021-10-19 17:25:58 -0400 | [diff] [blame] | 796 | return fileDescriptor_7ecf6e9799a9202d, []int{8} |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 797 | } |
| 798 | |
| 799 | func (m *GetOltPortCounters) XXX_Unmarshal(b []byte) error { |
| 800 | return xxx_messageInfo_GetOltPortCounters.Unmarshal(m, b) |
| 801 | } |
| 802 | func (m *GetOltPortCounters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 803 | return xxx_messageInfo_GetOltPortCounters.Marshal(b, m, deterministic) |
| 804 | } |
| 805 | func (m *GetOltPortCounters) XXX_Merge(src proto.Message) { |
| 806 | xxx_messageInfo_GetOltPortCounters.Merge(m, src) |
| 807 | } |
| 808 | func (m *GetOltPortCounters) XXX_Size() int { |
| 809 | return xxx_messageInfo_GetOltPortCounters.Size(m) |
| 810 | } |
| 811 | func (m *GetOltPortCounters) XXX_DiscardUnknown() { |
| 812 | xxx_messageInfo_GetOltPortCounters.DiscardUnknown(m) |
| 813 | } |
| 814 | |
| 815 | var xxx_messageInfo_GetOltPortCounters proto.InternalMessageInfo |
| 816 | |
| 817 | func (m *GetOltPortCounters) GetPortNo() uint32 { |
| 818 | if m != nil { |
| 819 | return m.PortNo |
| 820 | } |
| 821 | return 0 |
| 822 | } |
| 823 | |
| 824 | func (m *GetOltPortCounters) GetPortType() GetOltPortCounters_PortType { |
| 825 | if m != nil { |
| 826 | return m.PortType |
| 827 | } |
| 828 | return GetOltPortCounters_Port_UNKNOWN |
| 829 | } |
| 830 | |
| 831 | type GetOltPortCountersResponse struct { |
| 832 | TxBytes uint64 `protobuf:"varint,1,opt,name=txBytes,proto3" json:"txBytes,omitempty"` |
| 833 | RxBytes uint64 `protobuf:"varint,2,opt,name=rxBytes,proto3" json:"rxBytes,omitempty"` |
| 834 | TxPackets uint64 `protobuf:"varint,3,opt,name=txPackets,proto3" json:"txPackets,omitempty"` |
| 835 | RxPackets uint64 `protobuf:"varint,4,opt,name=rxPackets,proto3" json:"rxPackets,omitempty"` |
| 836 | TxErrorPackets uint64 `protobuf:"varint,5,opt,name=txErrorPackets,proto3" json:"txErrorPackets,omitempty"` |
| 837 | RxErrorPackets uint64 `protobuf:"varint,6,opt,name=rxErrorPackets,proto3" json:"rxErrorPackets,omitempty"` |
| 838 | TxBcastPackets uint64 `protobuf:"varint,7,opt,name=txBcastPackets,proto3" json:"txBcastPackets,omitempty"` |
| 839 | RxBcastPackets uint64 `protobuf:"varint,8,opt,name=rxBcastPackets,proto3" json:"rxBcastPackets,omitempty"` |
| 840 | TxUcastPackets uint64 `protobuf:"varint,9,opt,name=txUcastPackets,proto3" json:"txUcastPackets,omitempty"` |
| 841 | RxUcastPackets uint64 `protobuf:"varint,10,opt,name=rxUcastPackets,proto3" json:"rxUcastPackets,omitempty"` |
| 842 | TxMcastPackets uint64 `protobuf:"varint,11,opt,name=txMcastPackets,proto3" json:"txMcastPackets,omitempty"` |
| 843 | RxMcastPackets uint64 `protobuf:"varint,12,opt,name=rxMcastPackets,proto3" json:"rxMcastPackets,omitempty"` |
| 844 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 845 | XXX_unrecognized []byte `json:"-"` |
| 846 | XXX_sizecache int32 `json:"-"` |
| 847 | } |
| 848 | |
| 849 | func (m *GetOltPortCountersResponse) Reset() { *m = GetOltPortCountersResponse{} } |
| 850 | func (m *GetOltPortCountersResponse) String() string { return proto.CompactTextString(m) } |
| 851 | func (*GetOltPortCountersResponse) ProtoMessage() {} |
| 852 | func (*GetOltPortCountersResponse) Descriptor() ([]byte, []int) { |
khenaidoo | 4c6543e | 2021-10-19 17:25:58 -0400 | [diff] [blame] | 853 | return fileDescriptor_7ecf6e9799a9202d, []int{9} |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 854 | } |
| 855 | |
| 856 | func (m *GetOltPortCountersResponse) XXX_Unmarshal(b []byte) error { |
| 857 | return xxx_messageInfo_GetOltPortCountersResponse.Unmarshal(m, b) |
| 858 | } |
| 859 | func (m *GetOltPortCountersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 860 | return xxx_messageInfo_GetOltPortCountersResponse.Marshal(b, m, deterministic) |
| 861 | } |
| 862 | func (m *GetOltPortCountersResponse) XXX_Merge(src proto.Message) { |
| 863 | xxx_messageInfo_GetOltPortCountersResponse.Merge(m, src) |
| 864 | } |
| 865 | func (m *GetOltPortCountersResponse) XXX_Size() int { |
| 866 | return xxx_messageInfo_GetOltPortCountersResponse.Size(m) |
| 867 | } |
| 868 | func (m *GetOltPortCountersResponse) XXX_DiscardUnknown() { |
| 869 | xxx_messageInfo_GetOltPortCountersResponse.DiscardUnknown(m) |
| 870 | } |
| 871 | |
| 872 | var xxx_messageInfo_GetOltPortCountersResponse proto.InternalMessageInfo |
| 873 | |
| 874 | func (m *GetOltPortCountersResponse) GetTxBytes() uint64 { |
| 875 | if m != nil { |
| 876 | return m.TxBytes |
| 877 | } |
| 878 | return 0 |
| 879 | } |
| 880 | |
| 881 | func (m *GetOltPortCountersResponse) GetRxBytes() uint64 { |
| 882 | if m != nil { |
| 883 | return m.RxBytes |
| 884 | } |
| 885 | return 0 |
| 886 | } |
| 887 | |
| 888 | func (m *GetOltPortCountersResponse) GetTxPackets() uint64 { |
| 889 | if m != nil { |
| 890 | return m.TxPackets |
| 891 | } |
| 892 | return 0 |
| 893 | } |
| 894 | |
| 895 | func (m *GetOltPortCountersResponse) GetRxPackets() uint64 { |
| 896 | if m != nil { |
| 897 | return m.RxPackets |
| 898 | } |
| 899 | return 0 |
| 900 | } |
| 901 | |
| 902 | func (m *GetOltPortCountersResponse) GetTxErrorPackets() uint64 { |
| 903 | if m != nil { |
| 904 | return m.TxErrorPackets |
| 905 | } |
| 906 | return 0 |
| 907 | } |
| 908 | |
| 909 | func (m *GetOltPortCountersResponse) GetRxErrorPackets() uint64 { |
| 910 | if m != nil { |
| 911 | return m.RxErrorPackets |
| 912 | } |
| 913 | return 0 |
| 914 | } |
| 915 | |
| 916 | func (m *GetOltPortCountersResponse) GetTxBcastPackets() uint64 { |
| 917 | if m != nil { |
| 918 | return m.TxBcastPackets |
| 919 | } |
| 920 | return 0 |
| 921 | } |
| 922 | |
| 923 | func (m *GetOltPortCountersResponse) GetRxBcastPackets() uint64 { |
| 924 | if m != nil { |
| 925 | return m.RxBcastPackets |
| 926 | } |
| 927 | return 0 |
| 928 | } |
| 929 | |
| 930 | func (m *GetOltPortCountersResponse) GetTxUcastPackets() uint64 { |
| 931 | if m != nil { |
| 932 | return m.TxUcastPackets |
| 933 | } |
| 934 | return 0 |
| 935 | } |
| 936 | |
| 937 | func (m *GetOltPortCountersResponse) GetRxUcastPackets() uint64 { |
| 938 | if m != nil { |
| 939 | return m.RxUcastPackets |
| 940 | } |
| 941 | return 0 |
| 942 | } |
| 943 | |
| 944 | func (m *GetOltPortCountersResponse) GetTxMcastPackets() uint64 { |
| 945 | if m != nil { |
| 946 | return m.TxMcastPackets |
| 947 | } |
| 948 | return 0 |
| 949 | } |
| 950 | |
| 951 | func (m *GetOltPortCountersResponse) GetRxMcastPackets() uint64 { |
| 952 | if m != nil { |
| 953 | return m.RxMcastPackets |
| 954 | } |
| 955 | return 0 |
| 956 | } |
| 957 | |
| 958 | type GetOnuPonOpticalInfo struct { |
| 959 | Empty *empty.Empty `protobuf:"bytes,1,opt,name=empty,proto3" json:"empty,omitempty"` |
| 960 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 961 | XXX_unrecognized []byte `json:"-"` |
| 962 | XXX_sizecache int32 `json:"-"` |
| 963 | } |
| 964 | |
| 965 | func (m *GetOnuPonOpticalInfo) Reset() { *m = GetOnuPonOpticalInfo{} } |
| 966 | func (m *GetOnuPonOpticalInfo) String() string { return proto.CompactTextString(m) } |
| 967 | func (*GetOnuPonOpticalInfo) ProtoMessage() {} |
| 968 | func (*GetOnuPonOpticalInfo) Descriptor() ([]byte, []int) { |
khenaidoo | 4c6543e | 2021-10-19 17:25:58 -0400 | [diff] [blame] | 969 | return fileDescriptor_7ecf6e9799a9202d, []int{10} |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 970 | } |
| 971 | |
| 972 | func (m *GetOnuPonOpticalInfo) XXX_Unmarshal(b []byte) error { |
| 973 | return xxx_messageInfo_GetOnuPonOpticalInfo.Unmarshal(m, b) |
| 974 | } |
| 975 | func (m *GetOnuPonOpticalInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 976 | return xxx_messageInfo_GetOnuPonOpticalInfo.Marshal(b, m, deterministic) |
| 977 | } |
| 978 | func (m *GetOnuPonOpticalInfo) XXX_Merge(src proto.Message) { |
| 979 | xxx_messageInfo_GetOnuPonOpticalInfo.Merge(m, src) |
| 980 | } |
| 981 | func (m *GetOnuPonOpticalInfo) XXX_Size() int { |
| 982 | return xxx_messageInfo_GetOnuPonOpticalInfo.Size(m) |
| 983 | } |
| 984 | func (m *GetOnuPonOpticalInfo) XXX_DiscardUnknown() { |
| 985 | xxx_messageInfo_GetOnuPonOpticalInfo.DiscardUnknown(m) |
| 986 | } |
| 987 | |
| 988 | var xxx_messageInfo_GetOnuPonOpticalInfo proto.InternalMessageInfo |
| 989 | |
| 990 | func (m *GetOnuPonOpticalInfo) GetEmpty() *empty.Empty { |
| 991 | if m != nil { |
| 992 | return m.Empty |
| 993 | } |
| 994 | return nil |
| 995 | } |
| 996 | |
Girish Gowdra | b1d742d | 2021-05-01 15:34:32 -0700 | [diff] [blame] | 997 | // These values correspond to the Optical Line Supervision Test results |
| 998 | // 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] | 999 | type GetOnuPonOpticalInfoResponse struct { |
Girish Gowdra | b1d742d | 2021-05-01 15:34:32 -0700 | [diff] [blame] | 1000 | PowerFeedVoltage float32 `protobuf:"fixed32,1,opt,name=powerFeedVoltage,proto3" json:"powerFeedVoltage,omitempty"` |
| 1001 | ReceivedOpticalPower float32 `protobuf:"fixed32,2,opt,name=receivedOpticalPower,proto3" json:"receivedOpticalPower,omitempty"` |
| 1002 | MeanOpticalLaunchPower float32 `protobuf:"fixed32,3,opt,name=meanOpticalLaunchPower,proto3" json:"meanOpticalLaunchPower,omitempty"` |
| 1003 | LaserBiasCurrent float32 `protobuf:"fixed32,4,opt,name=laserBiasCurrent,proto3" json:"laserBiasCurrent,omitempty"` |
| 1004 | Temperature float32 `protobuf:"fixed32,5,opt,name=temperature,proto3" json:"temperature,omitempty"` |
| 1005 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1006 | XXX_unrecognized []byte `json:"-"` |
| 1007 | XXX_sizecache int32 `json:"-"` |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 1008 | } |
| 1009 | |
| 1010 | func (m *GetOnuPonOpticalInfoResponse) Reset() { *m = GetOnuPonOpticalInfoResponse{} } |
| 1011 | func (m *GetOnuPonOpticalInfoResponse) String() string { return proto.CompactTextString(m) } |
| 1012 | func (*GetOnuPonOpticalInfoResponse) ProtoMessage() {} |
| 1013 | func (*GetOnuPonOpticalInfoResponse) Descriptor() ([]byte, []int) { |
khenaidoo | 4c6543e | 2021-10-19 17:25:58 -0400 | [diff] [blame] | 1014 | return fileDescriptor_7ecf6e9799a9202d, []int{11} |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 1015 | } |
| 1016 | |
| 1017 | func (m *GetOnuPonOpticalInfoResponse) XXX_Unmarshal(b []byte) error { |
| 1018 | return xxx_messageInfo_GetOnuPonOpticalInfoResponse.Unmarshal(m, b) |
| 1019 | } |
| 1020 | func (m *GetOnuPonOpticalInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1021 | return xxx_messageInfo_GetOnuPonOpticalInfoResponse.Marshal(b, m, deterministic) |
| 1022 | } |
| 1023 | func (m *GetOnuPonOpticalInfoResponse) XXX_Merge(src proto.Message) { |
| 1024 | xxx_messageInfo_GetOnuPonOpticalInfoResponse.Merge(m, src) |
| 1025 | } |
| 1026 | func (m *GetOnuPonOpticalInfoResponse) XXX_Size() int { |
| 1027 | return xxx_messageInfo_GetOnuPonOpticalInfoResponse.Size(m) |
| 1028 | } |
| 1029 | func (m *GetOnuPonOpticalInfoResponse) XXX_DiscardUnknown() { |
| 1030 | xxx_messageInfo_GetOnuPonOpticalInfoResponse.DiscardUnknown(m) |
| 1031 | } |
| 1032 | |
| 1033 | var xxx_messageInfo_GetOnuPonOpticalInfoResponse proto.InternalMessageInfo |
| 1034 | |
Girish Gowdra | b1d742d | 2021-05-01 15:34:32 -0700 | [diff] [blame] | 1035 | func (m *GetOnuPonOpticalInfoResponse) GetPowerFeedVoltage() float32 { |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 1036 | if m != nil { |
| 1037 | return m.PowerFeedVoltage |
| 1038 | } |
| 1039 | return 0 |
| 1040 | } |
| 1041 | |
Girish Gowdra | b1d742d | 2021-05-01 15:34:32 -0700 | [diff] [blame] | 1042 | func (m *GetOnuPonOpticalInfoResponse) GetReceivedOpticalPower() float32 { |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 1043 | if m != nil { |
| 1044 | return m.ReceivedOpticalPower |
| 1045 | } |
| 1046 | return 0 |
| 1047 | } |
| 1048 | |
Girish Gowdra | b1d742d | 2021-05-01 15:34:32 -0700 | [diff] [blame] | 1049 | func (m *GetOnuPonOpticalInfoResponse) GetMeanOpticalLaunchPower() float32 { |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 1050 | if m != nil { |
Girish Gowdra | b1d742d | 2021-05-01 15:34:32 -0700 | [diff] [blame] | 1051 | return m.MeanOpticalLaunchPower |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 1052 | } |
| 1053 | return 0 |
| 1054 | } |
| 1055 | |
Girish Gowdra | b1d742d | 2021-05-01 15:34:32 -0700 | [diff] [blame] | 1056 | func (m *GetOnuPonOpticalInfoResponse) GetLaserBiasCurrent() float32 { |
| 1057 | if m != nil { |
| 1058 | return m.LaserBiasCurrent |
| 1059 | } |
| 1060 | return 0 |
| 1061 | } |
| 1062 | |
| 1063 | func (m *GetOnuPonOpticalInfoResponse) GetTemperature() float32 { |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 1064 | if m != nil { |
| 1065 | return m.Temperature |
| 1066 | } |
| 1067 | return 0 |
| 1068 | } |
| 1069 | |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 1070 | type GetOnuEthernetBridgePortHistory struct { |
| 1071 | Direction GetOnuEthernetBridgePortHistory_Direction `protobuf:"varint,1,opt,name=direction,proto3,enum=extension.GetOnuEthernetBridgePortHistory_Direction" json:"direction,omitempty"` |
| 1072 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1073 | XXX_unrecognized []byte `json:"-"` |
| 1074 | XXX_sizecache int32 `json:"-"` |
| 1075 | } |
| 1076 | |
| 1077 | func (m *GetOnuEthernetBridgePortHistory) Reset() { *m = GetOnuEthernetBridgePortHistory{} } |
| 1078 | func (m *GetOnuEthernetBridgePortHistory) String() string { return proto.CompactTextString(m) } |
| 1079 | func (*GetOnuEthernetBridgePortHistory) ProtoMessage() {} |
| 1080 | func (*GetOnuEthernetBridgePortHistory) Descriptor() ([]byte, []int) { |
khenaidoo | 4c6543e | 2021-10-19 17:25:58 -0400 | [diff] [blame] | 1081 | return fileDescriptor_7ecf6e9799a9202d, []int{12} |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 1082 | } |
| 1083 | |
| 1084 | func (m *GetOnuEthernetBridgePortHistory) XXX_Unmarshal(b []byte) error { |
| 1085 | return xxx_messageInfo_GetOnuEthernetBridgePortHistory.Unmarshal(m, b) |
| 1086 | } |
| 1087 | func (m *GetOnuEthernetBridgePortHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1088 | return xxx_messageInfo_GetOnuEthernetBridgePortHistory.Marshal(b, m, deterministic) |
| 1089 | } |
| 1090 | func (m *GetOnuEthernetBridgePortHistory) XXX_Merge(src proto.Message) { |
| 1091 | xxx_messageInfo_GetOnuEthernetBridgePortHistory.Merge(m, src) |
| 1092 | } |
| 1093 | func (m *GetOnuEthernetBridgePortHistory) XXX_Size() int { |
| 1094 | return xxx_messageInfo_GetOnuEthernetBridgePortHistory.Size(m) |
| 1095 | } |
| 1096 | func (m *GetOnuEthernetBridgePortHistory) XXX_DiscardUnknown() { |
| 1097 | xxx_messageInfo_GetOnuEthernetBridgePortHistory.DiscardUnknown(m) |
| 1098 | } |
| 1099 | |
| 1100 | var xxx_messageInfo_GetOnuEthernetBridgePortHistory proto.InternalMessageInfo |
| 1101 | |
| 1102 | func (m *GetOnuEthernetBridgePortHistory) GetDirection() GetOnuEthernetBridgePortHistory_Direction { |
| 1103 | if m != nil { |
| 1104 | return m.Direction |
| 1105 | } |
| 1106 | return GetOnuEthernetBridgePortHistory_UNDEFINED |
| 1107 | } |
| 1108 | |
| 1109 | type GetOnuEthernetBridgePortHistoryResponse struct { |
| 1110 | DropEvents uint32 `protobuf:"varint,1,opt,name=dropEvents,proto3" json:"dropEvents,omitempty"` |
| 1111 | Octets uint32 `protobuf:"varint,2,opt,name=octets,proto3" json:"octets,omitempty"` |
| 1112 | Packets uint32 `protobuf:"varint,3,opt,name=packets,proto3" json:"packets,omitempty"` |
| 1113 | BroadcastPackets uint32 `protobuf:"varint,4,opt,name=broadcastPackets,proto3" json:"broadcastPackets,omitempty"` |
| 1114 | MulticastPackets uint32 `protobuf:"varint,5,opt,name=multicastPackets,proto3" json:"multicastPackets,omitempty"` |
| 1115 | CrcErroredPackets uint32 `protobuf:"varint,6,opt,name=crcErroredPackets,proto3" json:"crcErroredPackets,omitempty"` |
| 1116 | UndersizePackets uint32 `protobuf:"varint,7,opt,name=undersizePackets,proto3" json:"undersizePackets,omitempty"` |
| 1117 | OversizePackets uint32 `protobuf:"varint,8,opt,name=oversizePackets,proto3" json:"oversizePackets,omitempty"` |
| 1118 | Packets64Octets uint32 `protobuf:"varint,9,opt,name=packets64octets,proto3" json:"packets64octets,omitempty"` |
| 1119 | Packets65To127Octets uint32 `protobuf:"varint,10,opt,name=packets65To127octets,proto3" json:"packets65To127octets,omitempty"` |
| 1120 | Packets128To255Octets uint32 `protobuf:"varint,11,opt,name=packets128To255Octets,proto3" json:"packets128To255Octets,omitempty"` |
| 1121 | Packets256To511Octets uint32 `protobuf:"varint,12,opt,name=packets256To511octets,proto3" json:"packets256To511octets,omitempty"` |
| 1122 | Packets512To1023Octets uint32 `protobuf:"varint,13,opt,name=packets512To1023octets,proto3" json:"packets512To1023octets,omitempty"` |
| 1123 | Packets1024To1518Octets uint32 `protobuf:"varint,14,opt,name=packets1024To1518octets,proto3" json:"packets1024To1518octets,omitempty"` |
| 1124 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1125 | XXX_unrecognized []byte `json:"-"` |
| 1126 | XXX_sizecache int32 `json:"-"` |
| 1127 | } |
| 1128 | |
| 1129 | func (m *GetOnuEthernetBridgePortHistoryResponse) Reset() { |
| 1130 | *m = GetOnuEthernetBridgePortHistoryResponse{} |
| 1131 | } |
| 1132 | func (m *GetOnuEthernetBridgePortHistoryResponse) String() string { return proto.CompactTextString(m) } |
| 1133 | func (*GetOnuEthernetBridgePortHistoryResponse) ProtoMessage() {} |
| 1134 | func (*GetOnuEthernetBridgePortHistoryResponse) Descriptor() ([]byte, []int) { |
khenaidoo | 4c6543e | 2021-10-19 17:25:58 -0400 | [diff] [blame] | 1135 | return fileDescriptor_7ecf6e9799a9202d, []int{13} |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 1136 | } |
| 1137 | |
| 1138 | func (m *GetOnuEthernetBridgePortHistoryResponse) XXX_Unmarshal(b []byte) error { |
| 1139 | return xxx_messageInfo_GetOnuEthernetBridgePortHistoryResponse.Unmarshal(m, b) |
| 1140 | } |
| 1141 | func (m *GetOnuEthernetBridgePortHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1142 | return xxx_messageInfo_GetOnuEthernetBridgePortHistoryResponse.Marshal(b, m, deterministic) |
| 1143 | } |
| 1144 | func (m *GetOnuEthernetBridgePortHistoryResponse) XXX_Merge(src proto.Message) { |
| 1145 | xxx_messageInfo_GetOnuEthernetBridgePortHistoryResponse.Merge(m, src) |
| 1146 | } |
| 1147 | func (m *GetOnuEthernetBridgePortHistoryResponse) XXX_Size() int { |
| 1148 | return xxx_messageInfo_GetOnuEthernetBridgePortHistoryResponse.Size(m) |
| 1149 | } |
| 1150 | func (m *GetOnuEthernetBridgePortHistoryResponse) XXX_DiscardUnknown() { |
| 1151 | xxx_messageInfo_GetOnuEthernetBridgePortHistoryResponse.DiscardUnknown(m) |
| 1152 | } |
| 1153 | |
| 1154 | var xxx_messageInfo_GetOnuEthernetBridgePortHistoryResponse proto.InternalMessageInfo |
| 1155 | |
| 1156 | func (m *GetOnuEthernetBridgePortHistoryResponse) GetDropEvents() uint32 { |
| 1157 | if m != nil { |
| 1158 | return m.DropEvents |
| 1159 | } |
| 1160 | return 0 |
| 1161 | } |
| 1162 | |
| 1163 | func (m *GetOnuEthernetBridgePortHistoryResponse) GetOctets() uint32 { |
| 1164 | if m != nil { |
| 1165 | return m.Octets |
| 1166 | } |
| 1167 | return 0 |
| 1168 | } |
| 1169 | |
| 1170 | func (m *GetOnuEthernetBridgePortHistoryResponse) GetPackets() uint32 { |
| 1171 | if m != nil { |
| 1172 | return m.Packets |
| 1173 | } |
| 1174 | return 0 |
| 1175 | } |
| 1176 | |
| 1177 | func (m *GetOnuEthernetBridgePortHistoryResponse) GetBroadcastPackets() uint32 { |
| 1178 | if m != nil { |
| 1179 | return m.BroadcastPackets |
| 1180 | } |
| 1181 | return 0 |
| 1182 | } |
| 1183 | |
| 1184 | func (m *GetOnuEthernetBridgePortHistoryResponse) GetMulticastPackets() uint32 { |
| 1185 | if m != nil { |
| 1186 | return m.MulticastPackets |
| 1187 | } |
| 1188 | return 0 |
| 1189 | } |
| 1190 | |
| 1191 | func (m *GetOnuEthernetBridgePortHistoryResponse) GetCrcErroredPackets() uint32 { |
| 1192 | if m != nil { |
| 1193 | return m.CrcErroredPackets |
| 1194 | } |
| 1195 | return 0 |
| 1196 | } |
| 1197 | |
| 1198 | func (m *GetOnuEthernetBridgePortHistoryResponse) GetUndersizePackets() uint32 { |
| 1199 | if m != nil { |
| 1200 | return m.UndersizePackets |
| 1201 | } |
| 1202 | return 0 |
| 1203 | } |
| 1204 | |
| 1205 | func (m *GetOnuEthernetBridgePortHistoryResponse) GetOversizePackets() uint32 { |
| 1206 | if m != nil { |
| 1207 | return m.OversizePackets |
| 1208 | } |
| 1209 | return 0 |
| 1210 | } |
| 1211 | |
| 1212 | func (m *GetOnuEthernetBridgePortHistoryResponse) GetPackets64Octets() uint32 { |
| 1213 | if m != nil { |
| 1214 | return m.Packets64Octets |
| 1215 | } |
| 1216 | return 0 |
| 1217 | } |
| 1218 | |
| 1219 | func (m *GetOnuEthernetBridgePortHistoryResponse) GetPackets65To127Octets() uint32 { |
| 1220 | if m != nil { |
| 1221 | return m.Packets65To127Octets |
| 1222 | } |
| 1223 | return 0 |
| 1224 | } |
| 1225 | |
| 1226 | func (m *GetOnuEthernetBridgePortHistoryResponse) GetPackets128To255Octets() uint32 { |
| 1227 | if m != nil { |
| 1228 | return m.Packets128To255Octets |
| 1229 | } |
| 1230 | return 0 |
| 1231 | } |
| 1232 | |
| 1233 | func (m *GetOnuEthernetBridgePortHistoryResponse) GetPackets256To511Octets() uint32 { |
| 1234 | if m != nil { |
| 1235 | return m.Packets256To511Octets |
| 1236 | } |
| 1237 | return 0 |
| 1238 | } |
| 1239 | |
| 1240 | func (m *GetOnuEthernetBridgePortHistoryResponse) GetPackets512To1023Octets() uint32 { |
| 1241 | if m != nil { |
| 1242 | return m.Packets512To1023Octets |
| 1243 | } |
| 1244 | return 0 |
| 1245 | } |
| 1246 | |
| 1247 | func (m *GetOnuEthernetBridgePortHistoryResponse) GetPackets1024To1518Octets() uint32 { |
| 1248 | if m != nil { |
| 1249 | return m.Packets1024To1518Octets |
| 1250 | } |
| 1251 | return 0 |
| 1252 | } |
| 1253 | |
| 1254 | type GetOnuFecHistory struct { |
| 1255 | Empty *empty.Empty `protobuf:"bytes,1,opt,name=empty,proto3" json:"empty,omitempty"` |
| 1256 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1257 | XXX_unrecognized []byte `json:"-"` |
| 1258 | XXX_sizecache int32 `json:"-"` |
| 1259 | } |
| 1260 | |
| 1261 | func (m *GetOnuFecHistory) Reset() { *m = GetOnuFecHistory{} } |
| 1262 | func (m *GetOnuFecHistory) String() string { return proto.CompactTextString(m) } |
| 1263 | func (*GetOnuFecHistory) ProtoMessage() {} |
| 1264 | func (*GetOnuFecHistory) Descriptor() ([]byte, []int) { |
khenaidoo | 4c6543e | 2021-10-19 17:25:58 -0400 | [diff] [blame] | 1265 | return fileDescriptor_7ecf6e9799a9202d, []int{14} |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 1266 | } |
| 1267 | |
| 1268 | func (m *GetOnuFecHistory) XXX_Unmarshal(b []byte) error { |
| 1269 | return xxx_messageInfo_GetOnuFecHistory.Unmarshal(m, b) |
| 1270 | } |
| 1271 | func (m *GetOnuFecHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1272 | return xxx_messageInfo_GetOnuFecHistory.Marshal(b, m, deterministic) |
| 1273 | } |
| 1274 | func (m *GetOnuFecHistory) XXX_Merge(src proto.Message) { |
| 1275 | xxx_messageInfo_GetOnuFecHistory.Merge(m, src) |
| 1276 | } |
| 1277 | func (m *GetOnuFecHistory) XXX_Size() int { |
| 1278 | return xxx_messageInfo_GetOnuFecHistory.Size(m) |
| 1279 | } |
| 1280 | func (m *GetOnuFecHistory) XXX_DiscardUnknown() { |
| 1281 | xxx_messageInfo_GetOnuFecHistory.DiscardUnknown(m) |
| 1282 | } |
| 1283 | |
| 1284 | var xxx_messageInfo_GetOnuFecHistory proto.InternalMessageInfo |
| 1285 | |
| 1286 | func (m *GetOnuFecHistory) GetEmpty() *empty.Empty { |
| 1287 | if m != nil { |
| 1288 | return m.Empty |
| 1289 | } |
| 1290 | return nil |
| 1291 | } |
| 1292 | |
| 1293 | type GetOnuFecHistoryResponse struct { |
| 1294 | CorrectedBytes uint32 `protobuf:"varint,1,opt,name=correctedBytes,proto3" json:"correctedBytes,omitempty"` |
| 1295 | CorrectedCodeWords uint32 `protobuf:"varint,2,opt,name=correctedCodeWords,proto3" json:"correctedCodeWords,omitempty"` |
| 1296 | FecSeconds uint32 `protobuf:"varint,3,opt,name=fecSeconds,proto3" json:"fecSeconds,omitempty"` |
| 1297 | TotalCodeWords uint32 `protobuf:"varint,4,opt,name=totalCodeWords,proto3" json:"totalCodeWords,omitempty"` |
| 1298 | UncorrectableCodeWords uint32 `protobuf:"varint,5,opt,name=uncorrectableCodeWords,proto3" json:"uncorrectableCodeWords,omitempty"` |
| 1299 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1300 | XXX_unrecognized []byte `json:"-"` |
| 1301 | XXX_sizecache int32 `json:"-"` |
| 1302 | } |
| 1303 | |
| 1304 | func (m *GetOnuFecHistoryResponse) Reset() { *m = GetOnuFecHistoryResponse{} } |
| 1305 | func (m *GetOnuFecHistoryResponse) String() string { return proto.CompactTextString(m) } |
| 1306 | func (*GetOnuFecHistoryResponse) ProtoMessage() {} |
| 1307 | func (*GetOnuFecHistoryResponse) Descriptor() ([]byte, []int) { |
khenaidoo | 4c6543e | 2021-10-19 17:25:58 -0400 | [diff] [blame] | 1308 | return fileDescriptor_7ecf6e9799a9202d, []int{15} |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 1309 | } |
| 1310 | |
| 1311 | func (m *GetOnuFecHistoryResponse) XXX_Unmarshal(b []byte) error { |
| 1312 | return xxx_messageInfo_GetOnuFecHistoryResponse.Unmarshal(m, b) |
| 1313 | } |
| 1314 | func (m *GetOnuFecHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1315 | return xxx_messageInfo_GetOnuFecHistoryResponse.Marshal(b, m, deterministic) |
| 1316 | } |
| 1317 | func (m *GetOnuFecHistoryResponse) XXX_Merge(src proto.Message) { |
| 1318 | xxx_messageInfo_GetOnuFecHistoryResponse.Merge(m, src) |
| 1319 | } |
| 1320 | func (m *GetOnuFecHistoryResponse) XXX_Size() int { |
| 1321 | return xxx_messageInfo_GetOnuFecHistoryResponse.Size(m) |
| 1322 | } |
| 1323 | func (m *GetOnuFecHistoryResponse) XXX_DiscardUnknown() { |
| 1324 | xxx_messageInfo_GetOnuFecHistoryResponse.DiscardUnknown(m) |
| 1325 | } |
| 1326 | |
| 1327 | var xxx_messageInfo_GetOnuFecHistoryResponse proto.InternalMessageInfo |
| 1328 | |
| 1329 | func (m *GetOnuFecHistoryResponse) GetCorrectedBytes() uint32 { |
| 1330 | if m != nil { |
| 1331 | return m.CorrectedBytes |
| 1332 | } |
| 1333 | return 0 |
| 1334 | } |
| 1335 | |
| 1336 | func (m *GetOnuFecHistoryResponse) GetCorrectedCodeWords() uint32 { |
| 1337 | if m != nil { |
| 1338 | return m.CorrectedCodeWords |
| 1339 | } |
| 1340 | return 0 |
| 1341 | } |
| 1342 | |
| 1343 | func (m *GetOnuFecHistoryResponse) GetFecSeconds() uint32 { |
| 1344 | if m != nil { |
| 1345 | return m.FecSeconds |
| 1346 | } |
| 1347 | return 0 |
| 1348 | } |
| 1349 | |
| 1350 | func (m *GetOnuFecHistoryResponse) GetTotalCodeWords() uint32 { |
| 1351 | if m != nil { |
| 1352 | return m.TotalCodeWords |
| 1353 | } |
| 1354 | return 0 |
| 1355 | } |
| 1356 | |
| 1357 | func (m *GetOnuFecHistoryResponse) GetUncorrectableCodeWords() uint32 { |
| 1358 | if m != nil { |
| 1359 | return m.UncorrectableCodeWords |
| 1360 | } |
| 1361 | return 0 |
| 1362 | } |
| 1363 | |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 1364 | type GetOnuCountersRequest struct { |
| 1365 | IntfId uint32 `protobuf:"fixed32,1,opt,name=intf_id,json=intfId,proto3" json:"intf_id,omitempty"` |
| 1366 | OnuId uint32 `protobuf:"fixed32,2,opt,name=onu_id,json=onuId,proto3" json:"onu_id,omitempty"` |
| 1367 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1368 | XXX_unrecognized []byte `json:"-"` |
| 1369 | XXX_sizecache int32 `json:"-"` |
| 1370 | } |
| 1371 | |
| 1372 | func (m *GetOnuCountersRequest) Reset() { *m = GetOnuCountersRequest{} } |
| 1373 | func (m *GetOnuCountersRequest) String() string { return proto.CompactTextString(m) } |
| 1374 | func (*GetOnuCountersRequest) ProtoMessage() {} |
| 1375 | func (*GetOnuCountersRequest) Descriptor() ([]byte, []int) { |
khenaidoo | 4c6543e | 2021-10-19 17:25:58 -0400 | [diff] [blame] | 1376 | return fileDescriptor_7ecf6e9799a9202d, []int{16} |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 1377 | } |
| 1378 | |
| 1379 | func (m *GetOnuCountersRequest) XXX_Unmarshal(b []byte) error { |
| 1380 | return xxx_messageInfo_GetOnuCountersRequest.Unmarshal(m, b) |
| 1381 | } |
| 1382 | func (m *GetOnuCountersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1383 | return xxx_messageInfo_GetOnuCountersRequest.Marshal(b, m, deterministic) |
| 1384 | } |
| 1385 | func (m *GetOnuCountersRequest) XXX_Merge(src proto.Message) { |
| 1386 | xxx_messageInfo_GetOnuCountersRequest.Merge(m, src) |
| 1387 | } |
| 1388 | func (m *GetOnuCountersRequest) XXX_Size() int { |
| 1389 | return xxx_messageInfo_GetOnuCountersRequest.Size(m) |
| 1390 | } |
| 1391 | func (m *GetOnuCountersRequest) XXX_DiscardUnknown() { |
| 1392 | xxx_messageInfo_GetOnuCountersRequest.DiscardUnknown(m) |
| 1393 | } |
| 1394 | |
| 1395 | var xxx_messageInfo_GetOnuCountersRequest proto.InternalMessageInfo |
| 1396 | |
| 1397 | func (m *GetOnuCountersRequest) GetIntfId() uint32 { |
| 1398 | if m != nil { |
| 1399 | return m.IntfId |
| 1400 | } |
| 1401 | return 0 |
| 1402 | } |
| 1403 | |
| 1404 | func (m *GetOnuCountersRequest) GetOnuId() uint32 { |
| 1405 | if m != nil { |
| 1406 | return m.OnuId |
| 1407 | } |
| 1408 | return 0 |
| 1409 | } |
| 1410 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 1411 | type GetOmciEthernetFrameExtendedPmRequest struct { |
Himani Chawla | 393605c | 2021-08-30 13:44:13 +0530 | [diff] [blame] | 1412 | OnuDeviceId string `protobuf:"bytes,1,opt,name=onuDeviceId,proto3" json:"onuDeviceId,omitempty"` |
| 1413 | // Types that are valid to be assigned to IsUniIndex: |
| 1414 | // *GetOmciEthernetFrameExtendedPmRequest_UniIndex |
| 1415 | IsUniIndex isGetOmciEthernetFrameExtendedPmRequest_IsUniIndex `protobuf_oneof:"is_uni_index"` |
| 1416 | Reset_ bool `protobuf:"varint,3,opt,name=reset,proto3" json:"reset,omitempty"` |
| 1417 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1418 | XXX_unrecognized []byte `json:"-"` |
| 1419 | XXX_sizecache int32 `json:"-"` |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 1420 | } |
| 1421 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 1422 | func (m *GetOmciEthernetFrameExtendedPmRequest) Reset() { *m = GetOmciEthernetFrameExtendedPmRequest{} } |
| 1423 | func (m *GetOmciEthernetFrameExtendedPmRequest) String() string { return proto.CompactTextString(m) } |
| 1424 | func (*GetOmciEthernetFrameExtendedPmRequest) ProtoMessage() {} |
| 1425 | func (*GetOmciEthernetFrameExtendedPmRequest) Descriptor() ([]byte, []int) { |
khenaidoo | 4c6543e | 2021-10-19 17:25:58 -0400 | [diff] [blame] | 1426 | return fileDescriptor_7ecf6e9799a9202d, []int{17} |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 1427 | } |
| 1428 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 1429 | func (m *GetOmciEthernetFrameExtendedPmRequest) XXX_Unmarshal(b []byte) error { |
| 1430 | return xxx_messageInfo_GetOmciEthernetFrameExtendedPmRequest.Unmarshal(m, b) |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 1431 | } |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 1432 | func (m *GetOmciEthernetFrameExtendedPmRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1433 | return xxx_messageInfo_GetOmciEthernetFrameExtendedPmRequest.Marshal(b, m, deterministic) |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 1434 | } |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 1435 | func (m *GetOmciEthernetFrameExtendedPmRequest) XXX_Merge(src proto.Message) { |
| 1436 | xxx_messageInfo_GetOmciEthernetFrameExtendedPmRequest.Merge(m, src) |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 1437 | } |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 1438 | func (m *GetOmciEthernetFrameExtendedPmRequest) XXX_Size() int { |
| 1439 | return xxx_messageInfo_GetOmciEthernetFrameExtendedPmRequest.Size(m) |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 1440 | } |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 1441 | func (m *GetOmciEthernetFrameExtendedPmRequest) XXX_DiscardUnknown() { |
| 1442 | xxx_messageInfo_GetOmciEthernetFrameExtendedPmRequest.DiscardUnknown(m) |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 1443 | } |
| 1444 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 1445 | var xxx_messageInfo_GetOmciEthernetFrameExtendedPmRequest proto.InternalMessageInfo |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 1446 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 1447 | func (m *GetOmciEthernetFrameExtendedPmRequest) GetOnuDeviceId() string { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 1448 | if m != nil { |
| 1449 | return m.OnuDeviceId |
| 1450 | } |
| 1451 | return "" |
| 1452 | } |
| 1453 | |
Himani Chawla | 393605c | 2021-08-30 13:44:13 +0530 | [diff] [blame] | 1454 | type isGetOmciEthernetFrameExtendedPmRequest_IsUniIndex interface { |
| 1455 | isGetOmciEthernetFrameExtendedPmRequest_IsUniIndex() |
| 1456 | } |
| 1457 | |
| 1458 | type GetOmciEthernetFrameExtendedPmRequest_UniIndex struct { |
| 1459 | UniIndex uint32 `protobuf:"varint,2,opt,name=uniIndex,proto3,oneof"` |
| 1460 | } |
| 1461 | |
| 1462 | func (*GetOmciEthernetFrameExtendedPmRequest_UniIndex) isGetOmciEthernetFrameExtendedPmRequest_IsUniIndex() { |
| 1463 | } |
| 1464 | |
| 1465 | func (m *GetOmciEthernetFrameExtendedPmRequest) GetIsUniIndex() isGetOmciEthernetFrameExtendedPmRequest_IsUniIndex { |
| 1466 | if m != nil { |
| 1467 | return m.IsUniIndex |
| 1468 | } |
| 1469 | return nil |
| 1470 | } |
| 1471 | |
| 1472 | func (m *GetOmciEthernetFrameExtendedPmRequest) GetUniIndex() uint32 { |
| 1473 | if x, ok := m.GetIsUniIndex().(*GetOmciEthernetFrameExtendedPmRequest_UniIndex); ok { |
| 1474 | return x.UniIndex |
| 1475 | } |
| 1476 | return 0 |
| 1477 | } |
| 1478 | |
| 1479 | func (m *GetOmciEthernetFrameExtendedPmRequest) GetReset_() bool { |
| 1480 | if m != nil { |
| 1481 | return m.Reset_ |
| 1482 | } |
| 1483 | return false |
| 1484 | } |
| 1485 | |
| 1486 | // XXX_OneofWrappers is for the internal use of the proto package. |
| 1487 | func (*GetOmciEthernetFrameExtendedPmRequest) XXX_OneofWrappers() []interface{} { |
| 1488 | return []interface{}{ |
| 1489 | (*GetOmciEthernetFrameExtendedPmRequest_UniIndex)(nil), |
| 1490 | } |
| 1491 | } |
| 1492 | |
amit.ghosh | 8490b12 | 2022-11-28 15:45:04 +0100 | [diff] [blame] | 1493 | // DEPRECATED |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 1494 | type GetRxPowerRequest struct { |
| 1495 | IntfId uint32 `protobuf:"fixed32,1,opt,name=intf_id,json=intfId,proto3" json:"intf_id,omitempty"` |
| 1496 | OnuId uint32 `protobuf:"fixed32,2,opt,name=onu_id,json=onuId,proto3" json:"onu_id,omitempty"` |
| 1497 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1498 | XXX_unrecognized []byte `json:"-"` |
| 1499 | XXX_sizecache int32 `json:"-"` |
| 1500 | } |
| 1501 | |
| 1502 | func (m *GetRxPowerRequest) Reset() { *m = GetRxPowerRequest{} } |
| 1503 | func (m *GetRxPowerRequest) String() string { return proto.CompactTextString(m) } |
| 1504 | func (*GetRxPowerRequest) ProtoMessage() {} |
| 1505 | func (*GetRxPowerRequest) Descriptor() ([]byte, []int) { |
khenaidoo | 4c6543e | 2021-10-19 17:25:58 -0400 | [diff] [blame] | 1506 | return fileDescriptor_7ecf6e9799a9202d, []int{18} |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 1507 | } |
| 1508 | |
| 1509 | func (m *GetRxPowerRequest) XXX_Unmarshal(b []byte) error { |
| 1510 | return xxx_messageInfo_GetRxPowerRequest.Unmarshal(m, b) |
| 1511 | } |
| 1512 | func (m *GetRxPowerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1513 | return xxx_messageInfo_GetRxPowerRequest.Marshal(b, m, deterministic) |
| 1514 | } |
| 1515 | func (m *GetRxPowerRequest) XXX_Merge(src proto.Message) { |
| 1516 | xxx_messageInfo_GetRxPowerRequest.Merge(m, src) |
| 1517 | } |
| 1518 | func (m *GetRxPowerRequest) XXX_Size() int { |
| 1519 | return xxx_messageInfo_GetRxPowerRequest.Size(m) |
| 1520 | } |
| 1521 | func (m *GetRxPowerRequest) XXX_DiscardUnknown() { |
| 1522 | xxx_messageInfo_GetRxPowerRequest.DiscardUnknown(m) |
| 1523 | } |
| 1524 | |
| 1525 | var xxx_messageInfo_GetRxPowerRequest proto.InternalMessageInfo |
| 1526 | |
| 1527 | func (m *GetRxPowerRequest) GetIntfId() uint32 { |
| 1528 | if m != nil { |
| 1529 | return m.IntfId |
| 1530 | } |
| 1531 | return 0 |
| 1532 | } |
| 1533 | |
| 1534 | func (m *GetRxPowerRequest) GetOnuId() uint32 { |
| 1535 | if m != nil { |
| 1536 | return m.OnuId |
| 1537 | } |
| 1538 | return 0 |
| 1539 | } |
| 1540 | |
amit.ghosh | 8490b12 | 2022-11-28 15:45:04 +0100 | [diff] [blame] | 1541 | type GetOltRxPowerRequest struct { |
| 1542 | PortLabel string `protobuf:"bytes,1,opt,name=port_label,json=portLabel,proto3" json:"port_label,omitempty"` |
| 1543 | // onu_sn is optional and if onu_sn is an empty string and the label is |
| 1544 | // of a PON port then it means that the Rx Power corresponding to all |
| 1545 | // the ONUs on that PON port is requested. In case the port_label is not |
| 1546 | // of a PON port, the onu_sn does not have any significance |
| 1547 | OnuSn string `protobuf:"bytes,2,opt,name=onu_sn,json=onuSn,proto3" json:"onu_sn,omitempty"` |
| 1548 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1549 | XXX_unrecognized []byte `json:"-"` |
| 1550 | XXX_sizecache int32 `json:"-"` |
| 1551 | } |
| 1552 | |
| 1553 | func (m *GetOltRxPowerRequest) Reset() { *m = GetOltRxPowerRequest{} } |
| 1554 | func (m *GetOltRxPowerRequest) String() string { return proto.CompactTextString(m) } |
| 1555 | func (*GetOltRxPowerRequest) ProtoMessage() {} |
| 1556 | func (*GetOltRxPowerRequest) Descriptor() ([]byte, []int) { |
| 1557 | return fileDescriptor_7ecf6e9799a9202d, []int{19} |
| 1558 | } |
| 1559 | |
| 1560 | func (m *GetOltRxPowerRequest) XXX_Unmarshal(b []byte) error { |
| 1561 | return xxx_messageInfo_GetOltRxPowerRequest.Unmarshal(m, b) |
| 1562 | } |
| 1563 | func (m *GetOltRxPowerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1564 | return xxx_messageInfo_GetOltRxPowerRequest.Marshal(b, m, deterministic) |
| 1565 | } |
| 1566 | func (m *GetOltRxPowerRequest) XXX_Merge(src proto.Message) { |
| 1567 | xxx_messageInfo_GetOltRxPowerRequest.Merge(m, src) |
| 1568 | } |
| 1569 | func (m *GetOltRxPowerRequest) XXX_Size() int { |
| 1570 | return xxx_messageInfo_GetOltRxPowerRequest.Size(m) |
| 1571 | } |
| 1572 | func (m *GetOltRxPowerRequest) XXX_DiscardUnknown() { |
| 1573 | xxx_messageInfo_GetOltRxPowerRequest.DiscardUnknown(m) |
| 1574 | } |
| 1575 | |
| 1576 | var xxx_messageInfo_GetOltRxPowerRequest proto.InternalMessageInfo |
| 1577 | |
| 1578 | func (m *GetOltRxPowerRequest) GetPortLabel() string { |
| 1579 | if m != nil { |
| 1580 | return m.PortLabel |
| 1581 | } |
| 1582 | return "" |
| 1583 | } |
| 1584 | |
| 1585 | func (m *GetOltRxPowerRequest) GetOnuSn() string { |
| 1586 | if m != nil { |
| 1587 | return m.OnuSn |
| 1588 | } |
| 1589 | return "" |
| 1590 | } |
| 1591 | |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 1592 | type GetOnuCountersResponse struct { |
| 1593 | // Types that are valid to be assigned to IsIntfId: |
| 1594 | // *GetOnuCountersResponse_IntfId |
| 1595 | IsIntfId isGetOnuCountersResponse_IsIntfId `protobuf_oneof:"is_intf_id"` |
| 1596 | // Types that are valid to be assigned to IsOnuId: |
| 1597 | // *GetOnuCountersResponse_OnuId |
| 1598 | IsOnuId isGetOnuCountersResponse_IsOnuId `protobuf_oneof:"is_onu_id"` |
| 1599 | // Types that are valid to be assigned to IsPositiveDrift: |
| 1600 | // *GetOnuCountersResponse_PositiveDrift |
| 1601 | IsPositiveDrift isGetOnuCountersResponse_IsPositiveDrift `protobuf_oneof:"is_positive_drift"` |
| 1602 | // Types that are valid to be assigned to IsNegativeDrift: |
| 1603 | // *GetOnuCountersResponse_NegativeDrift |
| 1604 | IsNegativeDrift isGetOnuCountersResponse_IsNegativeDrift `protobuf_oneof:"is_negative_drift"` |
| 1605 | // Types that are valid to be assigned to IsDelimiterMissDetection: |
| 1606 | // *GetOnuCountersResponse_DelimiterMissDetection |
| 1607 | IsDelimiterMissDetection isGetOnuCountersResponse_IsDelimiterMissDetection `protobuf_oneof:"is_delimiter_miss_detection"` |
| 1608 | // Types that are valid to be assigned to IsBipErrors: |
| 1609 | // *GetOnuCountersResponse_BipErrors |
| 1610 | IsBipErrors isGetOnuCountersResponse_IsBipErrors `protobuf_oneof:"is_bip_errors"` |
| 1611 | // Types that are valid to be assigned to IsBipUnits: |
| 1612 | // *GetOnuCountersResponse_BipUnits |
| 1613 | IsBipUnits isGetOnuCountersResponse_IsBipUnits `protobuf_oneof:"is_bip_units"` |
| 1614 | // Types that are valid to be assigned to IsFecCorrectedSymbols: |
| 1615 | // *GetOnuCountersResponse_FecCorrectedSymbols |
| 1616 | IsFecCorrectedSymbols isGetOnuCountersResponse_IsFecCorrectedSymbols `protobuf_oneof:"is_fec_corrected_symbols"` |
| 1617 | // Types that are valid to be assigned to IsFecCodewordsCorrected: |
| 1618 | // *GetOnuCountersResponse_FecCodewordsCorrected |
| 1619 | IsFecCodewordsCorrected isGetOnuCountersResponse_IsFecCodewordsCorrected `protobuf_oneof:"is_fec_codewords_corrected"` |
| 1620 | // Types that are valid to be assigned to IsFecCodewordsUncorrectable: |
| 1621 | // *GetOnuCountersResponse_FecCodewordsUncorrectable |
| 1622 | IsFecCodewordsUncorrectable isGetOnuCountersResponse_IsFecCodewordsUncorrectable `protobuf_oneof:"is_fec_codewords_uncorrectable"` |
| 1623 | // Types that are valid to be assigned to IsFecCodewords: |
| 1624 | // *GetOnuCountersResponse_FecCodewords |
| 1625 | IsFecCodewords isGetOnuCountersResponse_IsFecCodewords `protobuf_oneof:"is_fec_codewords"` |
| 1626 | // Types that are valid to be assigned to IsFecCorrectedUnits: |
| 1627 | // *GetOnuCountersResponse_FecCorrectedUnits |
| 1628 | IsFecCorrectedUnits isGetOnuCountersResponse_IsFecCorrectedUnits `protobuf_oneof:"is_fec_corrected_units"` |
| 1629 | // Types that are valid to be assigned to IsXgemKeyErrors: |
| 1630 | // *GetOnuCountersResponse_XgemKeyErrors |
| 1631 | IsXgemKeyErrors isGetOnuCountersResponse_IsXgemKeyErrors `protobuf_oneof:"is_xgem_key_errors"` |
| 1632 | // Types that are valid to be assigned to IsXgemLoss: |
| 1633 | // *GetOnuCountersResponse_XgemLoss |
| 1634 | IsXgemLoss isGetOnuCountersResponse_IsXgemLoss `protobuf_oneof:"is_xgem_loss"` |
| 1635 | // Types that are valid to be assigned to IsRxPloamsError: |
| 1636 | // *GetOnuCountersResponse_RxPloamsError |
| 1637 | IsRxPloamsError isGetOnuCountersResponse_IsRxPloamsError `protobuf_oneof:"is_rx_ploams_error"` |
| 1638 | // Types that are valid to be assigned to IsRxPloamsNonIdle: |
| 1639 | // *GetOnuCountersResponse_RxPloamsNonIdle |
| 1640 | IsRxPloamsNonIdle isGetOnuCountersResponse_IsRxPloamsNonIdle `protobuf_oneof:"is_rx_ploams_non_idle"` |
| 1641 | // Types that are valid to be assigned to IsRxOmci: |
| 1642 | // *GetOnuCountersResponse_RxOmci |
| 1643 | IsRxOmci isGetOnuCountersResponse_IsRxOmci `protobuf_oneof:"is_rx_omci"` |
| 1644 | // Types that are valid to be assigned to IsTxOmci: |
| 1645 | // *GetOnuCountersResponse_TxOmci |
| 1646 | IsTxOmci isGetOnuCountersResponse_IsTxOmci `protobuf_oneof:"is_tx_omci"` |
| 1647 | // Types that are valid to be assigned to IsRxOmciPacketsCrcError: |
| 1648 | // *GetOnuCountersResponse_RxOmciPacketsCrcError |
| 1649 | IsRxOmciPacketsCrcError isGetOnuCountersResponse_IsRxOmciPacketsCrcError `protobuf_oneof:"is_rx_omci_packets_crc_error"` |
| 1650 | // Types that are valid to be assigned to IsRxBytes: |
| 1651 | // *GetOnuCountersResponse_RxBytes |
| 1652 | IsRxBytes isGetOnuCountersResponse_IsRxBytes `protobuf_oneof:"is_rx_bytes"` |
| 1653 | // Types that are valid to be assigned to IsRxPackets: |
| 1654 | // *GetOnuCountersResponse_RxPackets |
| 1655 | IsRxPackets isGetOnuCountersResponse_IsRxPackets `protobuf_oneof:"is_rx_packets"` |
| 1656 | // Types that are valid to be assigned to IsTxBytes: |
| 1657 | // *GetOnuCountersResponse_TxBytes |
| 1658 | IsTxBytes isGetOnuCountersResponse_IsTxBytes `protobuf_oneof:"is_tx_bytes"` |
| 1659 | // Types that are valid to be assigned to IsTxPackets: |
| 1660 | // *GetOnuCountersResponse_TxPackets |
| 1661 | IsTxPackets isGetOnuCountersResponse_IsTxPackets `protobuf_oneof:"is_tx_packets"` |
| 1662 | // Types that are valid to be assigned to IsBerReported: |
| 1663 | // *GetOnuCountersResponse_BerReported |
| 1664 | IsBerReported isGetOnuCountersResponse_IsBerReported `protobuf_oneof:"is_ber_reported"` |
| 1665 | // Types that are valid to be assigned to IsLcdgErrors: |
| 1666 | // *GetOnuCountersResponse_LcdgErrors |
| 1667 | IsLcdgErrors isGetOnuCountersResponse_IsLcdgErrors `protobuf_oneof:"is_lcdg_errors"` |
| 1668 | // Types that are valid to be assigned to IsRdiErrors: |
| 1669 | // *GetOnuCountersResponse_RdiErrors |
| 1670 | IsRdiErrors isGetOnuCountersResponse_IsRdiErrors `protobuf_oneof:"is_rdi_errors"` |
| 1671 | // Types that are valid to be assigned to IsTimestamp: |
| 1672 | // *GetOnuCountersResponse_Timestamp |
| 1673 | IsTimestamp isGetOnuCountersResponse_IsTimestamp `protobuf_oneof:"is_timestamp"` |
| 1674 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1675 | XXX_unrecognized []byte `json:"-"` |
| 1676 | XXX_sizecache int32 `json:"-"` |
| 1677 | } |
| 1678 | |
| 1679 | func (m *GetOnuCountersResponse) Reset() { *m = GetOnuCountersResponse{} } |
| 1680 | func (m *GetOnuCountersResponse) String() string { return proto.CompactTextString(m) } |
| 1681 | func (*GetOnuCountersResponse) ProtoMessage() {} |
| 1682 | func (*GetOnuCountersResponse) Descriptor() ([]byte, []int) { |
amit.ghosh | 8490b12 | 2022-11-28 15:45:04 +0100 | [diff] [blame] | 1683 | return fileDescriptor_7ecf6e9799a9202d, []int{20} |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 1684 | } |
| 1685 | |
| 1686 | func (m *GetOnuCountersResponse) XXX_Unmarshal(b []byte) error { |
| 1687 | return xxx_messageInfo_GetOnuCountersResponse.Unmarshal(m, b) |
| 1688 | } |
| 1689 | func (m *GetOnuCountersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1690 | return xxx_messageInfo_GetOnuCountersResponse.Marshal(b, m, deterministic) |
| 1691 | } |
| 1692 | func (m *GetOnuCountersResponse) XXX_Merge(src proto.Message) { |
| 1693 | xxx_messageInfo_GetOnuCountersResponse.Merge(m, src) |
| 1694 | } |
| 1695 | func (m *GetOnuCountersResponse) XXX_Size() int { |
| 1696 | return xxx_messageInfo_GetOnuCountersResponse.Size(m) |
| 1697 | } |
| 1698 | func (m *GetOnuCountersResponse) XXX_DiscardUnknown() { |
| 1699 | xxx_messageInfo_GetOnuCountersResponse.DiscardUnknown(m) |
| 1700 | } |
| 1701 | |
| 1702 | var xxx_messageInfo_GetOnuCountersResponse proto.InternalMessageInfo |
| 1703 | |
| 1704 | type isGetOnuCountersResponse_IsIntfId interface { |
| 1705 | isGetOnuCountersResponse_IsIntfId() |
| 1706 | } |
| 1707 | |
| 1708 | type GetOnuCountersResponse_IntfId struct { |
| 1709 | IntfId uint32 `protobuf:"fixed32,1,opt,name=intf_id,json=intfId,proto3,oneof"` |
| 1710 | } |
| 1711 | |
| 1712 | func (*GetOnuCountersResponse_IntfId) isGetOnuCountersResponse_IsIntfId() {} |
| 1713 | |
| 1714 | func (m *GetOnuCountersResponse) GetIsIntfId() isGetOnuCountersResponse_IsIntfId { |
| 1715 | if m != nil { |
| 1716 | return m.IsIntfId |
| 1717 | } |
| 1718 | return nil |
| 1719 | } |
| 1720 | |
| 1721 | func (m *GetOnuCountersResponse) GetIntfId() uint32 { |
| 1722 | if x, ok := m.GetIsIntfId().(*GetOnuCountersResponse_IntfId); ok { |
| 1723 | return x.IntfId |
| 1724 | } |
| 1725 | return 0 |
| 1726 | } |
| 1727 | |
| 1728 | type isGetOnuCountersResponse_IsOnuId interface { |
| 1729 | isGetOnuCountersResponse_IsOnuId() |
| 1730 | } |
| 1731 | |
| 1732 | type GetOnuCountersResponse_OnuId struct { |
| 1733 | OnuId uint32 `protobuf:"fixed32,2,opt,name=onu_id,json=onuId,proto3,oneof"` |
| 1734 | } |
| 1735 | |
| 1736 | func (*GetOnuCountersResponse_OnuId) isGetOnuCountersResponse_IsOnuId() {} |
| 1737 | |
| 1738 | func (m *GetOnuCountersResponse) GetIsOnuId() isGetOnuCountersResponse_IsOnuId { |
| 1739 | if m != nil { |
| 1740 | return m.IsOnuId |
| 1741 | } |
| 1742 | return nil |
| 1743 | } |
| 1744 | |
| 1745 | func (m *GetOnuCountersResponse) GetOnuId() uint32 { |
| 1746 | if x, ok := m.GetIsOnuId().(*GetOnuCountersResponse_OnuId); ok { |
| 1747 | return x.OnuId |
| 1748 | } |
| 1749 | return 0 |
| 1750 | } |
| 1751 | |
| 1752 | type isGetOnuCountersResponse_IsPositiveDrift interface { |
| 1753 | isGetOnuCountersResponse_IsPositiveDrift() |
| 1754 | } |
| 1755 | |
| 1756 | type GetOnuCountersResponse_PositiveDrift struct { |
| 1757 | PositiveDrift uint64 `protobuf:"fixed64,3,opt,name=positive_drift,json=positiveDrift,proto3,oneof"` |
| 1758 | } |
| 1759 | |
| 1760 | func (*GetOnuCountersResponse_PositiveDrift) isGetOnuCountersResponse_IsPositiveDrift() {} |
| 1761 | |
| 1762 | func (m *GetOnuCountersResponse) GetIsPositiveDrift() isGetOnuCountersResponse_IsPositiveDrift { |
| 1763 | if m != nil { |
| 1764 | return m.IsPositiveDrift |
| 1765 | } |
| 1766 | return nil |
| 1767 | } |
| 1768 | |
| 1769 | func (m *GetOnuCountersResponse) GetPositiveDrift() uint64 { |
| 1770 | if x, ok := m.GetIsPositiveDrift().(*GetOnuCountersResponse_PositiveDrift); ok { |
| 1771 | return x.PositiveDrift |
| 1772 | } |
| 1773 | return 0 |
| 1774 | } |
| 1775 | |
| 1776 | type isGetOnuCountersResponse_IsNegativeDrift interface { |
| 1777 | isGetOnuCountersResponse_IsNegativeDrift() |
| 1778 | } |
| 1779 | |
| 1780 | type GetOnuCountersResponse_NegativeDrift struct { |
| 1781 | NegativeDrift uint64 `protobuf:"fixed64,4,opt,name=negative_drift,json=negativeDrift,proto3,oneof"` |
| 1782 | } |
| 1783 | |
| 1784 | func (*GetOnuCountersResponse_NegativeDrift) isGetOnuCountersResponse_IsNegativeDrift() {} |
| 1785 | |
| 1786 | func (m *GetOnuCountersResponse) GetIsNegativeDrift() isGetOnuCountersResponse_IsNegativeDrift { |
| 1787 | if m != nil { |
| 1788 | return m.IsNegativeDrift |
| 1789 | } |
| 1790 | return nil |
| 1791 | } |
| 1792 | |
| 1793 | func (m *GetOnuCountersResponse) GetNegativeDrift() uint64 { |
| 1794 | if x, ok := m.GetIsNegativeDrift().(*GetOnuCountersResponse_NegativeDrift); ok { |
| 1795 | return x.NegativeDrift |
| 1796 | } |
| 1797 | return 0 |
| 1798 | } |
| 1799 | |
| 1800 | type isGetOnuCountersResponse_IsDelimiterMissDetection interface { |
| 1801 | isGetOnuCountersResponse_IsDelimiterMissDetection() |
| 1802 | } |
| 1803 | |
| 1804 | type GetOnuCountersResponse_DelimiterMissDetection struct { |
| 1805 | DelimiterMissDetection uint64 `protobuf:"fixed64,5,opt,name=delimiter_miss_detection,json=delimiterMissDetection,proto3,oneof"` |
| 1806 | } |
| 1807 | |
| 1808 | func (*GetOnuCountersResponse_DelimiterMissDetection) isGetOnuCountersResponse_IsDelimiterMissDetection() { |
| 1809 | } |
| 1810 | |
| 1811 | func (m *GetOnuCountersResponse) GetIsDelimiterMissDetection() isGetOnuCountersResponse_IsDelimiterMissDetection { |
| 1812 | if m != nil { |
| 1813 | return m.IsDelimiterMissDetection |
| 1814 | } |
| 1815 | return nil |
| 1816 | } |
| 1817 | |
| 1818 | func (m *GetOnuCountersResponse) GetDelimiterMissDetection() uint64 { |
| 1819 | if x, ok := m.GetIsDelimiterMissDetection().(*GetOnuCountersResponse_DelimiterMissDetection); ok { |
| 1820 | return x.DelimiterMissDetection |
| 1821 | } |
| 1822 | return 0 |
| 1823 | } |
| 1824 | |
| 1825 | type isGetOnuCountersResponse_IsBipErrors interface { |
| 1826 | isGetOnuCountersResponse_IsBipErrors() |
| 1827 | } |
| 1828 | |
| 1829 | type GetOnuCountersResponse_BipErrors struct { |
| 1830 | BipErrors uint64 `protobuf:"fixed64,6,opt,name=bip_errors,json=bipErrors,proto3,oneof"` |
| 1831 | } |
| 1832 | |
| 1833 | func (*GetOnuCountersResponse_BipErrors) isGetOnuCountersResponse_IsBipErrors() {} |
| 1834 | |
| 1835 | func (m *GetOnuCountersResponse) GetIsBipErrors() isGetOnuCountersResponse_IsBipErrors { |
| 1836 | if m != nil { |
| 1837 | return m.IsBipErrors |
| 1838 | } |
| 1839 | return nil |
| 1840 | } |
| 1841 | |
| 1842 | func (m *GetOnuCountersResponse) GetBipErrors() uint64 { |
| 1843 | if x, ok := m.GetIsBipErrors().(*GetOnuCountersResponse_BipErrors); ok { |
| 1844 | return x.BipErrors |
| 1845 | } |
| 1846 | return 0 |
| 1847 | } |
| 1848 | |
| 1849 | type isGetOnuCountersResponse_IsBipUnits interface { |
| 1850 | isGetOnuCountersResponse_IsBipUnits() |
| 1851 | } |
| 1852 | |
| 1853 | type GetOnuCountersResponse_BipUnits struct { |
| 1854 | BipUnits uint64 `protobuf:"fixed64,7,opt,name=bip_units,json=bipUnits,proto3,oneof"` |
| 1855 | } |
| 1856 | |
| 1857 | func (*GetOnuCountersResponse_BipUnits) isGetOnuCountersResponse_IsBipUnits() {} |
| 1858 | |
| 1859 | func (m *GetOnuCountersResponse) GetIsBipUnits() isGetOnuCountersResponse_IsBipUnits { |
| 1860 | if m != nil { |
| 1861 | return m.IsBipUnits |
| 1862 | } |
| 1863 | return nil |
| 1864 | } |
| 1865 | |
| 1866 | func (m *GetOnuCountersResponse) GetBipUnits() uint64 { |
| 1867 | if x, ok := m.GetIsBipUnits().(*GetOnuCountersResponse_BipUnits); ok { |
| 1868 | return x.BipUnits |
| 1869 | } |
| 1870 | return 0 |
| 1871 | } |
| 1872 | |
| 1873 | type isGetOnuCountersResponse_IsFecCorrectedSymbols interface { |
| 1874 | isGetOnuCountersResponse_IsFecCorrectedSymbols() |
| 1875 | } |
| 1876 | |
| 1877 | type GetOnuCountersResponse_FecCorrectedSymbols struct { |
| 1878 | FecCorrectedSymbols uint64 `protobuf:"fixed64,8,opt,name=fec_corrected_symbols,json=fecCorrectedSymbols,proto3,oneof"` |
| 1879 | } |
| 1880 | |
| 1881 | func (*GetOnuCountersResponse_FecCorrectedSymbols) isGetOnuCountersResponse_IsFecCorrectedSymbols() {} |
| 1882 | |
| 1883 | func (m *GetOnuCountersResponse) GetIsFecCorrectedSymbols() isGetOnuCountersResponse_IsFecCorrectedSymbols { |
| 1884 | if m != nil { |
| 1885 | return m.IsFecCorrectedSymbols |
| 1886 | } |
| 1887 | return nil |
| 1888 | } |
| 1889 | |
| 1890 | func (m *GetOnuCountersResponse) GetFecCorrectedSymbols() uint64 { |
| 1891 | if x, ok := m.GetIsFecCorrectedSymbols().(*GetOnuCountersResponse_FecCorrectedSymbols); ok { |
| 1892 | return x.FecCorrectedSymbols |
| 1893 | } |
| 1894 | return 0 |
| 1895 | } |
| 1896 | |
| 1897 | type isGetOnuCountersResponse_IsFecCodewordsCorrected interface { |
| 1898 | isGetOnuCountersResponse_IsFecCodewordsCorrected() |
| 1899 | } |
| 1900 | |
| 1901 | type GetOnuCountersResponse_FecCodewordsCorrected struct { |
| 1902 | FecCodewordsCorrected uint64 `protobuf:"fixed64,9,opt,name=fec_codewords_corrected,json=fecCodewordsCorrected,proto3,oneof"` |
| 1903 | } |
| 1904 | |
| 1905 | func (*GetOnuCountersResponse_FecCodewordsCorrected) isGetOnuCountersResponse_IsFecCodewordsCorrected() { |
| 1906 | } |
| 1907 | |
| 1908 | func (m *GetOnuCountersResponse) GetIsFecCodewordsCorrected() isGetOnuCountersResponse_IsFecCodewordsCorrected { |
| 1909 | if m != nil { |
| 1910 | return m.IsFecCodewordsCorrected |
| 1911 | } |
| 1912 | return nil |
| 1913 | } |
| 1914 | |
| 1915 | func (m *GetOnuCountersResponse) GetFecCodewordsCorrected() uint64 { |
| 1916 | if x, ok := m.GetIsFecCodewordsCorrected().(*GetOnuCountersResponse_FecCodewordsCorrected); ok { |
| 1917 | return x.FecCodewordsCorrected |
| 1918 | } |
| 1919 | return 0 |
| 1920 | } |
| 1921 | |
| 1922 | type isGetOnuCountersResponse_IsFecCodewordsUncorrectable interface { |
| 1923 | isGetOnuCountersResponse_IsFecCodewordsUncorrectable() |
| 1924 | } |
| 1925 | |
| 1926 | type GetOnuCountersResponse_FecCodewordsUncorrectable struct { |
| 1927 | FecCodewordsUncorrectable uint64 `protobuf:"fixed64,10,opt,name=fec_codewords_uncorrectable,json=fecCodewordsUncorrectable,proto3,oneof"` |
| 1928 | } |
| 1929 | |
| 1930 | func (*GetOnuCountersResponse_FecCodewordsUncorrectable) isGetOnuCountersResponse_IsFecCodewordsUncorrectable() { |
| 1931 | } |
| 1932 | |
| 1933 | func (m *GetOnuCountersResponse) GetIsFecCodewordsUncorrectable() isGetOnuCountersResponse_IsFecCodewordsUncorrectable { |
| 1934 | if m != nil { |
| 1935 | return m.IsFecCodewordsUncorrectable |
| 1936 | } |
| 1937 | return nil |
| 1938 | } |
| 1939 | |
| 1940 | func (m *GetOnuCountersResponse) GetFecCodewordsUncorrectable() uint64 { |
| 1941 | if x, ok := m.GetIsFecCodewordsUncorrectable().(*GetOnuCountersResponse_FecCodewordsUncorrectable); ok { |
| 1942 | return x.FecCodewordsUncorrectable |
| 1943 | } |
| 1944 | return 0 |
| 1945 | } |
| 1946 | |
| 1947 | type isGetOnuCountersResponse_IsFecCodewords interface { |
| 1948 | isGetOnuCountersResponse_IsFecCodewords() |
| 1949 | } |
| 1950 | |
| 1951 | type GetOnuCountersResponse_FecCodewords struct { |
| 1952 | FecCodewords uint64 `protobuf:"fixed64,11,opt,name=fec_codewords,json=fecCodewords,proto3,oneof"` |
| 1953 | } |
| 1954 | |
| 1955 | func (*GetOnuCountersResponse_FecCodewords) isGetOnuCountersResponse_IsFecCodewords() {} |
| 1956 | |
| 1957 | func (m *GetOnuCountersResponse) GetIsFecCodewords() isGetOnuCountersResponse_IsFecCodewords { |
| 1958 | if m != nil { |
| 1959 | return m.IsFecCodewords |
| 1960 | } |
| 1961 | return nil |
| 1962 | } |
| 1963 | |
| 1964 | func (m *GetOnuCountersResponse) GetFecCodewords() uint64 { |
| 1965 | if x, ok := m.GetIsFecCodewords().(*GetOnuCountersResponse_FecCodewords); ok { |
| 1966 | return x.FecCodewords |
| 1967 | } |
| 1968 | return 0 |
| 1969 | } |
| 1970 | |
| 1971 | type isGetOnuCountersResponse_IsFecCorrectedUnits interface { |
| 1972 | isGetOnuCountersResponse_IsFecCorrectedUnits() |
| 1973 | } |
| 1974 | |
| 1975 | type GetOnuCountersResponse_FecCorrectedUnits struct { |
| 1976 | FecCorrectedUnits uint64 `protobuf:"fixed64,12,opt,name=fec_corrected_units,json=fecCorrectedUnits,proto3,oneof"` |
| 1977 | } |
| 1978 | |
| 1979 | func (*GetOnuCountersResponse_FecCorrectedUnits) isGetOnuCountersResponse_IsFecCorrectedUnits() {} |
| 1980 | |
| 1981 | func (m *GetOnuCountersResponse) GetIsFecCorrectedUnits() isGetOnuCountersResponse_IsFecCorrectedUnits { |
| 1982 | if m != nil { |
| 1983 | return m.IsFecCorrectedUnits |
| 1984 | } |
| 1985 | return nil |
| 1986 | } |
| 1987 | |
| 1988 | func (m *GetOnuCountersResponse) GetFecCorrectedUnits() uint64 { |
| 1989 | if x, ok := m.GetIsFecCorrectedUnits().(*GetOnuCountersResponse_FecCorrectedUnits); ok { |
| 1990 | return x.FecCorrectedUnits |
| 1991 | } |
| 1992 | return 0 |
| 1993 | } |
| 1994 | |
| 1995 | type isGetOnuCountersResponse_IsXgemKeyErrors interface { |
| 1996 | isGetOnuCountersResponse_IsXgemKeyErrors() |
| 1997 | } |
| 1998 | |
| 1999 | type GetOnuCountersResponse_XgemKeyErrors struct { |
| 2000 | XgemKeyErrors uint64 `protobuf:"fixed64,13,opt,name=xgem_key_errors,json=xgemKeyErrors,proto3,oneof"` |
| 2001 | } |
| 2002 | |
| 2003 | func (*GetOnuCountersResponse_XgemKeyErrors) isGetOnuCountersResponse_IsXgemKeyErrors() {} |
| 2004 | |
| 2005 | func (m *GetOnuCountersResponse) GetIsXgemKeyErrors() isGetOnuCountersResponse_IsXgemKeyErrors { |
| 2006 | if m != nil { |
| 2007 | return m.IsXgemKeyErrors |
| 2008 | } |
| 2009 | return nil |
| 2010 | } |
| 2011 | |
| 2012 | func (m *GetOnuCountersResponse) GetXgemKeyErrors() uint64 { |
| 2013 | if x, ok := m.GetIsXgemKeyErrors().(*GetOnuCountersResponse_XgemKeyErrors); ok { |
| 2014 | return x.XgemKeyErrors |
| 2015 | } |
| 2016 | return 0 |
| 2017 | } |
| 2018 | |
| 2019 | type isGetOnuCountersResponse_IsXgemLoss interface { |
| 2020 | isGetOnuCountersResponse_IsXgemLoss() |
| 2021 | } |
| 2022 | |
| 2023 | type GetOnuCountersResponse_XgemLoss struct { |
| 2024 | XgemLoss uint64 `protobuf:"fixed64,14,opt,name=xgem_loss,json=xgemLoss,proto3,oneof"` |
| 2025 | } |
| 2026 | |
| 2027 | func (*GetOnuCountersResponse_XgemLoss) isGetOnuCountersResponse_IsXgemLoss() {} |
| 2028 | |
| 2029 | func (m *GetOnuCountersResponse) GetIsXgemLoss() isGetOnuCountersResponse_IsXgemLoss { |
| 2030 | if m != nil { |
| 2031 | return m.IsXgemLoss |
| 2032 | } |
| 2033 | return nil |
| 2034 | } |
| 2035 | |
| 2036 | func (m *GetOnuCountersResponse) GetXgemLoss() uint64 { |
| 2037 | if x, ok := m.GetIsXgemLoss().(*GetOnuCountersResponse_XgemLoss); ok { |
| 2038 | return x.XgemLoss |
| 2039 | } |
| 2040 | return 0 |
| 2041 | } |
| 2042 | |
| 2043 | type isGetOnuCountersResponse_IsRxPloamsError interface { |
| 2044 | isGetOnuCountersResponse_IsRxPloamsError() |
| 2045 | } |
| 2046 | |
| 2047 | type GetOnuCountersResponse_RxPloamsError struct { |
| 2048 | RxPloamsError uint64 `protobuf:"fixed64,15,opt,name=rx_ploams_error,json=rxPloamsError,proto3,oneof"` |
| 2049 | } |
| 2050 | |
| 2051 | func (*GetOnuCountersResponse_RxPloamsError) isGetOnuCountersResponse_IsRxPloamsError() {} |
| 2052 | |
| 2053 | func (m *GetOnuCountersResponse) GetIsRxPloamsError() isGetOnuCountersResponse_IsRxPloamsError { |
| 2054 | if m != nil { |
| 2055 | return m.IsRxPloamsError |
| 2056 | } |
| 2057 | return nil |
| 2058 | } |
| 2059 | |
| 2060 | func (m *GetOnuCountersResponse) GetRxPloamsError() uint64 { |
| 2061 | if x, ok := m.GetIsRxPloamsError().(*GetOnuCountersResponse_RxPloamsError); ok { |
| 2062 | return x.RxPloamsError |
| 2063 | } |
| 2064 | return 0 |
| 2065 | } |
| 2066 | |
| 2067 | type isGetOnuCountersResponse_IsRxPloamsNonIdle interface { |
| 2068 | isGetOnuCountersResponse_IsRxPloamsNonIdle() |
| 2069 | } |
| 2070 | |
| 2071 | type GetOnuCountersResponse_RxPloamsNonIdle struct { |
| 2072 | RxPloamsNonIdle uint64 `protobuf:"fixed64,16,opt,name=rx_ploams_non_idle,json=rxPloamsNonIdle,proto3,oneof"` |
| 2073 | } |
| 2074 | |
| 2075 | func (*GetOnuCountersResponse_RxPloamsNonIdle) isGetOnuCountersResponse_IsRxPloamsNonIdle() {} |
| 2076 | |
| 2077 | func (m *GetOnuCountersResponse) GetIsRxPloamsNonIdle() isGetOnuCountersResponse_IsRxPloamsNonIdle { |
| 2078 | if m != nil { |
| 2079 | return m.IsRxPloamsNonIdle |
| 2080 | } |
| 2081 | return nil |
| 2082 | } |
| 2083 | |
| 2084 | func (m *GetOnuCountersResponse) GetRxPloamsNonIdle() uint64 { |
| 2085 | if x, ok := m.GetIsRxPloamsNonIdle().(*GetOnuCountersResponse_RxPloamsNonIdle); ok { |
| 2086 | return x.RxPloamsNonIdle |
| 2087 | } |
| 2088 | return 0 |
| 2089 | } |
| 2090 | |
| 2091 | type isGetOnuCountersResponse_IsRxOmci interface { |
| 2092 | isGetOnuCountersResponse_IsRxOmci() |
| 2093 | } |
| 2094 | |
| 2095 | type GetOnuCountersResponse_RxOmci struct { |
| 2096 | RxOmci uint64 `protobuf:"fixed64,17,opt,name=rx_omci,json=rxOmci,proto3,oneof"` |
| 2097 | } |
| 2098 | |
| 2099 | func (*GetOnuCountersResponse_RxOmci) isGetOnuCountersResponse_IsRxOmci() {} |
| 2100 | |
| 2101 | func (m *GetOnuCountersResponse) GetIsRxOmci() isGetOnuCountersResponse_IsRxOmci { |
| 2102 | if m != nil { |
| 2103 | return m.IsRxOmci |
| 2104 | } |
| 2105 | return nil |
| 2106 | } |
| 2107 | |
| 2108 | func (m *GetOnuCountersResponse) GetRxOmci() uint64 { |
| 2109 | if x, ok := m.GetIsRxOmci().(*GetOnuCountersResponse_RxOmci); ok { |
| 2110 | return x.RxOmci |
| 2111 | } |
| 2112 | return 0 |
| 2113 | } |
| 2114 | |
| 2115 | type isGetOnuCountersResponse_IsTxOmci interface { |
| 2116 | isGetOnuCountersResponse_IsTxOmci() |
| 2117 | } |
| 2118 | |
| 2119 | type GetOnuCountersResponse_TxOmci struct { |
| 2120 | TxOmci uint64 `protobuf:"fixed64,18,opt,name=tx_omci,json=txOmci,proto3,oneof"` |
| 2121 | } |
| 2122 | |
| 2123 | func (*GetOnuCountersResponse_TxOmci) isGetOnuCountersResponse_IsTxOmci() {} |
| 2124 | |
| 2125 | func (m *GetOnuCountersResponse) GetIsTxOmci() isGetOnuCountersResponse_IsTxOmci { |
| 2126 | if m != nil { |
| 2127 | return m.IsTxOmci |
| 2128 | } |
| 2129 | return nil |
| 2130 | } |
| 2131 | |
| 2132 | func (m *GetOnuCountersResponse) GetTxOmci() uint64 { |
| 2133 | if x, ok := m.GetIsTxOmci().(*GetOnuCountersResponse_TxOmci); ok { |
| 2134 | return x.TxOmci |
| 2135 | } |
| 2136 | return 0 |
| 2137 | } |
| 2138 | |
| 2139 | type isGetOnuCountersResponse_IsRxOmciPacketsCrcError interface { |
| 2140 | isGetOnuCountersResponse_IsRxOmciPacketsCrcError() |
| 2141 | } |
| 2142 | |
| 2143 | type GetOnuCountersResponse_RxOmciPacketsCrcError struct { |
| 2144 | RxOmciPacketsCrcError uint64 `protobuf:"fixed64,19,opt,name=rx_omci_packets_crc_error,json=rxOmciPacketsCrcError,proto3,oneof"` |
| 2145 | } |
| 2146 | |
| 2147 | func (*GetOnuCountersResponse_RxOmciPacketsCrcError) isGetOnuCountersResponse_IsRxOmciPacketsCrcError() { |
| 2148 | } |
| 2149 | |
| 2150 | func (m *GetOnuCountersResponse) GetIsRxOmciPacketsCrcError() isGetOnuCountersResponse_IsRxOmciPacketsCrcError { |
| 2151 | if m != nil { |
| 2152 | return m.IsRxOmciPacketsCrcError |
| 2153 | } |
| 2154 | return nil |
| 2155 | } |
| 2156 | |
| 2157 | func (m *GetOnuCountersResponse) GetRxOmciPacketsCrcError() uint64 { |
| 2158 | if x, ok := m.GetIsRxOmciPacketsCrcError().(*GetOnuCountersResponse_RxOmciPacketsCrcError); ok { |
| 2159 | return x.RxOmciPacketsCrcError |
| 2160 | } |
| 2161 | return 0 |
| 2162 | } |
| 2163 | |
| 2164 | type isGetOnuCountersResponse_IsRxBytes interface { |
| 2165 | isGetOnuCountersResponse_IsRxBytes() |
| 2166 | } |
| 2167 | |
| 2168 | type GetOnuCountersResponse_RxBytes struct { |
| 2169 | RxBytes uint64 `protobuf:"fixed64,20,opt,name=rx_bytes,json=rxBytes,proto3,oneof"` |
| 2170 | } |
| 2171 | |
| 2172 | func (*GetOnuCountersResponse_RxBytes) isGetOnuCountersResponse_IsRxBytes() {} |
| 2173 | |
| 2174 | func (m *GetOnuCountersResponse) GetIsRxBytes() isGetOnuCountersResponse_IsRxBytes { |
| 2175 | if m != nil { |
| 2176 | return m.IsRxBytes |
| 2177 | } |
| 2178 | return nil |
| 2179 | } |
| 2180 | |
| 2181 | func (m *GetOnuCountersResponse) GetRxBytes() uint64 { |
| 2182 | if x, ok := m.GetIsRxBytes().(*GetOnuCountersResponse_RxBytes); ok { |
| 2183 | return x.RxBytes |
| 2184 | } |
| 2185 | return 0 |
| 2186 | } |
| 2187 | |
| 2188 | type isGetOnuCountersResponse_IsRxPackets interface { |
| 2189 | isGetOnuCountersResponse_IsRxPackets() |
| 2190 | } |
| 2191 | |
| 2192 | type GetOnuCountersResponse_RxPackets struct { |
| 2193 | RxPackets uint64 `protobuf:"fixed64,21,opt,name=rx_packets,json=rxPackets,proto3,oneof"` |
| 2194 | } |
| 2195 | |
| 2196 | func (*GetOnuCountersResponse_RxPackets) isGetOnuCountersResponse_IsRxPackets() {} |
| 2197 | |
| 2198 | func (m *GetOnuCountersResponse) GetIsRxPackets() isGetOnuCountersResponse_IsRxPackets { |
| 2199 | if m != nil { |
| 2200 | return m.IsRxPackets |
| 2201 | } |
| 2202 | return nil |
| 2203 | } |
| 2204 | |
| 2205 | func (m *GetOnuCountersResponse) GetRxPackets() uint64 { |
| 2206 | if x, ok := m.GetIsRxPackets().(*GetOnuCountersResponse_RxPackets); ok { |
| 2207 | return x.RxPackets |
| 2208 | } |
| 2209 | return 0 |
| 2210 | } |
| 2211 | |
| 2212 | type isGetOnuCountersResponse_IsTxBytes interface { |
| 2213 | isGetOnuCountersResponse_IsTxBytes() |
| 2214 | } |
| 2215 | |
| 2216 | type GetOnuCountersResponse_TxBytes struct { |
| 2217 | TxBytes uint64 `protobuf:"fixed64,22,opt,name=tx_bytes,json=txBytes,proto3,oneof"` |
| 2218 | } |
| 2219 | |
| 2220 | func (*GetOnuCountersResponse_TxBytes) isGetOnuCountersResponse_IsTxBytes() {} |
| 2221 | |
| 2222 | func (m *GetOnuCountersResponse) GetIsTxBytes() isGetOnuCountersResponse_IsTxBytes { |
| 2223 | if m != nil { |
| 2224 | return m.IsTxBytes |
| 2225 | } |
| 2226 | return nil |
| 2227 | } |
| 2228 | |
| 2229 | func (m *GetOnuCountersResponse) GetTxBytes() uint64 { |
| 2230 | if x, ok := m.GetIsTxBytes().(*GetOnuCountersResponse_TxBytes); ok { |
| 2231 | return x.TxBytes |
| 2232 | } |
| 2233 | return 0 |
| 2234 | } |
| 2235 | |
| 2236 | type isGetOnuCountersResponse_IsTxPackets interface { |
| 2237 | isGetOnuCountersResponse_IsTxPackets() |
| 2238 | } |
| 2239 | |
| 2240 | type GetOnuCountersResponse_TxPackets struct { |
| 2241 | TxPackets uint64 `protobuf:"fixed64,23,opt,name=tx_packets,json=txPackets,proto3,oneof"` |
| 2242 | } |
| 2243 | |
| 2244 | func (*GetOnuCountersResponse_TxPackets) isGetOnuCountersResponse_IsTxPackets() {} |
| 2245 | |
| 2246 | func (m *GetOnuCountersResponse) GetIsTxPackets() isGetOnuCountersResponse_IsTxPackets { |
| 2247 | if m != nil { |
| 2248 | return m.IsTxPackets |
| 2249 | } |
| 2250 | return nil |
| 2251 | } |
| 2252 | |
| 2253 | func (m *GetOnuCountersResponse) GetTxPackets() uint64 { |
| 2254 | if x, ok := m.GetIsTxPackets().(*GetOnuCountersResponse_TxPackets); ok { |
| 2255 | return x.TxPackets |
| 2256 | } |
| 2257 | return 0 |
| 2258 | } |
| 2259 | |
| 2260 | type isGetOnuCountersResponse_IsBerReported interface { |
| 2261 | isGetOnuCountersResponse_IsBerReported() |
| 2262 | } |
| 2263 | |
| 2264 | type GetOnuCountersResponse_BerReported struct { |
| 2265 | BerReported uint64 `protobuf:"fixed64,24,opt,name=ber_reported,json=berReported,proto3,oneof"` |
| 2266 | } |
| 2267 | |
| 2268 | func (*GetOnuCountersResponse_BerReported) isGetOnuCountersResponse_IsBerReported() {} |
| 2269 | |
| 2270 | func (m *GetOnuCountersResponse) GetIsBerReported() isGetOnuCountersResponse_IsBerReported { |
| 2271 | if m != nil { |
| 2272 | return m.IsBerReported |
| 2273 | } |
| 2274 | return nil |
| 2275 | } |
| 2276 | |
| 2277 | func (m *GetOnuCountersResponse) GetBerReported() uint64 { |
| 2278 | if x, ok := m.GetIsBerReported().(*GetOnuCountersResponse_BerReported); ok { |
| 2279 | return x.BerReported |
| 2280 | } |
| 2281 | return 0 |
| 2282 | } |
| 2283 | |
| 2284 | type isGetOnuCountersResponse_IsLcdgErrors interface { |
| 2285 | isGetOnuCountersResponse_IsLcdgErrors() |
| 2286 | } |
| 2287 | |
| 2288 | type GetOnuCountersResponse_LcdgErrors struct { |
| 2289 | LcdgErrors uint64 `protobuf:"fixed64,25,opt,name=lcdg_errors,json=lcdgErrors,proto3,oneof"` |
| 2290 | } |
| 2291 | |
| 2292 | func (*GetOnuCountersResponse_LcdgErrors) isGetOnuCountersResponse_IsLcdgErrors() {} |
| 2293 | |
| 2294 | func (m *GetOnuCountersResponse) GetIsLcdgErrors() isGetOnuCountersResponse_IsLcdgErrors { |
| 2295 | if m != nil { |
| 2296 | return m.IsLcdgErrors |
| 2297 | } |
| 2298 | return nil |
| 2299 | } |
| 2300 | |
| 2301 | func (m *GetOnuCountersResponse) GetLcdgErrors() uint64 { |
| 2302 | if x, ok := m.GetIsLcdgErrors().(*GetOnuCountersResponse_LcdgErrors); ok { |
| 2303 | return x.LcdgErrors |
| 2304 | } |
| 2305 | return 0 |
| 2306 | } |
| 2307 | |
| 2308 | type isGetOnuCountersResponse_IsRdiErrors interface { |
| 2309 | isGetOnuCountersResponse_IsRdiErrors() |
| 2310 | } |
| 2311 | |
| 2312 | type GetOnuCountersResponse_RdiErrors struct { |
| 2313 | RdiErrors uint64 `protobuf:"fixed64,26,opt,name=rdi_errors,json=rdiErrors,proto3,oneof"` |
| 2314 | } |
| 2315 | |
| 2316 | func (*GetOnuCountersResponse_RdiErrors) isGetOnuCountersResponse_IsRdiErrors() {} |
| 2317 | |
| 2318 | func (m *GetOnuCountersResponse) GetIsRdiErrors() isGetOnuCountersResponse_IsRdiErrors { |
| 2319 | if m != nil { |
| 2320 | return m.IsRdiErrors |
| 2321 | } |
| 2322 | return nil |
| 2323 | } |
| 2324 | |
| 2325 | func (m *GetOnuCountersResponse) GetRdiErrors() uint64 { |
| 2326 | if x, ok := m.GetIsRdiErrors().(*GetOnuCountersResponse_RdiErrors); ok { |
| 2327 | return x.RdiErrors |
| 2328 | } |
| 2329 | return 0 |
| 2330 | } |
| 2331 | |
| 2332 | type isGetOnuCountersResponse_IsTimestamp interface { |
| 2333 | isGetOnuCountersResponse_IsTimestamp() |
| 2334 | } |
| 2335 | |
| 2336 | type GetOnuCountersResponse_Timestamp struct { |
| 2337 | Timestamp uint32 `protobuf:"fixed32,27,opt,name=timestamp,proto3,oneof"` |
| 2338 | } |
| 2339 | |
| 2340 | func (*GetOnuCountersResponse_Timestamp) isGetOnuCountersResponse_IsTimestamp() {} |
| 2341 | |
| 2342 | func (m *GetOnuCountersResponse) GetIsTimestamp() isGetOnuCountersResponse_IsTimestamp { |
| 2343 | if m != nil { |
| 2344 | return m.IsTimestamp |
| 2345 | } |
| 2346 | return nil |
| 2347 | } |
| 2348 | |
| 2349 | func (m *GetOnuCountersResponse) GetTimestamp() uint32 { |
| 2350 | if x, ok := m.GetIsTimestamp().(*GetOnuCountersResponse_Timestamp); ok { |
| 2351 | return x.Timestamp |
| 2352 | } |
| 2353 | return 0 |
| 2354 | } |
| 2355 | |
| 2356 | // XXX_OneofWrappers is for the internal use of the proto package. |
| 2357 | func (*GetOnuCountersResponse) XXX_OneofWrappers() []interface{} { |
| 2358 | return []interface{}{ |
| 2359 | (*GetOnuCountersResponse_IntfId)(nil), |
| 2360 | (*GetOnuCountersResponse_OnuId)(nil), |
| 2361 | (*GetOnuCountersResponse_PositiveDrift)(nil), |
| 2362 | (*GetOnuCountersResponse_NegativeDrift)(nil), |
| 2363 | (*GetOnuCountersResponse_DelimiterMissDetection)(nil), |
| 2364 | (*GetOnuCountersResponse_BipErrors)(nil), |
| 2365 | (*GetOnuCountersResponse_BipUnits)(nil), |
| 2366 | (*GetOnuCountersResponse_FecCorrectedSymbols)(nil), |
| 2367 | (*GetOnuCountersResponse_FecCodewordsCorrected)(nil), |
| 2368 | (*GetOnuCountersResponse_FecCodewordsUncorrectable)(nil), |
| 2369 | (*GetOnuCountersResponse_FecCodewords)(nil), |
| 2370 | (*GetOnuCountersResponse_FecCorrectedUnits)(nil), |
| 2371 | (*GetOnuCountersResponse_XgemKeyErrors)(nil), |
| 2372 | (*GetOnuCountersResponse_XgemLoss)(nil), |
| 2373 | (*GetOnuCountersResponse_RxPloamsError)(nil), |
| 2374 | (*GetOnuCountersResponse_RxPloamsNonIdle)(nil), |
| 2375 | (*GetOnuCountersResponse_RxOmci)(nil), |
| 2376 | (*GetOnuCountersResponse_TxOmci)(nil), |
| 2377 | (*GetOnuCountersResponse_RxOmciPacketsCrcError)(nil), |
| 2378 | (*GetOnuCountersResponse_RxBytes)(nil), |
| 2379 | (*GetOnuCountersResponse_RxPackets)(nil), |
| 2380 | (*GetOnuCountersResponse_TxBytes)(nil), |
| 2381 | (*GetOnuCountersResponse_TxPackets)(nil), |
| 2382 | (*GetOnuCountersResponse_BerReported)(nil), |
| 2383 | (*GetOnuCountersResponse_LcdgErrors)(nil), |
| 2384 | (*GetOnuCountersResponse_RdiErrors)(nil), |
| 2385 | (*GetOnuCountersResponse_Timestamp)(nil), |
| 2386 | } |
| 2387 | } |
| 2388 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2389 | type OmciEthernetFrameExtendedPm struct { |
| 2390 | DropEvents uint64 `protobuf:"fixed64,1,opt,name=drop_events,json=dropEvents,proto3" json:"drop_events,omitempty"` |
| 2391 | Octets uint64 `protobuf:"fixed64,2,opt,name=octets,proto3" json:"octets,omitempty"` |
| 2392 | Frames uint64 `protobuf:"fixed64,3,opt,name=frames,proto3" json:"frames,omitempty"` |
| 2393 | BroadcastFrames uint64 `protobuf:"fixed64,4,opt,name=broadcast_frames,json=broadcastFrames,proto3" json:"broadcast_frames,omitempty"` |
| 2394 | MulticastFrames uint64 `protobuf:"fixed64,5,opt,name=multicast_frames,json=multicastFrames,proto3" json:"multicast_frames,omitempty"` |
| 2395 | CrcErroredFrames uint64 `protobuf:"fixed64,6,opt,name=crc_errored_frames,json=crcErroredFrames,proto3" json:"crc_errored_frames,omitempty"` |
| 2396 | UndersizeFrames uint64 `protobuf:"fixed64,7,opt,name=undersize_frames,json=undersizeFrames,proto3" json:"undersize_frames,omitempty"` |
| 2397 | OversizeFrames uint64 `protobuf:"fixed64,8,opt,name=oversize_frames,json=oversizeFrames,proto3" json:"oversize_frames,omitempty"` |
| 2398 | Frames_64Octets uint64 `protobuf:"fixed64,9,opt,name=frames_64_octets,json=frames64Octets,proto3" json:"frames_64_octets,omitempty"` |
| 2399 | Frames_65To_127Octets uint64 `protobuf:"fixed64,10,opt,name=frames_65_to_127_octets,json=frames65To127Octets,proto3" json:"frames_65_to_127_octets,omitempty"` |
| 2400 | Frames_128To_255Octets uint64 `protobuf:"fixed64,11,opt,name=frames_128_to_255_octets,json=frames128To255Octets,proto3" json:"frames_128_to_255_octets,omitempty"` |
| 2401 | Frames_256To_511Octets uint64 `protobuf:"fixed64,12,opt,name=frames_256_to_511_octets,json=frames256To511Octets,proto3" json:"frames_256_to_511_octets,omitempty"` |
| 2402 | Frames_512To_1023Octets uint64 `protobuf:"fixed64,13,opt,name=frames_512_to_1023_octets,json=frames512To1023Octets,proto3" json:"frames_512_to_1023_octets,omitempty"` |
| 2403 | Frames_1024To_1518Octets uint64 `protobuf:"fixed64,14,opt,name=frames_1024_to_1518_octets,json=frames1024To1518Octets,proto3" json:"frames_1024_to_1518_octets,omitempty"` |
| 2404 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 2405 | XXX_unrecognized []byte `json:"-"` |
| 2406 | XXX_sizecache int32 `json:"-"` |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2407 | } |
| 2408 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2409 | func (m *OmciEthernetFrameExtendedPm) Reset() { *m = OmciEthernetFrameExtendedPm{} } |
| 2410 | func (m *OmciEthernetFrameExtendedPm) String() string { return proto.CompactTextString(m) } |
| 2411 | func (*OmciEthernetFrameExtendedPm) ProtoMessage() {} |
| 2412 | func (*OmciEthernetFrameExtendedPm) Descriptor() ([]byte, []int) { |
amit.ghosh | 8490b12 | 2022-11-28 15:45:04 +0100 | [diff] [blame] | 2413 | return fileDescriptor_7ecf6e9799a9202d, []int{21} |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2414 | } |
| 2415 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2416 | func (m *OmciEthernetFrameExtendedPm) XXX_Unmarshal(b []byte) error { |
| 2417 | return xxx_messageInfo_OmciEthernetFrameExtendedPm.Unmarshal(m, b) |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2418 | } |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2419 | func (m *OmciEthernetFrameExtendedPm) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 2420 | return xxx_messageInfo_OmciEthernetFrameExtendedPm.Marshal(b, m, deterministic) |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2421 | } |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2422 | func (m *OmciEthernetFrameExtendedPm) XXX_Merge(src proto.Message) { |
| 2423 | xxx_messageInfo_OmciEthernetFrameExtendedPm.Merge(m, src) |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2424 | } |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2425 | func (m *OmciEthernetFrameExtendedPm) XXX_Size() int { |
| 2426 | return xxx_messageInfo_OmciEthernetFrameExtendedPm.Size(m) |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2427 | } |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2428 | func (m *OmciEthernetFrameExtendedPm) XXX_DiscardUnknown() { |
| 2429 | xxx_messageInfo_OmciEthernetFrameExtendedPm.DiscardUnknown(m) |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2430 | } |
| 2431 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2432 | var xxx_messageInfo_OmciEthernetFrameExtendedPm proto.InternalMessageInfo |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2433 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2434 | func (m *OmciEthernetFrameExtendedPm) GetDropEvents() uint64 { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2435 | if m != nil { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2436 | return m.DropEvents |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2437 | } |
| 2438 | return 0 |
| 2439 | } |
| 2440 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2441 | func (m *OmciEthernetFrameExtendedPm) GetOctets() uint64 { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2442 | if m != nil { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2443 | return m.Octets |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2444 | } |
| 2445 | return 0 |
| 2446 | } |
| 2447 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2448 | func (m *OmciEthernetFrameExtendedPm) GetFrames() uint64 { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2449 | if m != nil { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2450 | return m.Frames |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2451 | } |
| 2452 | return 0 |
| 2453 | } |
| 2454 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2455 | func (m *OmciEthernetFrameExtendedPm) GetBroadcastFrames() uint64 { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2456 | if m != nil { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2457 | return m.BroadcastFrames |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2458 | } |
| 2459 | return 0 |
| 2460 | } |
| 2461 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2462 | func (m *OmciEthernetFrameExtendedPm) GetMulticastFrames() uint64 { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2463 | if m != nil { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2464 | return m.MulticastFrames |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2465 | } |
| 2466 | return 0 |
| 2467 | } |
| 2468 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2469 | func (m *OmciEthernetFrameExtendedPm) GetCrcErroredFrames() uint64 { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2470 | if m != nil { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2471 | return m.CrcErroredFrames |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2472 | } |
| 2473 | return 0 |
| 2474 | } |
| 2475 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2476 | func (m *OmciEthernetFrameExtendedPm) GetUndersizeFrames() uint64 { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2477 | if m != nil { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2478 | return m.UndersizeFrames |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2479 | } |
| 2480 | return 0 |
| 2481 | } |
| 2482 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2483 | func (m *OmciEthernetFrameExtendedPm) GetOversizeFrames() uint64 { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2484 | if m != nil { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2485 | return m.OversizeFrames |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2486 | } |
| 2487 | return 0 |
| 2488 | } |
| 2489 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2490 | func (m *OmciEthernetFrameExtendedPm) GetFrames_64Octets() uint64 { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2491 | if m != nil { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2492 | return m.Frames_64Octets |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2493 | } |
| 2494 | return 0 |
| 2495 | } |
| 2496 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2497 | func (m *OmciEthernetFrameExtendedPm) GetFrames_65To_127Octets() uint64 { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2498 | if m != nil { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2499 | return m.Frames_65To_127Octets |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2500 | } |
| 2501 | return 0 |
| 2502 | } |
| 2503 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2504 | func (m *OmciEthernetFrameExtendedPm) GetFrames_128To_255Octets() uint64 { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2505 | if m != nil { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2506 | return m.Frames_128To_255Octets |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2507 | } |
| 2508 | return 0 |
| 2509 | } |
| 2510 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2511 | func (m *OmciEthernetFrameExtendedPm) GetFrames_256To_511Octets() uint64 { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2512 | if m != nil { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2513 | return m.Frames_256To_511Octets |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2514 | } |
| 2515 | return 0 |
| 2516 | } |
| 2517 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2518 | func (m *OmciEthernetFrameExtendedPm) GetFrames_512To_1023Octets() uint64 { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2519 | if m != nil { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2520 | return m.Frames_512To_1023Octets |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2521 | } |
| 2522 | return 0 |
| 2523 | } |
| 2524 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2525 | func (m *OmciEthernetFrameExtendedPm) GetFrames_1024To_1518Octets() uint64 { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2526 | if m != nil { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2527 | return m.Frames_1024To_1518Octets |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2528 | } |
| 2529 | return 0 |
| 2530 | } |
| 2531 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2532 | type GetOmciEthernetFrameExtendedPmResponse struct { |
Himani Chawla | 654f7f3 | 2021-08-25 16:31:24 +0530 | [diff] [blame] | 2533 | Upstream *OmciEthernetFrameExtendedPm `protobuf:"bytes,1,opt,name=upstream,proto3" json:"upstream,omitempty"` |
| 2534 | Downstream *OmciEthernetFrameExtendedPm `protobuf:"bytes,2,opt,name=downstream,proto3" json:"downstream,omitempty"` |
| 2535 | 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"` |
| 2536 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 2537 | XXX_unrecognized []byte `json:"-"` |
| 2538 | XXX_sizecache int32 `json:"-"` |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2539 | } |
| 2540 | |
| 2541 | func (m *GetOmciEthernetFrameExtendedPmResponse) Reset() { |
| 2542 | *m = GetOmciEthernetFrameExtendedPmResponse{} |
| 2543 | } |
| 2544 | func (m *GetOmciEthernetFrameExtendedPmResponse) String() string { return proto.CompactTextString(m) } |
| 2545 | func (*GetOmciEthernetFrameExtendedPmResponse) ProtoMessage() {} |
| 2546 | func (*GetOmciEthernetFrameExtendedPmResponse) Descriptor() ([]byte, []int) { |
amit.ghosh | 8490b12 | 2022-11-28 15:45:04 +0100 | [diff] [blame] | 2547 | return fileDescriptor_7ecf6e9799a9202d, []int{22} |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2548 | } |
| 2549 | |
| 2550 | func (m *GetOmciEthernetFrameExtendedPmResponse) XXX_Unmarshal(b []byte) error { |
| 2551 | return xxx_messageInfo_GetOmciEthernetFrameExtendedPmResponse.Unmarshal(m, b) |
| 2552 | } |
| 2553 | func (m *GetOmciEthernetFrameExtendedPmResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 2554 | return xxx_messageInfo_GetOmciEthernetFrameExtendedPmResponse.Marshal(b, m, deterministic) |
| 2555 | } |
| 2556 | func (m *GetOmciEthernetFrameExtendedPmResponse) XXX_Merge(src proto.Message) { |
| 2557 | xxx_messageInfo_GetOmciEthernetFrameExtendedPmResponse.Merge(m, src) |
| 2558 | } |
| 2559 | func (m *GetOmciEthernetFrameExtendedPmResponse) XXX_Size() int { |
| 2560 | return xxx_messageInfo_GetOmciEthernetFrameExtendedPmResponse.Size(m) |
| 2561 | } |
| 2562 | func (m *GetOmciEthernetFrameExtendedPmResponse) XXX_DiscardUnknown() { |
| 2563 | xxx_messageInfo_GetOmciEthernetFrameExtendedPmResponse.DiscardUnknown(m) |
| 2564 | } |
| 2565 | |
| 2566 | var xxx_messageInfo_GetOmciEthernetFrameExtendedPmResponse proto.InternalMessageInfo |
| 2567 | |
| 2568 | func (m *GetOmciEthernetFrameExtendedPmResponse) GetUpstream() *OmciEthernetFrameExtendedPm { |
| 2569 | if m != nil { |
| 2570 | return m.Upstream |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2571 | } |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 2572 | return nil |
| 2573 | } |
| 2574 | |
| 2575 | func (m *GetOmciEthernetFrameExtendedPmResponse) GetDownstream() *OmciEthernetFrameExtendedPm { |
| 2576 | if m != nil { |
| 2577 | return m.Downstream |
| 2578 | } |
| 2579 | return nil |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 2580 | } |
| 2581 | |
Himani Chawla | 654f7f3 | 2021-08-25 16:31:24 +0530 | [diff] [blame] | 2582 | func (m *GetOmciEthernetFrameExtendedPmResponse) GetOmciEthernetFrameExtendedPmFormat() GetOmciEthernetFrameExtendedPmResponse_Format { |
| 2583 | if m != nil { |
| 2584 | return m.OmciEthernetFrameExtendedPmFormat |
| 2585 | } |
| 2586 | return GetOmciEthernetFrameExtendedPmResponse_THIRTY_TWO_BIT |
| 2587 | } |
| 2588 | |
amit.ghosh | 8490b12 | 2022-11-28 15:45:04 +0100 | [diff] [blame] | 2589 | type RxPower struct { |
| 2590 | OnuSn string `protobuf:"bytes,1,opt,name=onu_sn,json=onuSn,proto3" json:"onu_sn,omitempty"` |
| 2591 | Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` |
| 2592 | FailReason string `protobuf:"bytes,3,opt,name=fail_reason,json=failReason,proto3" json:"fail_reason,omitempty"` |
| 2593 | RxPower float64 `protobuf:"fixed64,4,opt,name=rx_power,json=rxPower,proto3" json:"rx_power,omitempty"` |
| 2594 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 2595 | XXX_unrecognized []byte `json:"-"` |
| 2596 | XXX_sizecache int32 `json:"-"` |
| 2597 | } |
| 2598 | |
| 2599 | func (m *RxPower) Reset() { *m = RxPower{} } |
| 2600 | func (m *RxPower) String() string { return proto.CompactTextString(m) } |
| 2601 | func (*RxPower) ProtoMessage() {} |
| 2602 | func (*RxPower) Descriptor() ([]byte, []int) { |
| 2603 | return fileDescriptor_7ecf6e9799a9202d, []int{23} |
| 2604 | } |
| 2605 | |
| 2606 | func (m *RxPower) XXX_Unmarshal(b []byte) error { |
| 2607 | return xxx_messageInfo_RxPower.Unmarshal(m, b) |
| 2608 | } |
| 2609 | func (m *RxPower) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 2610 | return xxx_messageInfo_RxPower.Marshal(b, m, deterministic) |
| 2611 | } |
| 2612 | func (m *RxPower) XXX_Merge(src proto.Message) { |
| 2613 | xxx_messageInfo_RxPower.Merge(m, src) |
| 2614 | } |
| 2615 | func (m *RxPower) XXX_Size() int { |
| 2616 | return xxx_messageInfo_RxPower.Size(m) |
| 2617 | } |
| 2618 | func (m *RxPower) XXX_DiscardUnknown() { |
| 2619 | xxx_messageInfo_RxPower.DiscardUnknown(m) |
| 2620 | } |
| 2621 | |
| 2622 | var xxx_messageInfo_RxPower proto.InternalMessageInfo |
| 2623 | |
| 2624 | func (m *RxPower) GetOnuSn() string { |
| 2625 | if m != nil { |
| 2626 | return m.OnuSn |
| 2627 | } |
| 2628 | return "" |
| 2629 | } |
| 2630 | |
| 2631 | func (m *RxPower) GetStatus() string { |
| 2632 | if m != nil { |
| 2633 | return m.Status |
| 2634 | } |
| 2635 | return "" |
| 2636 | } |
| 2637 | |
| 2638 | func (m *RxPower) GetFailReason() string { |
| 2639 | if m != nil { |
| 2640 | return m.FailReason |
| 2641 | } |
| 2642 | return "" |
| 2643 | } |
| 2644 | |
| 2645 | func (m *RxPower) GetRxPower() float64 { |
| 2646 | if m != nil { |
| 2647 | return m.RxPower |
| 2648 | } |
| 2649 | return 0 |
| 2650 | } |
| 2651 | |
| 2652 | type GetOltRxPowerResponse struct { |
| 2653 | PortLabel string `protobuf:"bytes,1,opt,name=port_label,json=portLabel,proto3" json:"port_label,omitempty"` |
| 2654 | RxPower []*RxPower `protobuf:"bytes,2,rep,name=rx_power,json=rxPower,proto3" json:"rx_power,omitempty"` |
| 2655 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 2656 | XXX_unrecognized []byte `json:"-"` |
| 2657 | XXX_sizecache int32 `json:"-"` |
| 2658 | } |
| 2659 | |
| 2660 | func (m *GetOltRxPowerResponse) Reset() { *m = GetOltRxPowerResponse{} } |
| 2661 | func (m *GetOltRxPowerResponse) String() string { return proto.CompactTextString(m) } |
| 2662 | func (*GetOltRxPowerResponse) ProtoMessage() {} |
| 2663 | func (*GetOltRxPowerResponse) Descriptor() ([]byte, []int) { |
| 2664 | return fileDescriptor_7ecf6e9799a9202d, []int{24} |
| 2665 | } |
| 2666 | |
| 2667 | func (m *GetOltRxPowerResponse) XXX_Unmarshal(b []byte) error { |
| 2668 | return xxx_messageInfo_GetOltRxPowerResponse.Unmarshal(m, b) |
| 2669 | } |
| 2670 | func (m *GetOltRxPowerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 2671 | return xxx_messageInfo_GetOltRxPowerResponse.Marshal(b, m, deterministic) |
| 2672 | } |
| 2673 | func (m *GetOltRxPowerResponse) XXX_Merge(src proto.Message) { |
| 2674 | xxx_messageInfo_GetOltRxPowerResponse.Merge(m, src) |
| 2675 | } |
| 2676 | func (m *GetOltRxPowerResponse) XXX_Size() int { |
| 2677 | return xxx_messageInfo_GetOltRxPowerResponse.Size(m) |
| 2678 | } |
| 2679 | func (m *GetOltRxPowerResponse) XXX_DiscardUnknown() { |
| 2680 | xxx_messageInfo_GetOltRxPowerResponse.DiscardUnknown(m) |
| 2681 | } |
| 2682 | |
| 2683 | var xxx_messageInfo_GetOltRxPowerResponse proto.InternalMessageInfo |
| 2684 | |
| 2685 | func (m *GetOltRxPowerResponse) GetPortLabel() string { |
| 2686 | if m != nil { |
| 2687 | return m.PortLabel |
| 2688 | } |
| 2689 | return "" |
| 2690 | } |
| 2691 | |
| 2692 | func (m *GetOltRxPowerResponse) GetRxPower() []*RxPower { |
| 2693 | if m != nil { |
| 2694 | return m.RxPower |
| 2695 | } |
| 2696 | return nil |
| 2697 | } |
| 2698 | |
| 2699 | // DEPRECATED |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 2700 | type GetRxPowerResponse struct { |
| 2701 | IntfId uint32 `protobuf:"fixed32,1,opt,name=intf_id,json=intfId,proto3" json:"intf_id,omitempty"` |
| 2702 | OnuId uint32 `protobuf:"fixed32,2,opt,name=onu_id,json=onuId,proto3" json:"onu_id,omitempty"` |
| 2703 | Status string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"` |
| 2704 | FailReason string `protobuf:"bytes,4,opt,name=fail_reason,json=failReason,proto3" json:"fail_reason,omitempty"` |
| 2705 | RxPower float64 `protobuf:"fixed64,5,opt,name=rx_power,json=rxPower,proto3" json:"rx_power,omitempty"` |
| 2706 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 2707 | XXX_unrecognized []byte `json:"-"` |
| 2708 | XXX_sizecache int32 `json:"-"` |
| 2709 | } |
| 2710 | |
| 2711 | func (m *GetRxPowerResponse) Reset() { *m = GetRxPowerResponse{} } |
| 2712 | func (m *GetRxPowerResponse) String() string { return proto.CompactTextString(m) } |
| 2713 | func (*GetRxPowerResponse) ProtoMessage() {} |
| 2714 | func (*GetRxPowerResponse) Descriptor() ([]byte, []int) { |
amit.ghosh | 8490b12 | 2022-11-28 15:45:04 +0100 | [diff] [blame] | 2715 | return fileDescriptor_7ecf6e9799a9202d, []int{25} |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 2716 | } |
| 2717 | |
| 2718 | func (m *GetRxPowerResponse) XXX_Unmarshal(b []byte) error { |
| 2719 | return xxx_messageInfo_GetRxPowerResponse.Unmarshal(m, b) |
| 2720 | } |
| 2721 | func (m *GetRxPowerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 2722 | return xxx_messageInfo_GetRxPowerResponse.Marshal(b, m, deterministic) |
| 2723 | } |
| 2724 | func (m *GetRxPowerResponse) XXX_Merge(src proto.Message) { |
| 2725 | xxx_messageInfo_GetRxPowerResponse.Merge(m, src) |
| 2726 | } |
| 2727 | func (m *GetRxPowerResponse) XXX_Size() int { |
| 2728 | return xxx_messageInfo_GetRxPowerResponse.Size(m) |
| 2729 | } |
| 2730 | func (m *GetRxPowerResponse) XXX_DiscardUnknown() { |
| 2731 | xxx_messageInfo_GetRxPowerResponse.DiscardUnknown(m) |
| 2732 | } |
| 2733 | |
| 2734 | var xxx_messageInfo_GetRxPowerResponse proto.InternalMessageInfo |
| 2735 | |
| 2736 | func (m *GetRxPowerResponse) GetIntfId() uint32 { |
| 2737 | if m != nil { |
| 2738 | return m.IntfId |
| 2739 | } |
| 2740 | return 0 |
| 2741 | } |
| 2742 | |
| 2743 | func (m *GetRxPowerResponse) GetOnuId() uint32 { |
| 2744 | if m != nil { |
| 2745 | return m.OnuId |
| 2746 | } |
| 2747 | return 0 |
| 2748 | } |
| 2749 | |
| 2750 | func (m *GetRxPowerResponse) GetStatus() string { |
| 2751 | if m != nil { |
| 2752 | return m.Status |
| 2753 | } |
| 2754 | return "" |
| 2755 | } |
| 2756 | |
| 2757 | func (m *GetRxPowerResponse) GetFailReason() string { |
| 2758 | if m != nil { |
| 2759 | return m.FailReason |
| 2760 | } |
| 2761 | return "" |
| 2762 | } |
| 2763 | |
| 2764 | func (m *GetRxPowerResponse) GetRxPower() float64 { |
| 2765 | if m != nil { |
| 2766 | return m.RxPower |
| 2767 | } |
| 2768 | return 0 |
| 2769 | } |
| 2770 | |
Holger Hildebrandt | 3374b88 | 2022-09-06 11:40:16 +0000 | [diff] [blame] | 2771 | type GetOnuOmciTxRxStatsRequest struct { |
| 2772 | Empty *empty.Empty `protobuf:"bytes,1,opt,name=empty,proto3" json:"empty,omitempty"` |
| 2773 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 2774 | XXX_unrecognized []byte `json:"-"` |
| 2775 | XXX_sizecache int32 `json:"-"` |
| 2776 | } |
| 2777 | |
| 2778 | func (m *GetOnuOmciTxRxStatsRequest) Reset() { *m = GetOnuOmciTxRxStatsRequest{} } |
| 2779 | func (m *GetOnuOmciTxRxStatsRequest) String() string { return proto.CompactTextString(m) } |
| 2780 | func (*GetOnuOmciTxRxStatsRequest) ProtoMessage() {} |
| 2781 | func (*GetOnuOmciTxRxStatsRequest) Descriptor() ([]byte, []int) { |
amit.ghosh | 8490b12 | 2022-11-28 15:45:04 +0100 | [diff] [blame] | 2782 | return fileDescriptor_7ecf6e9799a9202d, []int{26} |
Holger Hildebrandt | 3374b88 | 2022-09-06 11:40:16 +0000 | [diff] [blame] | 2783 | } |
| 2784 | |
| 2785 | func (m *GetOnuOmciTxRxStatsRequest) XXX_Unmarshal(b []byte) error { |
| 2786 | return xxx_messageInfo_GetOnuOmciTxRxStatsRequest.Unmarshal(m, b) |
| 2787 | } |
| 2788 | func (m *GetOnuOmciTxRxStatsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 2789 | return xxx_messageInfo_GetOnuOmciTxRxStatsRequest.Marshal(b, m, deterministic) |
| 2790 | } |
| 2791 | func (m *GetOnuOmciTxRxStatsRequest) XXX_Merge(src proto.Message) { |
| 2792 | xxx_messageInfo_GetOnuOmciTxRxStatsRequest.Merge(m, src) |
| 2793 | } |
| 2794 | func (m *GetOnuOmciTxRxStatsRequest) XXX_Size() int { |
| 2795 | return xxx_messageInfo_GetOnuOmciTxRxStatsRequest.Size(m) |
| 2796 | } |
| 2797 | func (m *GetOnuOmciTxRxStatsRequest) XXX_DiscardUnknown() { |
| 2798 | xxx_messageInfo_GetOnuOmciTxRxStatsRequest.DiscardUnknown(m) |
| 2799 | } |
| 2800 | |
| 2801 | var xxx_messageInfo_GetOnuOmciTxRxStatsRequest proto.InternalMessageInfo |
| 2802 | |
| 2803 | func (m *GetOnuOmciTxRxStatsRequest) GetEmpty() *empty.Empty { |
| 2804 | if m != nil { |
| 2805 | return m.Empty |
| 2806 | } |
| 2807 | return nil |
| 2808 | } |
| 2809 | |
| 2810 | // see ITU-T G.988 clause 11.2.2 |
| 2811 | type GetOnuOmciTxRxStatsResponse struct { |
| 2812 | // OMCI baseline Tx frames with AR bit set |
| 2813 | BaseTxArFrames uint32 `protobuf:"varint,1,opt,name=base_tx_ar_frames,json=baseTxArFrames,proto3" json:"base_tx_ar_frames,omitempty"` |
| 2814 | // OMCI baseline Rx frames with AK bit set |
| 2815 | BaseRxAkFrames uint32 `protobuf:"varint,2,opt,name=base_rx_ak_frames,json=baseRxAkFrames,proto3" json:"base_rx_ak_frames,omitempty"` |
| 2816 | // OMCI baseline Tx frames with AR bit unset |
| 2817 | BaseTxNoArFrames uint32 `protobuf:"varint,3,opt,name=base_tx_no_ar_frames,json=baseTxNoArFrames,proto3" json:"base_tx_no_ar_frames,omitempty"` |
| 2818 | // OMCI baseline Rx frames with AK bit unset |
| 2819 | BaseRxNoAkFrames uint32 `protobuf:"varint,4,opt,name=base_rx_no_ak_frames,json=baseRxNoAkFrames,proto3" json:"base_rx_no_ak_frames,omitempty"` |
| 2820 | // OMCI extended Tx frames with AR bit set |
| 2821 | ExtTxArFrames uint32 `protobuf:"varint,5,opt,name=ext_tx_ar_frames,json=extTxArFrames,proto3" json:"ext_tx_ar_frames,omitempty"` |
| 2822 | // OMCI extended Rx frames with AK bit set |
| 2823 | ExtRxAkFrames uint32 `protobuf:"varint,6,opt,name=ext_rx_ak_frames,json=extRxAkFrames,proto3" json:"ext_rx_ak_frames,omitempty"` |
| 2824 | // OMCI extended Tx frames with AR bit unset |
| 2825 | ExtTxNoArFrames uint32 `protobuf:"varint,7,opt,name=ext_tx_no_ar_frames,json=extTxNoArFrames,proto3" json:"ext_tx_no_ar_frames,omitempty"` |
| 2826 | // OMCI extended Rx frames with AK bit unset |
| 2827 | ExtRxNoAkFrames uint32 `protobuf:"varint,8,opt,name=ext_rx_no_ak_frames,json=extRxNoAkFrames,proto3" json:"ext_rx_no_ak_frames,omitempty"` |
| 2828 | // Number of retries of requests (tx) due to not received responses (Rx) |
| 2829 | TxOmciCounterRetries uint32 `protobuf:"varint,9,opt,name=tx_omci_counter_retries,json=txOmciCounterRetries,proto3" json:"tx_omci_counter_retries,omitempty"` |
| 2830 | // Number of timeouts of requests (tx) due to not received responses (Rx) after configured number of retries |
| 2831 | TxOmciCounterTimeouts uint32 `protobuf:"varint,10,opt,name=tx_omci_counter_timeouts,json=txOmciCounterTimeouts,proto3" json:"tx_omci_counter_timeouts,omitempty"` |
| 2832 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 2833 | XXX_unrecognized []byte `json:"-"` |
| 2834 | XXX_sizecache int32 `json:"-"` |
| 2835 | } |
| 2836 | |
| 2837 | func (m *GetOnuOmciTxRxStatsResponse) Reset() { *m = GetOnuOmciTxRxStatsResponse{} } |
| 2838 | func (m *GetOnuOmciTxRxStatsResponse) String() string { return proto.CompactTextString(m) } |
| 2839 | func (*GetOnuOmciTxRxStatsResponse) ProtoMessage() {} |
| 2840 | func (*GetOnuOmciTxRxStatsResponse) Descriptor() ([]byte, []int) { |
amit.ghosh | 8490b12 | 2022-11-28 15:45:04 +0100 | [diff] [blame] | 2841 | return fileDescriptor_7ecf6e9799a9202d, []int{27} |
Holger Hildebrandt | 3374b88 | 2022-09-06 11:40:16 +0000 | [diff] [blame] | 2842 | } |
| 2843 | |
| 2844 | func (m *GetOnuOmciTxRxStatsResponse) XXX_Unmarshal(b []byte) error { |
| 2845 | return xxx_messageInfo_GetOnuOmciTxRxStatsResponse.Unmarshal(m, b) |
| 2846 | } |
| 2847 | func (m *GetOnuOmciTxRxStatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 2848 | return xxx_messageInfo_GetOnuOmciTxRxStatsResponse.Marshal(b, m, deterministic) |
| 2849 | } |
| 2850 | func (m *GetOnuOmciTxRxStatsResponse) XXX_Merge(src proto.Message) { |
| 2851 | xxx_messageInfo_GetOnuOmciTxRxStatsResponse.Merge(m, src) |
| 2852 | } |
| 2853 | func (m *GetOnuOmciTxRxStatsResponse) XXX_Size() int { |
| 2854 | return xxx_messageInfo_GetOnuOmciTxRxStatsResponse.Size(m) |
| 2855 | } |
| 2856 | func (m *GetOnuOmciTxRxStatsResponse) XXX_DiscardUnknown() { |
| 2857 | xxx_messageInfo_GetOnuOmciTxRxStatsResponse.DiscardUnknown(m) |
| 2858 | } |
| 2859 | |
| 2860 | var xxx_messageInfo_GetOnuOmciTxRxStatsResponse proto.InternalMessageInfo |
| 2861 | |
| 2862 | func (m *GetOnuOmciTxRxStatsResponse) GetBaseTxArFrames() uint32 { |
| 2863 | if m != nil { |
| 2864 | return m.BaseTxArFrames |
| 2865 | } |
| 2866 | return 0 |
| 2867 | } |
| 2868 | |
| 2869 | func (m *GetOnuOmciTxRxStatsResponse) GetBaseRxAkFrames() uint32 { |
| 2870 | if m != nil { |
| 2871 | return m.BaseRxAkFrames |
| 2872 | } |
| 2873 | return 0 |
| 2874 | } |
| 2875 | |
| 2876 | func (m *GetOnuOmciTxRxStatsResponse) GetBaseTxNoArFrames() uint32 { |
| 2877 | if m != nil { |
| 2878 | return m.BaseTxNoArFrames |
| 2879 | } |
| 2880 | return 0 |
| 2881 | } |
| 2882 | |
| 2883 | func (m *GetOnuOmciTxRxStatsResponse) GetBaseRxNoAkFrames() uint32 { |
| 2884 | if m != nil { |
| 2885 | return m.BaseRxNoAkFrames |
| 2886 | } |
| 2887 | return 0 |
| 2888 | } |
| 2889 | |
| 2890 | func (m *GetOnuOmciTxRxStatsResponse) GetExtTxArFrames() uint32 { |
| 2891 | if m != nil { |
| 2892 | return m.ExtTxArFrames |
| 2893 | } |
| 2894 | return 0 |
| 2895 | } |
| 2896 | |
| 2897 | func (m *GetOnuOmciTxRxStatsResponse) GetExtRxAkFrames() uint32 { |
| 2898 | if m != nil { |
| 2899 | return m.ExtRxAkFrames |
| 2900 | } |
| 2901 | return 0 |
| 2902 | } |
| 2903 | |
| 2904 | func (m *GetOnuOmciTxRxStatsResponse) GetExtTxNoArFrames() uint32 { |
| 2905 | if m != nil { |
| 2906 | return m.ExtTxNoArFrames |
| 2907 | } |
| 2908 | return 0 |
| 2909 | } |
| 2910 | |
| 2911 | func (m *GetOnuOmciTxRxStatsResponse) GetExtRxNoAkFrames() uint32 { |
| 2912 | if m != nil { |
| 2913 | return m.ExtRxNoAkFrames |
| 2914 | } |
| 2915 | return 0 |
| 2916 | } |
| 2917 | |
| 2918 | func (m *GetOnuOmciTxRxStatsResponse) GetTxOmciCounterRetries() uint32 { |
| 2919 | if m != nil { |
| 2920 | return m.TxOmciCounterRetries |
| 2921 | } |
| 2922 | return 0 |
| 2923 | } |
| 2924 | |
| 2925 | func (m *GetOnuOmciTxRxStatsResponse) GetTxOmciCounterTimeouts() uint32 { |
| 2926 | if m != nil { |
| 2927 | return m.TxOmciCounterTimeouts |
| 2928 | } |
| 2929 | return 0 |
| 2930 | } |
| 2931 | |
praneeth kumar nalmas | 6230f49 | 2022-12-22 11:11:13 +0530 | [diff] [blame] | 2932 | type GetOnuOmciActiveAlarmsRequest struct { |
| 2933 | Empty *empty.Empty `protobuf:"bytes,1,opt,name=empty,proto3" json:"empty,omitempty"` |
| 2934 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 2935 | XXX_unrecognized []byte `json:"-"` |
| 2936 | XXX_sizecache int32 `json:"-"` |
| 2937 | } |
| 2938 | |
| 2939 | func (m *GetOnuOmciActiveAlarmsRequest) Reset() { *m = GetOnuOmciActiveAlarmsRequest{} } |
| 2940 | func (m *GetOnuOmciActiveAlarmsRequest) String() string { return proto.CompactTextString(m) } |
| 2941 | func (*GetOnuOmciActiveAlarmsRequest) ProtoMessage() {} |
| 2942 | func (*GetOnuOmciActiveAlarmsRequest) Descriptor() ([]byte, []int) { |
| 2943 | return fileDescriptor_7ecf6e9799a9202d, []int{28} |
| 2944 | } |
| 2945 | |
| 2946 | func (m *GetOnuOmciActiveAlarmsRequest) XXX_Unmarshal(b []byte) error { |
| 2947 | return xxx_messageInfo_GetOnuOmciActiveAlarmsRequest.Unmarshal(m, b) |
| 2948 | } |
| 2949 | func (m *GetOnuOmciActiveAlarmsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 2950 | return xxx_messageInfo_GetOnuOmciActiveAlarmsRequest.Marshal(b, m, deterministic) |
| 2951 | } |
| 2952 | func (m *GetOnuOmciActiveAlarmsRequest) XXX_Merge(src proto.Message) { |
| 2953 | xxx_messageInfo_GetOnuOmciActiveAlarmsRequest.Merge(m, src) |
| 2954 | } |
| 2955 | func (m *GetOnuOmciActiveAlarmsRequest) XXX_Size() int { |
| 2956 | return xxx_messageInfo_GetOnuOmciActiveAlarmsRequest.Size(m) |
| 2957 | } |
| 2958 | func (m *GetOnuOmciActiveAlarmsRequest) XXX_DiscardUnknown() { |
| 2959 | xxx_messageInfo_GetOnuOmciActiveAlarmsRequest.DiscardUnknown(m) |
| 2960 | } |
| 2961 | |
| 2962 | var xxx_messageInfo_GetOnuOmciActiveAlarmsRequest proto.InternalMessageInfo |
| 2963 | |
| 2964 | func (m *GetOnuOmciActiveAlarmsRequest) GetEmpty() *empty.Empty { |
| 2965 | if m != nil { |
| 2966 | return m.Empty |
| 2967 | } |
| 2968 | return nil |
| 2969 | } |
| 2970 | |
| 2971 | type AlarmData struct { |
| 2972 | ClassId uint32 `protobuf:"varint,1,opt,name=class_id,json=classId,proto3" json:"class_id,omitempty"` |
| 2973 | InstanceId uint32 `protobuf:"varint,2,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` |
| 2974 | Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` |
| 2975 | Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` |
| 2976 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 2977 | XXX_unrecognized []byte `json:"-"` |
| 2978 | XXX_sizecache int32 `json:"-"` |
| 2979 | } |
| 2980 | |
| 2981 | func (m *AlarmData) Reset() { *m = AlarmData{} } |
| 2982 | func (m *AlarmData) String() string { return proto.CompactTextString(m) } |
| 2983 | func (*AlarmData) ProtoMessage() {} |
| 2984 | func (*AlarmData) Descriptor() ([]byte, []int) { |
| 2985 | return fileDescriptor_7ecf6e9799a9202d, []int{29} |
| 2986 | } |
| 2987 | |
| 2988 | func (m *AlarmData) XXX_Unmarshal(b []byte) error { |
| 2989 | return xxx_messageInfo_AlarmData.Unmarshal(m, b) |
| 2990 | } |
| 2991 | func (m *AlarmData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 2992 | return xxx_messageInfo_AlarmData.Marshal(b, m, deterministic) |
| 2993 | } |
| 2994 | func (m *AlarmData) XXX_Merge(src proto.Message) { |
| 2995 | xxx_messageInfo_AlarmData.Merge(m, src) |
| 2996 | } |
| 2997 | func (m *AlarmData) XXX_Size() int { |
| 2998 | return xxx_messageInfo_AlarmData.Size(m) |
| 2999 | } |
| 3000 | func (m *AlarmData) XXX_DiscardUnknown() { |
| 3001 | xxx_messageInfo_AlarmData.DiscardUnknown(m) |
| 3002 | } |
| 3003 | |
| 3004 | var xxx_messageInfo_AlarmData proto.InternalMessageInfo |
| 3005 | |
| 3006 | func (m *AlarmData) GetClassId() uint32 { |
| 3007 | if m != nil { |
| 3008 | return m.ClassId |
| 3009 | } |
| 3010 | return 0 |
| 3011 | } |
| 3012 | |
| 3013 | func (m *AlarmData) GetInstanceId() uint32 { |
| 3014 | if m != nil { |
| 3015 | return m.InstanceId |
| 3016 | } |
| 3017 | return 0 |
| 3018 | } |
| 3019 | |
| 3020 | func (m *AlarmData) GetName() string { |
| 3021 | if m != nil { |
| 3022 | return m.Name |
| 3023 | } |
| 3024 | return "" |
| 3025 | } |
| 3026 | |
| 3027 | func (m *AlarmData) GetDescription() string { |
| 3028 | if m != nil { |
| 3029 | return m.Description |
| 3030 | } |
| 3031 | return "" |
| 3032 | } |
| 3033 | |
| 3034 | type GetOnuOmciActiveAlarmsResponse struct { |
| 3035 | ActiveAlarms []*AlarmData `protobuf:"bytes,1,rep,name=active_alarms,json=activeAlarms,proto3" json:"active_alarms,omitempty"` |
| 3036 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 3037 | XXX_unrecognized []byte `json:"-"` |
| 3038 | XXX_sizecache int32 `json:"-"` |
| 3039 | } |
| 3040 | |
| 3041 | func (m *GetOnuOmciActiveAlarmsResponse) Reset() { *m = GetOnuOmciActiveAlarmsResponse{} } |
| 3042 | func (m *GetOnuOmciActiveAlarmsResponse) String() string { return proto.CompactTextString(m) } |
| 3043 | func (*GetOnuOmciActiveAlarmsResponse) ProtoMessage() {} |
| 3044 | func (*GetOnuOmciActiveAlarmsResponse) Descriptor() ([]byte, []int) { |
| 3045 | return fileDescriptor_7ecf6e9799a9202d, []int{30} |
| 3046 | } |
| 3047 | |
| 3048 | func (m *GetOnuOmciActiveAlarmsResponse) XXX_Unmarshal(b []byte) error { |
| 3049 | return xxx_messageInfo_GetOnuOmciActiveAlarmsResponse.Unmarshal(m, b) |
| 3050 | } |
| 3051 | func (m *GetOnuOmciActiveAlarmsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 3052 | return xxx_messageInfo_GetOnuOmciActiveAlarmsResponse.Marshal(b, m, deterministic) |
| 3053 | } |
| 3054 | func (m *GetOnuOmciActiveAlarmsResponse) XXX_Merge(src proto.Message) { |
| 3055 | xxx_messageInfo_GetOnuOmciActiveAlarmsResponse.Merge(m, src) |
| 3056 | } |
| 3057 | func (m *GetOnuOmciActiveAlarmsResponse) XXX_Size() int { |
| 3058 | return xxx_messageInfo_GetOnuOmciActiveAlarmsResponse.Size(m) |
| 3059 | } |
| 3060 | func (m *GetOnuOmciActiveAlarmsResponse) XXX_DiscardUnknown() { |
| 3061 | xxx_messageInfo_GetOnuOmciActiveAlarmsResponse.DiscardUnknown(m) |
| 3062 | } |
| 3063 | |
| 3064 | var xxx_messageInfo_GetOnuOmciActiveAlarmsResponse proto.InternalMessageInfo |
| 3065 | |
| 3066 | func (m *GetOnuOmciActiveAlarmsResponse) GetActiveAlarms() []*AlarmData { |
| 3067 | if m != nil { |
| 3068 | return m.ActiveAlarms |
| 3069 | } |
| 3070 | return nil |
| 3071 | } |
| 3072 | |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 3073 | type GetOffloadedAppsStatisticsRequest struct { |
| 3074 | // The offloaded application whose statistics are requested |
| 3075 | StatsFor GetOffloadedAppsStatisticsRequest_OffloadedApp `protobuf:"varint,1,opt,name=statsFor,proto3,enum=extension.GetOffloadedAppsStatisticsRequest_OffloadedApp" json:"statsFor,omitempty"` |
| 3076 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 3077 | XXX_unrecognized []byte `json:"-"` |
| 3078 | XXX_sizecache int32 `json:"-"` |
| 3079 | } |
| 3080 | |
| 3081 | func (m *GetOffloadedAppsStatisticsRequest) Reset() { *m = GetOffloadedAppsStatisticsRequest{} } |
| 3082 | func (m *GetOffloadedAppsStatisticsRequest) String() string { return proto.CompactTextString(m) } |
| 3083 | func (*GetOffloadedAppsStatisticsRequest) ProtoMessage() {} |
| 3084 | func (*GetOffloadedAppsStatisticsRequest) Descriptor() ([]byte, []int) { |
| 3085 | return fileDescriptor_7ecf6e9799a9202d, []int{31} |
| 3086 | } |
| 3087 | |
| 3088 | func (m *GetOffloadedAppsStatisticsRequest) XXX_Unmarshal(b []byte) error { |
| 3089 | return xxx_messageInfo_GetOffloadedAppsStatisticsRequest.Unmarshal(m, b) |
| 3090 | } |
| 3091 | func (m *GetOffloadedAppsStatisticsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 3092 | return xxx_messageInfo_GetOffloadedAppsStatisticsRequest.Marshal(b, m, deterministic) |
| 3093 | } |
| 3094 | func (m *GetOffloadedAppsStatisticsRequest) XXX_Merge(src proto.Message) { |
| 3095 | xxx_messageInfo_GetOffloadedAppsStatisticsRequest.Merge(m, src) |
| 3096 | } |
| 3097 | func (m *GetOffloadedAppsStatisticsRequest) XXX_Size() int { |
| 3098 | return xxx_messageInfo_GetOffloadedAppsStatisticsRequest.Size(m) |
| 3099 | } |
| 3100 | func (m *GetOffloadedAppsStatisticsRequest) XXX_DiscardUnknown() { |
| 3101 | xxx_messageInfo_GetOffloadedAppsStatisticsRequest.DiscardUnknown(m) |
| 3102 | } |
| 3103 | |
| 3104 | var xxx_messageInfo_GetOffloadedAppsStatisticsRequest proto.InternalMessageInfo |
| 3105 | |
| 3106 | func (m *GetOffloadedAppsStatisticsRequest) GetStatsFor() GetOffloadedAppsStatisticsRequest_OffloadedApp { |
| 3107 | if m != nil { |
| 3108 | return m.StatsFor |
| 3109 | } |
| 3110 | return GetOffloadedAppsStatisticsRequest_UNDEFINED |
| 3111 | } |
| 3112 | |
| 3113 | type GetOffloadedAppsStatisticsResponse struct { |
| 3114 | // Types that are valid to be assigned to Stats: |
| 3115 | // *GetOffloadedAppsStatisticsResponse_Dhcpv4RaStats |
| 3116 | // *GetOffloadedAppsStatisticsResponse_Dhcpv6RaStats |
| 3117 | // *GetOffloadedAppsStatisticsResponse_PppoeIaStats |
| 3118 | Stats isGetOffloadedAppsStatisticsResponse_Stats `protobuf_oneof:"stats"` |
| 3119 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 3120 | XXX_unrecognized []byte `json:"-"` |
| 3121 | XXX_sizecache int32 `json:"-"` |
| 3122 | } |
| 3123 | |
| 3124 | func (m *GetOffloadedAppsStatisticsResponse) Reset() { *m = GetOffloadedAppsStatisticsResponse{} } |
| 3125 | func (m *GetOffloadedAppsStatisticsResponse) String() string { return proto.CompactTextString(m) } |
| 3126 | func (*GetOffloadedAppsStatisticsResponse) ProtoMessage() {} |
| 3127 | func (*GetOffloadedAppsStatisticsResponse) Descriptor() ([]byte, []int) { |
| 3128 | return fileDescriptor_7ecf6e9799a9202d, []int{32} |
| 3129 | } |
| 3130 | |
| 3131 | func (m *GetOffloadedAppsStatisticsResponse) XXX_Unmarshal(b []byte) error { |
| 3132 | return xxx_messageInfo_GetOffloadedAppsStatisticsResponse.Unmarshal(m, b) |
| 3133 | } |
| 3134 | func (m *GetOffloadedAppsStatisticsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 3135 | return xxx_messageInfo_GetOffloadedAppsStatisticsResponse.Marshal(b, m, deterministic) |
| 3136 | } |
| 3137 | func (m *GetOffloadedAppsStatisticsResponse) XXX_Merge(src proto.Message) { |
| 3138 | xxx_messageInfo_GetOffloadedAppsStatisticsResponse.Merge(m, src) |
| 3139 | } |
| 3140 | func (m *GetOffloadedAppsStatisticsResponse) XXX_Size() int { |
| 3141 | return xxx_messageInfo_GetOffloadedAppsStatisticsResponse.Size(m) |
| 3142 | } |
| 3143 | func (m *GetOffloadedAppsStatisticsResponse) XXX_DiscardUnknown() { |
| 3144 | xxx_messageInfo_GetOffloadedAppsStatisticsResponse.DiscardUnknown(m) |
| 3145 | } |
| 3146 | |
| 3147 | var xxx_messageInfo_GetOffloadedAppsStatisticsResponse proto.InternalMessageInfo |
| 3148 | |
| 3149 | type isGetOffloadedAppsStatisticsResponse_Stats interface { |
| 3150 | isGetOffloadedAppsStatisticsResponse_Stats() |
| 3151 | } |
| 3152 | |
| 3153 | type GetOffloadedAppsStatisticsResponse_Dhcpv4RaStats struct { |
| 3154 | Dhcpv4RaStats *GetOffloadedAppsStatisticsResponse_DHCPv4RAStats `protobuf:"bytes,1,opt,name=dhcpv4RaStats,proto3,oneof"` |
| 3155 | } |
| 3156 | |
| 3157 | type GetOffloadedAppsStatisticsResponse_Dhcpv6RaStats struct { |
| 3158 | Dhcpv6RaStats *GetOffloadedAppsStatisticsResponse_DHCPv6RAStats `protobuf:"bytes,2,opt,name=dhcpv6RaStats,proto3,oneof"` |
| 3159 | } |
| 3160 | |
| 3161 | type GetOffloadedAppsStatisticsResponse_PppoeIaStats struct { |
| 3162 | PppoeIaStats *GetOffloadedAppsStatisticsResponse_PPPoeIAStats `protobuf:"bytes,3,opt,name=pppoeIaStats,proto3,oneof"` |
| 3163 | } |
| 3164 | |
| 3165 | func (*GetOffloadedAppsStatisticsResponse_Dhcpv4RaStats) isGetOffloadedAppsStatisticsResponse_Stats() { |
| 3166 | } |
| 3167 | |
| 3168 | func (*GetOffloadedAppsStatisticsResponse_Dhcpv6RaStats) isGetOffloadedAppsStatisticsResponse_Stats() { |
| 3169 | } |
| 3170 | |
| 3171 | func (*GetOffloadedAppsStatisticsResponse_PppoeIaStats) isGetOffloadedAppsStatisticsResponse_Stats() { |
| 3172 | } |
| 3173 | |
| 3174 | func (m *GetOffloadedAppsStatisticsResponse) GetStats() isGetOffloadedAppsStatisticsResponse_Stats { |
| 3175 | if m != nil { |
| 3176 | return m.Stats |
| 3177 | } |
| 3178 | return nil |
| 3179 | } |
| 3180 | |
| 3181 | func (m *GetOffloadedAppsStatisticsResponse) GetDhcpv4RaStats() *GetOffloadedAppsStatisticsResponse_DHCPv4RAStats { |
| 3182 | if x, ok := m.GetStats().(*GetOffloadedAppsStatisticsResponse_Dhcpv4RaStats); ok { |
| 3183 | return x.Dhcpv4RaStats |
| 3184 | } |
| 3185 | return nil |
| 3186 | } |
| 3187 | |
| 3188 | func (m *GetOffloadedAppsStatisticsResponse) GetDhcpv6RaStats() *GetOffloadedAppsStatisticsResponse_DHCPv6RAStats { |
| 3189 | if x, ok := m.GetStats().(*GetOffloadedAppsStatisticsResponse_Dhcpv6RaStats); ok { |
| 3190 | return x.Dhcpv6RaStats |
| 3191 | } |
| 3192 | return nil |
| 3193 | } |
| 3194 | |
| 3195 | func (m *GetOffloadedAppsStatisticsResponse) GetPppoeIaStats() *GetOffloadedAppsStatisticsResponse_PPPoeIAStats { |
| 3196 | if x, ok := m.GetStats().(*GetOffloadedAppsStatisticsResponse_PppoeIaStats); ok { |
| 3197 | return x.PppoeIaStats |
| 3198 | } |
| 3199 | return nil |
| 3200 | } |
| 3201 | |
| 3202 | // XXX_OneofWrappers is for the internal use of the proto package. |
| 3203 | func (*GetOffloadedAppsStatisticsResponse) XXX_OneofWrappers() []interface{} { |
| 3204 | return []interface{}{ |
| 3205 | (*GetOffloadedAppsStatisticsResponse_Dhcpv4RaStats)(nil), |
| 3206 | (*GetOffloadedAppsStatisticsResponse_Dhcpv6RaStats)(nil), |
| 3207 | (*GetOffloadedAppsStatisticsResponse_PppoeIaStats)(nil), |
| 3208 | } |
| 3209 | } |
| 3210 | |
| 3211 | type GetOffloadedAppsStatisticsResponse_DHCPv4RAStats struct { |
| 3212 | // From https://github.com/BroadbandForum/yang/blob/master/standard/networking/bbf-l2-dhcpv4-relay.yang |
| 3213 | InBadPacketsFromClient uint32 `protobuf:"varint,1,opt,name=in_bad_packets_from_client,json=inBadPacketsFromClient,proto3" json:"in_bad_packets_from_client,omitempty"` |
| 3214 | InBadPacketsFromServer uint32 `protobuf:"varint,2,opt,name=in_bad_packets_from_server,json=inBadPacketsFromServer,proto3" json:"in_bad_packets_from_server,omitempty"` |
| 3215 | InPacketsFromClient uint32 `protobuf:"varint,3,opt,name=in_packets_from_client,json=inPacketsFromClient,proto3" json:"in_packets_from_client,omitempty"` |
| 3216 | InPacketsFromServer uint32 `protobuf:"varint,4,opt,name=in_packets_from_server,json=inPacketsFromServer,proto3" json:"in_packets_from_server,omitempty"` |
| 3217 | OutPacketsToServer uint32 `protobuf:"varint,5,opt,name=out_packets_to_server,json=outPacketsToServer,proto3" json:"out_packets_to_server,omitempty"` |
| 3218 | OutPacketsToClient uint32 `protobuf:"varint,6,opt,name=out_packets_to_client,json=outPacketsToClient,proto3" json:"out_packets_to_client,omitempty"` |
| 3219 | Option_82InsertedPacketsToServer uint32 `protobuf:"varint,7,opt,name=option_82_inserted_packets_to_server,json=option82InsertedPacketsToServer,proto3" json:"option_82_inserted_packets_to_server,omitempty"` |
| 3220 | Option_82RemovedPacketsToClient uint32 `protobuf:"varint,8,opt,name=option_82_removed_packets_to_client,json=option82RemovedPacketsToClient,proto3" json:"option_82_removed_packets_to_client,omitempty"` |
| 3221 | Option_82NotInsertedToServer uint32 `protobuf:"varint,9,opt,name=option_82_not_inserted_to_server,json=option82NotInsertedToServer,proto3" json:"option_82_not_inserted_to_server,omitempty"` |
| 3222 | // Name value pairs that gives the flexibility to report different statistics that implementations may choose |
| 3223 | AdditionalStats map[string]string `protobuf:"bytes,10,rep,name=additional_stats,json=additionalStats,proto3" json:"additional_stats,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` |
| 3224 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 3225 | XXX_unrecognized []byte `json:"-"` |
| 3226 | XXX_sizecache int32 `json:"-"` |
| 3227 | } |
| 3228 | |
| 3229 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) Reset() { |
| 3230 | *m = GetOffloadedAppsStatisticsResponse_DHCPv4RAStats{} |
| 3231 | } |
| 3232 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) String() string { |
| 3233 | return proto.CompactTextString(m) |
| 3234 | } |
| 3235 | func (*GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) ProtoMessage() {} |
| 3236 | func (*GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) Descriptor() ([]byte, []int) { |
| 3237 | return fileDescriptor_7ecf6e9799a9202d, []int{32, 0} |
| 3238 | } |
| 3239 | |
| 3240 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) XXX_Unmarshal(b []byte) error { |
| 3241 | return xxx_messageInfo_GetOffloadedAppsStatisticsResponse_DHCPv4RAStats.Unmarshal(m, b) |
| 3242 | } |
| 3243 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 3244 | return xxx_messageInfo_GetOffloadedAppsStatisticsResponse_DHCPv4RAStats.Marshal(b, m, deterministic) |
| 3245 | } |
| 3246 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) XXX_Merge(src proto.Message) { |
| 3247 | xxx_messageInfo_GetOffloadedAppsStatisticsResponse_DHCPv4RAStats.Merge(m, src) |
| 3248 | } |
| 3249 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) XXX_Size() int { |
| 3250 | return xxx_messageInfo_GetOffloadedAppsStatisticsResponse_DHCPv4RAStats.Size(m) |
| 3251 | } |
| 3252 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) XXX_DiscardUnknown() { |
| 3253 | xxx_messageInfo_GetOffloadedAppsStatisticsResponse_DHCPv4RAStats.DiscardUnknown(m) |
| 3254 | } |
| 3255 | |
| 3256 | var xxx_messageInfo_GetOffloadedAppsStatisticsResponse_DHCPv4RAStats proto.InternalMessageInfo |
| 3257 | |
| 3258 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) GetInBadPacketsFromClient() uint32 { |
| 3259 | if m != nil { |
| 3260 | return m.InBadPacketsFromClient |
| 3261 | } |
| 3262 | return 0 |
| 3263 | } |
| 3264 | |
| 3265 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) GetInBadPacketsFromServer() uint32 { |
| 3266 | if m != nil { |
| 3267 | return m.InBadPacketsFromServer |
| 3268 | } |
| 3269 | return 0 |
| 3270 | } |
| 3271 | |
| 3272 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) GetInPacketsFromClient() uint32 { |
| 3273 | if m != nil { |
| 3274 | return m.InPacketsFromClient |
| 3275 | } |
| 3276 | return 0 |
| 3277 | } |
| 3278 | |
| 3279 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) GetInPacketsFromServer() uint32 { |
| 3280 | if m != nil { |
| 3281 | return m.InPacketsFromServer |
| 3282 | } |
| 3283 | return 0 |
| 3284 | } |
| 3285 | |
| 3286 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) GetOutPacketsToServer() uint32 { |
| 3287 | if m != nil { |
| 3288 | return m.OutPacketsToServer |
| 3289 | } |
| 3290 | return 0 |
| 3291 | } |
| 3292 | |
| 3293 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) GetOutPacketsToClient() uint32 { |
| 3294 | if m != nil { |
| 3295 | return m.OutPacketsToClient |
| 3296 | } |
| 3297 | return 0 |
| 3298 | } |
| 3299 | |
| 3300 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) GetOption_82InsertedPacketsToServer() uint32 { |
| 3301 | if m != nil { |
| 3302 | return m.Option_82InsertedPacketsToServer |
| 3303 | } |
| 3304 | return 0 |
| 3305 | } |
| 3306 | |
| 3307 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) GetOption_82RemovedPacketsToClient() uint32 { |
| 3308 | if m != nil { |
| 3309 | return m.Option_82RemovedPacketsToClient |
| 3310 | } |
| 3311 | return 0 |
| 3312 | } |
| 3313 | |
| 3314 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) GetOption_82NotInsertedToServer() uint32 { |
| 3315 | if m != nil { |
| 3316 | return m.Option_82NotInsertedToServer |
| 3317 | } |
| 3318 | return 0 |
| 3319 | } |
| 3320 | |
| 3321 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) GetAdditionalStats() map[string]string { |
| 3322 | if m != nil { |
| 3323 | return m.AdditionalStats |
| 3324 | } |
| 3325 | return nil |
| 3326 | } |
| 3327 | |
| 3328 | type GetOffloadedAppsStatisticsResponse_DHCPv6RAStats struct { |
| 3329 | // From https://github.com/BroadbandForum/yang/blob/master/standard/networking/bbf-ldra.yang |
| 3330 | InBadPacketsFromClient uint32 `protobuf:"varint,1,opt,name=in_bad_packets_from_client,json=inBadPacketsFromClient,proto3" json:"in_bad_packets_from_client,omitempty"` |
| 3331 | InBadPacketsFromServer uint32 `protobuf:"varint,2,opt,name=in_bad_packets_from_server,json=inBadPacketsFromServer,proto3" json:"in_bad_packets_from_server,omitempty"` |
| 3332 | Option_17InsertedPacketsToServer uint32 `protobuf:"varint,3,opt,name=option_17_inserted_packets_to_server,json=option17InsertedPacketsToServer,proto3" json:"option_17_inserted_packets_to_server,omitempty"` |
| 3333 | Option_17RemovedPacketsToClient uint32 `protobuf:"varint,4,opt,name=option_17_removed_packets_to_client,json=option17RemovedPacketsToClient,proto3" json:"option_17_removed_packets_to_client,omitempty"` |
| 3334 | Option_18InsertedPacketsToServer uint32 `protobuf:"varint,5,opt,name=option_18_inserted_packets_to_server,json=option18InsertedPacketsToServer,proto3" json:"option_18_inserted_packets_to_server,omitempty"` |
| 3335 | Option_18RemovedPacketsToClient uint32 `protobuf:"varint,6,opt,name=option_18_removed_packets_to_client,json=option18RemovedPacketsToClient,proto3" json:"option_18_removed_packets_to_client,omitempty"` |
| 3336 | Option_37InsertedPacketsToServer uint32 `protobuf:"varint,7,opt,name=option_37_inserted_packets_to_server,json=option37InsertedPacketsToServer,proto3" json:"option_37_inserted_packets_to_server,omitempty"` |
| 3337 | Option_37RemovedPacketsToClient uint32 `protobuf:"varint,8,opt,name=option_37_removed_packets_to_client,json=option37RemovedPacketsToClient,proto3" json:"option_37_removed_packets_to_client,omitempty"` |
| 3338 | OutgoingMtuExceededPacketsFromClient uint32 `protobuf:"varint,9,opt,name=outgoing_mtu_exceeded_packets_from_client,json=outgoingMtuExceededPacketsFromClient,proto3" json:"outgoing_mtu_exceeded_packets_from_client,omitempty"` |
| 3339 | // Name value pairs that gives the flexibility to report different statistics that implementations may choose |
| 3340 | AdditionalStats map[string]string `protobuf:"bytes,10,rep,name=additional_stats,json=additionalStats,proto3" json:"additional_stats,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` |
| 3341 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 3342 | XXX_unrecognized []byte `json:"-"` |
| 3343 | XXX_sizecache int32 `json:"-"` |
| 3344 | } |
| 3345 | |
| 3346 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) Reset() { |
| 3347 | *m = GetOffloadedAppsStatisticsResponse_DHCPv6RAStats{} |
| 3348 | } |
| 3349 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) String() string { |
| 3350 | return proto.CompactTextString(m) |
| 3351 | } |
| 3352 | func (*GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) ProtoMessage() {} |
| 3353 | func (*GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) Descriptor() ([]byte, []int) { |
| 3354 | return fileDescriptor_7ecf6e9799a9202d, []int{32, 1} |
| 3355 | } |
| 3356 | |
| 3357 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) XXX_Unmarshal(b []byte) error { |
| 3358 | return xxx_messageInfo_GetOffloadedAppsStatisticsResponse_DHCPv6RAStats.Unmarshal(m, b) |
| 3359 | } |
| 3360 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 3361 | return xxx_messageInfo_GetOffloadedAppsStatisticsResponse_DHCPv6RAStats.Marshal(b, m, deterministic) |
| 3362 | } |
| 3363 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) XXX_Merge(src proto.Message) { |
| 3364 | xxx_messageInfo_GetOffloadedAppsStatisticsResponse_DHCPv6RAStats.Merge(m, src) |
| 3365 | } |
| 3366 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) XXX_Size() int { |
| 3367 | return xxx_messageInfo_GetOffloadedAppsStatisticsResponse_DHCPv6RAStats.Size(m) |
| 3368 | } |
| 3369 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) XXX_DiscardUnknown() { |
| 3370 | xxx_messageInfo_GetOffloadedAppsStatisticsResponse_DHCPv6RAStats.DiscardUnknown(m) |
| 3371 | } |
| 3372 | |
| 3373 | var xxx_messageInfo_GetOffloadedAppsStatisticsResponse_DHCPv6RAStats proto.InternalMessageInfo |
| 3374 | |
| 3375 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) GetInBadPacketsFromClient() uint32 { |
| 3376 | if m != nil { |
| 3377 | return m.InBadPacketsFromClient |
| 3378 | } |
| 3379 | return 0 |
| 3380 | } |
| 3381 | |
| 3382 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) GetInBadPacketsFromServer() uint32 { |
| 3383 | if m != nil { |
| 3384 | return m.InBadPacketsFromServer |
| 3385 | } |
| 3386 | return 0 |
| 3387 | } |
| 3388 | |
| 3389 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) GetOption_17InsertedPacketsToServer() uint32 { |
| 3390 | if m != nil { |
| 3391 | return m.Option_17InsertedPacketsToServer |
| 3392 | } |
| 3393 | return 0 |
| 3394 | } |
| 3395 | |
| 3396 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) GetOption_17RemovedPacketsToClient() uint32 { |
| 3397 | if m != nil { |
| 3398 | return m.Option_17RemovedPacketsToClient |
| 3399 | } |
| 3400 | return 0 |
| 3401 | } |
| 3402 | |
| 3403 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) GetOption_18InsertedPacketsToServer() uint32 { |
| 3404 | if m != nil { |
| 3405 | return m.Option_18InsertedPacketsToServer |
| 3406 | } |
| 3407 | return 0 |
| 3408 | } |
| 3409 | |
| 3410 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) GetOption_18RemovedPacketsToClient() uint32 { |
| 3411 | if m != nil { |
| 3412 | return m.Option_18RemovedPacketsToClient |
| 3413 | } |
| 3414 | return 0 |
| 3415 | } |
| 3416 | |
| 3417 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) GetOption_37InsertedPacketsToServer() uint32 { |
| 3418 | if m != nil { |
| 3419 | return m.Option_37InsertedPacketsToServer |
| 3420 | } |
| 3421 | return 0 |
| 3422 | } |
| 3423 | |
| 3424 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) GetOption_37RemovedPacketsToClient() uint32 { |
| 3425 | if m != nil { |
| 3426 | return m.Option_37RemovedPacketsToClient |
| 3427 | } |
| 3428 | return 0 |
| 3429 | } |
| 3430 | |
| 3431 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) GetOutgoingMtuExceededPacketsFromClient() uint32 { |
| 3432 | if m != nil { |
| 3433 | return m.OutgoingMtuExceededPacketsFromClient |
| 3434 | } |
| 3435 | return 0 |
| 3436 | } |
| 3437 | |
| 3438 | func (m *GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) GetAdditionalStats() map[string]string { |
| 3439 | if m != nil { |
| 3440 | return m.AdditionalStats |
| 3441 | } |
| 3442 | return nil |
| 3443 | } |
| 3444 | |
| 3445 | type GetOffloadedAppsStatisticsResponse_PPPoeIAStats struct { |
| 3446 | // From https://github.com/BroadbandForum/yang/blob/master/standard/networking/bbf-pppoe-intermediate-agent.yang |
| 3447 | InErrorPacketsFromClient uint32 `protobuf:"varint,1,opt,name=in_error_packets_from_client,json=inErrorPacketsFromClient,proto3" json:"in_error_packets_from_client,omitempty"` |
| 3448 | InErrorPacketsFromServer uint32 `protobuf:"varint,2,opt,name=in_error_packets_from_server,json=inErrorPacketsFromServer,proto3" json:"in_error_packets_from_server,omitempty"` |
| 3449 | InPacketsFromClient uint32 `protobuf:"varint,3,opt,name=in_packets_from_client,json=inPacketsFromClient,proto3" json:"in_packets_from_client,omitempty"` |
| 3450 | InPacketsFromServer uint32 `protobuf:"varint,4,opt,name=in_packets_from_server,json=inPacketsFromServer,proto3" json:"in_packets_from_server,omitempty"` |
| 3451 | OutPacketsToServer uint32 `protobuf:"varint,5,opt,name=out_packets_to_server,json=outPacketsToServer,proto3" json:"out_packets_to_server,omitempty"` |
| 3452 | OutPacketsToClient uint32 `protobuf:"varint,6,opt,name=out_packets_to_client,json=outPacketsToClient,proto3" json:"out_packets_to_client,omitempty"` |
| 3453 | VendorSpecificTagInsertedPacketsToServer uint32 `protobuf:"varint,7,opt,name=vendor_specific_tag_inserted_packets_to_server,json=vendorSpecificTagInsertedPacketsToServer,proto3" json:"vendor_specific_tag_inserted_packets_to_server,omitempty"` |
| 3454 | VendorSpecificTagRemovedPacketsToClient uint32 `protobuf:"varint,8,opt,name=vendor_specific_tag_removed_packets_to_client,json=vendorSpecificTagRemovedPacketsToClient,proto3" json:"vendor_specific_tag_removed_packets_to_client,omitempty"` |
| 3455 | OutgoingMtuExceededPacketsFromClient uint32 `protobuf:"varint,9,opt,name=outgoing_mtu_exceeded_packets_from_client,json=outgoingMtuExceededPacketsFromClient,proto3" json:"outgoing_mtu_exceeded_packets_from_client,omitempty"` |
| 3456 | // Name value pairs that gives the flexibility to report different statistics that implementations may choose |
| 3457 | AdditionalStats map[string]string `protobuf:"bytes,10,rep,name=additional_stats,json=additionalStats,proto3" json:"additional_stats,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` |
| 3458 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 3459 | XXX_unrecognized []byte `json:"-"` |
| 3460 | XXX_sizecache int32 `json:"-"` |
| 3461 | } |
| 3462 | |
| 3463 | func (m *GetOffloadedAppsStatisticsResponse_PPPoeIAStats) Reset() { |
| 3464 | *m = GetOffloadedAppsStatisticsResponse_PPPoeIAStats{} |
| 3465 | } |
| 3466 | func (m *GetOffloadedAppsStatisticsResponse_PPPoeIAStats) String() string { |
| 3467 | return proto.CompactTextString(m) |
| 3468 | } |
| 3469 | func (*GetOffloadedAppsStatisticsResponse_PPPoeIAStats) ProtoMessage() {} |
| 3470 | func (*GetOffloadedAppsStatisticsResponse_PPPoeIAStats) Descriptor() ([]byte, []int) { |
| 3471 | return fileDescriptor_7ecf6e9799a9202d, []int{32, 2} |
| 3472 | } |
| 3473 | |
| 3474 | func (m *GetOffloadedAppsStatisticsResponse_PPPoeIAStats) XXX_Unmarshal(b []byte) error { |
| 3475 | return xxx_messageInfo_GetOffloadedAppsStatisticsResponse_PPPoeIAStats.Unmarshal(m, b) |
| 3476 | } |
| 3477 | func (m *GetOffloadedAppsStatisticsResponse_PPPoeIAStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 3478 | return xxx_messageInfo_GetOffloadedAppsStatisticsResponse_PPPoeIAStats.Marshal(b, m, deterministic) |
| 3479 | } |
| 3480 | func (m *GetOffloadedAppsStatisticsResponse_PPPoeIAStats) XXX_Merge(src proto.Message) { |
| 3481 | xxx_messageInfo_GetOffloadedAppsStatisticsResponse_PPPoeIAStats.Merge(m, src) |
| 3482 | } |
| 3483 | func (m *GetOffloadedAppsStatisticsResponse_PPPoeIAStats) XXX_Size() int { |
| 3484 | return xxx_messageInfo_GetOffloadedAppsStatisticsResponse_PPPoeIAStats.Size(m) |
| 3485 | } |
| 3486 | func (m *GetOffloadedAppsStatisticsResponse_PPPoeIAStats) XXX_DiscardUnknown() { |
| 3487 | xxx_messageInfo_GetOffloadedAppsStatisticsResponse_PPPoeIAStats.DiscardUnknown(m) |
| 3488 | } |
| 3489 | |
| 3490 | var xxx_messageInfo_GetOffloadedAppsStatisticsResponse_PPPoeIAStats proto.InternalMessageInfo |
| 3491 | |
| 3492 | func (m *GetOffloadedAppsStatisticsResponse_PPPoeIAStats) GetInErrorPacketsFromClient() uint32 { |
| 3493 | if m != nil { |
| 3494 | return m.InErrorPacketsFromClient |
| 3495 | } |
| 3496 | return 0 |
| 3497 | } |
| 3498 | |
| 3499 | func (m *GetOffloadedAppsStatisticsResponse_PPPoeIAStats) GetInErrorPacketsFromServer() uint32 { |
| 3500 | if m != nil { |
| 3501 | return m.InErrorPacketsFromServer |
| 3502 | } |
| 3503 | return 0 |
| 3504 | } |
| 3505 | |
| 3506 | func (m *GetOffloadedAppsStatisticsResponse_PPPoeIAStats) GetInPacketsFromClient() uint32 { |
| 3507 | if m != nil { |
| 3508 | return m.InPacketsFromClient |
| 3509 | } |
| 3510 | return 0 |
| 3511 | } |
| 3512 | |
| 3513 | func (m *GetOffloadedAppsStatisticsResponse_PPPoeIAStats) GetInPacketsFromServer() uint32 { |
| 3514 | if m != nil { |
| 3515 | return m.InPacketsFromServer |
| 3516 | } |
| 3517 | return 0 |
| 3518 | } |
| 3519 | |
| 3520 | func (m *GetOffloadedAppsStatisticsResponse_PPPoeIAStats) GetOutPacketsToServer() uint32 { |
| 3521 | if m != nil { |
| 3522 | return m.OutPacketsToServer |
| 3523 | } |
| 3524 | return 0 |
| 3525 | } |
| 3526 | |
| 3527 | func (m *GetOffloadedAppsStatisticsResponse_PPPoeIAStats) GetOutPacketsToClient() uint32 { |
| 3528 | if m != nil { |
| 3529 | return m.OutPacketsToClient |
| 3530 | } |
| 3531 | return 0 |
| 3532 | } |
| 3533 | |
| 3534 | func (m *GetOffloadedAppsStatisticsResponse_PPPoeIAStats) GetVendorSpecificTagInsertedPacketsToServer() uint32 { |
| 3535 | if m != nil { |
| 3536 | return m.VendorSpecificTagInsertedPacketsToServer |
| 3537 | } |
| 3538 | return 0 |
| 3539 | } |
| 3540 | |
| 3541 | func (m *GetOffloadedAppsStatisticsResponse_PPPoeIAStats) GetVendorSpecificTagRemovedPacketsToClient() uint32 { |
| 3542 | if m != nil { |
| 3543 | return m.VendorSpecificTagRemovedPacketsToClient |
| 3544 | } |
| 3545 | return 0 |
| 3546 | } |
| 3547 | |
| 3548 | func (m *GetOffloadedAppsStatisticsResponse_PPPoeIAStats) GetOutgoingMtuExceededPacketsFromClient() uint32 { |
| 3549 | if m != nil { |
| 3550 | return m.OutgoingMtuExceededPacketsFromClient |
| 3551 | } |
| 3552 | return 0 |
| 3553 | } |
| 3554 | |
| 3555 | func (m *GetOffloadedAppsStatisticsResponse_PPPoeIAStats) GetAdditionalStats() map[string]string { |
| 3556 | if m != nil { |
| 3557 | return m.AdditionalStats |
| 3558 | } |
| 3559 | return nil |
| 3560 | } |
| 3561 | |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 3562 | type GetValueRequest struct { |
| 3563 | // Types that are valid to be assigned to Request: |
| 3564 | // *GetValueRequest_Distance |
| 3565 | // *GetValueRequest_UniInfo |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 3566 | // *GetValueRequest_OltPortInfo |
| 3567 | // *GetValueRequest_OnuOpticalInfo |
| 3568 | // *GetValueRequest_EthBridgePort |
| 3569 | // *GetValueRequest_FecHistory |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 3570 | // *GetValueRequest_OnuPonInfo |
| 3571 | // *GetValueRequest_OnuInfo |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 3572 | // *GetValueRequest_RxPower |
Holger Hildebrandt | 3374b88 | 2022-09-06 11:40:16 +0000 | [diff] [blame] | 3573 | // *GetValueRequest_OnuOmciStats |
amit.ghosh | 8490b12 | 2022-11-28 15:45:04 +0100 | [diff] [blame] | 3574 | // *GetValueRequest_OltRxPower |
praneeth kumar nalmas | 6230f49 | 2022-12-22 11:11:13 +0530 | [diff] [blame] | 3575 | // *GetValueRequest_OnuActiveAlarms |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 3576 | // *GetValueRequest_OffloadedAppsStats |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 3577 | Request isGetValueRequest_Request `protobuf_oneof:"request"` |
| 3578 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 3579 | XXX_unrecognized []byte `json:"-"` |
| 3580 | XXX_sizecache int32 `json:"-"` |
| 3581 | } |
| 3582 | |
| 3583 | func (m *GetValueRequest) Reset() { *m = GetValueRequest{} } |
| 3584 | func (m *GetValueRequest) String() string { return proto.CompactTextString(m) } |
| 3585 | func (*GetValueRequest) ProtoMessage() {} |
| 3586 | func (*GetValueRequest) Descriptor() ([]byte, []int) { |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 3587 | return fileDescriptor_7ecf6e9799a9202d, []int{33} |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 3588 | } |
| 3589 | |
| 3590 | func (m *GetValueRequest) XXX_Unmarshal(b []byte) error { |
| 3591 | return xxx_messageInfo_GetValueRequest.Unmarshal(m, b) |
| 3592 | } |
| 3593 | func (m *GetValueRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 3594 | return xxx_messageInfo_GetValueRequest.Marshal(b, m, deterministic) |
| 3595 | } |
| 3596 | func (m *GetValueRequest) XXX_Merge(src proto.Message) { |
| 3597 | xxx_messageInfo_GetValueRequest.Merge(m, src) |
| 3598 | } |
| 3599 | func (m *GetValueRequest) XXX_Size() int { |
| 3600 | return xxx_messageInfo_GetValueRequest.Size(m) |
| 3601 | } |
| 3602 | func (m *GetValueRequest) XXX_DiscardUnknown() { |
| 3603 | xxx_messageInfo_GetValueRequest.DiscardUnknown(m) |
| 3604 | } |
| 3605 | |
| 3606 | var xxx_messageInfo_GetValueRequest proto.InternalMessageInfo |
| 3607 | |
| 3608 | type isGetValueRequest_Request interface { |
| 3609 | isGetValueRequest_Request() |
| 3610 | } |
| 3611 | |
| 3612 | type GetValueRequest_Distance struct { |
| 3613 | Distance *GetDistanceRequest `protobuf:"bytes,1,opt,name=distance,proto3,oneof"` |
| 3614 | } |
| 3615 | |
| 3616 | type GetValueRequest_UniInfo struct { |
| 3617 | UniInfo *GetOnuUniInfoRequest `protobuf:"bytes,2,opt,name=uniInfo,proto3,oneof"` |
| 3618 | } |
| 3619 | |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 3620 | type GetValueRequest_OltPortInfo struct { |
| 3621 | OltPortInfo *GetOltPortCounters `protobuf:"bytes,3,opt,name=oltPortInfo,proto3,oneof"` |
| 3622 | } |
| 3623 | |
| 3624 | type GetValueRequest_OnuOpticalInfo struct { |
| 3625 | OnuOpticalInfo *GetOnuPonOpticalInfo `protobuf:"bytes,4,opt,name=onuOpticalInfo,proto3,oneof"` |
| 3626 | } |
| 3627 | |
| 3628 | type GetValueRequest_EthBridgePort struct { |
| 3629 | EthBridgePort *GetOnuEthernetBridgePortHistory `protobuf:"bytes,5,opt,name=ethBridgePort,proto3,oneof"` |
| 3630 | } |
| 3631 | |
| 3632 | type GetValueRequest_FecHistory struct { |
| 3633 | FecHistory *GetOnuFecHistory `protobuf:"bytes,6,opt,name=fecHistory,proto3,oneof"` |
| 3634 | } |
| 3635 | |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 3636 | type GetValueRequest_OnuPonInfo struct { |
| 3637 | OnuPonInfo *GetOnuCountersRequest `protobuf:"bytes,7,opt,name=onuPonInfo,proto3,oneof"` |
| 3638 | } |
| 3639 | |
| 3640 | type GetValueRequest_OnuInfo struct { |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 3641 | OnuInfo *GetOmciEthernetFrameExtendedPmRequest `protobuf:"bytes,8,opt,name=onuInfo,proto3,oneof"` |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 3642 | } |
| 3643 | |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 3644 | type GetValueRequest_RxPower struct { |
| 3645 | RxPower *GetRxPowerRequest `protobuf:"bytes,9,opt,name=rxPower,proto3,oneof"` |
| 3646 | } |
| 3647 | |
Holger Hildebrandt | 3374b88 | 2022-09-06 11:40:16 +0000 | [diff] [blame] | 3648 | type GetValueRequest_OnuOmciStats struct { |
| 3649 | OnuOmciStats *GetOnuOmciTxRxStatsRequest `protobuf:"bytes,10,opt,name=onuOmciStats,proto3,oneof"` |
| 3650 | } |
| 3651 | |
amit.ghosh | 8490b12 | 2022-11-28 15:45:04 +0100 | [diff] [blame] | 3652 | type GetValueRequest_OltRxPower struct { |
| 3653 | OltRxPower *GetOltRxPowerRequest `protobuf:"bytes,11,opt,name=oltRxPower,proto3,oneof"` |
| 3654 | } |
| 3655 | |
praneeth kumar nalmas | 6230f49 | 2022-12-22 11:11:13 +0530 | [diff] [blame] | 3656 | type GetValueRequest_OnuActiveAlarms struct { |
| 3657 | OnuActiveAlarms *GetOnuOmciActiveAlarmsRequest `protobuf:"bytes,12,opt,name=onuActiveAlarms,proto3,oneof"` |
| 3658 | } |
| 3659 | |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 3660 | type GetValueRequest_OffloadedAppsStats struct { |
| 3661 | OffloadedAppsStats *GetOffloadedAppsStatisticsRequest `protobuf:"bytes,13,opt,name=offloadedAppsStats,proto3,oneof"` |
| 3662 | } |
| 3663 | |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 3664 | func (*GetValueRequest_Distance) isGetValueRequest_Request() {} |
| 3665 | |
| 3666 | func (*GetValueRequest_UniInfo) isGetValueRequest_Request() {} |
| 3667 | |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 3668 | func (*GetValueRequest_OltPortInfo) isGetValueRequest_Request() {} |
| 3669 | |
| 3670 | func (*GetValueRequest_OnuOpticalInfo) isGetValueRequest_Request() {} |
| 3671 | |
| 3672 | func (*GetValueRequest_EthBridgePort) isGetValueRequest_Request() {} |
| 3673 | |
| 3674 | func (*GetValueRequest_FecHistory) isGetValueRequest_Request() {} |
| 3675 | |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 3676 | func (*GetValueRequest_OnuPonInfo) isGetValueRequest_Request() {} |
| 3677 | |
| 3678 | func (*GetValueRequest_OnuInfo) isGetValueRequest_Request() {} |
| 3679 | |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 3680 | func (*GetValueRequest_RxPower) isGetValueRequest_Request() {} |
| 3681 | |
Holger Hildebrandt | 3374b88 | 2022-09-06 11:40:16 +0000 | [diff] [blame] | 3682 | func (*GetValueRequest_OnuOmciStats) isGetValueRequest_Request() {} |
| 3683 | |
amit.ghosh | 8490b12 | 2022-11-28 15:45:04 +0100 | [diff] [blame] | 3684 | func (*GetValueRequest_OltRxPower) isGetValueRequest_Request() {} |
| 3685 | |
praneeth kumar nalmas | 6230f49 | 2022-12-22 11:11:13 +0530 | [diff] [blame] | 3686 | func (*GetValueRequest_OnuActiveAlarms) isGetValueRequest_Request() {} |
| 3687 | |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 3688 | func (*GetValueRequest_OffloadedAppsStats) isGetValueRequest_Request() {} |
| 3689 | |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 3690 | func (m *GetValueRequest) GetRequest() isGetValueRequest_Request { |
| 3691 | if m != nil { |
| 3692 | return m.Request |
| 3693 | } |
| 3694 | return nil |
| 3695 | } |
| 3696 | |
| 3697 | func (m *GetValueRequest) GetDistance() *GetDistanceRequest { |
| 3698 | if x, ok := m.GetRequest().(*GetValueRequest_Distance); ok { |
| 3699 | return x.Distance |
| 3700 | } |
| 3701 | return nil |
| 3702 | } |
| 3703 | |
| 3704 | func (m *GetValueRequest) GetUniInfo() *GetOnuUniInfoRequest { |
| 3705 | if x, ok := m.GetRequest().(*GetValueRequest_UniInfo); ok { |
| 3706 | return x.UniInfo |
| 3707 | } |
| 3708 | return nil |
| 3709 | } |
| 3710 | |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 3711 | func (m *GetValueRequest) GetOltPortInfo() *GetOltPortCounters { |
| 3712 | if x, ok := m.GetRequest().(*GetValueRequest_OltPortInfo); ok { |
| 3713 | return x.OltPortInfo |
| 3714 | } |
| 3715 | return nil |
| 3716 | } |
| 3717 | |
| 3718 | func (m *GetValueRequest) GetOnuOpticalInfo() *GetOnuPonOpticalInfo { |
| 3719 | if x, ok := m.GetRequest().(*GetValueRequest_OnuOpticalInfo); ok { |
| 3720 | return x.OnuOpticalInfo |
| 3721 | } |
| 3722 | return nil |
| 3723 | } |
| 3724 | |
| 3725 | func (m *GetValueRequest) GetEthBridgePort() *GetOnuEthernetBridgePortHistory { |
| 3726 | if x, ok := m.GetRequest().(*GetValueRequest_EthBridgePort); ok { |
| 3727 | return x.EthBridgePort |
| 3728 | } |
| 3729 | return nil |
| 3730 | } |
| 3731 | |
| 3732 | func (m *GetValueRequest) GetFecHistory() *GetOnuFecHistory { |
| 3733 | if x, ok := m.GetRequest().(*GetValueRequest_FecHistory); ok { |
| 3734 | return x.FecHistory |
| 3735 | } |
| 3736 | return nil |
| 3737 | } |
| 3738 | |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 3739 | func (m *GetValueRequest) GetOnuPonInfo() *GetOnuCountersRequest { |
| 3740 | if x, ok := m.GetRequest().(*GetValueRequest_OnuPonInfo); ok { |
| 3741 | return x.OnuPonInfo |
| 3742 | } |
| 3743 | return nil |
| 3744 | } |
| 3745 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 3746 | func (m *GetValueRequest) GetOnuInfo() *GetOmciEthernetFrameExtendedPmRequest { |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 3747 | if x, ok := m.GetRequest().(*GetValueRequest_OnuInfo); ok { |
| 3748 | return x.OnuInfo |
| 3749 | } |
| 3750 | return nil |
| 3751 | } |
| 3752 | |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 3753 | func (m *GetValueRequest) GetRxPower() *GetRxPowerRequest { |
| 3754 | if x, ok := m.GetRequest().(*GetValueRequest_RxPower); ok { |
| 3755 | return x.RxPower |
| 3756 | } |
| 3757 | return nil |
| 3758 | } |
| 3759 | |
Holger Hildebrandt | 3374b88 | 2022-09-06 11:40:16 +0000 | [diff] [blame] | 3760 | func (m *GetValueRequest) GetOnuOmciStats() *GetOnuOmciTxRxStatsRequest { |
| 3761 | if x, ok := m.GetRequest().(*GetValueRequest_OnuOmciStats); ok { |
| 3762 | return x.OnuOmciStats |
| 3763 | } |
| 3764 | return nil |
| 3765 | } |
| 3766 | |
amit.ghosh | 8490b12 | 2022-11-28 15:45:04 +0100 | [diff] [blame] | 3767 | func (m *GetValueRequest) GetOltRxPower() *GetOltRxPowerRequest { |
| 3768 | if x, ok := m.GetRequest().(*GetValueRequest_OltRxPower); ok { |
| 3769 | return x.OltRxPower |
| 3770 | } |
| 3771 | return nil |
| 3772 | } |
| 3773 | |
praneeth kumar nalmas | 6230f49 | 2022-12-22 11:11:13 +0530 | [diff] [blame] | 3774 | func (m *GetValueRequest) GetOnuActiveAlarms() *GetOnuOmciActiveAlarmsRequest { |
| 3775 | if x, ok := m.GetRequest().(*GetValueRequest_OnuActiveAlarms); ok { |
| 3776 | return x.OnuActiveAlarms |
| 3777 | } |
| 3778 | return nil |
| 3779 | } |
| 3780 | |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 3781 | func (m *GetValueRequest) GetOffloadedAppsStats() *GetOffloadedAppsStatisticsRequest { |
| 3782 | if x, ok := m.GetRequest().(*GetValueRequest_OffloadedAppsStats); ok { |
| 3783 | return x.OffloadedAppsStats |
| 3784 | } |
| 3785 | return nil |
| 3786 | } |
| 3787 | |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 3788 | // XXX_OneofWrappers is for the internal use of the proto package. |
| 3789 | func (*GetValueRequest) XXX_OneofWrappers() []interface{} { |
| 3790 | return []interface{}{ |
| 3791 | (*GetValueRequest_Distance)(nil), |
| 3792 | (*GetValueRequest_UniInfo)(nil), |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 3793 | (*GetValueRequest_OltPortInfo)(nil), |
| 3794 | (*GetValueRequest_OnuOpticalInfo)(nil), |
| 3795 | (*GetValueRequest_EthBridgePort)(nil), |
| 3796 | (*GetValueRequest_FecHistory)(nil), |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 3797 | (*GetValueRequest_OnuPonInfo)(nil), |
| 3798 | (*GetValueRequest_OnuInfo)(nil), |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 3799 | (*GetValueRequest_RxPower)(nil), |
Holger Hildebrandt | 3374b88 | 2022-09-06 11:40:16 +0000 | [diff] [blame] | 3800 | (*GetValueRequest_OnuOmciStats)(nil), |
amit.ghosh | 8490b12 | 2022-11-28 15:45:04 +0100 | [diff] [blame] | 3801 | (*GetValueRequest_OltRxPower)(nil), |
praneeth kumar nalmas | 6230f49 | 2022-12-22 11:11:13 +0530 | [diff] [blame] | 3802 | (*GetValueRequest_OnuActiveAlarms)(nil), |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 3803 | (*GetValueRequest_OffloadedAppsStats)(nil), |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 3804 | } |
| 3805 | } |
| 3806 | |
| 3807 | type GetValueResponse struct { |
| 3808 | Status GetValueResponse_Status `protobuf:"varint,1,opt,name=status,proto3,enum=extension.GetValueResponse_Status" json:"status,omitempty"` |
| 3809 | ErrReason GetValueResponse_ErrorReason `protobuf:"varint,2,opt,name=errReason,proto3,enum=extension.GetValueResponse_ErrorReason" json:"errReason,omitempty"` |
| 3810 | // Types that are valid to be assigned to Response: |
| 3811 | // *GetValueResponse_Distance |
| 3812 | // *GetValueResponse_UniInfo |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 3813 | // *GetValueResponse_PortCoutners |
| 3814 | // *GetValueResponse_OnuOpticalInfo |
| 3815 | // *GetValueResponse_EthBridgePortInfo |
| 3816 | // *GetValueResponse_FecHistory |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 3817 | // *GetValueResponse_OnuPonCounters |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 3818 | // *GetValueResponse_OnuCounters |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 3819 | // *GetValueResponse_RxPower |
Holger Hildebrandt | 3374b88 | 2022-09-06 11:40:16 +0000 | [diff] [blame] | 3820 | // *GetValueResponse_OnuOmciStats |
amit.ghosh | 8490b12 | 2022-11-28 15:45:04 +0100 | [diff] [blame] | 3821 | // *GetValueResponse_OltRxPower |
praneeth kumar nalmas | 6230f49 | 2022-12-22 11:11:13 +0530 | [diff] [blame] | 3822 | // *GetValueResponse_OnuActiveAlarms |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 3823 | // *GetValueResponse_OffloadedAppsStats |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 3824 | Response isGetValueResponse_Response `protobuf_oneof:"response"` |
| 3825 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 3826 | XXX_unrecognized []byte `json:"-"` |
| 3827 | XXX_sizecache int32 `json:"-"` |
| 3828 | } |
| 3829 | |
| 3830 | func (m *GetValueResponse) Reset() { *m = GetValueResponse{} } |
| 3831 | func (m *GetValueResponse) String() string { return proto.CompactTextString(m) } |
| 3832 | func (*GetValueResponse) ProtoMessage() {} |
| 3833 | func (*GetValueResponse) Descriptor() ([]byte, []int) { |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 3834 | return fileDescriptor_7ecf6e9799a9202d, []int{34} |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 3835 | } |
| 3836 | |
| 3837 | func (m *GetValueResponse) XXX_Unmarshal(b []byte) error { |
| 3838 | return xxx_messageInfo_GetValueResponse.Unmarshal(m, b) |
| 3839 | } |
| 3840 | func (m *GetValueResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 3841 | return xxx_messageInfo_GetValueResponse.Marshal(b, m, deterministic) |
| 3842 | } |
| 3843 | func (m *GetValueResponse) XXX_Merge(src proto.Message) { |
| 3844 | xxx_messageInfo_GetValueResponse.Merge(m, src) |
| 3845 | } |
| 3846 | func (m *GetValueResponse) XXX_Size() int { |
| 3847 | return xxx_messageInfo_GetValueResponse.Size(m) |
| 3848 | } |
| 3849 | func (m *GetValueResponse) XXX_DiscardUnknown() { |
| 3850 | xxx_messageInfo_GetValueResponse.DiscardUnknown(m) |
| 3851 | } |
| 3852 | |
| 3853 | var xxx_messageInfo_GetValueResponse proto.InternalMessageInfo |
| 3854 | |
| 3855 | func (m *GetValueResponse) GetStatus() GetValueResponse_Status { |
| 3856 | if m != nil { |
| 3857 | return m.Status |
| 3858 | } |
| 3859 | return GetValueResponse_STATUS_UNDEFINED |
| 3860 | } |
| 3861 | |
| 3862 | func (m *GetValueResponse) GetErrReason() GetValueResponse_ErrorReason { |
| 3863 | if m != nil { |
| 3864 | return m.ErrReason |
| 3865 | } |
| 3866 | return GetValueResponse_REASON_UNDEFINED |
| 3867 | } |
| 3868 | |
| 3869 | type isGetValueResponse_Response interface { |
| 3870 | isGetValueResponse_Response() |
| 3871 | } |
| 3872 | |
| 3873 | type GetValueResponse_Distance struct { |
| 3874 | Distance *GetDistanceResponse `protobuf:"bytes,3,opt,name=distance,proto3,oneof"` |
| 3875 | } |
| 3876 | |
| 3877 | type GetValueResponse_UniInfo struct { |
| 3878 | UniInfo *GetOnuUniInfoResponse `protobuf:"bytes,4,opt,name=uniInfo,proto3,oneof"` |
| 3879 | } |
| 3880 | |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 3881 | type GetValueResponse_PortCoutners struct { |
| 3882 | PortCoutners *GetOltPortCountersResponse `protobuf:"bytes,5,opt,name=portCoutners,proto3,oneof"` |
| 3883 | } |
| 3884 | |
| 3885 | type GetValueResponse_OnuOpticalInfo struct { |
| 3886 | OnuOpticalInfo *GetOnuPonOpticalInfoResponse `protobuf:"bytes,6,opt,name=onuOpticalInfo,proto3,oneof"` |
| 3887 | } |
| 3888 | |
| 3889 | type GetValueResponse_EthBridgePortInfo struct { |
| 3890 | EthBridgePortInfo *GetOnuEthernetBridgePortHistoryResponse `protobuf:"bytes,7,opt,name=ethBridgePortInfo,proto3,oneof"` |
| 3891 | } |
| 3892 | |
| 3893 | type GetValueResponse_FecHistory struct { |
| 3894 | FecHistory *GetOnuFecHistoryResponse `protobuf:"bytes,8,opt,name=fecHistory,proto3,oneof"` |
| 3895 | } |
| 3896 | |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 3897 | type GetValueResponse_OnuPonCounters struct { |
| 3898 | OnuPonCounters *GetOnuCountersResponse `protobuf:"bytes,9,opt,name=onuPonCounters,proto3,oneof"` |
| 3899 | } |
| 3900 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 3901 | type GetValueResponse_OnuCounters struct { |
| 3902 | OnuCounters *GetOmciEthernetFrameExtendedPmResponse `protobuf:"bytes,10,opt,name=onuCounters,proto3,oneof"` |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 3903 | } |
| 3904 | |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 3905 | type GetValueResponse_RxPower struct { |
| 3906 | RxPower *GetRxPowerResponse `protobuf:"bytes,11,opt,name=rxPower,proto3,oneof"` |
| 3907 | } |
| 3908 | |
Holger Hildebrandt | 3374b88 | 2022-09-06 11:40:16 +0000 | [diff] [blame] | 3909 | type GetValueResponse_OnuOmciStats struct { |
| 3910 | OnuOmciStats *GetOnuOmciTxRxStatsResponse `protobuf:"bytes,12,opt,name=onuOmciStats,proto3,oneof"` |
| 3911 | } |
| 3912 | |
amit.ghosh | 8490b12 | 2022-11-28 15:45:04 +0100 | [diff] [blame] | 3913 | type GetValueResponse_OltRxPower struct { |
| 3914 | OltRxPower *GetOltRxPowerResponse `protobuf:"bytes,13,opt,name=oltRxPower,proto3,oneof"` |
| 3915 | } |
| 3916 | |
praneeth kumar nalmas | 6230f49 | 2022-12-22 11:11:13 +0530 | [diff] [blame] | 3917 | type GetValueResponse_OnuActiveAlarms struct { |
| 3918 | OnuActiveAlarms *GetOnuOmciActiveAlarmsResponse `protobuf:"bytes,14,opt,name=onuActiveAlarms,proto3,oneof"` |
| 3919 | } |
| 3920 | |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 3921 | type GetValueResponse_OffloadedAppsStats struct { |
| 3922 | OffloadedAppsStats *GetOffloadedAppsStatisticsResponse `protobuf:"bytes,15,opt,name=offloadedAppsStats,proto3,oneof"` |
| 3923 | } |
| 3924 | |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 3925 | func (*GetValueResponse_Distance) isGetValueResponse_Response() {} |
| 3926 | |
| 3927 | func (*GetValueResponse_UniInfo) isGetValueResponse_Response() {} |
| 3928 | |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 3929 | func (*GetValueResponse_PortCoutners) isGetValueResponse_Response() {} |
| 3930 | |
| 3931 | func (*GetValueResponse_OnuOpticalInfo) isGetValueResponse_Response() {} |
| 3932 | |
| 3933 | func (*GetValueResponse_EthBridgePortInfo) isGetValueResponse_Response() {} |
| 3934 | |
| 3935 | func (*GetValueResponse_FecHistory) isGetValueResponse_Response() {} |
| 3936 | |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 3937 | func (*GetValueResponse_OnuPonCounters) isGetValueResponse_Response() {} |
| 3938 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 3939 | func (*GetValueResponse_OnuCounters) isGetValueResponse_Response() {} |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 3940 | |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 3941 | func (*GetValueResponse_RxPower) isGetValueResponse_Response() {} |
| 3942 | |
Holger Hildebrandt | 3374b88 | 2022-09-06 11:40:16 +0000 | [diff] [blame] | 3943 | func (*GetValueResponse_OnuOmciStats) isGetValueResponse_Response() {} |
| 3944 | |
amit.ghosh | 8490b12 | 2022-11-28 15:45:04 +0100 | [diff] [blame] | 3945 | func (*GetValueResponse_OltRxPower) isGetValueResponse_Response() {} |
| 3946 | |
praneeth kumar nalmas | 6230f49 | 2022-12-22 11:11:13 +0530 | [diff] [blame] | 3947 | func (*GetValueResponse_OnuActiveAlarms) isGetValueResponse_Response() {} |
| 3948 | |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 3949 | func (*GetValueResponse_OffloadedAppsStats) isGetValueResponse_Response() {} |
| 3950 | |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 3951 | func (m *GetValueResponse) GetResponse() isGetValueResponse_Response { |
| 3952 | if m != nil { |
| 3953 | return m.Response |
| 3954 | } |
| 3955 | return nil |
| 3956 | } |
| 3957 | |
| 3958 | func (m *GetValueResponse) GetDistance() *GetDistanceResponse { |
| 3959 | if x, ok := m.GetResponse().(*GetValueResponse_Distance); ok { |
| 3960 | return x.Distance |
| 3961 | } |
| 3962 | return nil |
| 3963 | } |
| 3964 | |
| 3965 | func (m *GetValueResponse) GetUniInfo() *GetOnuUniInfoResponse { |
| 3966 | if x, ok := m.GetResponse().(*GetValueResponse_UniInfo); ok { |
| 3967 | return x.UniInfo |
| 3968 | } |
| 3969 | return nil |
| 3970 | } |
| 3971 | |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 3972 | func (m *GetValueResponse) GetPortCoutners() *GetOltPortCountersResponse { |
| 3973 | if x, ok := m.GetResponse().(*GetValueResponse_PortCoutners); ok { |
| 3974 | return x.PortCoutners |
| 3975 | } |
| 3976 | return nil |
| 3977 | } |
| 3978 | |
| 3979 | func (m *GetValueResponse) GetOnuOpticalInfo() *GetOnuPonOpticalInfoResponse { |
| 3980 | if x, ok := m.GetResponse().(*GetValueResponse_OnuOpticalInfo); ok { |
| 3981 | return x.OnuOpticalInfo |
| 3982 | } |
| 3983 | return nil |
| 3984 | } |
| 3985 | |
| 3986 | func (m *GetValueResponse) GetEthBridgePortInfo() *GetOnuEthernetBridgePortHistoryResponse { |
| 3987 | if x, ok := m.GetResponse().(*GetValueResponse_EthBridgePortInfo); ok { |
| 3988 | return x.EthBridgePortInfo |
| 3989 | } |
| 3990 | return nil |
| 3991 | } |
| 3992 | |
| 3993 | func (m *GetValueResponse) GetFecHistory() *GetOnuFecHistoryResponse { |
| 3994 | if x, ok := m.GetResponse().(*GetValueResponse_FecHistory); ok { |
| 3995 | return x.FecHistory |
| 3996 | } |
| 3997 | return nil |
| 3998 | } |
| 3999 | |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 4000 | func (m *GetValueResponse) GetOnuPonCounters() *GetOnuCountersResponse { |
| 4001 | if x, ok := m.GetResponse().(*GetValueResponse_OnuPonCounters); ok { |
| 4002 | return x.OnuPonCounters |
| 4003 | } |
| 4004 | return nil |
| 4005 | } |
| 4006 | |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 4007 | func (m *GetValueResponse) GetOnuCounters() *GetOmciEthernetFrameExtendedPmResponse { |
| 4008 | if x, ok := m.GetResponse().(*GetValueResponse_OnuCounters); ok { |
| 4009 | return x.OnuCounters |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 4010 | } |
| 4011 | return nil |
| 4012 | } |
| 4013 | |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 4014 | func (m *GetValueResponse) GetRxPower() *GetRxPowerResponse { |
| 4015 | if x, ok := m.GetResponse().(*GetValueResponse_RxPower); ok { |
| 4016 | return x.RxPower |
| 4017 | } |
| 4018 | return nil |
| 4019 | } |
| 4020 | |
Holger Hildebrandt | 3374b88 | 2022-09-06 11:40:16 +0000 | [diff] [blame] | 4021 | func (m *GetValueResponse) GetOnuOmciStats() *GetOnuOmciTxRxStatsResponse { |
| 4022 | if x, ok := m.GetResponse().(*GetValueResponse_OnuOmciStats); ok { |
| 4023 | return x.OnuOmciStats |
| 4024 | } |
| 4025 | return nil |
| 4026 | } |
| 4027 | |
amit.ghosh | 8490b12 | 2022-11-28 15:45:04 +0100 | [diff] [blame] | 4028 | func (m *GetValueResponse) GetOltRxPower() *GetOltRxPowerResponse { |
| 4029 | if x, ok := m.GetResponse().(*GetValueResponse_OltRxPower); ok { |
| 4030 | return x.OltRxPower |
| 4031 | } |
| 4032 | return nil |
| 4033 | } |
| 4034 | |
praneeth kumar nalmas | 6230f49 | 2022-12-22 11:11:13 +0530 | [diff] [blame] | 4035 | func (m *GetValueResponse) GetOnuActiveAlarms() *GetOnuOmciActiveAlarmsResponse { |
| 4036 | if x, ok := m.GetResponse().(*GetValueResponse_OnuActiveAlarms); ok { |
| 4037 | return x.OnuActiveAlarms |
| 4038 | } |
| 4039 | return nil |
| 4040 | } |
| 4041 | |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 4042 | func (m *GetValueResponse) GetOffloadedAppsStats() *GetOffloadedAppsStatisticsResponse { |
| 4043 | if x, ok := m.GetResponse().(*GetValueResponse_OffloadedAppsStats); ok { |
| 4044 | return x.OffloadedAppsStats |
| 4045 | } |
| 4046 | return nil |
| 4047 | } |
| 4048 | |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 4049 | // XXX_OneofWrappers is for the internal use of the proto package. |
| 4050 | func (*GetValueResponse) XXX_OneofWrappers() []interface{} { |
| 4051 | return []interface{}{ |
| 4052 | (*GetValueResponse_Distance)(nil), |
| 4053 | (*GetValueResponse_UniInfo)(nil), |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 4054 | (*GetValueResponse_PortCoutners)(nil), |
| 4055 | (*GetValueResponse_OnuOpticalInfo)(nil), |
| 4056 | (*GetValueResponse_EthBridgePortInfo)(nil), |
| 4057 | (*GetValueResponse_FecHistory)(nil), |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 4058 | (*GetValueResponse_OnuPonCounters)(nil), |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 4059 | (*GetValueResponse_OnuCounters)(nil), |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 4060 | (*GetValueResponse_RxPower)(nil), |
Holger Hildebrandt | 3374b88 | 2022-09-06 11:40:16 +0000 | [diff] [blame] | 4061 | (*GetValueResponse_OnuOmciStats)(nil), |
amit.ghosh | 8490b12 | 2022-11-28 15:45:04 +0100 | [diff] [blame] | 4062 | (*GetValueResponse_OltRxPower)(nil), |
praneeth kumar nalmas | 6230f49 | 2022-12-22 11:11:13 +0530 | [diff] [blame] | 4063 | (*GetValueResponse_OnuActiveAlarms)(nil), |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 4064 | (*GetValueResponse_OffloadedAppsStats)(nil), |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 4065 | } |
| 4066 | } |
| 4067 | |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 4068 | // AppOffloadConfig is the configuration for offloading applications to the OLT and has OLT wide configuration. |
| 4069 | type AppOffloadConfig struct { |
| 4070 | EnableDHCPv4RA bool `protobuf:"varint,1,opt,name=enableDHCPv4RA,proto3" json:"enableDHCPv4RA,omitempty"` |
| 4071 | EnableDHCPv6RA bool `protobuf:"varint,2,opt,name=enableDHCPv6RA,proto3" json:"enableDHCPv6RA,omitempty"` |
| 4072 | EnablePPPoEIA bool `protobuf:"varint,3,opt,name=enablePPPoEIA,proto3" json:"enablePPPoEIA,omitempty"` |
| 4073 | // Follows the same as the BBF Access Node Id defined in https://github.com/BroadbandForum/yang/blob/master/standard/networking/bbf-subscriber-profiles.yang |
| 4074 | AccessNodeID string `protobuf:"bytes,4,opt,name=accessNodeID,proto3" json:"accessNodeID,omitempty"` |
| 4075 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 4076 | XXX_unrecognized []byte `json:"-"` |
| 4077 | XXX_sizecache int32 `json:"-"` |
| 4078 | } |
| 4079 | |
| 4080 | func (m *AppOffloadConfig) Reset() { *m = AppOffloadConfig{} } |
| 4081 | func (m *AppOffloadConfig) String() string { return proto.CompactTextString(m) } |
| 4082 | func (*AppOffloadConfig) ProtoMessage() {} |
| 4083 | func (*AppOffloadConfig) Descriptor() ([]byte, []int) { |
| 4084 | return fileDescriptor_7ecf6e9799a9202d, []int{35} |
| 4085 | } |
| 4086 | |
| 4087 | func (m *AppOffloadConfig) XXX_Unmarshal(b []byte) error { |
| 4088 | return xxx_messageInfo_AppOffloadConfig.Unmarshal(m, b) |
| 4089 | } |
| 4090 | func (m *AppOffloadConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 4091 | return xxx_messageInfo_AppOffloadConfig.Marshal(b, m, deterministic) |
| 4092 | } |
| 4093 | func (m *AppOffloadConfig) XXX_Merge(src proto.Message) { |
| 4094 | xxx_messageInfo_AppOffloadConfig.Merge(m, src) |
| 4095 | } |
| 4096 | func (m *AppOffloadConfig) XXX_Size() int { |
| 4097 | return xxx_messageInfo_AppOffloadConfig.Size(m) |
| 4098 | } |
| 4099 | func (m *AppOffloadConfig) XXX_DiscardUnknown() { |
| 4100 | xxx_messageInfo_AppOffloadConfig.DiscardUnknown(m) |
| 4101 | } |
| 4102 | |
| 4103 | var xxx_messageInfo_AppOffloadConfig proto.InternalMessageInfo |
| 4104 | |
| 4105 | func (m *AppOffloadConfig) GetEnableDHCPv4RA() bool { |
| 4106 | if m != nil { |
| 4107 | return m.EnableDHCPv4RA |
| 4108 | } |
| 4109 | return false |
| 4110 | } |
| 4111 | |
| 4112 | func (m *AppOffloadConfig) GetEnableDHCPv6RA() bool { |
| 4113 | if m != nil { |
| 4114 | return m.EnableDHCPv6RA |
| 4115 | } |
| 4116 | return false |
| 4117 | } |
| 4118 | |
| 4119 | func (m *AppOffloadConfig) GetEnablePPPoEIA() bool { |
| 4120 | if m != nil { |
| 4121 | return m.EnablePPPoEIA |
| 4122 | } |
| 4123 | return false |
| 4124 | } |
| 4125 | |
| 4126 | func (m *AppOffloadConfig) GetAccessNodeID() string { |
| 4127 | if m != nil { |
| 4128 | return m.AccessNodeID |
| 4129 | } |
| 4130 | return "" |
| 4131 | } |
| 4132 | |
| 4133 | // AppOffloadOnuConfig has Onu specfic configuration which the OLT runs applications which have been offloaded. |
| 4134 | type AppOffloadOnuConfig struct { |
| 4135 | OnuDeviceId string `protobuf:"bytes,1,opt,name=onuDeviceId,proto3" json:"onuDeviceId,omitempty"` |
| 4136 | PerUniInfo []*AppOffloadOnuConfig_PerUniConfig `protobuf:"bytes,5,rep,name=perUniInfo,proto3" json:"perUniInfo,omitempty"` |
| 4137 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 4138 | XXX_unrecognized []byte `json:"-"` |
| 4139 | XXX_sizecache int32 `json:"-"` |
| 4140 | } |
| 4141 | |
| 4142 | func (m *AppOffloadOnuConfig) Reset() { *m = AppOffloadOnuConfig{} } |
| 4143 | func (m *AppOffloadOnuConfig) String() string { return proto.CompactTextString(m) } |
| 4144 | func (*AppOffloadOnuConfig) ProtoMessage() {} |
| 4145 | func (*AppOffloadOnuConfig) Descriptor() ([]byte, []int) { |
| 4146 | return fileDescriptor_7ecf6e9799a9202d, []int{36} |
| 4147 | } |
| 4148 | |
| 4149 | func (m *AppOffloadOnuConfig) XXX_Unmarshal(b []byte) error { |
| 4150 | return xxx_messageInfo_AppOffloadOnuConfig.Unmarshal(m, b) |
| 4151 | } |
| 4152 | func (m *AppOffloadOnuConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 4153 | return xxx_messageInfo_AppOffloadOnuConfig.Marshal(b, m, deterministic) |
| 4154 | } |
| 4155 | func (m *AppOffloadOnuConfig) XXX_Merge(src proto.Message) { |
| 4156 | xxx_messageInfo_AppOffloadOnuConfig.Merge(m, src) |
| 4157 | } |
| 4158 | func (m *AppOffloadOnuConfig) XXX_Size() int { |
| 4159 | return xxx_messageInfo_AppOffloadOnuConfig.Size(m) |
| 4160 | } |
| 4161 | func (m *AppOffloadOnuConfig) XXX_DiscardUnknown() { |
| 4162 | xxx_messageInfo_AppOffloadOnuConfig.DiscardUnknown(m) |
| 4163 | } |
| 4164 | |
| 4165 | var xxx_messageInfo_AppOffloadOnuConfig proto.InternalMessageInfo |
| 4166 | |
| 4167 | func (m *AppOffloadOnuConfig) GetOnuDeviceId() string { |
| 4168 | if m != nil { |
| 4169 | return m.OnuDeviceId |
| 4170 | } |
| 4171 | return "" |
| 4172 | } |
| 4173 | |
| 4174 | func (m *AppOffloadOnuConfig) GetPerUniInfo() []*AppOffloadOnuConfig_PerUniConfig { |
| 4175 | if m != nil { |
| 4176 | return m.PerUniInfo |
| 4177 | } |
| 4178 | return nil |
| 4179 | } |
| 4180 | |
| 4181 | type AppOffloadOnuConfig_PerUniConfig struct { |
| 4182 | // As per the BBF Agent Remote Id defined in https://github.com/BroadbandForum/yang/blob/master/standard/networking/bbf-pppoe-intermediate-agent-profile-common.yang |
| 4183 | AgentRemoteID string `protobuf:"bytes,2,opt,name=agentRemoteID,proto3" json:"agentRemoteID,omitempty"` |
| 4184 | // As per the BBF Agent Circuit Id defined in https://github.com/BroadbandForum/yang/blob/master/standard/networking/bbf-pppoe-intermediate-agent-profile-common.yang |
| 4185 | AgentCircuitID string `protobuf:"bytes,3,opt,name=agentCircuitID,proto3" json:"agentCircuitID,omitempty"` |
| 4186 | // The id of the UNI on the Onu for which this configuration is relevant. The UNI ids are numbered from 0 to n depending on the number of UNI ports on the ONU. |
| 4187 | OnuUniId uint32 `protobuf:"varint,4,opt,name=onuUniId,proto3" json:"onuUniId,omitempty"` |
| 4188 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 4189 | XXX_unrecognized []byte `json:"-"` |
| 4190 | XXX_sizecache int32 `json:"-"` |
| 4191 | } |
| 4192 | |
| 4193 | func (m *AppOffloadOnuConfig_PerUniConfig) Reset() { *m = AppOffloadOnuConfig_PerUniConfig{} } |
| 4194 | func (m *AppOffloadOnuConfig_PerUniConfig) String() string { return proto.CompactTextString(m) } |
| 4195 | func (*AppOffloadOnuConfig_PerUniConfig) ProtoMessage() {} |
| 4196 | func (*AppOffloadOnuConfig_PerUniConfig) Descriptor() ([]byte, []int) { |
| 4197 | return fileDescriptor_7ecf6e9799a9202d, []int{36, 0} |
| 4198 | } |
| 4199 | |
| 4200 | func (m *AppOffloadOnuConfig_PerUniConfig) XXX_Unmarshal(b []byte) error { |
| 4201 | return xxx_messageInfo_AppOffloadOnuConfig_PerUniConfig.Unmarshal(m, b) |
| 4202 | } |
| 4203 | func (m *AppOffloadOnuConfig_PerUniConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 4204 | return xxx_messageInfo_AppOffloadOnuConfig_PerUniConfig.Marshal(b, m, deterministic) |
| 4205 | } |
| 4206 | func (m *AppOffloadOnuConfig_PerUniConfig) XXX_Merge(src proto.Message) { |
| 4207 | xxx_messageInfo_AppOffloadOnuConfig_PerUniConfig.Merge(m, src) |
| 4208 | } |
| 4209 | func (m *AppOffloadOnuConfig_PerUniConfig) XXX_Size() int { |
| 4210 | return xxx_messageInfo_AppOffloadOnuConfig_PerUniConfig.Size(m) |
| 4211 | } |
| 4212 | func (m *AppOffloadOnuConfig_PerUniConfig) XXX_DiscardUnknown() { |
| 4213 | xxx_messageInfo_AppOffloadOnuConfig_PerUniConfig.DiscardUnknown(m) |
| 4214 | } |
| 4215 | |
| 4216 | var xxx_messageInfo_AppOffloadOnuConfig_PerUniConfig proto.InternalMessageInfo |
| 4217 | |
| 4218 | func (m *AppOffloadOnuConfig_PerUniConfig) GetAgentRemoteID() string { |
| 4219 | if m != nil { |
| 4220 | return m.AgentRemoteID |
| 4221 | } |
| 4222 | return "" |
| 4223 | } |
| 4224 | |
| 4225 | func (m *AppOffloadOnuConfig_PerUniConfig) GetAgentCircuitID() string { |
| 4226 | if m != nil { |
| 4227 | return m.AgentCircuitID |
| 4228 | } |
| 4229 | return "" |
| 4230 | } |
| 4231 | |
| 4232 | func (m *AppOffloadOnuConfig_PerUniConfig) GetOnuUniId() uint32 { |
| 4233 | if m != nil { |
| 4234 | return m.OnuUniId |
| 4235 | } |
| 4236 | return 0 |
| 4237 | } |
| 4238 | |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 4239 | type SetValueRequest struct { |
| 4240 | // Types that are valid to be assigned to Request: |
| 4241 | // *SetValueRequest_AlarmConfig |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 4242 | // *SetValueRequest_AppOffloadConfig |
| 4243 | // *SetValueRequest_AppOffloadOnuConfig |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 4244 | Request isSetValueRequest_Request `protobuf_oneof:"request"` |
| 4245 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 4246 | XXX_unrecognized []byte `json:"-"` |
| 4247 | XXX_sizecache int32 `json:"-"` |
| 4248 | } |
| 4249 | |
| 4250 | func (m *SetValueRequest) Reset() { *m = SetValueRequest{} } |
| 4251 | func (m *SetValueRequest) String() string { return proto.CompactTextString(m) } |
| 4252 | func (*SetValueRequest) ProtoMessage() {} |
| 4253 | func (*SetValueRequest) Descriptor() ([]byte, []int) { |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 4254 | return fileDescriptor_7ecf6e9799a9202d, []int{37} |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 4255 | } |
| 4256 | |
| 4257 | func (m *SetValueRequest) XXX_Unmarshal(b []byte) error { |
| 4258 | return xxx_messageInfo_SetValueRequest.Unmarshal(m, b) |
| 4259 | } |
| 4260 | func (m *SetValueRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 4261 | return xxx_messageInfo_SetValueRequest.Marshal(b, m, deterministic) |
| 4262 | } |
| 4263 | func (m *SetValueRequest) XXX_Merge(src proto.Message) { |
| 4264 | xxx_messageInfo_SetValueRequest.Merge(m, src) |
| 4265 | } |
| 4266 | func (m *SetValueRequest) XXX_Size() int { |
| 4267 | return xxx_messageInfo_SetValueRequest.Size(m) |
| 4268 | } |
| 4269 | func (m *SetValueRequest) XXX_DiscardUnknown() { |
| 4270 | xxx_messageInfo_SetValueRequest.DiscardUnknown(m) |
| 4271 | } |
| 4272 | |
| 4273 | var xxx_messageInfo_SetValueRequest proto.InternalMessageInfo |
| 4274 | |
| 4275 | type isSetValueRequest_Request interface { |
| 4276 | isSetValueRequest_Request() |
| 4277 | } |
| 4278 | |
| 4279 | type SetValueRequest_AlarmConfig struct { |
| 4280 | AlarmConfig *config.AlarmConfig `protobuf:"bytes,1,opt,name=alarm_config,json=alarmConfig,proto3,oneof"` |
| 4281 | } |
| 4282 | |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 4283 | type SetValueRequest_AppOffloadConfig struct { |
| 4284 | AppOffloadConfig *AppOffloadConfig `protobuf:"bytes,2,opt,name=app_offload_config,json=appOffloadConfig,proto3,oneof"` |
| 4285 | } |
| 4286 | |
| 4287 | type SetValueRequest_AppOffloadOnuConfig struct { |
| 4288 | AppOffloadOnuConfig *AppOffloadOnuConfig `protobuf:"bytes,3,opt,name=app_offload_onu_config,json=appOffloadOnuConfig,proto3,oneof"` |
| 4289 | } |
| 4290 | |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 4291 | func (*SetValueRequest_AlarmConfig) isSetValueRequest_Request() {} |
| 4292 | |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 4293 | func (*SetValueRequest_AppOffloadConfig) isSetValueRequest_Request() {} |
| 4294 | |
| 4295 | func (*SetValueRequest_AppOffloadOnuConfig) isSetValueRequest_Request() {} |
| 4296 | |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 4297 | func (m *SetValueRequest) GetRequest() isSetValueRequest_Request { |
| 4298 | if m != nil { |
| 4299 | return m.Request |
| 4300 | } |
| 4301 | return nil |
| 4302 | } |
| 4303 | |
| 4304 | func (m *SetValueRequest) GetAlarmConfig() *config.AlarmConfig { |
| 4305 | if x, ok := m.GetRequest().(*SetValueRequest_AlarmConfig); ok { |
| 4306 | return x.AlarmConfig |
| 4307 | } |
| 4308 | return nil |
| 4309 | } |
| 4310 | |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 4311 | func (m *SetValueRequest) GetAppOffloadConfig() *AppOffloadConfig { |
| 4312 | if x, ok := m.GetRequest().(*SetValueRequest_AppOffloadConfig); ok { |
| 4313 | return x.AppOffloadConfig |
| 4314 | } |
| 4315 | return nil |
| 4316 | } |
| 4317 | |
| 4318 | func (m *SetValueRequest) GetAppOffloadOnuConfig() *AppOffloadOnuConfig { |
| 4319 | if x, ok := m.GetRequest().(*SetValueRequest_AppOffloadOnuConfig); ok { |
| 4320 | return x.AppOffloadOnuConfig |
| 4321 | } |
| 4322 | return nil |
| 4323 | } |
| 4324 | |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 4325 | // XXX_OneofWrappers is for the internal use of the proto package. |
| 4326 | func (*SetValueRequest) XXX_OneofWrappers() []interface{} { |
| 4327 | return []interface{}{ |
| 4328 | (*SetValueRequest_AlarmConfig)(nil), |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 4329 | (*SetValueRequest_AppOffloadConfig)(nil), |
| 4330 | (*SetValueRequest_AppOffloadOnuConfig)(nil), |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 4331 | } |
| 4332 | } |
| 4333 | |
| 4334 | type SetValueResponse struct { |
| 4335 | Status SetValueResponse_Status `protobuf:"varint,1,opt,name=status,proto3,enum=extension.SetValueResponse_Status" json:"status,omitempty"` |
| 4336 | ErrReason SetValueResponse_ErrorReason `protobuf:"varint,2,opt,name=errReason,proto3,enum=extension.SetValueResponse_ErrorReason" json:"errReason,omitempty"` |
| 4337 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 4338 | XXX_unrecognized []byte `json:"-"` |
| 4339 | XXX_sizecache int32 `json:"-"` |
| 4340 | } |
| 4341 | |
| 4342 | func (m *SetValueResponse) Reset() { *m = SetValueResponse{} } |
| 4343 | func (m *SetValueResponse) String() string { return proto.CompactTextString(m) } |
| 4344 | func (*SetValueResponse) ProtoMessage() {} |
| 4345 | func (*SetValueResponse) Descriptor() ([]byte, []int) { |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 4346 | return fileDescriptor_7ecf6e9799a9202d, []int{38} |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 4347 | } |
| 4348 | |
| 4349 | func (m *SetValueResponse) XXX_Unmarshal(b []byte) error { |
| 4350 | return xxx_messageInfo_SetValueResponse.Unmarshal(m, b) |
| 4351 | } |
| 4352 | func (m *SetValueResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 4353 | return xxx_messageInfo_SetValueResponse.Marshal(b, m, deterministic) |
| 4354 | } |
| 4355 | func (m *SetValueResponse) XXX_Merge(src proto.Message) { |
| 4356 | xxx_messageInfo_SetValueResponse.Merge(m, src) |
| 4357 | } |
| 4358 | func (m *SetValueResponse) XXX_Size() int { |
| 4359 | return xxx_messageInfo_SetValueResponse.Size(m) |
| 4360 | } |
| 4361 | func (m *SetValueResponse) XXX_DiscardUnknown() { |
| 4362 | xxx_messageInfo_SetValueResponse.DiscardUnknown(m) |
| 4363 | } |
| 4364 | |
| 4365 | var xxx_messageInfo_SetValueResponse proto.InternalMessageInfo |
| 4366 | |
| 4367 | func (m *SetValueResponse) GetStatus() SetValueResponse_Status { |
| 4368 | if m != nil { |
| 4369 | return m.Status |
| 4370 | } |
| 4371 | return SetValueResponse_STATUS_UNDEFINED |
| 4372 | } |
| 4373 | |
| 4374 | func (m *SetValueResponse) GetErrReason() SetValueResponse_ErrorReason { |
| 4375 | if m != nil { |
| 4376 | return m.ErrReason |
| 4377 | } |
| 4378 | return SetValueResponse_REASON_UNDEFINED |
| 4379 | } |
| 4380 | |
| 4381 | type SingleGetValueRequest struct { |
| 4382 | TargetId string `protobuf:"bytes,1,opt,name=targetId,proto3" json:"targetId,omitempty"` |
| 4383 | Request *GetValueRequest `protobuf:"bytes,2,opt,name=request,proto3" json:"request,omitempty"` |
| 4384 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 4385 | XXX_unrecognized []byte `json:"-"` |
| 4386 | XXX_sizecache int32 `json:"-"` |
| 4387 | } |
| 4388 | |
| 4389 | func (m *SingleGetValueRequest) Reset() { *m = SingleGetValueRequest{} } |
| 4390 | func (m *SingleGetValueRequest) String() string { return proto.CompactTextString(m) } |
| 4391 | func (*SingleGetValueRequest) ProtoMessage() {} |
| 4392 | func (*SingleGetValueRequest) Descriptor() ([]byte, []int) { |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 4393 | return fileDescriptor_7ecf6e9799a9202d, []int{39} |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 4394 | } |
| 4395 | |
| 4396 | func (m *SingleGetValueRequest) XXX_Unmarshal(b []byte) error { |
| 4397 | return xxx_messageInfo_SingleGetValueRequest.Unmarshal(m, b) |
| 4398 | } |
| 4399 | func (m *SingleGetValueRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 4400 | return xxx_messageInfo_SingleGetValueRequest.Marshal(b, m, deterministic) |
| 4401 | } |
| 4402 | func (m *SingleGetValueRequest) XXX_Merge(src proto.Message) { |
| 4403 | xxx_messageInfo_SingleGetValueRequest.Merge(m, src) |
| 4404 | } |
| 4405 | func (m *SingleGetValueRequest) XXX_Size() int { |
| 4406 | return xxx_messageInfo_SingleGetValueRequest.Size(m) |
| 4407 | } |
| 4408 | func (m *SingleGetValueRequest) XXX_DiscardUnknown() { |
| 4409 | xxx_messageInfo_SingleGetValueRequest.DiscardUnknown(m) |
| 4410 | } |
| 4411 | |
| 4412 | var xxx_messageInfo_SingleGetValueRequest proto.InternalMessageInfo |
| 4413 | |
| 4414 | func (m *SingleGetValueRequest) GetTargetId() string { |
| 4415 | if m != nil { |
| 4416 | return m.TargetId |
| 4417 | } |
| 4418 | return "" |
| 4419 | } |
| 4420 | |
| 4421 | func (m *SingleGetValueRequest) GetRequest() *GetValueRequest { |
| 4422 | if m != nil { |
| 4423 | return m.Request |
| 4424 | } |
| 4425 | return nil |
| 4426 | } |
| 4427 | |
| 4428 | type SingleGetValueResponse struct { |
| 4429 | Response *GetValueResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` |
| 4430 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 4431 | XXX_unrecognized []byte `json:"-"` |
| 4432 | XXX_sizecache int32 `json:"-"` |
| 4433 | } |
| 4434 | |
| 4435 | func (m *SingleGetValueResponse) Reset() { *m = SingleGetValueResponse{} } |
| 4436 | func (m *SingleGetValueResponse) String() string { return proto.CompactTextString(m) } |
| 4437 | func (*SingleGetValueResponse) ProtoMessage() {} |
| 4438 | func (*SingleGetValueResponse) Descriptor() ([]byte, []int) { |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 4439 | return fileDescriptor_7ecf6e9799a9202d, []int{40} |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 4440 | } |
| 4441 | |
| 4442 | func (m *SingleGetValueResponse) XXX_Unmarshal(b []byte) error { |
| 4443 | return xxx_messageInfo_SingleGetValueResponse.Unmarshal(m, b) |
| 4444 | } |
| 4445 | func (m *SingleGetValueResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 4446 | return xxx_messageInfo_SingleGetValueResponse.Marshal(b, m, deterministic) |
| 4447 | } |
| 4448 | func (m *SingleGetValueResponse) XXX_Merge(src proto.Message) { |
| 4449 | xxx_messageInfo_SingleGetValueResponse.Merge(m, src) |
| 4450 | } |
| 4451 | func (m *SingleGetValueResponse) XXX_Size() int { |
| 4452 | return xxx_messageInfo_SingleGetValueResponse.Size(m) |
| 4453 | } |
| 4454 | func (m *SingleGetValueResponse) XXX_DiscardUnknown() { |
| 4455 | xxx_messageInfo_SingleGetValueResponse.DiscardUnknown(m) |
| 4456 | } |
| 4457 | |
| 4458 | var xxx_messageInfo_SingleGetValueResponse proto.InternalMessageInfo |
| 4459 | |
| 4460 | func (m *SingleGetValueResponse) GetResponse() *GetValueResponse { |
| 4461 | if m != nil { |
| 4462 | return m.Response |
| 4463 | } |
| 4464 | return nil |
| 4465 | } |
| 4466 | |
| 4467 | type SingleSetValueRequest struct { |
| 4468 | TargetId string `protobuf:"bytes,1,opt,name=targetId,proto3" json:"targetId,omitempty"` |
| 4469 | Request *SetValueRequest `protobuf:"bytes,2,opt,name=request,proto3" json:"request,omitempty"` |
| 4470 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 4471 | XXX_unrecognized []byte `json:"-"` |
| 4472 | XXX_sizecache int32 `json:"-"` |
| 4473 | } |
| 4474 | |
| 4475 | func (m *SingleSetValueRequest) Reset() { *m = SingleSetValueRequest{} } |
| 4476 | func (m *SingleSetValueRequest) String() string { return proto.CompactTextString(m) } |
| 4477 | func (*SingleSetValueRequest) ProtoMessage() {} |
| 4478 | func (*SingleSetValueRequest) Descriptor() ([]byte, []int) { |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 4479 | return fileDescriptor_7ecf6e9799a9202d, []int{41} |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 4480 | } |
| 4481 | |
| 4482 | func (m *SingleSetValueRequest) XXX_Unmarshal(b []byte) error { |
| 4483 | return xxx_messageInfo_SingleSetValueRequest.Unmarshal(m, b) |
| 4484 | } |
| 4485 | func (m *SingleSetValueRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 4486 | return xxx_messageInfo_SingleSetValueRequest.Marshal(b, m, deterministic) |
| 4487 | } |
| 4488 | func (m *SingleSetValueRequest) XXX_Merge(src proto.Message) { |
| 4489 | xxx_messageInfo_SingleSetValueRequest.Merge(m, src) |
| 4490 | } |
| 4491 | func (m *SingleSetValueRequest) XXX_Size() int { |
| 4492 | return xxx_messageInfo_SingleSetValueRequest.Size(m) |
| 4493 | } |
| 4494 | func (m *SingleSetValueRequest) XXX_DiscardUnknown() { |
| 4495 | xxx_messageInfo_SingleSetValueRequest.DiscardUnknown(m) |
| 4496 | } |
| 4497 | |
| 4498 | var xxx_messageInfo_SingleSetValueRequest proto.InternalMessageInfo |
| 4499 | |
| 4500 | func (m *SingleSetValueRequest) GetTargetId() string { |
| 4501 | if m != nil { |
| 4502 | return m.TargetId |
| 4503 | } |
| 4504 | return "" |
| 4505 | } |
| 4506 | |
| 4507 | func (m *SingleSetValueRequest) GetRequest() *SetValueRequest { |
| 4508 | if m != nil { |
| 4509 | return m.Request |
| 4510 | } |
| 4511 | return nil |
| 4512 | } |
| 4513 | |
| 4514 | type SingleSetValueResponse struct { |
| 4515 | Response *SetValueResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"` |
| 4516 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 4517 | XXX_unrecognized []byte `json:"-"` |
| 4518 | XXX_sizecache int32 `json:"-"` |
| 4519 | } |
| 4520 | |
| 4521 | func (m *SingleSetValueResponse) Reset() { *m = SingleSetValueResponse{} } |
| 4522 | func (m *SingleSetValueResponse) String() string { return proto.CompactTextString(m) } |
| 4523 | func (*SingleSetValueResponse) ProtoMessage() {} |
| 4524 | func (*SingleSetValueResponse) Descriptor() ([]byte, []int) { |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 4525 | return fileDescriptor_7ecf6e9799a9202d, []int{42} |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 4526 | } |
| 4527 | |
| 4528 | func (m *SingleSetValueResponse) XXX_Unmarshal(b []byte) error { |
| 4529 | return xxx_messageInfo_SingleSetValueResponse.Unmarshal(m, b) |
| 4530 | } |
| 4531 | func (m *SingleSetValueResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 4532 | return xxx_messageInfo_SingleSetValueResponse.Marshal(b, m, deterministic) |
| 4533 | } |
| 4534 | func (m *SingleSetValueResponse) XXX_Merge(src proto.Message) { |
| 4535 | xxx_messageInfo_SingleSetValueResponse.Merge(m, src) |
| 4536 | } |
| 4537 | func (m *SingleSetValueResponse) XXX_Size() int { |
| 4538 | return xxx_messageInfo_SingleSetValueResponse.Size(m) |
| 4539 | } |
| 4540 | func (m *SingleSetValueResponse) XXX_DiscardUnknown() { |
| 4541 | xxx_messageInfo_SingleSetValueResponse.DiscardUnknown(m) |
| 4542 | } |
| 4543 | |
| 4544 | var xxx_messageInfo_SingleSetValueResponse proto.InternalMessageInfo |
| 4545 | |
| 4546 | func (m *SingleSetValueResponse) GetResponse() *SetValueResponse { |
| 4547 | if m != nil { |
| 4548 | return m.Response |
| 4549 | } |
| 4550 | return nil |
| 4551 | } |
| 4552 | |
| 4553 | func init() { |
khenaidoo | 4c6543e | 2021-10-19 17:25:58 -0400 | [diff] [blame] | 4554 | proto.RegisterEnum("extension.ValueType_Type", ValueType_Type_name, ValueType_Type_value) |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 4555 | proto.RegisterEnum("extension.GetOnuUniInfoResponse_ConfigurationInd", GetOnuUniInfoResponse_ConfigurationInd_name, GetOnuUniInfoResponse_ConfigurationInd_value) |
| 4556 | proto.RegisterEnum("extension.GetOnuUniInfoResponse_AdministrativeState", GetOnuUniInfoResponse_AdministrativeState_name, GetOnuUniInfoResponse_AdministrativeState_value) |
| 4557 | proto.RegisterEnum("extension.GetOnuUniInfoResponse_OperationalState", GetOnuUniInfoResponse_OperationalState_name, GetOnuUniInfoResponse_OperationalState_value) |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 4558 | proto.RegisterEnum("extension.GetOltPortCounters_PortType", GetOltPortCounters_PortType_name, GetOltPortCounters_PortType_value) |
| 4559 | proto.RegisterEnum("extension.GetOnuEthernetBridgePortHistory_Direction", GetOnuEthernetBridgePortHistory_Direction_name, GetOnuEthernetBridgePortHistory_Direction_value) |
Himani Chawla | 654f7f3 | 2021-08-25 16:31:24 +0530 | [diff] [blame] | 4560 | proto.RegisterEnum("extension.GetOmciEthernetFrameExtendedPmResponse_Format", GetOmciEthernetFrameExtendedPmResponse_Format_name, GetOmciEthernetFrameExtendedPmResponse_Format_value) |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 4561 | proto.RegisterEnum("extension.GetOffloadedAppsStatisticsRequest_OffloadedApp", GetOffloadedAppsStatisticsRequest_OffloadedApp_name, GetOffloadedAppsStatisticsRequest_OffloadedApp_value) |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 4562 | proto.RegisterEnum("extension.GetValueResponse_Status", GetValueResponse_Status_name, GetValueResponse_Status_value) |
| 4563 | proto.RegisterEnum("extension.GetValueResponse_ErrorReason", GetValueResponse_ErrorReason_name, GetValueResponse_ErrorReason_value) |
| 4564 | proto.RegisterEnum("extension.SetValueResponse_Status", SetValueResponse_Status_name, SetValueResponse_Status_value) |
| 4565 | proto.RegisterEnum("extension.SetValueResponse_ErrorReason", SetValueResponse_ErrorReason_name, SetValueResponse_ErrorReason_value) |
khenaidoo | 4c6543e | 2021-10-19 17:25:58 -0400 | [diff] [blame] | 4566 | proto.RegisterType((*ValueSet)(nil), "extension.ValueSet") |
| 4567 | proto.RegisterType((*ValueType)(nil), "extension.ValueType") |
| 4568 | proto.RegisterType((*ValueSpecifier)(nil), "extension.ValueSpecifier") |
| 4569 | proto.RegisterType((*ReturnValues)(nil), "extension.ReturnValues") |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 4570 | proto.RegisterType((*GetDistanceRequest)(nil), "extension.GetDistanceRequest") |
| 4571 | proto.RegisterType((*GetDistanceResponse)(nil), "extension.GetDistanceResponse") |
| 4572 | proto.RegisterType((*GetOnuUniInfoRequest)(nil), "extension.GetOnuUniInfoRequest") |
| 4573 | proto.RegisterType((*GetOnuUniInfoResponse)(nil), "extension.GetOnuUniInfoResponse") |
kesavand | 763d800 | 2021-01-04 16:24:42 +0530 | [diff] [blame] | 4574 | proto.RegisterType((*GetOltPortCounters)(nil), "extension.GetOltPortCounters") |
| 4575 | proto.RegisterType((*GetOltPortCountersResponse)(nil), "extension.GetOltPortCountersResponse") |
| 4576 | proto.RegisterType((*GetOnuPonOpticalInfo)(nil), "extension.GetOnuPonOpticalInfo") |
| 4577 | proto.RegisterType((*GetOnuPonOpticalInfoResponse)(nil), "extension.GetOnuPonOpticalInfoResponse") |
| 4578 | proto.RegisterType((*GetOnuEthernetBridgePortHistory)(nil), "extension.GetOnuEthernetBridgePortHistory") |
| 4579 | proto.RegisterType((*GetOnuEthernetBridgePortHistoryResponse)(nil), "extension.GetOnuEthernetBridgePortHistoryResponse") |
| 4580 | proto.RegisterType((*GetOnuFecHistory)(nil), "extension.GetOnuFecHistory") |
| 4581 | proto.RegisterType((*GetOnuFecHistoryResponse)(nil), "extension.GetOnuFecHistoryResponse") |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 4582 | proto.RegisterType((*GetOnuCountersRequest)(nil), "extension.GetOnuCountersRequest") |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 4583 | proto.RegisterType((*GetOmciEthernetFrameExtendedPmRequest)(nil), "extension.GetOmciEthernetFrameExtendedPmRequest") |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 4584 | proto.RegisterType((*GetRxPowerRequest)(nil), "extension.GetRxPowerRequest") |
amit.ghosh | 8490b12 | 2022-11-28 15:45:04 +0100 | [diff] [blame] | 4585 | proto.RegisterType((*GetOltRxPowerRequest)(nil), "extension.GetOltRxPowerRequest") |
Himani Chawla | e5bb7ca | 2021-05-17 15:48:32 +0530 | [diff] [blame] | 4586 | proto.RegisterType((*GetOnuCountersResponse)(nil), "extension.GetOnuCountersResponse") |
Himani Chawla | 9a49739 | 2021-05-28 13:04:42 +0530 | [diff] [blame] | 4587 | proto.RegisterType((*OmciEthernetFrameExtendedPm)(nil), "extension.OmciEthernetFrameExtendedPm") |
| 4588 | proto.RegisterType((*GetOmciEthernetFrameExtendedPmResponse)(nil), "extension.GetOmciEthernetFrameExtendedPmResponse") |
amit.ghosh | 8490b12 | 2022-11-28 15:45:04 +0100 | [diff] [blame] | 4589 | proto.RegisterType((*RxPower)(nil), "extension.RxPower") |
| 4590 | proto.RegisterType((*GetOltRxPowerResponse)(nil), "extension.GetOltRxPowerResponse") |
Gamze Abaka | 0868307 | 2021-05-26 13:38:02 +0000 | [diff] [blame] | 4591 | proto.RegisterType((*GetRxPowerResponse)(nil), "extension.GetRxPowerResponse") |
Holger Hildebrandt | 3374b88 | 2022-09-06 11:40:16 +0000 | [diff] [blame] | 4592 | proto.RegisterType((*GetOnuOmciTxRxStatsRequest)(nil), "extension.GetOnuOmciTxRxStatsRequest") |
| 4593 | proto.RegisterType((*GetOnuOmciTxRxStatsResponse)(nil), "extension.GetOnuOmciTxRxStatsResponse") |
praneeth kumar nalmas | 6230f49 | 2022-12-22 11:11:13 +0530 | [diff] [blame] | 4594 | proto.RegisterType((*GetOnuOmciActiveAlarmsRequest)(nil), "extension.GetOnuOmciActiveAlarmsRequest") |
| 4595 | proto.RegisterType((*AlarmData)(nil), "extension.AlarmData") |
| 4596 | proto.RegisterType((*GetOnuOmciActiveAlarmsResponse)(nil), "extension.GetOnuOmciActiveAlarmsResponse") |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 4597 | proto.RegisterType((*GetOffloadedAppsStatisticsRequest)(nil), "extension.GetOffloadedAppsStatisticsRequest") |
| 4598 | proto.RegisterType((*GetOffloadedAppsStatisticsResponse)(nil), "extension.GetOffloadedAppsStatisticsResponse") |
| 4599 | proto.RegisterType((*GetOffloadedAppsStatisticsResponse_DHCPv4RAStats)(nil), "extension.GetOffloadedAppsStatisticsResponse.DHCPv4RAStats") |
| 4600 | proto.RegisterMapType((map[string]string)(nil), "extension.GetOffloadedAppsStatisticsResponse.DHCPv4RAStats.AdditionalStatsEntry") |
| 4601 | proto.RegisterType((*GetOffloadedAppsStatisticsResponse_DHCPv6RAStats)(nil), "extension.GetOffloadedAppsStatisticsResponse.DHCPv6RAStats") |
| 4602 | proto.RegisterMapType((map[string]string)(nil), "extension.GetOffloadedAppsStatisticsResponse.DHCPv6RAStats.AdditionalStatsEntry") |
| 4603 | proto.RegisterType((*GetOffloadedAppsStatisticsResponse_PPPoeIAStats)(nil), "extension.GetOffloadedAppsStatisticsResponse.PPPoeIAStats") |
| 4604 | proto.RegisterMapType((map[string]string)(nil), "extension.GetOffloadedAppsStatisticsResponse.PPPoeIAStats.AdditionalStatsEntry") |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 4605 | proto.RegisterType((*GetValueRequest)(nil), "extension.GetValueRequest") |
| 4606 | proto.RegisterType((*GetValueResponse)(nil), "extension.GetValueResponse") |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 4607 | proto.RegisterType((*AppOffloadConfig)(nil), "extension.AppOffloadConfig") |
| 4608 | proto.RegisterType((*AppOffloadOnuConfig)(nil), "extension.AppOffloadOnuConfig") |
| 4609 | proto.RegisterType((*AppOffloadOnuConfig_PerUniConfig)(nil), "extension.AppOffloadOnuConfig.PerUniConfig") |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 4610 | proto.RegisterType((*SetValueRequest)(nil), "extension.SetValueRequest") |
| 4611 | proto.RegisterType((*SetValueResponse)(nil), "extension.SetValueResponse") |
| 4612 | proto.RegisterType((*SingleGetValueRequest)(nil), "extension.SingleGetValueRequest") |
| 4613 | proto.RegisterType((*SingleGetValueResponse)(nil), "extension.SingleGetValueResponse") |
| 4614 | proto.RegisterType((*SingleSetValueRequest)(nil), "extension.SingleSetValueRequest") |
| 4615 | proto.RegisterType((*SingleSetValueResponse)(nil), "extension.SingleSetValueResponse") |
| 4616 | } |
| 4617 | |
| 4618 | func init() { proto.RegisterFile("voltha_protos/extensions.proto", fileDescriptor_7ecf6e9799a9202d) } |
| 4619 | |
| 4620 | var fileDescriptor_7ecf6e9799a9202d = []byte{ |
amit.ghosh | f017eab | 2024-06-28 15:09:33 +0200 | [diff] [blame] | 4621 | // 4588 bytes of a gzipped FileDescriptorProto |
| 4622 | 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x7b, 0x5b, 0x73, 0xdb, 0x48, |
| 4623 | 0x76, 0xbf, 0x48, 0x49, 0x14, 0x79, 0x48, 0x4a, 0x74, 0xeb, 0x62, 0x59, 0xf2, 0x6d, 0xb0, 0x3b, |
| 4624 | 0xb6, 0x67, 0xff, 0x1e, 0xda, 0xa4, 0x2d, 0x59, 0xe3, 0xd9, 0x7f, 0x6a, 0x49, 0x91, 0x32, 0x19, |
| 4625 | 0xdb, 0x24, 0xa7, 0x49, 0xce, 0x25, 0xa9, 0x2c, 0x16, 0x22, 0x5a, 0x32, 0xca, 0x24, 0x9a, 0x01, |
| 4626 | 0x40, 0x0d, 0x3d, 0xa9, 0xbc, 0xe5, 0x6d, 0x93, 0xa7, 0xbc, 0xe4, 0x43, 0x24, 0x95, 0x87, 0x3c, |
| 4627 | 0xa4, 0xf2, 0xba, 0x95, 0x97, 0x54, 0xe5, 0x4b, 0xa4, 0x2a, 0x5f, 0x20, 0xa9, 0xcd, 0x4b, 0x52, |
| 4628 | 0x95, 0x4a, 0xf5, 0x05, 0x40, 0x03, 0xa4, 0x6e, 0xb3, 0x53, 0x93, 0xaa, 0xbc, 0xd8, 0xea, 0x73, |
| 4629 | 0x7e, 0xe7, 0xd7, 0x07, 0x8d, 0x73, 0x4e, 0x1f, 0x34, 0x40, 0xb8, 0x7b, 0x46, 0x87, 0xde, 0x3b, |
| 4630 | 0x43, 0x1f, 0x3b, 0xd4, 0xa3, 0xee, 0x13, 0x32, 0xf5, 0x88, 0xed, 0x5a, 0xd4, 0x76, 0x8b, 0x5c, |
| 4631 | 0x82, 0x32, 0x81, 0x64, 0x67, 0x16, 0xaa, 0x0f, 0xa8, 0x7d, 0x62, 0x9d, 0x0a, 0xe8, 0xce, 0xee, |
| 4632 | 0x29, 0xa5, 0xa7, 0x43, 0xf2, 0x84, 0x8f, 0x8e, 0x27, 0x27, 0x4f, 0xc8, 0x68, 0xec, 0x7d, 0x10, |
| 4633 | 0x4a, 0xed, 0x8f, 0x20, 0xfd, 0xa5, 0x31, 0x9c, 0x90, 0x2e, 0xf1, 0xd0, 0x2a, 0x24, 0x2d, 0x73, |
| 4634 | 0x3b, 0x71, 0x3f, 0xf1, 0x28, 0x83, 0x93, 0x96, 0x89, 0x0e, 0x20, 0x67, 0x0c, 0x0d, 0x67, 0x24, |
| 4635 | 0xe9, 0xb6, 0x93, 0xf7, 0x13, 0x8f, 0xb2, 0xe5, 0xf5, 0xa2, 0x64, 0xaf, 0x30, 0xdd, 0x21, 0xff, |
| 4636 | 0xbb, 0xb1, 0x80, 0xb3, 0x46, 0x38, 0xac, 0xae, 0xc0, 0xf2, 0x19, 0x63, 0xd5, 0x1e, 0x43, 0x86, |
| 4637 | 0xd3, 0xf7, 0x3e, 0x8c, 0x89, 0x76, 0x0f, 0x96, 0xd8, 0xff, 0x28, 0x03, 0xcb, 0xf5, 0xb7, 0x9d, |
| 4638 | 0xde, 0x37, 0x85, 0x05, 0x94, 0x83, 0x74, 0xad, 0xd9, 0xed, 0x55, 0x5a, 0x87, 0xf5, 0x42, 0x42, |
| 4639 | 0xfb, 0x02, 0x56, 0x85, 0x33, 0x63, 0x32, 0xb0, 0x4e, 0x2c, 0xe2, 0xcc, 0xb8, 0xf4, 0x44, 0x12, |
| 4640 | 0x73, 0x5f, 0x56, 0xcb, 0xb7, 0x8a, 0xc1, 0x32, 0x14, 0x83, 0x79, 0x8a, 0xec, 0x1f, 0x2c, 0x1d, |
| 4641 | 0xf0, 0x20, 0x87, 0x89, 0x37, 0x71, 0x6c, 0xae, 0x76, 0x51, 0x01, 0x16, 0xbb, 0xc4, 0xe3, 0x8c, |
| 4642 | 0x79, 0xcc, 0xfe, 0x44, 0xf7, 0x21, 0xdb, 0xb7, 0xdd, 0xc9, 0x78, 0x4c, 0x1d, 0x8f, 0x98, 0x9c, |
| 4643 | 0x38, 0x8f, 0x55, 0x11, 0xda, 0x80, 0xe5, 0xba, 0xe3, 0x50, 0x67, 0x7b, 0x91, 0xeb, 0xc4, 0x00, |
| 4644 | 0xed, 0x40, 0xba, 0x66, 0xb9, 0x9e, 0x61, 0x0f, 0xc8, 0xf6, 0x12, 0x57, 0x04, 0x63, 0x6d, 0x1f, |
| 4645 | 0xd0, 0x2b, 0xe2, 0xf9, 0x43, 0x4c, 0xfe, 0x78, 0x42, 0x5c, 0x3e, 0x13, 0xb5, 0x27, 0x35, 0x72, |
| 4646 | 0x66, 0x0d, 0x48, 0xd3, 0xbf, 0x2a, 0x55, 0xa4, 0x95, 0x60, 0x3d, 0x62, 0xe7, 0x8e, 0xa9, 0xed, |
| 4647 | 0x12, 0x36, 0x95, 0xe9, 0x4f, 0x25, 0x3c, 0x0f, 0xc6, 0x5a, 0x19, 0x36, 0x5e, 0x11, 0xaf, 0x6d, |
| 4648 | 0x4f, 0xfa, 0xb6, 0xd5, 0xb4, 0x4f, 0xa8, 0x3f, 0xd9, 0x0e, 0xa4, 0x27, 0x4c, 0x62, 0x92, 0xa9, |
| 4649 | 0x6f, 0xe3, 0x8f, 0xb5, 0x7f, 0x59, 0x82, 0xcd, 0x98, 0x91, 0x9c, 0xa9, 0x03, 0x69, 0xc3, 0x1c, |
| 4650 | 0x75, 0x3d, 0xc3, 0x13, 0x33, 0xad, 0x96, 0x9f, 0x2b, 0x4b, 0x3c, 0xd7, 0xa6, 0x58, 0x31, 0x47, |
| 4651 | 0x96, 0x6d, 0xb9, 0x9e, 0x63, 0x78, 0xd6, 0x19, 0xe1, 0xb6, 0x38, 0x60, 0x41, 0x6d, 0xc8, 0xd0, |
| 4652 | 0x31, 0x71, 0x04, 0xa5, 0xb8, 0x6b, 0xa5, 0x4b, 0x29, 0xdb, 0x63, 0xc2, 0xd8, 0xa8, 0x6d, 0x0c, |
| 4653 | 0x05, 0x5f, 0xc8, 0xc1, 0x08, 0x45, 0x00, 0x36, 0x6d, 0x93, 0xdf, 0x91, 0xab, 0x10, 0x8a, 0xb8, |
| 4654 | 0x9c, 0x08, 0xd2, 0xa6, 0x6d, 0xe2, 0x90, 0x43, 0xfb, 0x4d, 0x02, 0x0a, 0x71, 0x3d, 0x02, 0x48, |
| 4655 | 0xf5, 0x5b, 0xaf, 0xdb, 0x5f, 0xb5, 0x0a, 0x0b, 0x08, 0xc1, 0x6a, 0xaf, 0xde, 0xd2, 0xab, 0x95, |
| 4656 | 0x6e, 0x5d, 0xef, 0xe9, 0x47, 0xb5, 0xaf, 0x0b, 0x09, 0xb4, 0x05, 0xa8, 0xd1, 0x6f, 0xd5, 0x70, |
| 4657 | 0xbd, 0xa6, 0xca, 0x93, 0x68, 0x1b, 0x36, 0x5e, 0x35, 0x5f, 0x55, 0xaa, 0xcd, 0x9e, 0x5e, 0xef, |
| 4658 | 0x35, 0xea, 0xb8, 0x55, 0x17, 0x9a, 0x45, 0x66, 0xc1, 0x58, 0x5e, 0x45, 0xe5, 0x4b, 0x31, 0xf6, |
| 4659 | 0x46, 0xed, 0xeb, 0xc2, 0xf2, 0x1c, 0x76, 0x26, 0x4f, 0xcd, 0x65, 0x67, 0x9a, 0x15, 0xed, 0x15, |
| 4660 | 0xac, 0xcf, 0xb9, 0x0f, 0x8c, 0xa8, 0x52, 0x7b, 0xdb, 0xed, 0x55, 0x7a, 0x75, 0xbd, 0xdf, 0xaa, |
| 4661 | 0xd5, 0x8f, 0x9a, 0xad, 0x7a, 0xad, 0xb0, 0xc0, 0x2e, 0xef, 0x4d, 0xfb, 0xf0, 0x75, 0xbd, 0x56, |
| 4662 | 0x48, 0xb0, 0x1c, 0xec, 0xb7, 0xe4, 0x28, 0xa9, 0x1d, 0x41, 0x21, 0xbe, 0xfa, 0xe8, 0x26, 0xac, |
| 4663 | 0xb7, 0x3b, 0x75, 0x3c, 0x4b, 0x93, 0x85, 0x95, 0x7a, 0xab, 0x52, 0x7d, 0xe3, 0xf3, 0xd4, 0x9a, |
| 4664 | 0x5d, 0x31, 0x4a, 0x6a, 0x7f, 0x9f, 0xe0, 0x39, 0xd0, 0x1e, 0x7a, 0x1d, 0xea, 0x78, 0x87, 0x74, |
| 4665 | 0x62, 0x7b, 0xc4, 0x71, 0xd1, 0x16, 0xa4, 0x58, 0x56, 0xb5, 0xa8, 0x0c, 0x4a, 0x39, 0x42, 0x55, |
| 4666 | 0x48, 0xb3, 0xbf, 0x58, 0xea, 0xca, 0x28, 0x79, 0x10, 0xbb, 0xa9, 0x51, 0xa2, 0x62, 0x47, 0xa2, |
| 4667 | 0x71, 0x60, 0xa7, 0xd5, 0x21, 0xed, 0x4b, 0x51, 0x01, 0x72, 0xec, 0x6f, 0xbd, 0xdf, 0x7a, 0xdd, |
| 4668 | 0x12, 0x77, 0x71, 0x13, 0x6e, 0x70, 0x49, 0xb0, 0x70, 0xad, 0x56, 0xb3, 0x90, 0x08, 0x80, 0x9d, |
| 4669 | 0x76, 0x4b, 0x6f, 0xbf, 0xe9, 0x15, 0x92, 0xda, 0x3f, 0x2f, 0xc2, 0xce, 0xec, 0x84, 0x41, 0x8a, |
| 4670 | 0x6c, 0xc3, 0x8a, 0x37, 0xad, 0x7e, 0xf0, 0x88, 0xcb, 0x2f, 0x61, 0x09, 0xfb, 0x43, 0xa6, 0x71, |
| 4671 | 0xa4, 0x26, 0x29, 0x34, 0x72, 0x88, 0x6e, 0x43, 0xc6, 0x9b, 0x76, 0x8c, 0xc1, 0x7b, 0xe2, 0xb9, |
| 4672 | 0x3c, 0x66, 0x97, 0x70, 0x28, 0x60, 0x5a, 0x27, 0xd0, 0x2e, 0x09, 0x6d, 0x20, 0x40, 0x0f, 0x60, |
| 4673 | 0xd5, 0x9b, 0xf2, 0x92, 0xe3, 0x43, 0x96, 0x39, 0x24, 0x26, 0x65, 0x38, 0x27, 0x8a, 0x4b, 0x09, |
| 4674 | 0x9c, 0x33, 0x83, 0xf3, 0xa6, 0xd5, 0x81, 0xe1, 0x7a, 0x3e, 0x6e, 0xc5, 0xe7, 0x53, 0xa5, 0x82, |
| 4675 | 0x2f, 0x82, 0x4b, 0xfb, 0x7c, 0x71, 0x9c, 0x37, 0xed, 0xab, 0xb8, 0x8c, 0xcf, 0xd7, 0x9f, 0xe1, |
| 4676 | 0x8b, 0xe0, 0xc0, 0xe7, 0xeb, 0xcf, 0xf0, 0xbd, 0x55, 0x71, 0x59, 0x9f, 0xef, 0xed, 0x0c, 0x5f, |
| 4677 | 0x04, 0x97, 0xf3, 0xf9, 0x54, 0xa9, 0x56, 0xf3, 0x0b, 0x64, 0x87, 0xda, 0xed, 0xb1, 0x67, 0x0d, |
| 4678 | 0x8c, 0x21, 0x2b, 0x0d, 0xe8, 0x31, 0x2c, 0xf3, 0x8d, 0x90, 0xdf, 0xc5, 0x6c, 0x79, 0xab, 0x28, |
| 4679 | 0xb6, 0xc9, 0xa2, 0xbf, 0x4d, 0x16, 0xeb, 0x4c, 0x8b, 0x05, 0x48, 0xfb, 0xb3, 0x24, 0xdc, 0x9e, |
| 4680 | 0x47, 0x13, 0x84, 0xc5, 0xcf, 0xa0, 0x30, 0xa6, 0xdf, 0x12, 0xe7, 0x88, 0x10, 0xf3, 0x4b, 0x3a, |
| 4681 | 0xf4, 0x8c, 0x53, 0x51, 0x41, 0x93, 0x78, 0x46, 0x8e, 0xca, 0xb0, 0xe1, 0x90, 0x01, 0xb1, 0xce, |
| 4682 | 0x88, 0x29, 0xa9, 0x3a, 0x0c, 0xc2, 0xa3, 0x26, 0x89, 0xe7, 0xea, 0xd0, 0x3e, 0x6c, 0x8d, 0x88, |
| 4683 | 0xe1, 0x4f, 0xfd, 0xc6, 0x98, 0xd8, 0x83, 0x77, 0xc2, 0x6a, 0x91, 0x5b, 0x9d, 0xa3, 0x65, 0x7e, |
| 4684 | 0x0d, 0x0d, 0x97, 0x38, 0x55, 0xcb, 0x70, 0x0f, 0x27, 0x8e, 0x43, 0x6c, 0x8f, 0xc7, 0x58, 0x12, |
| 4685 | 0xcf, 0xc8, 0xd9, 0x06, 0xe5, 0x91, 0x11, 0xcf, 0xfe, 0x89, 0x43, 0x78, 0x9c, 0x25, 0xb1, 0x2a, |
| 4686 | 0xd2, 0xfe, 0x36, 0x01, 0xf7, 0xc4, 0x32, 0xd4, 0xbd, 0x77, 0xc4, 0xb1, 0x89, 0x57, 0x75, 0x2c, |
| 4687 | 0xf3, 0x94, 0xb0, 0x4c, 0x69, 0x58, 0xae, 0x47, 0x9d, 0x0f, 0x08, 0x43, 0xc6, 0xb4, 0x1c, 0x32, |
| 4688 | 0x60, 0x15, 0xe4, 0xdc, 0x4d, 0xe4, 0x5c, 0xf3, 0x62, 0xcd, 0xb7, 0xc5, 0x21, 0x8d, 0x76, 0x00, |
| 4689 | 0x99, 0x40, 0x8e, 0xf2, 0x90, 0x51, 0x8b, 0x10, 0xab, 0x5f, 0x9d, 0x6e, 0x0f, 0xd7, 0x2b, 0x6f, |
| 4690 | 0x0b, 0x09, 0xb4, 0x0a, 0x50, 0x6b, 0x7f, 0xd5, 0x92, 0xe3, 0xa4, 0xf6, 0x97, 0xcb, 0xf0, 0xf0, |
| 4691 | 0x92, 0x29, 0x83, 0x7b, 0x78, 0x17, 0xc0, 0x74, 0xe8, 0xb8, 0x7e, 0x46, 0x6c, 0xcf, 0x95, 0x05, |
| 4692 | 0x4a, 0x91, 0xb0, 0xe2, 0x45, 0x07, 0x1e, 0x0b, 0x35, 0xd1, 0x25, 0xc8, 0x11, 0x4b, 0xfc, 0xb1, |
| 4693 | 0x92, 0xdc, 0x79, 0xec, 0x0f, 0xd9, 0xea, 0x1f, 0x3b, 0xd4, 0x30, 0xd5, 0x30, 0x15, 0xcd, 0xc2, |
| 4694 | 0x8c, 0x9c, 0x61, 0x47, 0x93, 0x21, 0xbb, 0x81, 0x21, 0x76, 0x59, 0x60, 0xe3, 0x72, 0xf4, 0x18, |
| 4695 | 0x6e, 0x0c, 0x9c, 0x01, 0xcf, 0x6b, 0x62, 0xaa, 0xf9, 0x9e, 0xc7, 0xb3, 0x0a, 0xc6, 0x3c, 0xb1, |
| 4696 | 0x4d, 0xe2, 0xb8, 0xd6, 0x77, 0x44, 0x4d, 0xfa, 0x3c, 0x9e, 0x91, 0xa3, 0x47, 0xb0, 0x46, 0xcf, |
| 4697 | 0xa2, 0xd0, 0x34, 0x87, 0xc6, 0xc5, 0x0c, 0x29, 0x2f, 0x73, 0xff, 0xb9, 0x5c, 0x96, 0x8c, 0x40, |
| 4698 | 0xc6, 0xc4, 0x2c, 0xde, 0x7d, 0xd1, 0x5e, 0x8f, 0x96, 0xca, 0x2f, 0x24, 0x1c, 0x38, 0x7c, 0xae, |
| 4699 | 0x0e, 0x3d, 0x87, 0x4d, 0x29, 0x2f, 0x95, 0x0f, 0x7a, 0xb4, 0xbc, 0xb7, 0xd7, 0x16, 0x46, 0x59, |
| 4700 | 0x6e, 0x34, 0x5f, 0xa9, 0x58, 0x95, 0xf7, 0xf6, 0x7b, 0x74, 0xaf, 0x54, 0x92, 0x53, 0xe5, 0x22, |
| 4701 | 0x56, 0x51, 0x25, 0xcb, 0x2d, 0xa9, 0xd8, 0x2b, 0x95, 0x7b, 0xb4, 0xf4, 0xb4, 0xfc, 0x4c, 0x9a, |
| 4702 | 0xe5, 0xb9, 0xd9, 0x39, 0x5a, 0x74, 0x00, 0x37, 0x7d, 0x37, 0x9e, 0x96, 0x9f, 0xf7, 0x68, 0x69, |
| 4703 | 0xaf, 0x74, 0x20, 0x0d, 0x57, 0xb9, 0xe1, 0x79, 0x6a, 0xed, 0x17, 0x50, 0x10, 0x41, 0x79, 0x44, |
| 4704 | 0x06, 0x7e, 0xde, 0x5c, 0xaf, 0x20, 0xfd, 0x7b, 0x02, 0xb6, 0xe3, 0x14, 0x41, 0x20, 0x3f, 0x80, |
| 4705 | 0xd5, 0x01, 0x75, 0x58, 0xbe, 0x10, 0x33, 0xdc, 0xaa, 0xf2, 0x38, 0x26, 0x45, 0x45, 0x40, 0x81, |
| 4706 | 0xe4, 0x90, 0x9a, 0xe4, 0x2b, 0xea, 0x98, 0x7e, 0x70, 0xcf, 0xd1, 0xb0, 0x04, 0x39, 0x21, 0x83, |
| 4707 | 0x2e, 0x19, 0x50, 0xdb, 0xf4, 0x63, 0x5d, 0x91, 0xf0, 0xda, 0x4d, 0x3d, 0x63, 0x18, 0x72, 0x89, |
| 4708 | 0x60, 0x8f, 0x49, 0xd9, 0x82, 0x4f, 0x6c, 0xc9, 0x6f, 0x1c, 0x0f, 0x49, 0x88, 0x17, 0x01, 0x7f, |
| 4709 | 0x8e, 0x56, 0x7b, 0xe5, 0xf7, 0xad, 0xe1, 0xae, 0x2c, 0xba, 0xdd, 0x9b, 0xb0, 0x62, 0xd9, 0xde, |
| 4710 | 0x89, 0x2e, 0x1f, 0x16, 0x56, 0x70, 0x8a, 0x0d, 0x9b, 0x26, 0xda, 0x84, 0x14, 0xb5, 0x27, 0x4c, |
| 4711 | 0x9e, 0xe4, 0xf2, 0x65, 0x6a, 0x4f, 0x9a, 0xa6, 0xf6, 0x17, 0x09, 0xf8, 0x98, 0x31, 0x8d, 0x06, |
| 4712 | 0x96, 0x5f, 0x16, 0x8e, 0x1c, 0x63, 0x44, 0xea, 0xac, 0x4c, 0x99, 0xc4, 0xec, 0x8c, 0xae, 0xdc, |
| 4713 | 0xb4, 0xa3, 0xdb, 0x4a, 0xa7, 0xcd, 0x97, 0xae, 0xb1, 0x10, 0xf6, 0xda, 0xec, 0xe1, 0xc1, 0x21, |
| 4714 | 0x2e, 0xf1, 0xf8, 0x6a, 0xa5, 0xb1, 0x18, 0x54, 0x57, 0x21, 0x67, 0xb9, 0xfa, 0xc4, 0xb6, 0x74, |
| 4715 | 0x8b, 0x77, 0xe4, 0x87, 0x70, 0xe3, 0x15, 0xf1, 0xf0, 0x94, 0xd7, 0xec, 0xef, 0x7b, 0x51, 0x6f, |
| 4716 | 0xc4, 0x4e, 0x37, 0x8c, 0xf3, 0xdc, 0x01, 0x60, 0x3d, 0x92, 0x3e, 0x34, 0x8e, 0xc9, 0x50, 0x5e, |
| 4717 | 0x41, 0x86, 0x49, 0xde, 0x30, 0x81, 0xcf, 0xe6, 0xda, 0x9c, 0x2d, 0xc3, 0xd9, 0xba, 0xb6, 0xf6, |
| 4718 | 0xaf, 0x39, 0xd8, 0x8a, 0x2f, 0xb6, 0x0c, 0xaf, 0x5b, 0x31, 0xc7, 0x1a, 0x0b, 0x81, 0x6b, 0x37, |
| 4719 | 0xa3, 0xae, 0x35, 0x12, 0xd2, 0x39, 0xf4, 0x10, 0x56, 0xc7, 0xd4, 0xb5, 0x58, 0x6b, 0xaa, 0x9b, |
| 4720 | 0x8e, 0x75, 0x22, 0x16, 0x24, 0xd5, 0x48, 0xe2, 0xbc, 0x2f, 0xaf, 0x31, 0x31, 0x03, 0xda, 0xe4, |
| 4721 | 0xd4, 0x50, 0x80, 0x4b, 0x1c, 0xb8, 0x88, 0xf3, 0xbe, 0x5c, 0x00, 0x5f, 0xc2, 0xb6, 0x49, 0x86, |
| 4722 | 0xd6, 0xc8, 0xf2, 0x88, 0xa3, 0x8f, 0x2c, 0xd7, 0xd5, 0x4d, 0xe2, 0xc9, 0x6d, 0x67, 0x99, 0x9b, |
| 4723 | 0x2c, 0xe1, 0xad, 0x00, 0xf1, 0xd6, 0x72, 0xdd, 0x9a, 0xaf, 0x47, 0xf7, 0x00, 0x8e, 0xad, 0xb1, |
| 4724 | 0x4e, 0x58, 0x9d, 0x14, 0x85, 0x33, 0xd5, 0x58, 0xc6, 0x99, 0x63, 0x6b, 0xcc, 0x4b, 0xa7, 0x8b, |
| 4725 | 0xee, 0x00, 0x1b, 0xb0, 0x3b, 0x24, 0x6b, 0x65, 0xaa, 0x91, 0xc2, 0xe9, 0x63, 0x6b, 0xdc, 0x67, |
| 4726 | 0x12, 0x56, 0x67, 0x4e, 0xc8, 0x40, 0x0f, 0x52, 0x44, 0x77, 0x3f, 0x8c, 0x8e, 0xe9, 0x50, 0xd4, |
| 4727 | 0xca, 0x54, 0x63, 0x05, 0xaf, 0x9f, 0x90, 0xc1, 0xa1, 0xaf, 0xed, 0x0a, 0x25, 0xab, 0x17, 0xc2, |
| 4728 | 0xca, 0x24, 0xdf, 0xb2, 0x78, 0x0e, 0xed, 0x79, 0xe5, 0x4c, 0x35, 0xd2, 0x78, 0x93, 0xdb, 0x49, |
| 4729 | 0x7d, 0x40, 0x80, 0x7e, 0x01, 0xbb, 0x51, 0xcb, 0x48, 0x82, 0xf0, 0x42, 0x9a, 0x6a, 0x64, 0xf0, |
| 4730 | 0x2d, 0xd5, 0xba, 0xaf, 0x42, 0xd0, 0xc7, 0x90, 0x8f, 0x30, 0xf0, 0x3a, 0x9a, 0x6a, 0x00, 0xce, |
| 4731 | 0xa9, 0x36, 0xe8, 0x29, 0xac, 0x47, 0x2f, 0x4c, 0xac, 0x40, 0x8e, 0x83, 0xb3, 0xf8, 0x86, 0x7a, |
| 4732 | 0x59, 0x62, 0x29, 0x1e, 0xc1, 0xda, 0xf4, 0x94, 0x8c, 0xf4, 0xf7, 0xe4, 0x83, 0xbf, 0x9e, 0x79, |
| 4733 | 0x8e, 0xce, 0xe1, 0x3c, 0x53, 0xbc, 0x26, 0x1f, 0xc2, 0x35, 0xe5, 0xc8, 0x21, 0x75, 0x45, 0x81, |
| 4734 | 0x4c, 0x35, 0xf2, 0x38, 0xcd, 0x44, 0x6f, 0xa8, 0xcb, 0x89, 0x9c, 0xa9, 0x3e, 0x1e, 0x52, 0x63, |
| 4735 | 0xe4, 0x0a, 0xa6, 0xed, 0x35, 0x0e, 0x5a, 0xc5, 0x79, 0x67, 0xda, 0xe1, 0x72, 0xf1, 0xe8, 0xfd, |
| 4736 | 0x29, 0xa0, 0x10, 0x69, 0x53, 0x5b, 0xb7, 0xcc, 0x21, 0xd9, 0x2e, 0x70, 0xf0, 0x1a, 0x5e, 0xf3, |
| 4737 | 0xc1, 0x2d, 0x6a, 0x37, 0xcd, 0x21, 0x0f, 0x57, 0x67, 0xaa, 0xd3, 0xd1, 0xc0, 0xda, 0xbe, 0xc1, |
| 4738 | 0x31, 0x05, 0x9c, 0x72, 0xa6, 0x2c, 0xf7, 0x99, 0xca, 0x93, 0x2a, 0xc4, 0x55, 0x37, 0x70, 0xca, |
| 4739 | 0x13, 0xaa, 0x97, 0x70, 0x4b, 0x5a, 0xe9, 0xb2, 0x8a, 0xeb, 0x03, 0x67, 0x20, 0x1d, 0x5b, 0xe7, |
| 4740 | 0x60, 0x84, 0x37, 0x05, 0x8f, 0xdc, 0x12, 0x0f, 0xe5, 0xce, 0x8b, 0x76, 0x21, 0xed, 0x4c, 0xf5, |
| 4741 | 0x63, 0x5e, 0x79, 0x37, 0x38, 0x74, 0x3d, 0x7c, 0x18, 0xb8, 0x07, 0xc0, 0xbc, 0x97, 0x9b, 0xeb, |
| 4742 | 0x26, 0x57, 0x6f, 0xa8, 0x1d, 0xff, 0x2e, 0xa4, 0x3d, 0xdf, 0x7a, 0x8b, 0xab, 0x37, 0xc3, 0x87, |
| 4743 | 0x8c, 0x7b, 0x00, 0x5e, 0x68, 0x7d, 0x93, 0xab, 0xb7, 0xd4, 0xa7, 0x89, 0x9f, 0x40, 0xee, 0x98, |
| 4744 | 0x38, 0xba, 0x43, 0xe4, 0x81, 0xc6, 0x36, 0x87, 0xdc, 0xc4, 0xd9, 0x63, 0x56, 0x11, 0xe4, 0x91, |
| 4745 | 0xc6, 0x47, 0x90, 0x1d, 0x0e, 0xcc, 0x53, 0xff, 0x86, 0xdd, 0xe2, 0x98, 0x6d, 0x0c, 0x4c, 0x28, |
| 4746 | 0xef, 0x16, 0x73, 0xd3, 0xb4, 0x7c, 0xc4, 0x0e, 0x47, 0xdc, 0xc2, 0x19, 0xc7, 0xb4, 0x24, 0xe0, |
| 4747 | 0x2e, 0x64, 0x3c, 0x6b, 0x44, 0x5c, 0xcf, 0x18, 0x8d, 0xb7, 0x77, 0x79, 0xb6, 0xef, 0xe0, 0x50, |
| 4748 | 0x54, 0xcd, 0x01, 0x58, 0xae, 0x2e, 0x0b, 0x45, 0x35, 0x0b, 0x19, 0xcb, 0xd5, 0x45, 0x6d, 0xa8, |
| 4749 | 0xae, 0xc3, 0x0d, 0xcb, 0xd5, 0xa3, 0xf5, 0x40, 0x0a, 0xa3, 0xb9, 0x5f, 0xbd, 0x03, 0xbb, 0x16, |
| 4750 | 0x4b, 0xec, 0xf9, 0x79, 0x5e, 0x5d, 0x83, 0xbc, 0xe5, 0xea, 0x61, 0x2a, 0xcb, 0xc2, 0x1a, 0xa4, |
| 4751 | 0x6e, 0x75, 0x07, 0xb6, 0x2d, 0x57, 0x9f, 0x9b, 0xab, 0xd5, 0xdb, 0xb0, 0x13, 0xe8, 0x66, 0x32, |
| 4752 | 0xb2, 0x7a, 0x1f, 0xee, 0xce, 0x68, 0x23, 0x59, 0x57, 0x45, 0x50, 0x88, 0x23, 0xaa, 0xdb, 0xb0, |
| 4753 | 0x35, 0x33, 0x9f, 0xf0, 0x64, 0x03, 0x90, 0xe5, 0xea, 0xb1, 0x54, 0x91, 0xfe, 0x06, 0x69, 0x21, |
| 4754 | 0x51, 0xb1, 0x3c, 0xa8, 0xde, 0x84, 0xcd, 0x88, 0xd4, 0x8f, 0x79, 0xb9, 0xc6, 0x32, 0x4e, 0xe5, |
| 4755 | 0x48, 0x06, 0x74, 0xf5, 0x2e, 0xdc, 0x0e, 0x75, 0xb3, 0x31, 0x5c, 0xcd, 0x43, 0x56, 0xe8, 0x79, |
| 4756 | 0xa4, 0xc9, 0xa5, 0x0c, 0x23, 0x53, 0xea, 0xbd, 0xa8, 0x3e, 0x8c, 0xbd, 0xea, 0x0d, 0x58, 0x63, |
| 4757 | 0x4b, 0xad, 0xc4, 0x5a, 0xb5, 0x00, 0xab, 0x96, 0xab, 0x2b, 0x91, 0xe5, 0xb3, 0x06, 0x81, 0x24, |
| 4758 | 0x2f, 0x38, 0x88, 0x12, 0xed, 0xcf, 0x97, 0x61, 0xf7, 0x82, 0x6d, 0x18, 0xdd, 0x83, 0x2c, 0xeb, |
| 4759 | 0xc0, 0x75, 0x12, 0x36, 0xe5, 0xa9, 0x0b, 0x9a, 0xf2, 0x54, 0xd0, 0x94, 0x6f, 0x41, 0xea, 0x84, |
| 4760 | 0x71, 0x89, 0x3e, 0x25, 0x85, 0xe5, 0x08, 0x7d, 0xa2, 0xb4, 0xe4, 0xba, 0x44, 0xf0, 0x1d, 0x06, |
| 4761 | 0xaf, 0x05, 0xf2, 0xa3, 0x00, 0x1a, 0x74, 0xde, 0x3e, 0x74, 0x59, 0x40, 0x03, 0xb9, 0x84, 0x3e, |
| 4762 | 0x06, 0x14, 0xac, 0x2c, 0x31, 0x7d, 0x30, 0xdf, 0x58, 0x70, 0x21, 0xec, 0xc8, 0x43, 0xe2, 0xa0, |
| 4763 | 0xf1, 0xf6, 0xb1, 0x2b, 0x82, 0x38, 0x90, 0x4b, 0xe8, 0xc3, 0xb0, 0x1f, 0xf7, 0x91, 0x7c, 0x8f, |
| 4764 | 0xc1, 0xab, 0xbe, 0x58, 0x02, 0x1f, 0x41, 0x41, 0xe8, 0xf5, 0xfd, 0xe7, 0xba, 0xd2, 0x8f, 0xa7, |
| 4765 | 0xf0, 0xaa, 0x90, 0xef, 0x3f, 0x0f, 0x9a, 0xe4, 0x9b, 0x3e, 0x72, 0x4f, 0xf7, 0xa8, 0x5e, 0x2a, |
| 4766 | 0xbf, 0xd0, 0x95, 0x8e, 0x3c, 0x85, 0xd7, 0xa5, 0x81, 0x68, 0xc8, 0xdb, 0x7e, 0x93, 0xbc, 0x2d, |
| 4767 | 0xad, 0x4a, 0xe5, 0x03, 0x66, 0x56, 0xde, 0xdb, 0xf3, 0xcd, 0xf8, 0x5e, 0x82, 0x37, 0x84, 0x3e, |
| 4768 | 0xd6, 0x92, 0x87, 0x76, 0xe5, 0xbd, 0x7d, 0x66, 0xb7, 0x57, 0x2a, 0xe9, 0x4a, 0x57, 0x1e, 0xd8, |
| 4769 | 0xf9, 0x4d, 0x79, 0xdb, 0x6f, 0xae, 0x6f, 0x49, 0xbb, 0xbd, 0x52, 0x99, 0xbb, 0xf9, 0xb4, 0xfc, |
| 4770 | 0x4c, 0x57, 0xfa, 0xf2, 0x14, 0xde, 0x14, 0x80, 0xa0, 0x2d, 0x97, 0x96, 0x2f, 0x61, 0xc7, 0xf7, |
| 4771 | 0xf4, 0x69, 0xf9, 0x39, 0x37, 0xdd, 0x2b, 0x1d, 0xe8, 0x4a, 0x67, 0x9e, 0xc2, 0x5b, 0xd2, 0xd7, |
| 4772 | 0xa0, 0x31, 0x17, 0xb6, 0xda, 0x6f, 0x93, 0xf0, 0xe0, 0xb2, 0xc6, 0x50, 0x76, 0x41, 0x55, 0x48, |
| 4773 | 0x4f, 0xc6, 0xae, 0xe7, 0x10, 0x63, 0x24, 0x5b, 0x76, 0xf5, 0xc8, 0xea, 0x22, 0x86, 0xc0, 0x0e, |
| 4774 | 0x1d, 0x01, 0x98, 0xf4, 0x5b, 0x5b, 0xb2, 0x24, 0xaf, 0xc5, 0xa2, 0x58, 0xa2, 0x5f, 0x27, 0xe0, |
| 4775 | 0x01, 0x4f, 0x73, 0x22, 0xc1, 0x22, 0x56, 0x74, 0x22, 0xe1, 0xfa, 0x78, 0xa4, 0x9f, 0x50, 0x67, |
| 4776 | 0x64, 0x78, 0xf2, 0xc8, 0xf4, 0x20, 0xf6, 0x44, 0x7e, 0xf9, 0xf5, 0x16, 0x8f, 0xb8, 0x3d, 0xfe, |
| 4777 | 0x88, 0x9e, 0x8f, 0x15, 0x10, 0xed, 0x29, 0xa4, 0xc4, 0x5f, 0xfc, 0x70, 0xb3, 0xd1, 0xc4, 0xbd, |
| 4778 | 0x6f, 0xf4, 0xde, 0x57, 0x6d, 0xbd, 0xda, 0xec, 0x89, 0xe3, 0xd4, 0x6e, 0xf3, 0xeb, 0xde, 0x37, |
| 4779 | 0xfa, 0x51, 0xbb, 0x8f, 0xb9, 0x2c, 0xa1, 0x79, 0xb0, 0x22, 0x9b, 0x56, 0xa5, 0x1d, 0x4d, 0x28, |
| 4780 | 0xed, 0x28, 0x4b, 0x67, 0xd7, 0x33, 0xbc, 0x89, 0x2b, 0xbb, 0x54, 0x39, 0x62, 0xf5, 0xe1, 0xc4, |
| 4781 | 0xb0, 0x86, 0xba, 0x43, 0x0c, 0x97, 0xda, 0xfc, 0xea, 0x32, 0x18, 0x98, 0x08, 0x73, 0x09, 0xba, |
| 4782 | 0xc5, 0xf7, 0x62, 0x7e, 0x06, 0xc3, 0xf3, 0x3c, 0xc1, 0x76, 0x62, 0x3e, 0x95, 0x46, 0xc4, 0xe3, |
| 4783 | 0x84, 0xd2, 0x30, 0xcb, 0x5b, 0x7b, 0x49, 0xc7, 0xfc, 0xa9, 0x42, 0x99, 0xbc, 0xbf, 0xf8, 0x28, |
| 4784 | 0x5b, 0x46, 0xca, 0x72, 0xfa, 0x64, 0xc1, 0x34, 0x7f, 0x25, 0x8e, 0x42, 0xe3, 0x93, 0x5c, 0xb3, |
| 4785 | 0xbd, 0x57, 0x56, 0x60, 0xf1, 0xa2, 0x15, 0x58, 0xba, 0x70, 0x05, 0x96, 0xa3, 0x2b, 0xf0, 0xfb, |
| 4786 | 0xe2, 0xa8, 0xd3, 0x9e, 0xb0, 0x00, 0xe8, 0x4d, 0xf1, 0xb4, 0xeb, 0x19, 0x5e, 0xf0, 0x54, 0x75, |
| 4787 | 0xbd, 0x27, 0xd2, 0x7f, 0x5b, 0x84, 0xdd, 0xb9, 0x64, 0xf2, 0x7a, 0x3f, 0x81, 0x1b, 0xc7, 0x86, |
| 4788 | 0x4b, 0xd8, 0x16, 0x62, 0x38, 0x7e, 0x2d, 0x93, 0xcf, 0xa5, 0x4c, 0xd1, 0x9b, 0x56, 0x9c, 0xa0, |
| 4789 | 0x3e, 0x0a, 0xa8, 0x33, 0xd5, 0x8d, 0xf7, 0x3e, 0x34, 0x19, 0x42, 0xf1, 0xb4, 0xf2, 0x5e, 0x42, |
| 4790 | 0x8b, 0xb0, 0xe1, 0xb3, 0xda, 0x54, 0x21, 0x5e, 0x94, 0xa7, 0x2c, 0x9c, 0xb8, 0x45, 0x03, 0x6a, |
| 4791 | 0x1f, 0xef, 0x08, 0xfc, 0x7b, 0x75, 0x0b, 0x90, 0x78, 0xcc, 0xf0, 0xef, 0x83, 0xfa, 0x5b, 0x20, |
| 4792 | 0x53, 0x2f, 0xea, 0xb4, 0x78, 0x48, 0xcd, 0x93, 0xa9, 0xa7, 0xf8, 0x2c, 0x81, 0x11, 0x97, 0x53, |
| 4793 | 0x01, 0x50, 0xf1, 0xf8, 0x31, 0xac, 0x4b, 0xc6, 0x88, 0xc3, 0xe2, 0x40, 0x66, 0x8d, 0x93, 0x2a, |
| 4794 | 0xfe, 0x4a, 0x74, 0xdc, 0xdd, 0x74, 0x80, 0x8e, 0x78, 0xbb, 0x07, 0x37, 0xe5, 0xf6, 0xaf, 0x0f, |
| 4795 | 0xc4, 0x53, 0x9b, 0xee, 0x10, 0xcf, 0xb1, 0x88, 0x7f, 0x36, 0xb3, 0x21, 0xba, 0x5b, 0xf9, 0x48, |
| 4796 | 0x87, 0x85, 0x0e, 0xbd, 0x80, 0xed, 0xb8, 0x19, 0xdb, 0xa1, 0xe9, 0x24, 0x38, 0xa4, 0xd9, 0x8c, |
| 4797 | 0xd8, 0xf5, 0xa4, 0x52, 0x7b, 0x0b, 0x77, 0xc2, 0x5b, 0x5e, 0x19, 0xb0, 0xc6, 0x8d, 0xbf, 0x16, |
| 4798 | 0xfc, 0x9e, 0x21, 0xf4, 0xa7, 0x90, 0xe1, 0xe6, 0x35, 0xc3, 0x33, 0x58, 0xd8, 0x0e, 0x86, 0x86, |
| 4799 | 0xeb, 0xfa, 0x09, 0x92, 0xc7, 0x2b, 0x7c, 0xdc, 0x34, 0x59, 0xc8, 0x5b, 0xb6, 0x78, 0x01, 0xe6, |
| 4800 | 0xa7, 0x49, 0x1e, 0x83, 0x2f, 0x6a, 0x9a, 0x08, 0xc1, 0x92, 0x6d, 0x8c, 0x88, 0xcc, 0x14, 0xfe, |
| 4801 | 0x37, 0x7b, 0x92, 0x37, 0x89, 0x3b, 0x70, 0xac, 0x31, 0x7f, 0x44, 0x14, 0x79, 0xa2, 0x8a, 0xb4, |
| 4802 | 0x3f, 0x84, 0xbb, 0xe7, 0x5d, 0x8d, 0x8c, 0xe1, 0xcf, 0x20, 0x6f, 0x70, 0xb9, 0xce, 0x5f, 0x77, |
| 4803 | 0xb2, 0xf8, 0x65, 0xe9, 0xbf, 0xa1, 0xa4, 0x7f, 0x70, 0x01, 0x38, 0x67, 0x28, 0x14, 0xda, 0x6f, |
| 4804 | 0x12, 0xf0, 0x11, 0x63, 0x3f, 0x39, 0x19, 0x52, 0xc3, 0x24, 0x66, 0x65, 0x3c, 0x76, 0x59, 0x82, |
| 4805 | 0x58, 0xae, 0x67, 0x0d, 0x82, 0xf5, 0xea, 0x43, 0x9a, 0xa5, 0xb5, 0x7b, 0x44, 0x1d, 0x79, 0x76, |
| 4806 | 0xfa, 0x59, 0xac, 0x52, 0x5f, 0x68, 0x5f, 0x54, 0xd5, 0x38, 0xa0, 0xd2, 0x8e, 0x20, 0xa7, 0x6a, |
| 4807 | 0xe2, 0x47, 0xa8, 0x59, 0x58, 0xe9, 0x74, 0x3a, 0x94, 0x34, 0x2b, 0xf2, 0x3d, 0x4e, 0xe3, 0xb0, |
| 4808 | 0x73, 0xf6, 0x1c, 0x57, 0x0a, 0xc9, 0x60, 0xb4, 0x8f, 0x2b, 0x85, 0x45, 0xed, 0xd7, 0x5b, 0xa0, |
| 4809 | 0x5d, 0xe4, 0x84, 0x5c, 0xa6, 0x01, 0xe4, 0xcd, 0x77, 0x83, 0xf1, 0xd9, 0x73, 0x6c, 0xf0, 0x1a, |
| 4810 | 0x20, 0xef, 0xfe, 0xe7, 0x57, 0xbc, 0x14, 0xb9, 0xe1, 0xf8, 0x5e, 0x70, 0x8a, 0xc6, 0x02, 0x8e, |
| 4811 | 0x72, 0x06, 0x93, 0xec, 0xfb, 0x93, 0x24, 0xbf, 0xf7, 0x24, 0xfb, 0xf1, 0x49, 0x7c, 0x4e, 0xf4, |
| 4812 | 0x2b, 0xc8, 0x8d, 0xc7, 0x63, 0x4a, 0x9a, 0x72, 0x8e, 0x45, 0x3e, 0xc7, 0xcb, 0xeb, 0xcd, 0x21, |
| 4813 | 0xd7, 0xd6, 0x9f, 0x22, 0xc2, 0xb8, 0xf3, 0x5f, 0xcb, 0x90, 0x8f, 0x5c, 0x29, 0xeb, 0x5f, 0x2c, |
| 4814 | 0x5b, 0x3f, 0x36, 0xcc, 0xa0, 0x69, 0x3f, 0x71, 0xe8, 0x48, 0x1f, 0x0c, 0x2d, 0x62, 0xfb, 0xaf, |
| 4815 | 0xae, 0xb7, 0x2c, 0xbb, 0x6a, 0xf8, 0x07, 0xbc, 0x47, 0x0e, 0x1d, 0x1d, 0x72, 0xed, 0x79, 0xb6, |
| 4816 | 0x2e, 0x71, 0xce, 0xe4, 0x0b, 0x86, 0x39, 0xb6, 0x5d, 0xae, 0x45, 0xcf, 0x60, 0xcb, 0xb2, 0xe7, |
| 4817 | 0xce, 0x29, 0x8a, 0xe9, 0xba, 0x65, 0xcf, 0x4e, 0x38, 0xc7, 0x48, 0x4e, 0xb6, 0x34, 0xc7, 0x48, |
| 4818 | 0xce, 0x54, 0x82, 0x4d, 0x3a, 0xf1, 0x02, 0x2b, 0x8f, 0xfa, 0x36, 0xa2, 0xb2, 0x22, 0x3a, 0xf1, |
| 4819 | 0x4f, 0xba, 0x7b, 0xf4, 0x5c, 0x13, 0xe9, 0x5b, 0x6a, 0xd6, 0x44, 0xba, 0xf6, 0x16, 0x7e, 0x4a, |
| 4820 | 0x79, 0x62, 0xeb, 0x07, 0x65, 0xdd, 0xb2, 0x5d, 0xc2, 0x9e, 0x51, 0xe6, 0x4c, 0x2a, 0x2a, 0xef, |
| 4821 | 0x3d, 0x81, 0x3d, 0x28, 0x37, 0x25, 0x32, 0xee, 0xc1, 0x6b, 0xf8, 0x49, 0x48, 0xe7, 0x90, 0x11, |
| 4822 | 0x3d, 0x8b, 0xb2, 0x49, 0x7f, 0x44, 0x65, 0xbe, 0xeb, 0xb3, 0x61, 0x01, 0x8c, 0xfb, 0x56, 0x87, |
| 4823 | 0xfb, 0x21, 0x99, 0x4d, 0xbd, 0xd0, 0xbf, 0xd0, 0x2f, 0x51, 0xb1, 0x77, 0x7d, 0xa6, 0x16, 0xf5, |
| 4824 | 0x7c, 0xd7, 0x02, 0x9f, 0xfe, 0x04, 0x0a, 0x86, 0x69, 0x5a, 0xe2, 0x65, 0xad, 0xce, 0xd3, 0x7d, |
| 4825 | 0x1b, 0x78, 0x49, 0xea, 0xfc, 0x0e, 0xb9, 0x56, 0xac, 0x04, 0x9c, 0x7c, 0x5c, 0xb7, 0x3d, 0xe7, |
| 4826 | 0x03, 0x5e, 0x33, 0xa2, 0xd2, 0x9d, 0x2a, 0x6c, 0xcc, 0x03, 0xa2, 0x02, 0x2c, 0xbe, 0x27, 0x1f, |
| 4827 | 0x64, 0xdb, 0xc4, 0xfe, 0x44, 0x1b, 0xea, 0x67, 0x1b, 0x19, 0xf9, 0x6d, 0xc6, 0xcb, 0xe4, 0x41, |
| 4828 | 0x62, 0xe7, 0x3f, 0x52, 0x32, 0xfa, 0xf7, 0xff, 0xb7, 0xa3, 0x3f, 0x8c, 0x96, 0xd2, 0x8b, 0x8b, |
| 4829 | 0xa2, 0x65, 0x51, 0x8d, 0x96, 0xd2, 0x8b, 0xcb, 0xa3, 0xa5, 0xf4, 0xe2, 0x82, 0x68, 0x59, 0x52, |
| 4830 | 0xa3, 0xa5, 0xf4, 0xe2, 0x9c, 0x68, 0x51, 0x7c, 0x3b, 0xb8, 0xc8, 0xb7, 0xe5, 0x88, 0x6f, 0x07, |
| 4831 | 0x57, 0xf0, 0xed, 0xe0, 0x02, 0xdf, 0x52, 0x11, 0xdf, 0x0e, 0x2e, 0xf5, 0xed, 0xd9, 0x8b, 0x2b, |
| 4832 | 0x67, 0xd9, 0xb3, 0x2b, 0xac, 0xdb, 0xb3, 0x17, 0x57, 0xcd, 0xb2, 0x67, 0xe7, 0xad, 0xdb, 0x57, |
| 4833 | 0xf0, 0x09, 0x9d, 0x78, 0xa7, 0xd4, 0xb2, 0x4f, 0xf5, 0x91, 0x37, 0xd1, 0xc9, 0x74, 0x40, 0x88, |
| 4834 | 0x49, 0xe6, 0x87, 0x96, 0x48, 0xb7, 0x9f, 0xfa, 0x06, 0x6f, 0xbd, 0x49, 0x5d, 0xc2, 0x67, 0x03, |
| 4835 | 0xed, 0x87, 0xcd, 0xbb, 0xfd, 0x1f, 0x3f, 0xef, 0xfe, 0x21, 0x05, 0x39, 0x75, 0x5b, 0x42, 0xbf, |
| 4836 | 0x07, 0xb7, 0x2d, 0x5b, 0x9c, 0x5f, 0x5c, 0x90, 0x78, 0xdb, 0x96, 0xad, 0x7e, 0x4c, 0xa0, 0xac, |
| 4837 | 0xc8, 0xb9, 0xf6, 0x91, 0xe4, 0x9b, 0x63, 0xff, 0x7f, 0x74, 0xf3, 0xf9, 0x15, 0x14, 0xcf, 0x88, |
| 4838 | 0x6d, 0x52, 0x47, 0x77, 0xc5, 0xd7, 0x6c, 0x03, 0xdd, 0x33, 0x4e, 0x2f, 0x4f, 0x90, 0x47, 0xc2, |
| 4839 | 0x4a, 0x7e, 0x02, 0x37, 0xe8, 0x19, 0xa7, 0xe7, 0x65, 0xca, 0x2f, 0xe1, 0xd3, 0x79, 0x33, 0x5c, |
| 4840 | 0x96, 0x33, 0x0f, 0x67, 0x26, 0xf8, 0xb1, 0x93, 0xe7, 0xbb, 0x73, 0x93, 0xa7, 0xfd, 0xfd, 0xfb, |
| 4841 | 0xaa, 0x1f, 0x2f, 0x77, 0xaa, 0x2b, 0xb0, 0xcc, 0x9d, 0xd6, 0xfe, 0x69, 0x05, 0xd6, 0x5e, 0x11, |
| 4842 | 0x8f, 0x7f, 0x5a, 0xe8, 0x37, 0xf0, 0x9f, 0xc7, 0xbe, 0xd5, 0xcb, 0x96, 0xef, 0x44, 0x2f, 0x2a, |
| 4843 | 0xf6, 0x55, 0x60, 0x63, 0x21, 0xfc, 0x98, 0x0f, 0x7d, 0x0e, 0x2b, 0x13, 0xf1, 0xe5, 0x9a, 0x6c, |
| 4844 | 0x66, 0xef, 0x9d, 0xff, 0x65, 0x9b, 0x6f, 0xed, 0x5b, 0xa0, 0x0a, 0x64, 0xa9, 0xf8, 0x66, 0x89, |
| 4845 | 0x13, 0x2c, 0xce, 0x9b, 0x3c, 0xf6, 0x51, 0x53, 0x63, 0x01, 0xab, 0x36, 0xa8, 0x09, 0xab, 0xd4, |
| 4846 | 0x9e, 0x28, 0x9f, 0xb7, 0xf0, 0x3c, 0x9a, 0xe7, 0x46, 0xf4, 0x2b, 0x98, 0xc6, 0x02, 0x8e, 0x19, |
| 4847 | 0x22, 0x0c, 0x79, 0xe2, 0xbd, 0x0b, 0xbf, 0xb5, 0xe0, 0xd9, 0x95, 0x2d, 0xff, 0xec, 0xea, 0x5f, |
| 4848 | 0x82, 0xb0, 0x66, 0x3c, 0x42, 0x81, 0xfe, 0x3f, 0x7f, 0xfd, 0x2c, 0xd5, 0x3c, 0xf7, 0xb2, 0xe5, |
| 4849 | 0xdd, 0x19, 0xc2, 0xf0, 0x7d, 0x78, 0x63, 0x01, 0x2b, 0x06, 0xa8, 0x0a, 0x40, 0xb9, 0xe7, 0xfc, |
| 4850 | 0xca, 0x56, 0xb8, 0xf9, 0xfd, 0x19, 0xf3, 0xd8, 0xab, 0x65, 0xc6, 0x11, 0x5a, 0xa1, 0x37, 0xb0, |
| 4851 | 0x42, 0xed, 0x09, 0x27, 0x48, 0x73, 0x82, 0xa7, 0xd7, 0x38, 0x48, 0x0b, 0x6e, 0x99, 0xa4, 0x40, |
| 4852 | 0x07, 0xe0, 0x9f, 0xc4, 0xf0, 0x04, 0xca, 0x96, 0x6f, 0x47, 0xd9, 0xa2, 0x2f, 0x72, 0x99, 0xa5, |
| 4853 | 0x84, 0xa3, 0xd7, 0x90, 0xa3, 0xe2, 0x39, 0xb5, 0x2b, 0xf3, 0x87, 0x99, 0x7f, 0x3c, 0x73, 0x35, |
| 4854 | 0xf3, 0xce, 0x75, 0xd8, 0x23, 0x88, 0x6a, 0x8c, 0x2a, 0x00, 0x34, 0x38, 0x04, 0xe3, 0x87, 0xb9, |
| 4855 | 0xb3, 0xb7, 0x7c, 0x38, 0xeb, 0x8c, 0x62, 0x84, 0x7a, 0xb0, 0x46, 0xed, 0x89, 0xfa, 0xcc, 0xcc, |
| 4856 | 0x0f, 0x77, 0xb3, 0xe5, 0x47, 0x73, 0x5d, 0x9a, 0x73, 0x54, 0xd0, 0x58, 0xc0, 0x71, 0x0a, 0xf4, |
| 4857 | 0x4b, 0x40, 0x34, 0x5e, 0x03, 0xc4, 0xe1, 0x6f, 0xb6, 0xfc, 0xf8, 0x3a, 0xcf, 0xc5, 0x8d, 0x05, |
| 4858 | 0x3c, 0x87, 0xa9, 0x9a, 0x81, 0x15, 0x47, 0x00, 0xb4, 0xdf, 0x02, 0xff, 0x24, 0x43, 0xe6, 0xb2, |
| 4859 | 0x7c, 0x8e, 0x7d, 0x19, 0x1c, 0xb9, 0x89, 0x67, 0x71, 0x2d, 0x3a, 0x67, 0x04, 0x5c, 0xec, 0x72, |
| 4860 | 0x64, 0x70, 0x2c, 0x57, 0x87, 0x0c, 0x71, 0x1c, 0x71, 0x04, 0x27, 0x3f, 0x69, 0x7c, 0x78, 0x91, |
| 4861 | 0x39, 0xdf, 0x17, 0x05, 0x1c, 0x87, 0x96, 0xe8, 0xe7, 0x4a, 0x3d, 0x11, 0x29, 0x7d, 0xf7, 0xbc, |
| 4862 | 0x7a, 0x22, 0x88, 0x22, 0x05, 0xe5, 0xe7, 0x61, 0x41, 0x59, 0x3a, 0x27, 0xde, 0x63, 0x9f, 0xca, |
| 4863 | 0xaa, 0x15, 0xe5, 0x35, 0xe4, 0xc6, 0xa2, 0x5a, 0x78, 0x36, 0x71, 0x5c, 0x99, 0xc2, 0x1f, 0x5f, |
| 4864 | 0x58, 0x52, 0x14, 0x9e, 0x88, 0x31, 0xfa, 0x62, 0xa6, 0xb6, 0x88, 0x04, 0x7e, 0x78, 0x49, 0x6d, |
| 4865 | 0x51, 0x08, 0xe3, 0x35, 0xe6, 0x18, 0x6e, 0x44, 0x0a, 0x84, 0x92, 0xd7, 0xe5, 0xab, 0xd7, 0x19, |
| 4866 | 0x65, 0x82, 0x59, 0x3a, 0x54, 0x8f, 0xd4, 0x1c, 0x91, 0xf3, 0x3f, 0xb9, 0xa0, 0xe6, 0x28, 0x6c, |
| 4867 | 0x6a, 0xed, 0x79, 0xcd, 0xaf, 0xbe, 0x43, 0x6d, 0x7f, 0x9d, 0x64, 0xc2, 0x7f, 0x74, 0x41, 0xfd, |
| 4868 | 0x89, 0x5c, 0xb7, 0x62, 0x8a, 0xfa, 0xfc, 0x9b, 0x94, 0x80, 0x49, 0xe4, 0x7e, 0xe9, 0xda, 0x27, |
| 4869 | 0xfa, 0xbc, 0xfa, 0x87, 0x3c, 0xe8, 0xb3, 0xb0, 0x1a, 0x65, 0xe7, 0x6d, 0x1e, 0xb1, 0x03, 0x6c, |
| 4870 | 0xb5, 0x1c, 0xbd, 0x89, 0x95, 0xa3, 0xdc, 0xcc, 0x9b, 0x8c, 0x0b, 0x4e, 0x86, 0x67, 0xea, 0x51, |
| 4871 | 0x35, 0x52, 0x8f, 0xf2, 0x73, 0x03, 0x77, 0x38, 0xc7, 0x1d, 0xb5, 0x20, 0xf5, 0x67, 0x0b, 0xd2, |
| 4872 | 0x2a, 0x27, 0xfa, 0xe4, 0x0a, 0x05, 0x29, 0x60, 0x9c, 0xa9, 0x48, 0xfa, 0xdc, 0x8a, 0xb4, 0xc6, |
| 4873 | 0x99, 0x3f, 0xbd, 0x56, 0xf7, 0x32, 0xbf, 0x24, 0x69, 0x25, 0x48, 0x89, 0x42, 0x82, 0x36, 0xa0, |
| 4874 | 0xd0, 0xed, 0x55, 0x7a, 0xfd, 0x6e, 0xe4, 0x93, 0xeb, 0x14, 0x24, 0xdb, 0xaf, 0x0b, 0x09, 0xfe, |
| 4875 | 0x23, 0x0a, 0x8c, 0xdb, 0xb8, 0x90, 0xd4, 0xfe, 0x26, 0x01, 0x59, 0xa5, 0x7a, 0x30, 0x43, 0x5c, |
| 4876 | 0xaf, 0x74, 0xdb, 0xad, 0x88, 0xe1, 0x1a, 0x64, 0xfb, 0xad, 0x6e, 0xbf, 0xd3, 0x69, 0xe3, 0x1e, |
| 4877 | 0xff, 0x5e, 0x7b, 0x13, 0x6e, 0x34, 0x5b, 0x5f, 0x56, 0xde, 0x34, 0x6b, 0x7a, 0xad, 0xfe, 0x65, |
| 4878 | 0xf3, 0xb0, 0xae, 0x37, 0x6b, 0x85, 0xa4, 0x2a, 0x66, 0x50, 0xbd, 0xf7, 0x4d, 0xa7, 0x5e, 0x58, |
| 4879 | 0x44, 0x59, 0x58, 0xe9, 0x35, 0xdf, 0xd6, 0xdb, 0xfd, 0x5e, 0x61, 0x89, 0xcd, 0xe0, 0x63, 0x70, |
| 4880 | 0xfd, 0x0b, 0x01, 0x59, 0x46, 0x08, 0x56, 0x9b, 0xad, 0x5e, 0x1d, 0xb7, 0x2a, 0x6f, 0x74, 0xe1, |
| 4881 | 0x5b, 0x4a, 0xc8, 0xd4, 0x49, 0x0a, 0x2b, 0x55, 0x80, 0xb4, 0x23, 0x17, 0x41, 0xfb, 0xeb, 0x04, |
| 4882 | 0x14, 0x2a, 0xe3, 0xb1, 0x5c, 0x2b, 0xf1, 0x19, 0x3e, 0x7a, 0x00, 0xab, 0xc4, 0x36, 0x8e, 0x87, |
| 4883 | 0xc4, 0x3f, 0x95, 0xe0, 0xe5, 0x37, 0x8d, 0x63, 0xd2, 0x18, 0x6e, 0x1f, 0x57, 0x78, 0x9d, 0x8d, |
| 4884 | 0xe2, 0xf6, 0x71, 0x05, 0xfd, 0x14, 0xf2, 0x42, 0xc2, 0x1a, 0xc6, 0x7a, 0xb3, 0x22, 0xbf, 0xc5, |
| 4885 | 0x8a, 0x0a, 0x91, 0x06, 0x39, 0x63, 0x30, 0x20, 0xae, 0xdb, 0xa2, 0x26, 0x69, 0xd6, 0xe4, 0x01, |
| 4886 | 0x71, 0x44, 0xa6, 0xfd, 0x77, 0x02, 0xd6, 0x43, 0x77, 0x79, 0xb6, 0x72, 0x8f, 0x2f, 0xff, 0x4a, |
| 4887 | 0xec, 0x35, 0xc0, 0x98, 0x38, 0xb2, 0xd8, 0x6e, 0x2f, 0xf3, 0x76, 0xf7, 0xff, 0xa9, 0xc7, 0xc6, |
| 4888 | 0xb3, 0xac, 0xc5, 0x0e, 0x37, 0x10, 0x03, 0xac, 0x98, 0xef, 0x4c, 0x21, 0xa7, 0xea, 0xd8, 0x05, |
| 4889 | 0x1a, 0xa7, 0xc4, 0xf6, 0x58, 0x27, 0xef, 0x31, 0xdf, 0x45, 0xcf, 0x1a, 0x15, 0xb2, 0xe5, 0xe2, |
| 4890 | 0x82, 0x43, 0xcb, 0x19, 0x4c, 0x2c, 0xaf, 0x59, 0x93, 0xc7, 0xe3, 0x31, 0x29, 0xda, 0x81, 0x34, |
| 4891 | 0x15, 0xfb, 0x82, 0xe9, 0xff, 0xb2, 0xc5, 0x1f, 0x6b, 0xff, 0x99, 0x80, 0xb5, 0x6e, 0xac, 0xe5, |
| 4892 | 0x8d, 0xff, 0x4e, 0x28, 0x71, 0xd5, 0xdf, 0x09, 0xa1, 0xd7, 0x80, 0x8c, 0xf1, 0x58, 0x97, 0x69, |
| 4893 | 0x10, 0xfd, 0x9d, 0xd1, 0xee, 0xdc, 0xc5, 0x09, 0x78, 0x0a, 0x46, 0x3c, 0x6a, 0xfa, 0xb0, 0xa5, |
| 4894 | 0x92, 0x51, 0x7b, 0xe2, 0x13, 0xce, 0xee, 0x9b, 0x73, 0x56, 0xbb, 0xb1, 0x80, 0xd7, 0x8d, 0x59, |
| 4895 | 0xb1, 0xda, 0x23, 0xfc, 0x63, 0x12, 0x0a, 0xdd, 0xeb, 0xf4, 0x08, 0xdd, 0xdf, 0xad, 0x47, 0xe8, |
| 4896 | 0x5e, 0xad, 0x47, 0xf8, 0x3e, 0x35, 0xe3, 0xbb, 0x1f, 0xb2, 0x64, 0xdc, 0x82, 0x4d, 0x5f, 0xdc, |
| 4897 | 0x6e, 0xf5, 0x15, 0xd5, 0xa2, 0x9a, 0xff, 0xfd, 0x56, 0x93, 0xc9, 0x96, 0x34, 0x0b, 0x36, 0xbb, |
| 4898 | 0x96, 0x7d, 0x3a, 0x24, 0xf1, 0x67, 0xa7, 0x1d, 0x48, 0x7b, 0x86, 0x73, 0x4a, 0xbc, 0x20, 0x85, |
| 4899 | 0x82, 0x31, 0x7a, 0x1e, 0xdc, 0x06, 0x19, 0x1f, 0x3b, 0x73, 0x9b, 0x29, 0x8e, 0xc0, 0xc1, 0x1d, |
| 4900 | 0xfb, 0x02, 0xb6, 0xe2, 0x53, 0xc9, 0xdb, 0xf6, 0x22, 0x2c, 0x42, 0x32, 0x60, 0x77, 0x2f, 0xe8, |
| 4901 | 0xce, 0x70, 0x58, 0xb1, 0x02, 0xef, 0xbb, 0x3f, 0x94, 0xf7, 0xdd, 0x4b, 0xbd, 0xef, 0x5e, 0xcf, |
| 4902 | 0xfb, 0xee, 0xb9, 0xde, 0x97, 0xff, 0x2e, 0x01, 0x99, 0xba, 0x0f, 0x44, 0x18, 0xb2, 0xaf, 0x88, |
| 4903 | 0x57, 0x9f, 0x0a, 0x38, 0x52, 0xf7, 0xd8, 0xb9, 0x77, 0x68, 0xe7, 0xa3, 0x0b, 0x10, 0xd2, 0x35, |
| 4904 | 0x0c, 0xd9, 0xee, 0x85, 0x9c, 0xdd, 0x4b, 0x39, 0xe3, 0xfe, 0x57, 0x31, 0xdc, 0xa1, 0xce, 0x69, |
| 4905 | 0x91, 0x8e, 0x89, 0x3d, 0xa0, 0x8e, 0x59, 0x14, 0xbf, 0x78, 0x0c, 0xed, 0xfe, 0xa0, 0x74, 0x6a, |
| 4906 | 0x79, 0xef, 0x26, 0xc7, 0xc5, 0x01, 0x1d, 0x3d, 0xf1, 0x51, 0x4f, 0x04, 0xea, 0x53, 0xf9, 0xbb, |
| 4907 | 0xc8, 0xb3, 0xbd, 0x27, 0xa7, 0x34, 0xfc, 0x21, 0xe5, 0x71, 0x8a, 0xcb, 0x9f, 0xfd, 0x4f, 0x00, |
| 4908 | 0x00, 0x00, 0xff, 0xff, 0x1e, 0x03, 0xf8, 0x72, 0x6a, 0x39, 0x00, 0x00, |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 4909 | } |
| 4910 | |
| 4911 | // Reference imports to suppress errors if they are not otherwise used. |
| 4912 | var _ context.Context |
| 4913 | var _ grpc.ClientConn |
| 4914 | |
| 4915 | // This is a compile-time assertion to ensure that this generated file |
| 4916 | // is compatible with the grpc package it is being compiled against. |
| 4917 | const _ = grpc.SupportPackageIsVersion4 |
| 4918 | |
| 4919 | // ExtensionClient is the client API for Extension service. |
| 4920 | // |
| 4921 | // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. |
| 4922 | type ExtensionClient interface { |
| 4923 | // Get a single attribute |
| 4924 | GetExtValue(ctx context.Context, in *SingleGetValueRequest, opts ...grpc.CallOption) (*SingleGetValueResponse, error) |
| 4925 | // Set a single attribute |
| 4926 | SetExtValue(ctx context.Context, in *SingleSetValueRequest, opts ...grpc.CallOption) (*SingleSetValueResponse, error) |
| 4927 | } |
| 4928 | |
| 4929 | type extensionClient struct { |
| 4930 | cc *grpc.ClientConn |
| 4931 | } |
| 4932 | |
| 4933 | func NewExtensionClient(cc *grpc.ClientConn) ExtensionClient { |
| 4934 | return &extensionClient{cc} |
| 4935 | } |
| 4936 | |
| 4937 | func (c *extensionClient) GetExtValue(ctx context.Context, in *SingleGetValueRequest, opts ...grpc.CallOption) (*SingleGetValueResponse, error) { |
| 4938 | out := new(SingleGetValueResponse) |
| 4939 | err := c.cc.Invoke(ctx, "/extension.Extension/GetExtValue", in, out, opts...) |
| 4940 | if err != nil { |
| 4941 | return nil, err |
| 4942 | } |
| 4943 | return out, nil |
| 4944 | } |
| 4945 | |
| 4946 | func (c *extensionClient) SetExtValue(ctx context.Context, in *SingleSetValueRequest, opts ...grpc.CallOption) (*SingleSetValueResponse, error) { |
| 4947 | out := new(SingleSetValueResponse) |
| 4948 | err := c.cc.Invoke(ctx, "/extension.Extension/SetExtValue", in, out, opts...) |
| 4949 | if err != nil { |
| 4950 | return nil, err |
| 4951 | } |
| 4952 | return out, nil |
| 4953 | } |
| 4954 | |
| 4955 | // ExtensionServer is the server API for Extension service. |
| 4956 | type ExtensionServer interface { |
| 4957 | // Get a single attribute |
| 4958 | GetExtValue(context.Context, *SingleGetValueRequest) (*SingleGetValueResponse, error) |
| 4959 | // Set a single attribute |
| 4960 | SetExtValue(context.Context, *SingleSetValueRequest) (*SingleSetValueResponse, error) |
| 4961 | } |
| 4962 | |
David K. Bainbridge | c4bf538 | 2021-04-08 16:06:54 +0000 | [diff] [blame] | 4963 | // UnimplementedExtensionServer can be embedded to have forward compatible implementations. |
| 4964 | type UnimplementedExtensionServer struct { |
| 4965 | } |
| 4966 | |
| 4967 | func (*UnimplementedExtensionServer) GetExtValue(ctx context.Context, req *SingleGetValueRequest) (*SingleGetValueResponse, error) { |
| 4968 | return nil, status.Errorf(codes.Unimplemented, "method GetExtValue not implemented") |
| 4969 | } |
| 4970 | func (*UnimplementedExtensionServer) SetExtValue(ctx context.Context, req *SingleSetValueRequest) (*SingleSetValueResponse, error) { |
| 4971 | return nil, status.Errorf(codes.Unimplemented, "method SetExtValue not implemented") |
| 4972 | } |
| 4973 | |
amit.ghosh | 9f6af0e | 2020-11-04 14:09:25 +0100 | [diff] [blame] | 4974 | func RegisterExtensionServer(s *grpc.Server, srv ExtensionServer) { |
| 4975 | s.RegisterService(&_Extension_serviceDesc, srv) |
| 4976 | } |
| 4977 | |
| 4978 | func _Extension_GetExtValue_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 4979 | in := new(SingleGetValueRequest) |
| 4980 | if err := dec(in); err != nil { |
| 4981 | return nil, err |
| 4982 | } |
| 4983 | if interceptor == nil { |
| 4984 | return srv.(ExtensionServer).GetExtValue(ctx, in) |
| 4985 | } |
| 4986 | info := &grpc.UnaryServerInfo{ |
| 4987 | Server: srv, |
| 4988 | FullMethod: "/extension.Extension/GetExtValue", |
| 4989 | } |
| 4990 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 4991 | return srv.(ExtensionServer).GetExtValue(ctx, req.(*SingleGetValueRequest)) |
| 4992 | } |
| 4993 | return interceptor(ctx, in, info, handler) |
| 4994 | } |
| 4995 | |
| 4996 | func _Extension_SetExtValue_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { |
| 4997 | in := new(SingleSetValueRequest) |
| 4998 | if err := dec(in); err != nil { |
| 4999 | return nil, err |
| 5000 | } |
| 5001 | if interceptor == nil { |
| 5002 | return srv.(ExtensionServer).SetExtValue(ctx, in) |
| 5003 | } |
| 5004 | info := &grpc.UnaryServerInfo{ |
| 5005 | Server: srv, |
| 5006 | FullMethod: "/extension.Extension/SetExtValue", |
| 5007 | } |
| 5008 | handler := func(ctx context.Context, req interface{}) (interface{}, error) { |
| 5009 | return srv.(ExtensionServer).SetExtValue(ctx, req.(*SingleSetValueRequest)) |
| 5010 | } |
| 5011 | return interceptor(ctx, in, info, handler) |
| 5012 | } |
| 5013 | |
| 5014 | var _Extension_serviceDesc = grpc.ServiceDesc{ |
| 5015 | ServiceName: "extension.Extension", |
| 5016 | HandlerType: (*ExtensionServer)(nil), |
| 5017 | Methods: []grpc.MethodDesc{ |
| 5018 | { |
| 5019 | MethodName: "GetExtValue", |
| 5020 | Handler: _Extension_GetExtValue_Handler, |
| 5021 | }, |
| 5022 | { |
| 5023 | MethodName: "SetExtValue", |
| 5024 | Handler: _Extension_SetExtValue_Handler, |
| 5025 | }, |
| 5026 | }, |
| 5027 | Streams: []grpc.StreamDesc{}, |
| 5028 | Metadata: "voltha_protos/extensions.proto", |
| 5029 | } |