mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 01:53:58 +02:00
Add LOS computation for ISL links
This commit is contained in:
parent
f6786c3a66
commit
c1496e29f9
4 changed files with 132 additions and 7 deletions
13
wscript
13
wscript
|
@ -28,16 +28,17 @@ def build(bld):
|
|||
|
||||
module_test = bld.create_ns3_module_test_library('leo')
|
||||
module_test.source = [
|
||||
'test/leo-test-suite.cc',
|
||||
'test/leo-propagation-test-suite.cc',
|
||||
'test/isl-test-suite.cc',
|
||||
'test/ground-node-helper-test-suite.cc',
|
||||
'test/isl-mock-channel-test-suite.cc',
|
||||
'test/leo-mock-channel-test-suite.cc',
|
||||
'test/isl-propagation-test-suite.cc',
|
||||
'test/isl-test-suite.cc',
|
||||
'test/leo-input-fstream-container-test-suite.cc',
|
||||
'test/leo-mobility-test-suite.cc',
|
||||
'test/leo-mock-channel-test-suite.cc',
|
||||
'test/leo-propagation-test-suite.cc',
|
||||
'test/leo-test-suite.cc',
|
||||
'test/satellite-node-helper-test-suite.cc',
|
||||
'test/ground-node-helper-test-suite.cc',
|
||||
]
|
||||
]
|
||||
|
||||
headers = bld(features='ns3header')
|
||||
headers.module = 'leo'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue