mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-07-30 10:40:06 +02:00
wip: add leo helpers
This commit is contained in:
parent
432866d8ca
commit
3b245ebefe
7 changed files with 791 additions and 12 deletions
2
wscript
2
wscript
|
@ -13,6 +13,7 @@ def build(bld):
|
|||
'model/isl-propagation-loss-model.cc',
|
||||
'helper/isl-helper.cc',
|
||||
'model/leo.cc',
|
||||
'helper/leo-channel-helper.cc',
|
||||
'model/leo-mobility-model.cc',
|
||||
'model/leo-mock-channel.cc',
|
||||
'model/leo-mock-net-device.cc',
|
||||
|
@ -33,6 +34,7 @@ def build(bld):
|
|||
'model/isl-propagation-loss-model.h',
|
||||
'helper/isl-helper.h',
|
||||
'model/leo.h',
|
||||
'helper/leo-channel-helper.h',
|
||||
'model/leo-mobility-model.h',
|
||||
'model/leo-mock-channel.h',
|
||||
'model/leo-mock-net-device.h',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue