[VOL-1635] This OpenOLT agent supports the BAL V3.0.3.3 SDK.
The APIs call,variables and structures has been changed to BAL v3.0.
OLT activation from voltha-1.7 is successful.

Change-Id: I2096251262ef515a3dbf579eca806fc551bdecf1
diff --git a/protos/openolt.proto b/protos/openolt.proto
index 9fa9566..81ae2df 100644
--- a/protos/openolt.proto
+++ b/protos/openolt.proto
@@ -269,6 +269,7 @@
 message UplinkPacket {
     fixed32 intf_id = 1;
     bytes pkt = 2;
+    fixed32 flow_id = 3;
 }
 
 message DeviceInfo {