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