--- a/src/lte/helper/radio-environment-map-helper.cc Mon Mar 03 21:49:54 2014 -0800
+++ b/src/lte/helper/radio-environment-map-helper.cc Fri Mar 21 13:51:41 2014 +0100
@@ -115,7 +115,7 @@
MakeBooleanChecker ())
.AddAttribute ("NoisePower",
"the power of the measuring instrument noise, in Watts. Default to a kT of -174 dBm with a noise figure of 9 dB and a bandwidth of 25 LTE Resource Blocks",
- DoubleValue (1.4230e-10),
+ DoubleValue (1.4230e-13),
MakeDoubleAccessor (&RadioEnvironmentMapHelper::m_noisePower),
MakeDoubleChecker<double> ())
.AddAttribute ("MaxPointsPerIteration", "Maximum number of REM points to be calculated per iteration. Every point consumes approximately 5KB of memory.",