Bug 927

Summary: SimpleOfdmWimaxChannel RxPower computation
Product: ns-3 Reporter: Tom Henderson <tomh>
Component: wimaxAssignee: Mohamed Amine ISMAIL <amine.ismail>
Status: RESOLVED FIXED    
Severity: normal CC: kubota, ns-bugs
Priority: P4    
Version: ns-3-dev   
Hardware: All   
OS: All   

Description Tom Henderson 2010-05-30 17:49:27 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);
Comment 1 Mohamed Amine ISMAIL 2010-06-08 06:03:17 UTC
Fixed in changeset 6344	00368e2fb08e
Comment 2 Tom Henderson 2010-08-10 19:00:22 UTC
*** Bug 982 has been marked as a duplicate of this bug. ***