mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 01:53:58 +02:00
Add mobility model for circular orbits
This commit is contained in:
parent
0834c06e31
commit
0a9aa411ef
4 changed files with 326 additions and 0 deletions
3
wscript
3
wscript
|
@ -16,6 +16,7 @@ def build(bld):
|
|||
'helper/ground-node-helper.cc',
|
||||
'helper/satellite-node-helper.cc',
|
||||
'model/leo.cc',
|
||||
'model/leo-circular-orbit-mobility-model.cc',
|
||||
'model/leo-mock-channel.cc',
|
||||
'model/leo-mock-net-device.cc',
|
||||
'model/leo-propagation-loss-model.cc',
|
||||
|
@ -33,6 +34,7 @@ def build(bld):
|
|||
'test/isl-propagation-test-suite.cc',
|
||||
'test/isl-test-suite.cc',
|
||||
'test/leo-anim-test-suite.cc',
|
||||
'test/leo-orbit-test-suite.cc',
|
||||
'test/leo-input-fstream-container-test-suite.cc',
|
||||
'test/leo-mobility-test-suite.cc',
|
||||
'test/leo-mock-channel-test-suite.cc',
|
||||
|
@ -52,6 +54,7 @@ def build(bld):
|
|||
'helper/ground-node-helper.h',
|
||||
'helper/satellite-node-helper.h',
|
||||
'model/leo.h',
|
||||
'model/leo-circular-orbit-mobility-model.h',
|
||||
'model/leo-mock-channel.h',
|
||||
'model/leo-mock-net-device.h',
|
||||
'model/leo-oneweb-constants.h',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue