# HG changeset patch # User Jonathan McCrohan # Date 1337612496 -7200 # Node ID e939e081efd578b381ffefe471d7b7df7b6eab26 # Parent 5b5cb52618659837624b6ccccb9fb18487cb0fcd lena-rem-sector-antenna: more realistic TxPower values diff -r 5b5cb5261865 -r e939e081efd5 src/lte/examples/lena-rem-sector-antenna.cc --- a/src/lte/examples/lena-rem-sector-antenna.cc Mon May 21 07:25:00 2012 -0700 +++ b/src/lte/examples/lena-rem-sector-antenna.cc Mon May 21 17:01:36 2012 +0200 @@ -164,12 +164,12 @@ vector < NetDeviceContainer > ueDevs; // power setting in dBm for small cells - Config::SetDefault ("ns3::LteEnbPhy::TxPower", DoubleValue (10.0)); + Config::SetDefault ("ns3::LteEnbPhy::TxPower", DoubleValue (20.0)); enbDevs = lteHelper->InstallEnbDevice (oneSectorNodes); // power setting for three-sector macrocell - Config::SetDefault ("ns3::LteEnbPhy::TxPower", DoubleValue (30.0)); + Config::SetDefault ("ns3::LteEnbPhy::TxPower", DoubleValue (43.0)); // Beam width is made quite narrow so sectors can be noticed in the REM lteHelper->SetEnbAntennaModelType ("ns3::CosineAntennaModel");