Skip to content

propagation: Add log statement to LogDistancePropagationLossModel

If the distance between nodes is 1m or less, ns-3 logging will not print out any output for LogDistancePropagationLoss model (without this patch). This patch provides a log message similar in format to the one used for distance > 1m.

Merge request reports