Bug 1538

Summary: Wrong Throp's Pathloss formula
Product: ns-3 Reporter: Tamoghna Ojha <tamoghna.ojha>
Component: uanAssignee: Andrea Sacco <andrea.sacco85>
Status: RESOLVED DUPLICATE    
Severity: enhancement CC: ns-bugs, tamoghna.ojha, tomh
Priority: P3    
Version: ns-3.14   
Hardware: PC   
OS: Linux   

Description Tamoghna Ojha 2012-11-27 08:30:36 UTC
Hello,

In the function GetPathLossDb() in Thorp's model, the Attenuation is calculated in dB/Km and it is multiplied by the parameter called 'dist'. The unit of dist is in meters.

Therefore, dist should be converted to Kilometers from meters before multiplying with the attenuation.
Comment 1 Tom Henderson 2012-11-28 00:18:20 UTC
this appears to be duplicate of 
https://www.nsnam.org/bugzilla/﷒0﷓

feel free to reopen if not

*** This bug has been marked as a duplicate of bug 1526 ***