diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 349d0b35c..fa0e16422 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -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 ------------ diff --git a/src/spectrum/model/multi-model-spectrum-channel.cc b/src/spectrum/model/multi-model-spectrum-channel.cc index b2b576f0e..aa4a9e762 100644 --- a/src/spectrum/model/multi-model-spectrum-channel.cc +++ b/src/spectrum/model/multi-model-spectrum-channel.cc @@ -412,6 +412,7 @@ MultiModelSpectrumChannel::GetDevice (uint32_t i) const { return (*phyIt)->GetDevice (); } + j++; } } NS_FATAL_ERROR ("m_numDevice > actual number of devices");