mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-07-30 10:40:06 +02:00
rename isl to mock
This commit is contained in:
parent
07cff2c920
commit
d898890fa6
6 changed files with 179 additions and 179 deletions
8
wscript
8
wscript
|
@ -10,8 +10,8 @@ def build(bld):
|
|||
module = bld.create_ns3_module('leo', ['core','internet', 'propagation', 'stats', 'traffic', 'flow-monitor', 'applications'])
|
||||
module.source = [
|
||||
'model/leo.cc',
|
||||
'model/isl-net-device.cc',
|
||||
'model/isl-channel.cc',
|
||||
'model/mock-net-device.cc',
|
||||
'model/mock-channel.cc',
|
||||
'model/isl-propagation-loss-model.cc',
|
||||
'model/leo-mobility-model.cc',
|
||||
'helper/leo-helper.cc',
|
||||
|
@ -27,8 +27,8 @@ def build(bld):
|
|||
headers.module = 'leo'
|
||||
headers.source = [
|
||||
'model/leo.h',
|
||||
'model/isl-net-device.h',
|
||||
'model/isl-channel.h',
|
||||
'model/mock-net-device.h',
|
||||
'model/mock-channel.h',
|
||||
'model/isl-propagation-loss-model.h',
|
||||
'model/leo-mobility-model.h',
|
||||
'helper/leo-helper.h',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue