From 6e8ad06814dee2d2dc4150866a0bca299c642283 Mon Sep 17 00:00:00 2001 From: Nicola Baldo Date: Fri, 8 Mar 2013 12:31:46 +0100 Subject: [PATCH] lena-x2-handover-measures now defaults to IdealRrc --- src/lte/examples/lena-x2-handover-measures.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;