Bugzilla – Bug 982
calculation of the received power on simple-ofdm-wimax-channel
Last modified: 2010-08-10 19:00:22 UTC
calculation of the received power: rxPowerDbm = m_loss->CalcRxPower (rxPowerDbm, senderMobility, receiverMobility); Should be: rxPowerDbm = m_loss->CalcRxPower (txPowerDbm, senderMobility, receiverMobility);
This was fixed recently: http://code.nsnam.org/ns-3-dev/diff/00368e2fb08e/src/devices/wimax/simple-ofdm-wimax-channel.cc *** This bug has been marked as a duplicate of bug 927 ***