mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-07-29 18:20:07 +02:00
Add test for latitude change
This commit is contained in:
parent
7df91546da
commit
cc2a8ae5e9
4 changed files with 42 additions and 52 deletions
2
wscript
2
wscript
|
@ -17,6 +17,7 @@ def build(bld):
|
|||
'helper/satellite-node-helper.cc',
|
||||
'model/leo.cc',
|
||||
'model/leo-circular-orbit-mobility-model.cc',
|
||||
'model/leo-circular-orbit-position-allocator.cc',
|
||||
'model/leo-mock-channel.cc',
|
||||
'model/leo-mock-net-device.cc',
|
||||
'model/leo-propagation-loss-model.cc',
|
||||
|
@ -55,6 +56,7 @@ def build(bld):
|
|||
'helper/satellite-node-helper.h',
|
||||
'model/leo.h',
|
||||
'model/leo-circular-orbit-mobility-model.h',
|
||||
'model/leo-circular-orbit-position-allocator.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