added rem examples to examples-to-run.py
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user