mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 01:53:58 +02:00
fixup
This commit is contained in:
parent
7293dbbad1
commit
9f3318a96e
3 changed files with 5 additions and 4 deletions
|
@ -759,10 +759,10 @@ MockNetDevice::SupportsSendFrom (void) const
|
|||
}
|
||||
|
||||
void
|
||||
MockNetDevice::DoMpiReceive (Ptr<Packet> p, Ptr<MockNetDevice> senderDevice)
|
||||
MockNetDevice::DoMpiReceive (Ptr<Packet> p, Ptr<MockNetDevice> senderDevice, double txPower)
|
||||
{
|
||||
NS_LOG_FUNCTION (this << p);
|
||||
Receive (p, senderDevice);
|
||||
Receive (p, senderDevice, txPower);
|
||||
}
|
||||
|
||||
Address
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue