VOL-5452 define proto definitions for ONU SN disable

Change-Id: I3fba22f94914ffa3f0fe2a8b537353e9f5f231b9
Signed-off-by: Abhilash laxmeshwar <abhilash.laxmeshwar@radisys.com>
diff --git a/protos/voltha_protos/device.proto b/protos/voltha_protos/device.proto
index 7add29a..7345074 100755
--- a/protos/voltha_protos/device.proto
+++ b/protos/voltha_protos/device.proto
@@ -493,3 +493,11 @@
     string onu_serial_number = 9;
     OperationType operation = 10;
 }
+
+// Represents a serialNumber of a  child device on a olt pon port
+message OnuSerialNumberOnOLTPon {
+    common.ID    olt_device_id = 1;
+    device.Port   port = 2;
+    string serial_number = 3;
+}
+