VOL-4877: Tx power of transceivers available on the DMI interface

Change-Id: If48d7ac4970459c520ac43463d2ec3bda95b46fe
diff --git a/protos/dmi/hw.proto b/protos/dmi/hw.proto
index d8a70dc..c41d8a2 100644
--- a/protos/dmi/hw.proto
+++ b/protos/dmi/hw.proto
@@ -268,6 +268,12 @@
     repeated uint32 rx_wavelength = 5;

     repeated uint32 tx_wavelength = 6;

     ValueScale wavelength_scale = 7;

+    // The tx powers on the transceiver; the value type of tx_power should be dBm.

+    // Note: When there are multiple rx/tx wavelengths and powers

+    // each of the corresponding ones should be aligned on the same index of the array

+    repeated int32 tx_power = 8;

+    ValueScale tx_power_scale = 9;

+

 }

 

 message Component {