VOL-765
Modification of ONU indication to have admin state
ONU oper state change, ONU indication and ONU dying-gasp changes to reflect operation state and admin state of ONU and pass it on to Voltha

Change-Id: I1159bead716bb66d59b491603202b7336a6ce140
diff --git a/protos/openolt.proto b/protos/openolt.proto
index c9f6d98..93c64c1 100644
--- a/protos/openolt.proto
+++ b/protos/openolt.proto
@@ -79,7 +79,8 @@
     fixed32 intf_id = 1;
     fixed32 onu_id = 2;
     string oper_state = 3;      // up, down
-    SerialNumber serial_number = 4;
+    string admin_state = 4;     // up, down
+    SerialNumber serial_number = 5;
 }
 
 message IntfOperIndication {