mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 18:13:57 +02:00
Cleanup
This commit is contained in:
parent
f7bd15f1a8
commit
8d5cbfe8fe
9 changed files with 50 additions and 99 deletions
|
@ -9,7 +9,7 @@ def build(bld):
|
|||
obj.source = 'leo-circular-orbit-tracing-example.cc'
|
||||
|
||||
obj = bld.create_ns3_program('leo-delay',
|
||||
['core', 'leo', 'mobility', 'aodv'])
|
||||
['core', 'leo', 'mobility', 'aodv', 'epidemic-routing'])
|
||||
obj.source = 'leo-delay-tracing-example.cc'
|
||||
|
||||
obj = bld.create_ns3_program('leo-bulk-send',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue