refactor mock-channel

This commit is contained in:
Tim Schubert 2020-06-22 14:59:00 +02:00
parent 76c314130e
commit 95774794b5
6 changed files with 221 additions and 84 deletions

View file

@ -12,6 +12,7 @@ def build(bld):
'model/leo.cc',
'model/mock-net-device.cc',
'model/mock-channel.cc',
'model/isl-mock-channel.cc',
'model/isl-propagation-loss-model.cc',
'model/leo-mobility-model.cc',
'helper/leo-helper.cc',
@ -29,6 +30,7 @@ def build(bld):
'model/leo.h',
'model/mock-net-device.h',
'model/mock-channel.h',
'model/isl-mock-channel.h',
'model/isl-propagation-loss-model.h',
'model/leo-mobility-model.h',
'helper/leo-helper.h',