View status of individual ONUs using PON interface and ONU IDs

Change-Id: I5fb4cd9246b2ed29a5384579203ebc2d96e506a9
diff --git a/openolt.proto b/openolt.proto
index 12f1db0..86c0027 100644
--- a/openolt.proto
+++ b/openolt.proto
@@ -53,6 +53,13 @@
         };
     }
 
+    rpc GetOnuInfo(Onu) returns (OnuIndication) {
+        option (google.api.http) = {
+          post: "/v1/GetOnuInfo"
+          body: "*"
+        };
+    }
+
     rpc OmciMsgOut(OmciMsg) returns (Empty) {
         option (google.api.http) = {
           post: "/v1/OmciMsgOut"