Fix position allocator

This commit is contained in:
Tim Schubert 2020-08-19 00:55:18 +02:00
parent 166a920fca
commit 95bc153b1b
5 changed files with 66 additions and 16 deletions

View file

@ -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'