Bugzilla – Attachment #118: bugfix for bug #152
Ptr<NetDevice>
CsmaChannel::GetDevice (uint32_t i) const
{
return GetDevice (i);
return GetCsmaDevice (i);
}
} // namespace ns3