diff --git a/src/lte/helper/radio-environment-map-helper.cc b/src/lte/helper/radio-environment-map-helper.cc index dbaa63855..a00271053 100644 --- a/src/lte/helper/radio-environment-map-helper.cc +++ b/src/lte/helper/radio-environment-map-helper.cc @@ -188,7 +188,7 @@ RadioEnvironmentMapHelper::Install () return; } - Simulator::Schedule (Seconds (0.0016), + Simulator::Schedule (Seconds (0.0026), &RadioEnvironmentMapHelper::DelayedInstall, this); }