merge
authorNicola Baldo <nbaldo@cttc.es>
Mon, 21 May 2012 17:30:22 +0200
changeset 8788 6b31c0c234cc
parent 8787 e939e081efd5 (diff)
parent 8786 8f366d5eee06 (current diff)
child 8789 b72463a93d84
child 8795 64da0851132c
merge
--- a/src/lte/examples/lena-rem-sector-antenna.cc	Mon May 21 19:15:32 2012 +0400
+++ b/src/lte/examples/lena-rem-sector-antenna.cc	Mon May 21 17:30:22 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");