From d25133fd5e8611a9e5dfb24df2aa53552ffe5d02 Mon Sep 17 00:00:00 2001 From: Biljana Bojovic Date: Fri, 21 Mar 2014 13:51:41 +0100 Subject: [PATCH] default value of ns3::RadioEnvironmentMapHelper::NoisePower is in W, not mW --- src/lte/helper/radio-environment-map-helper.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lte/helper/radio-environment-map-helper.cc b/src/lte/helper/radio-environment-map-helper.cc index 8eb4611c1..502459507 100644 --- a/src/lte/helper/radio-environment-map-helper.cc +++ b/src/lte/helper/radio-environment-map-helper.cc @@ -115,7 +115,7 @@ RadioEnvironmentMapHelper::GetTypeId (void) 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 ()) .AddAttribute ("MaxPointsPerIteration", "Maximum number of REM points to be calculated per iteration. Every point consumes approximately 5KB of memory.",