diff --git a/src/lte/examples/lena-x2-handover-measures.cc b/src/lte/examples/lena-x2-handover-measures.cc index b7a27bac0..032193520 100644 --- a/src/lte/examples/lena-x2-handover-measures.cc +++ b/src/lte/examples/lena-x2-handover-measures.cc @@ -71,7 +71,7 @@ main (int argc, char *argv[]) // arguments, so that the user is allowed to override these settings Config::SetDefault ("ns3::UdpClient::Interval", TimeValue (MilliSeconds(10))); Config::SetDefault ("ns3::UdpClient::MaxPackets", UintegerValue(1000000)); - Config::SetDefault ("ns3::LteHelper::UseIdealRrc", BooleanValue(false)); + Config::SetDefault ("ns3::LteHelper::UseIdealRrc", BooleanValue(true)); // Command line arguments CommandLine cmd;