equal
deleted
inserted
replaced
412 /* When this method completes, we have taken ownership of the medium. */ |
412 /* When this method completes, we have taken ownership of the medium. */ |
413 NS_ASSERT (m_phy->IsStateTx ()); |
413 NS_ASSERT (m_phy->IsStateTx ()); |
414 } |
414 } |
415 |
415 |
416 void |
416 void |
417 MacLow::ReceiveError (Ptr<Packet> packet, double rxSnr) |
417 MacLow::ReceiveError (Ptr<const Packet> packet, double rxSnr) |
418 { |
418 { |
419 NS_LOG_FUNCTION (this << packet << rxSnr); |
419 NS_LOG_FUNCTION (this << packet << rxSnr); |
420 MY_DEBUG ("rx failed "); |
420 MY_DEBUG ("rx failed "); |
421 if (m_txParams.MustWaitFastAck ()) |
421 if (m_txParams.MustWaitFastAck ()) |
422 { |
422 { |