Bug 982

Summary: calculation of the received power on simple-ofdm-wimax-channel
Product: ns-3 Reporter: Flavio Kubota <kubota>
Component: wimaxAssignee: Flavio Kubota <kubota>
Status: RESOLVED DUPLICATE    
Severity: normal CC: ns-bugs, tomh
Priority: P5    
Version: pre-release   
Hardware: All   
OS: All   

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 ***