Bug 982 - calculation of the received power on simple-ofdm-wimax-channel
calculation of the received power on simple-ofdm-wimax-channel
Status: RESOLVED DUPLICATE of bug 927
Product: ns-3
Classification: Unclassified
Component: wimax
pre-release
All All
: P5 normal
Assigned To: Flavio Kubota
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-08-10 17:43 UTC by Flavio Kubota
Modified: 2010-08-10 19:00 UTC (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 Flavio Kubota 2010-08-10 17:43:47 UTC
calculation of the received power:
rxPowerDbm = m_loss->CalcRxPower (rxPowerDbm, senderMobility,
receiverMobility);

Should be:
rxPowerDbm = m_loss->CalcRxPower (txPowerDbm, senderMobility,
receiverMobility);
Comment 1 Tom Henderson 2010-08-10 19:00:22 UTC
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 ***