diff --git a/targets/TEST/OAI/case02.py b/targets/TEST/OAI/case02.py index 7bcf6226d43d17bc61532aa25df73574af1a1bf7..0f3c30d3e98b708ce0959ed34d1e9352a1b0e12a 100644 --- a/targets/TEST/OAI/case02.py +++ b/targets/TEST/OAI/case02.py @@ -176,7 +176,7 @@ def execute(oai, user, pw, logfile,logdir): log_name = logdir + '/log_' + case + test + '_' + str(i) + str(j) itti_name = log_name + '.log' trace_name = log_name + '.txt' - conf = '-a -l7 -A AWGN -n' + str((i+1+j) * 40) + ' -u' + str(i+1) +' -b'+ str(j+1) + ' -K' + itti_name + conf = '-a -l7 -A AWGN --enb-conf ../../PROJECTS/GENERIC-LTE-EPC/CONF/enb.sfr.sud.conf -n' + str((i+1+j) * 40) + ' -u' + str(i+1) +' -b'+ str(j+1) + ' -K' + itti_name tee = ' 2>&1 | tee -a ' + trace_name command = './oaisim.rel8.itti ' + conf oai.send('echo ' + command + ' > ' + trace_name + ';') diff --git a/targets/TEST/OAI/case03.py b/targets/TEST/OAI/case03.py index fe969dace8f06371e3da65b53a3b4b8f8ce726f8..46ab5cd9e42474c84c937095d12e791248269f24 100644 --- a/targets/TEST/OAI/case03.py +++ b/targets/TEST/OAI/case03.py @@ -195,7 +195,7 @@ def execute(oai, user, pw, logfile,logdir): log_name = logdir + '/log_' + case + test + '_' + str(i) + str(j) itti_name = log_name + '.log' trace_name = log_name + '.txt' - conf = '-A AWGN -l7 -s 15 -x 1 -Q3 -n' + str((i+1+j) * 50) + ' -u' + str(i+1) +' -b'+ str(j+1) + ' -K' + itti_name + conf = '-A AWGN -l7 -s 15 -x 1 -Q3 --enb-conf ../../PROJECTS/GENERIC-LTE-EPC/CONF/enb.sfr.sud.conf -n' + str((i+1+j) * 50) + ' -u' + str(i+1) +' -b'+ str(j+1) + ' -K' + itti_name tee = ' 2>&1 | tee -a ' + trace_name command = './oaisim.rel10.itti ' + conf oai.send('echo ' + command + ' > ' + trace_name + ';')