Bugzilla – Attachment #2342: Proposed patch for bug #2339
if (m_enableUplinkPowerControl)
{
m_txPower = m_powerControl->GetPuschTxPower (rbMask);
if (rbMask.size () > 0)
m_txPower += 10 * log10 (m_ulBandwidth) - 10 * log10 (rbMask.size ());
}
SetSubChannelsForTransmission (rbMask);
m_uplinkSpectrumPhy->StartTxDataFrame (pb, ctrlMsg, UL_DATA_DURATION);