Extend waypoints tests and limit reception by angle and distance

This commit is contained in:
Tim Schubert 2020-07-28 17:32:25 +02:00
parent 83c5bc3b2e
commit 3fb0969930
6 changed files with 181 additions and 16 deletions

View file

@ -29,6 +29,7 @@ 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/isl-mock-channel-test-suite.cc',
'test/leo-mock-channel-test-suite.cc',