mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 10:03:58 +02:00
Fix LOS computation for ISL
This commit is contained in:
parent
bf59e66526
commit
0f49ceb4aa
10 changed files with 37 additions and 22 deletions
|
@ -4,7 +4,10 @@ def build(bld):
|
|||
if not bld.env['ENABLE_EXAMPLES']:
|
||||
return;
|
||||
|
||||
obj = bld.create_ns3_program('leo-circular-orbit-trace',
|
||||
obj = bld.create_ns3_program('leo-circular-orbit',
|
||||
['core', 'leo', 'mobility'])
|
||||
obj.source = 'leo-circular-orbit-tracing-example.cc'
|
||||
|
||||
obj = bld.create_ns3_program('leo-delay',
|
||||
['core', 'leo', 'mobility', 'aodv'])
|
||||
obj.source = 'leo-delay-tracing-example.cc'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue