mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 10:03:58 +02:00
Bugfixes and performance optimizations
This commit is contained in:
parent
0f49ceb4aa
commit
dd55b495c4
7 changed files with 19 additions and 17 deletions
|
@ -72,7 +72,7 @@ MockNetDevice::GetTypeId (void)
|
|||
MakeTimeChecker ())
|
||||
.AddAttribute ("RxThreshold",
|
||||
"Receive threshold in dBm",
|
||||
DoubleValue (0.0),
|
||||
DoubleValue (-1000.0),
|
||||
MakeDoubleAccessor (&MockNetDevice::m_rxThreshold),
|
||||
MakeDoubleChecker<double> ())
|
||||
.AddAttribute ("TxPower",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue