Add test for latitude change

This commit is contained in:
Tim Schubert 2020-08-15 17:25:27 +02:00
parent 7df91546da
commit cc2a8ae5e9
4 changed files with 42 additions and 52 deletions

View file

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