1.1 --- a/src/devices/uan/uan-phy-gen.cc Thu Apr 02 23:43:38 2009 -0700
1.2 +++ b/src/devices/uan/uan-phy-gen.cc Thu Apr 02 23:45:13 2009 -0700
1.3 @@ -147,10 +147,10 @@
1.4 double csp = pdp.SumTapsNc(Seconds(0), Seconds(ts));
1.5 NS_LOG_DEBUG("Symbol duration = " << ts << " Captured signal power: " << csp);
1.6 UanPdp::Iterator tmpIt = pdp.GetBegin();
1.7 - for(;tmpIt != pdp.GetEnd();tmpIt++)
1.8 - {
1.9 - NS_LOG_DEBUG("Delay = " << tmpIt->GetDelay().GetSeconds() << " amp = " << tmpIt->GetAmp());
1.10 - }
1.11 +// for(;tmpIt != pdp.GetEnd();tmpIt++)
1.12 +// {
1.13 +// NS_LOG_DEBUG("Delay = " << tmpIt->GetDelay().GetSeconds() << " amp = " << tmpIt->GetAmp());
1.14 +// }
1.15
1.16 double effRxPowerDb = rxPowerDb + KpToDb(csp);
1.17