mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 18:13:57 +02:00
Fix position allocator
This commit is contained in:
parent
166a920fca
commit
95bc153b1b
5 changed files with 66 additions and 16 deletions
|
@ -11,3 +11,7 @@ def build(bld):
|
|||
obj = bld.create_ns3_program('leo-delay',
|
||||
['core', 'leo', 'mobility', 'aodv'])
|
||||
obj.source = 'leo-delay-tracing-example.cc'
|
||||
|
||||
obj = bld.create_ns3_program('leo-bulk-send',
|
||||
['core', 'leo', 'mobility', 'aodv'])
|
||||
obj.source = 'leo-bulk-send-example.cc'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue