Fix ground station allocator and trace mac drops

This commit is contained in:
Tim Schubert 2020-08-27 17:59:58 +02:00
parent 8d5cbfe8fe
commit 998b7fe2f2
15 changed files with 222 additions and 80 deletions

View file

@ -85,7 +85,7 @@ IslMockChannel::TransmitStart (
}
else
{
NS_LOG_LOGIC ("destination address " << destAddr << " unknown on channel");
NS_LOG_ERROR ("destination address " << destAddr << " unknown on channel");
return false;
}
}