Bug 2093 - MultiModelSpectrumChannel::GetDevice only works for 0-th index

This commit is contained in:
Tommaso Pecorella
2015-04-09 22:01:13 +02:00
parent 0596d0d97b
commit 36f51b8607
2 changed files with 2 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ Bugs fixed
- Bug 2083 - BridgeNetDevice may send corrupted packets
- Bug 2087 - Waf fails to build ns-3 if the path contains accented characters
- Bug 2090 - (rip-ng) Routes may be added twice on interface activation
- Bug 2093 - MultiModelSpectrumChannel::GetDevice only works for 0-th index
Known issues
------------

View File

@@ -412,6 +412,7 @@ MultiModelSpectrumChannel::GetDevice (uint32_t i) const
{
return (*phyIt)->GetDevice ();
}
j++;
}
}
NS_FATAL_ERROR ("m_numDevice > actual number of devices");