diff --git a/src/wimax/model/ss-net-device.cc b/src/wimax/model/ss-net-device.cc index cac895286..6c3450684 100644 --- a/src/wimax/model/ss-net-device.cc +++ b/src/wimax/model/ss-net-device.cc @@ -788,9 +788,7 @@ SubscriberStationNetDevice::SendBurst(uint8_t uiuc, << ", bytes sent: " << record->GetBytesSent() << ", bytes rcvd: " << record->GetBytesRcvd()); } - else - { - } + ForwardDown(burst, modulationType); }