Commit f3d5ab7d authored by Navid Nikaein's avatar Navid Nikaein

update test02 script

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6271 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 0587cc19
...@@ -50,6 +50,7 @@ NUM_TRIALS=3 ...@@ -50,6 +50,7 @@ NUM_TRIALS=3
PRB=[25,50,100] PRB=[25,50,100]
MCS=[0,4,9,10,13,16,17,22,27] MCS=[0,4,9,10,13,16,17,22,27]
SNR=[0,0,0,0,0,0,0,0,0]
ANT_TX=2 # 2 ANT_TX=2 # 2
ANT_RX=2 # 2 ANT_RX=2 # 2
PDCCH=2 #, 2, 3, 4 PDCCH=2 #, 2, 3, 4
...@@ -59,7 +60,7 @@ MIN_SNR=2 ...@@ -59,7 +60,7 @@ MIN_SNR=2
MAX_SNR=34 MAX_SNR=34
PERF=75 PERF=75
OPT="-L" OPT="-L"
FRAME=1000 FRAME=2000
#OPT="-L -d" # 8bit decoder , activate dci decoding at UE #OPT="-L -d" # 8bit decoder , activate dci decoding at UE
...@@ -116,6 +117,7 @@ def execute(oai, user, pw, host, logfile,logdir,debug,cpu): ...@@ -116,6 +117,7 @@ def execute(oai, user, pw, host, logfile,logdir,debug,cpu):
match = oai.send_expect_re(cmd, 'passed', 0, 1000) match = oai.send_expect_re(cmd, 'passed', 0, 1000)
if match : if match :
#SNR[j]=q
log.ok(case, str(test), name, conf, '', logfile) log.ok(case, str(test), name, conf, '', logfile)
MIN_SNR = q -1 # just to speed up the test MIN_SNR = q -1 # just to speed up the test
test+=1 test+=1
......
...@@ -58,7 +58,7 @@ MIN_SNR=2 ...@@ -58,7 +58,7 @@ MIN_SNR=2
MAX_SNR=34 MAX_SNR=34
PERF=75 PERF=75
OPT="-L" OPT="-L"
FRAME=1000 FRAME=2000
#OPT="-L -d" # 8bit decoder , activate dci decoding at UE #OPT="-L -d" # 8bit decoder , activate dci decoding at UE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment