equal
deleted
inserted
replaced
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 |