fixed Bug 1208 - Spectrum module example causing valgrind errors

This commit is contained in:
Nicola Baldo
2011-07-07 15:39:44 +02:00
parent 591ac8f81f
commit 7f5cba627b

View File

@@ -61,7 +61,7 @@ PhyRxEndOkTrace (std::string context, Ptr<const Packet> p)
int main (int argc, char** argv)
{
CommandLine cmd;
double lossDb;
double lossDb = 150;
double txPowerW = 0.1;
uint64_t phyRate = 500000;
uint32_t pktSize = 1000;