VOL-757: OpenOLT - Add system infor to olt ind

Change-Id: I30a5e4e416ab7947d0fdbf33e9d6a4f7f2c2c3d9
diff --git a/protos/openolt.proto b/protos/openolt.proto
index c9f6d98..7041800 100644
--- a/protos/openolt.proto
+++ b/protos/openolt.proto
@@ -63,6 +63,10 @@
 
 message OltIndication {
     string oper_state = 1;	// up, down
+    string mac = 2;
+    string serial_number = 3;
+    string manufacturer = 4;
+    string name = 5;
 }
 
 message IntfIndication {