equal
deleted
inserted
replaced
25 #include "ns3/interference-helper.h" |
25 #include "ns3/interference-helper.h" |
26 #include "ns3/wifi-phy.h" |
26 #include "ns3/wifi-phy.h" |
27 |
27 |
28 NS_LOG_COMPONENT_DEFINE ("InterferenceHelperTxDurationTest"); |
28 NS_LOG_COMPONENT_DEFINE ("InterferenceHelperTxDurationTest"); |
29 |
29 |
30 namespace ns3 { |
30 using namespace ns3; |
31 |
31 |
32 class TxDurationTest : public TestCase |
32 class TxDurationTest : public TestCase |
33 { |
33 { |
34 public: |
34 public: |
35 TxDurationTest (); |
35 TxDurationTest (); |
208 { |
208 { |
209 AddTestCase (new TxDurationTest, TestCase::QUICK); |
209 AddTestCase (new TxDurationTest, TestCase::QUICK); |
210 } |
210 } |
211 |
211 |
212 static TxDurationTestSuite g_txDurationTestSuite; |
212 static TxDurationTestSuite g_txDurationTestSuite; |
213 } // namespace ns3 |
|
214 |
|