VOL-3732: Non-zero pbit traffic dropped in the downstream direction for ATT workflow

- Fix incorrect variable being passed to FlowAdd_ function

Change-Id: I5308cdcfc5059678e34475795ddd9c4724328ccc
diff --git a/VERSION b/VERSION
index bea438e..4360483 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.3.1
+3.3.2-dev
diff --git a/agent/src/core_api_handler.cc b/agent/src/core_api_handler.cc
index 8c2df06..18363f9 100644
--- a/agent/src/core_api_handler.cc
+++ b/agent/src/core_api_handler.cc
@@ -1538,7 +1538,7 @@
                 gemport_id = dev_fl_symm_params[i].gemport_id;
                 cl.set_o_pbits(dev_fl_symm_params[i].pbit);
                 Status st = FlowAdd_(access_intf_id, onu_id, uni_id, port_no, flow_id,
-                                    flow_type, alloc_id, network_intf_id, gemport_id, classifier,
+                                    flow_type, alloc_id, network_intf_id, gemport_id, cl,
                                     action, priority, cookie, group_id, tech_profile_id);
                 if (st.error_code() != grpc::StatusCode::OK && st.error_code() != grpc::StatusCode::ALREADY_EXISTS) {
                     OPENOLT_LOG(ERROR, openolt_log_id, "failed to install device flow=%u for voltha flow=%lu. Undoing any device flows installed.", flow_id, voltha_flow_id);