[Ns-bugs] [Bug 510] New: NqstaWifiMac Lies About SupportsSendFrom?

code@nsnam.ece.gatech.edu code at nsnam.ece.gatech.edu
Tue Feb 24 15:28:04 PST 2009


http://www.nsnam.org/bugzilla/show_bug.cgi?id=510

           Summary: NqstaWifiMac Lies About SupportsSendFrom?
           Product: ns-3
           Version: pre-release
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: devices
        AssignedTo: ns-bugs at isi.edu
        ReportedBy: craigdo at ee.washington.edu
   Estimated Hours: 0.0


I believe these are contradictory ...

bool
NqstaWifiMac::SupportsSendFrom (void) const
{
  return true;
}

void
NqstaWifiMac::Enqueue (Ptr<const Packet> packet, Mac48Address to, Mac48Address
from)
{
  NS_FATAL_ERROR ("Qsta does not support enqueue");
}


-- 
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Ns-bugs mailing list