lena-rem-sector-antenna: more realistic TxPower values
authorJonathan McCrohan <jmccroha@tcd.ie>
Mon, 21 May 2012 17:01:36 +0200
changeset 8787 e939e081efd5
parent 8785 5b5cb5261865
child 8788 6b31c0c234cc
lena-rem-sector-antenna: more realistic TxPower values
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");