mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 10:03:58 +02:00
Add limited support for ISL LOS anycast
This commit is contained in:
parent
c2d69b4d03
commit
4628af9511
2 changed files with 16 additions and 3 deletions
|
@ -64,7 +64,7 @@ LeoMockChannel::TransmitStart (Ptr<const Packet> p,
|
|||
}
|
||||
return Deliver (p, srcDev, it->second, txTime);
|
||||
}
|
||||
else
|
||||
else if (srcDev->IsBroadcast () || srcDev->IsMulticast ())
|
||||
// space to ground delivers to everything within the beam
|
||||
{
|
||||
DeviceIndex::iterator it = m_groundDevices.find (dst);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue