[VOL-1635] [BAL3.0 Bridade] OLT Activation [VOL-1636] [BAL3.0 Bridade] ONU Discovery, This OpenOLT agent supports the BAL V3.0.3.3 SDK. OLT/ONU activation from voltha-1.7 is successful

Change-Id: I860b31317172139cd4c4244a93e79e0c3ce4fdf8
diff --git a/protos/openolt.proto b/protos/openolt.proto
index 81ae2df..f87d8a4 100644
--- a/protos/openolt.proto
+++ b/protos/openolt.proto
@@ -474,6 +474,7 @@
 message OnuActivationFailureIndication {
     fixed32 intf_id = 1;
     fixed32 onu_id = 2;
+    fixed32 fail_reason = 3;
 }
 
 message OnuProcessingErrorIndication {