|
Bugzilla – Full Text Bug Listing |
| Summary: | LogDistancePropagationLossModel is not continuous | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tommaso Pecorella <tommaso.pecorella> |
| Component: | propagation | Assignee: | Nicola Baldo <nicola> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | ns-bugs |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: |
model behavior before patch
model behavior after patch |
||
|
Description
Tommaso Pecorella
2016-07-12 19:30:55 UTC
Created attachment 2611 [details]
model behavior before patch
Created attachment 2612 [details]
model behavior after patch
I've just fixed the discontinuity issue in changeset 4da9433a490d following Krishna's proposal, which I think made perfectly sense. See the attached figures for the change in model behavior. As for dBm vs dB: TX power is in dBm and gain values are in dB, and that's the way it should be. I think that the comments in the code and the doxygen documentation are already clear on this matter. |