VOL-3354 Missing parameter into _remove_vlan_filter_task failure method

Change-Id: Ie344a1574129aaedf0f34b9a3c4853fd6332f97f
(cherry picked from commit ce4e37f813a0613c1e9a2f3a3dc55e6b4eecf0f3)
diff --git a/VERSION b/VERSION
index 7bf4b6a..e30309f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.4.6
+2.4.7
diff --git a/python/adapters/brcm_openomci_onu/brcm_openomci_onu_handler.py b/python/adapters/brcm_openomci_onu/brcm_openomci_onu_handler.py
index 5326d53..b1e2baa 100644
--- a/python/adapters/brcm_openomci_onu/brcm_openomci_onu_handler.py
+++ b/python/adapters/brcm_openomci_onu/brcm_openomci_onu_handler.py
@@ -1350,7 +1350,8 @@
             retry = _STARTUP_RETRY_WAIT * (random.randint(1, 5))
             reactor.callLater(retry,
                               self._remove_vlan_filter_task, device, uni_id,
-                              add_tag=False, uni_port=uni_port)
+                              uni_port=uni_port, match_vlan=match_vlan, _set_vlan_vid=_set_vlan_vid,
+                              _set_vlan_pcp=_set_vlan_pcp, tp_id=tp_id)
 
         self.log.info("remove_vlan_filter_task", tp_id=tp_id)
         vlan_remove_task = BrcmVlanFilterTask(self.omci_agent, self, uni_port, _set_vlan_vid,