VOL-1580: Support reporting ONU Registration ID as part of ONU Activation Indication

Change-Id: I553daf21f467215ac676a4c92a4ce0eaa0e016cf
diff --git a/protos/openolt.proto b/protos/openolt.proto
index 6be8983..ccc2d05 100644
--- a/protos/openolt.proto
+++ b/protos/openolt.proto
@@ -220,6 +220,7 @@
     string oper_state = 3;      // up, down
     string admin_state = 5;     // up, down
     SerialNumber serial_number = 4;
+    bytes registration_id = 6; // reg_id of onu
 }
 
 message IntfOperIndication {