Bug 874 - wrong modulation type is selected in the forwardBurst method
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user