mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 01:53:58 +02:00
Simplify beam angle computation
This commit is contained in:
parent
1531696255
commit
ae1d24ca80
5 changed files with 43 additions and 168 deletions
|
@ -99,12 +99,13 @@ int main (int argc, char *argv[])
|
|||
}
|
||||
else
|
||||
{
|
||||
// Install internet stack on nodes
|
||||
AodvHelper aodv;
|
||||
aodv.Set ("EnableHello", BooleanValue (false));
|
||||
//aodv.Set ("EnableHello", BooleanValue (false));
|
||||
|
||||
stack.SetRoutingHelper (aodv);
|
||||
}
|
||||
|
||||
// Install internet stack on nodes
|
||||
stack.Install (satellites);
|
||||
stack.Install (stations);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue