more meaninfgul default parameters for the adhoc-aloha-ideal-phy-matrix-propagation-loss-model example

This commit is contained in:
Nicola Baldo
2013-04-21 21:44:54 +02:00
parent aff43b376b
commit a1ca5ae43b

View File

@@ -122,7 +122,7 @@ GlobalPathlossDatabase::Print ()
int main (int argc, char** argv)
{
CommandLine cmd;
double lossDb = 150;
double lossDb = 130;
double txPowerW = 0.1;
uint64_t phyRate = 500000;
uint32_t pktSize = 1000;
@@ -141,14 +141,9 @@ int main (int argc, char** argv)
c.Create (2);
MobilityHelper mobility;
Ptr<ListPositionAllocator> positionAlloc = CreateObject<ListPositionAllocator> ();
positionAlloc->Add (Vector (0.0, 0.0, 0.0));
positionAlloc->Add (Vector (5.0, 0.0, 0.0));
mobility.SetPositionAllocator (positionAlloc);
mobility.SetMobilityModel ("ns3::ConstantPositionMobilityModel");
mobility.Install (c);
// the actual positions are irrelevant, since we use MatrixPropagationLossModel
SpectrumChannelHelper channelHelper;