added rem examples to examples-to-run.py

This commit is contained in:
Nicola Baldo
2012-01-19 16:46:36 +01:00
parent d9505d2612
commit 2ed98447cf
2 changed files with 16 additions and 13 deletions

View File

@@ -1,9 +1,6 @@
## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
def build(bld):
obj = bld.create_ns3_program('lena-rem-sector-antenna',
['lte'])
obj.source = 'lena-rem-sector-antenna.cc'
obj = bld.create_ns3_program('lena-cqi-threshold',
['lte'])
obj.source = 'lena-cqi-threshold.cc'
@@ -22,6 +19,12 @@ def build(bld):
obj = bld.create_ns3_program('lena-profiling',
['lte'])
obj.source = 'lena-profiling.cc'
obj = bld.create_ns3_program('lena-rem',
['lte'])
obj.source = 'lena-rem.cc'
obj = bld.create_ns3_program('lena-rem-sector-antenna',
['lte'])
obj.source = 'lena-rem-sector-antenna.cc'
obj = bld.create_ns3_program('lena-rlc-traces',
['lte'])
obj.source = 'lena-rlc-traces.cc'
@@ -31,6 +34,4 @@ def build(bld):
obj = bld.create_ns3_program('lena-simple-epc',
['lte'])
obj.source = 'lena-simple-epc.cc'
obj = bld.create_ns3_program('lena-rem',
['lte'])
obj.source = 'lena-rem.cc'

View File

@@ -9,15 +9,17 @@
#
# See test.py for more information.
cpp_examples = [
("lena-cqi-threshold", "True", "True"),
("lena-fading", "True", "True"),
("lena-gtpu-tunnel", "True", "True"),
("lena-intercell-interference", "True", "True"),
("lena-pathloss-traces", "True", "True"),
("lena-profiling", "True", "True"),
("lena-rlc-traces", "True", "True"),
("lena-rem", "True", "True"),
("lena-rem-sector-antenna", "True", "True"),
("lena-simple", "True", "True"),
("lena-simple-epc", "True", "True"),
("lena-intercell-interference", "True", "True"),
("lena-rlc-traces", "True", "True"),
("lena-gtpu-tunnel", "True", "True"),
("lena-profiling", "True", "True"),
("lena-pathloss-traces", "True", "True"),
("lena-fading", "True", "True"),
("lena-cqi-threshold", "True", "True"),
]
# A list of Python examples to run in order to ensure that they remain