From f83a82bc7a6dad6fb75914377b652d33ab64f06b Mon Sep 17 00:00:00 2001 From: Flavio Kubota Date: Fri, 6 Aug 2010 21:55:17 -0300 Subject: [PATCH] Bug 874 - wrong modulation type is selected in the forwardBurst method --- src/devices/wimax/bs-net-device.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/devices/wimax/bs-net-device.cc b/src/devices/wimax/bs-net-device.cc index 3a09a19c3..354d439ef 100644 --- a/src/devices/wimax/bs-net-device.cc +++ b/src/devices/wimax/bs-net-device.cc @@ -962,10 +962,7 @@ BaseStationNetDevice::SendBursts (void) { if (m_serviceFlowManager->GetServiceFlow (cid) != 0) { - if (m_serviceFlowManager->GetServiceFlow (cid)->GetIsMulticast () == true) - { - modulationType = GetBurstProfileManager ()->GetModulationType (diuc, WimaxNetDevice::DIRECTION_DOWNLINK); - } + modulationType = GetBurstProfileManager ()->GetModulationType (diuc, WimaxNetDevice::DIRECTION_DOWNLINK); } else {