This commit is contained in:
Nicola Baldo
2013-05-31 16:44:58 +02:00
3 changed files with 4 additions and 4 deletions

View File

@@ -222,7 +222,7 @@ PrintGnuplottableEnbListToFile (std::string filename)
static ns3::GlobalValue g_nBlocks ("nBlocks",
"Number of femtocell blocks",
ns3::UintegerValue (10),
ns3::UintegerValue (1),
ns3::MakeUintegerChecker<uint32_t> ());
static ns3::GlobalValue g_nApartmentsX ("nApartmentsX",
"Number of apartments along the X axis in a femtocell block",
@@ -251,7 +251,7 @@ static ns3::GlobalValue g_areaMarginFactor ("areaMarginFactor",
ns3::MakeDoubleChecker<double> ());
static ns3::GlobalValue g_macroUeDensity ("macroUeDensity",
"How many macrocell UEs there are per square meter",
ns3::DoubleValue (0.0001),
ns3::DoubleValue (0.00002),
ns3::MakeDoubleChecker<double> ());
static ns3::GlobalValue g_homeEnbDeploymentRatio ("homeEnbDeploymentRatio",
"The HeNB deployment ratio as per 3GPP R4-092042",

View File

@@ -73,7 +73,7 @@ int main (int argc, char *argv[])
EpsBearer bearer (q);
lteHelper->ActivateDataRadioBearer (ueDevs, bearer);
Simulator::Stop (Seconds (2));
Simulator::Stop (Seconds (0.5));
lteHelper->EnablePhyTraces ();
lteHelper->EnableMacTraces ();

View File

@@ -44,7 +44,7 @@ main (int argc, char *argv[])
{
uint16_t numberOfNodes = 2;
double simTime = 5.0;
double simTime = 1.1;
double distance = 60.0;
double interPacketInterval = 100;