mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-07-31 03:00:07 +02:00
Use propagation loss
This commit is contained in:
parent
9fdd70166c
commit
582d6c58d0
6 changed files with 14 additions and 18 deletions
|
@ -73,7 +73,6 @@ LeoMockChannel::TransmitStart (Ptr<const Packet> p,
|
|||
return false;
|
||||
}
|
||||
|
||||
// TODO deliver only to devices in the same beam
|
||||
for (DeviceIndex::iterator it = dests->begin (); it != dests->end(); it ++)
|
||||
{
|
||||
Deliver (p, srcDev, it->second, txTime);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue