VOL-1363 - Packet out cannot foward packets to any UNI other than the first port on an ONU

Packet-out OnuPacket protobuf has a type error in directed port_no
Added debug log details to flow classifier and actions

Change-Id: Ie2018b7395192af58f4e8f818d7e47384ba7f41e
diff --git a/protos/openolt.proto b/protos/openolt.proto
index e6bb0b5..ddc8f74 100644
--- a/protos/openolt.proto
+++ b/protos/openolt.proto
@@ -246,7 +246,7 @@
 message OnuPacket {
     fixed32 intf_id = 1;
     fixed32 onu_id = 2;
-    fixed64 port_no = 4;
+    fixed32 port_no = 4;
     bytes pkt = 3;
 }