Bug 927 - SimpleOfdmWimaxChannel RxPower computation
SimpleOfdmWimaxChannel RxPower computation
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: wimax
ns-3-dev
All All
: P4 normal
Assigned To: Mohamed Amine ISMAIL
:
: 982 (view as bug list)
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-05-30 17:49 EDT by Tom Henderson
Modified: 2010-08-10 19:00 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Henderson 2010-05-30 17:49:27 EDT
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 EDT
Fixed in changeset 6344	00368e2fb08e
Comment 2 Tom Henderson 2010-08-10 19:00:22 EDT
*** Bug 982 has been marked as a duplicate of this bug. ***