mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 18:13:57 +02:00
Fix LEO propagation loss
This commit is contained in:
parent
a92c54703f
commit
ad22221f42
6 changed files with 65 additions and 28 deletions
|
@ -179,11 +179,6 @@ MockChannel::Deliver (
|
|||
|
||||
if (srcMob != 0 && dstMob != 0)
|
||||
{
|
||||
// performance optimization
|
||||
if (srcMob->GetDistanceFrom (dstMob) > 3.0e6)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
Ptr<PropagationLossModel> pLoss = GetPropagationLoss ();
|
||||
if (pLoss != 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue