Bugzilla – Attachment #1272: Proposed fix for bug #1300
NS_LOG_LOGIC (this << "state: " << m_state);
NS_ASSERT (m_state == RX);
m_interference.AbortRx ();
m_phyRxAbortTrace (m_rxPacket);
m_endRxEventId.Cancel ();
m_rxPacket = 0;
m_errorModel->StartRx (p);
}
void
SpectrumInterference::AbortRx ()
{
m_receiving = false;
bool
SpectrumInterference::EndRx ()
*/
void StartRx (Ptr<const Packet> p, Ptr<const SpectrumValue> rxPsd);
/**
* notify that the PHY has aborted RX
void AbortRx ();
* notify that the RX attempt has ended. The receiving PHY must call