diff --git a/src/wimax/model/bs-net-device.cc b/src/wimax/model/bs-net-device.cc index 9a4bf4f3f..ad94a9424 100644 --- a/src/wimax/model/bs-net-device.cc +++ b/src/wimax/model/bs-net-device.cc @@ -1001,18 +1001,9 @@ BaseStationNetDevice::SendBursts() if (cid != GetInitialRangingConnection()->GetCid() && cid != GetBroadcastConnection()->GetCid()) { - if (m_serviceFlowManager->GetServiceFlow(cid) != nullptr) - { - modulationType = - GetBurstProfileManager()->GetModulationType(diuc, - WimaxNetDevice::DIRECTION_DOWNLINK); - } - else - { - modulationType = - GetBurstProfileManager()->GetModulationType(diuc, - WimaxNetDevice::DIRECTION_DOWNLINK); - } + modulationType = + GetBurstProfileManager()->GetModulationType(diuc, + WimaxNetDevice::DIRECTION_DOWNLINK); } else {