Bug 874 - wrong modulation type is selected in the forwardBurst method

This commit is contained in:
Flavio Kubota
2010-08-06 21:55:17 -03:00
parent bae5d35b8a
commit f83a82bc7a

View File

@@ -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
{