Skip to content

Commit

Permalink
Update mac-low.cc
Browse files Browse the repository at this point in the history
listeneraddress updated, now the mac address of the device is printed (when having at least LOG_DEBUG)
  • Loading branch information
ssi15004 authored Apr 5, 2019
1 parent fa7560e commit 4cae6bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wifi/model/mac-low.cc
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ class PhyMacLowListener : public ns3::WifiPhyListener
PhyMacLowListener (ns3::MacLow *macLow)
: m_macLow (macLow)
{
listeneraddress = m_macLow->GetAddress();
}
virtual void NotifyRxStart (Time duration)
{
Expand Down

0 comments on commit 4cae6bc

Please sign in to comment.