src/wifi/helper/yans-wifi-helper.cc
changeset 8981 7e1c95c4d1a7
parent 7464 df5dfa07f157
child 8985 7752dc4ce7e9
equal deleted inserted replaced
8980:0202e0b04282 8981:7e1c95c4d1a7
   534   oss.str ("");
   534   oss.str ("");
   535   oss << "/NodeList/" << nodeid << "/DeviceList/" << deviceid << "/$ns3::WifiNetDevice/Phy/State/Tx";
   535   oss << "/NodeList/" << nodeid << "/DeviceList/" << deviceid << "/$ns3::WifiNetDevice/Phy/State/Tx";
   536   Config::Connect (oss.str (), MakeBoundCallback (&AsciiPhyTransmitSinkWithContext, stream));
   536   Config::Connect (oss.str (), MakeBoundCallback (&AsciiPhyTransmitSinkWithContext, stream));
   537 }
   537 }
   538 
   538 
       
   539 int64_t
       
   540 YansWifiPhyHelper::AssignStreams (int64_t stream)
       
   541 {
       
   542   NS_LOG_FUNCTION (this << stream);
       
   543   return m_channel->AssignStreams (stream);
       
   544 }
       
   545 
   539 } // namespace ns3
   546 } // namespace ns3