move delay-jitter-estimation to stats/helper
This commit is contained in:
@@ -20,6 +20,7 @@ def build(bld):
|
||||
'model/omnet-data-output.cc',
|
||||
'model/data-collector.cc',
|
||||
'model/gnuplot.cc',
|
||||
'helper/delay-jitter-estimation.cc',
|
||||
]
|
||||
|
||||
module_test = bld.create_ns3_module_test_library('stats')
|
||||
@@ -38,6 +39,7 @@ def build(bld):
|
||||
'model/omnet-data-output.h',
|
||||
'model/data-collector.h',
|
||||
'model/gnuplot.h',
|
||||
'helper/delay-jitter-estimation.h',
|
||||
]
|
||||
|
||||
if bld.env['SQLITE_STATS']:
|
||||
|
||||
@@ -4,7 +4,6 @@ def build(bld):
|
||||
|
||||
module = bld.create_ns3_module('tools', ['network', 'stats'])
|
||||
module.source = [
|
||||
'model/delay-jitter-estimation.cc',
|
||||
]
|
||||
|
||||
module_test = bld.create_ns3_module_test_library('tools')
|
||||
@@ -16,6 +15,5 @@ def build(bld):
|
||||
headers.module = 'tools'
|
||||
headers.source = [
|
||||
'model/average.h',
|
||||
'model/delay-jitter-estimation.h',
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user