Bugzilla – Bug 927
SimpleOfdmWimaxChannel RxPower computation
Last modified: 2010-08-10 19:00:22 UTC
Posted by Flavio on May 10: At released ns-3.8(http://code.nsnam.org/ns-3.8), at method Send (line 135) of file simple-ofdm-wimax-channel.cc: SimpleOfdmWimaxChannel::Send (Time BlockTime, const bvec &fecBlock, uint32_t burstSize, Ptr<WimaxPhy> phy, bool isFirstBlock, uint64_t frequency, WimaxPhy::ModulationType modulationType, uint8_t direction, double txPowerDbm) At line 161, to get the rxPowerDbm, it should be calculated with the txPowerDbm, not the rxPowerDbm, correct? line 161: rxPowerDbm = m_loss->CalcRxPower (rxPowerDbm, senderMobility, receiverMobility);
Fixed in changeset 6344 00368e2fb08e
*** Bug 982 has been marked as a duplicate of this bug. ***