View status of individual ONUs using PON port and ONU IDs

Change-Id: I65c5d350cc3789786a448389d83f074aadc19d61
diff --git a/voltha/adapters/openolt/protos/openolt.proto b/voltha/adapters/openolt/protos/openolt.proto
index 8c69067..415791d 100644
--- a/voltha/adapters/openolt/protos/openolt.proto
+++ b/voltha/adapters/openolt/protos/openolt.proto
@@ -54,6 +54,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"