VOL-2942 The Robustness Variable allows tuning for the excepted packet loss on a network.
IGMP is robust to 1 is packet loses,The Robustness Variable MUST NOT be zero and SHOULD
NOT BE 1. Default: 2 (IETF RFC 3376) Hence, I need to change the robustness value from
Multicast Operation Profile.

Change-Id: Ib8f6ee8f73bb1ef33fbddce139851207c7e447af
diff --git a/VERSION b/VERSION
index 197c4d5..dfb9edc 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.4.0
+2.4.1-dev
diff --git a/python/adapters/brcm_openomci_onu/omci/brcm_mcast_task.py b/python/adapters/brcm_openomci_onu/omci/brcm_mcast_task.py
index 55466b1..79e75ed 100644
--- a/python/adapters/brcm_openomci_onu/omci/brcm_mcast_task.py
+++ b/python/adapters/brcm_openomci_onu/omci/brcm_mcast_task.py
@@ -217,7 +217,7 @@
     def _create_mcast_operation_profile(self):
         self.log.debug ( 'starting-create-mcast-operation-profile' )
         attributes = dict ( igmp_version=IGMP_VERSION , igmp_function=self._set_igmp_function,
-                            immediate_leave=self._set_immediate_leave, robustness=0)
+                            immediate_leave=self._set_immediate_leave, robustness=2 )
         msg = MulticastOperationsProfileFrame ( entity_id=self._mcast_operation_profile_id,
                                                 querier_ip_address=0,
                                                 query_interval=125,