fixup: mobility model and loss

This commit is contained in:
Tim Schubert 2020-08-07 18:03:55 +02:00
parent 582d6c58d0
commit 42f5bac245
4 changed files with 131 additions and 121 deletions

View file

@ -582,7 +582,7 @@ bool
MockNetDevice::IsBroadcast (void) const
{
NS_LOG_FUNCTION (this);
return false;
return true;
}
//
@ -601,7 +601,7 @@ bool
MockNetDevice::IsMulticast (void) const
{
NS_LOG_FUNCTION (this);
return false;
return true;
}
Address