From c70a271e92df5b02939bbe8a6e01e302d29fbd7a Mon Sep 17 00:00:00 2001 From: winckel <winckel@eurecom.fr> Date: Mon, 27 Jan 2014 19:09:56 +0000 Subject: [PATCH] Added eNB configuration file into pre_ci scripts. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4968 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- targets/TEST/OAI/case02.py | 2 +- targets/TEST/OAI/case03.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/TEST/OAI/case02.py b/targets/TEST/OAI/case02.py index 7bcf6226d4..0f3c30d3e9 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 fe969dace8..46ab5cd9e4 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 + ';') -- GitLab