-
Type: Story
-
Status: Resolved (View Workflow)
-
Priority: High
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: VOLTHA v2.12
-
Component/s: device-management-interface
-
Labels:None
-
Story Points:1
The following enhancements are needed in the Device Management Interface for proper support for Transceiver related Events:
- As of today the threshold values and the observed value is of type ValueType . So for values which could be expressed in more than one type of unit; for example voltage threshold can be in VOLTS_AC or VOLTS_DC the user would not know the actual type of the value. Proposal is to include a DataValueType along with the ValueType
- Introduce another enum for measuring power in VALUE_TYPE_DBM DataValueType
- Clarify using comments that the threshold based events on the transceivers should really be configured on the ports components of that transceiver and not on the transceiver component itself. This is because there could be different thresholds on the different ports of a transceiver (example for a COMBO transceiver the power thresholds could be different for the GPON vs XGSPON)