wip: add leo helpers

This commit is contained in:
Tim Schubert 2020-06-27 18:44:38 +02:00
parent 432866d8ca
commit 3b245ebefe
7 changed files with 791 additions and 12 deletions

View file

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