openBackhaul / ethernetContainer

Technology specific interface definition for an Ethernet Container
Apache License 2.0
1 stars 0 forks source link

queue-depth might have discrete value ranges #41

Closed openBackhaul closed 3 years ago

openBackhaul commented 4 years ago

Devices might support only a subset of values between minimum and maximum value of the range. PUT requests will fail when attempting to configure some value inside the range, but not coinciding with one of the supported values.

Potential solutions: a) Capability attribute representing a list of allowed values (maybe subset of supported values) b) Device/Mediator automatically choosing the closest value

(A similar problem (queue-depth) has been covered in issue#28 by choosing option a). Option b) could be generic solution that avoids further Capability attributes.)

krgaurav29 commented 3 years ago

Do we have any update on this Bug?

openBackhaul commented 3 years ago

This issue has been covered by the decision made in issue #28.