Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Balaji Kolla
openairinterface5G
Commits
a34d624f
Commit
a34d624f
authored
8 years ago
by
nikaeinn
Browse files
Options
Downloads
Patches
Plain Diff
minor updates in the time measurement script
parent
bc20616a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
targets/TEST/OAI/case13.py
+46
-40
46 additions, 40 deletions
targets/TEST/OAI/case13.py
with
46 additions
and
40 deletions
targets/TEST/OAI/case13.py
+
46
−
40
View file @
a34d624f
...
...
@@ -49,15 +49,16 @@ NUM_eNB=1
NUM_TRIALS
=
3
PRB
=
[
25
,
50
,
100
]
MCS
=
[
0
,
4
,
9
,
10
,
13
,
16
,
17
,
22
,
27
]
MCS
=
[
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
,
11
,
12
,
13
,
14
,
15
,
16
,
17
,
18
,
19
,
20
,
21
,
22
,
23
,
24
,
25
,
26
,
27
,
28
]
#MCS=[0,4,9,10,13,16,17,22,27]
#PRB=[100]
#MCS=[16]
ANT_TX
=
1
# 2
ANT_TX
=
2
# 2
ANT_RX
=
2
# 2
CHANNEL
=
[
"
N
"
]
#CHANNEL=["C","E","F","G","H","I","L","M"] # A,B,C,D,E,F,
TX_MODE
=
2
# 2,
MIN_SNR
=
0
MIN_SNR
=
1
0
MAX_SNR
=
40
PERF
=
75
OPT
=
"
-L
"
...
...
@@ -69,9 +70,9 @@ FRAME=2000
def
execute
(
oai
,
user
,
pw
,
host
,
logfile
,
logdir
,
debug
,
cpu
):
case
=
'
10
'
oai
.
send
(
'
cd $OPENAIR
1_DIR
;
'
)
oai
.
send
(
'
cd
SIMULATION/LTE_PHY
;
'
)
oai
.
send
(
'
cd $OPENAIR
_TARGETS
;
'
)
oai
.
send
(
'
cd
bin
;
'
)
oai
.
send
(
'
cp ./ulsim.Rel10 ./ulsim.Rel10.
'
+
host
)
try
:
log
.
start
()
test
=
'
300
'
...
...
@@ -80,13 +81,13 @@ def execute(oai, user, pw, host,logfile,logdir,debug,cpu):
diag
=
'
ulsim is not running normally (Segmentation fault / Exiting / FATAL), debugging might be needed
'
trace
=
logdir
+
'
/log_
'
+
host
+
case
+
test
+
'
_1.txt;
'
tee
=
'
2>&1 | tee
'
+
trace
oai
.
send_expect_false
(
'
./ulsim.
r
el
8
.
'
+
host
+
'
'
+
conf
+
tee
,
'
Segmentation fault
'
,
30
)
oai
.
send_expect_false
(
'
./ulsim.
R
el
10
.
'
+
host
+
'
'
+
conf
+
tee
,
'
Segmentation fault
'
,
30
)
trace
=
logdir
+
'
/log_
'
+
host
+
case
+
test
+
'
_2.txt;
'
tee
=
'
2>&1 | tee
'
+
trace
oai
.
send_expect_false
(
'
./ulsim.
r
el
8
.
'
+
host
+
'
'
+
conf
+
tee
,
'
Exiting
'
,
30
)
oai
.
send_expect_false
(
'
./ulsim.
R
el
10
.
'
+
host
+
'
'
+
conf
+
tee
,
'
Exiting
'
,
30
)
trace
=
logdir
+
'
/log_
'
+
host
+
case
+
test
+
'
_3.txt;
'
tee
=
'
2>&1 | tee
'
+
trace
oai
.
send_expect_false
(
'
./ulsim.
r
el
8
.
'
+
host
+
'
'
+
conf
+
tee
,
'
FATAL
'
,
30
)
oai
.
send_expect_false
(
'
./ulsim.
R
el
10
.
'
+
host
+
'
'
+
conf
+
tee
,
'
FATAL
'
,
30
)
except
log
.
err
,
e
:
log
.
fail
(
case
,
test
,
name
,
conf
,
e
.
value
,
diag
,
logfile
,
trace
)
...
...
@@ -100,42 +101,47 @@ def execute(oai, user, pw, host,logfile,logdir,debug,cpu):
diag
=
'
no diagnostic is available, check the log file
'
for
i
in
range
(
len
(
PRB
)):
for
o
in
range
(
len
(
CHANNEL
)):
MIN_SNR
=
0
MIN_SNR
=
1
0
for
j
in
range
(
len
(
MCS
)):
for
m
in
range
(
1
,
ANT_RX
):
for
p
in
range
(
1
,
TX_MODE
):
for
q
in
range
(
MIN_SNR
,
MAX_SNR
):
#if if PRB[i] :
conf
=
'
-B
'
+
str
(
PRB
[
i
])
+
'
-m
'
+
str
(
MCS
[
j
])
+
'
-y
'
+
str
(
m
)
+
'
-g
'
+
str
(
CHANNEL
[
o
])
+
'
-x
'
+
str
(
p
)
+
'
-s
'
+
str
(
q
)
+
'
-w1.0 -e.1 -P -n
'
+
str
(
FRAME
)
+
'
-O
'
+
str
(
PERF
)
+
'
'
+
OPT
trace
=
logdir
+
'
/time_meas
'
+
'
_prb
'
+
str
(
PRB
[
i
])
+
'
_mcs
'
+
str
(
MCS
[
j
])
+
'
_antrx
'
+
str
(
m
)
+
'
_channel
'
+
str
(
CHANNEL
[
o
])
+
'
_tx
'
+
str
(
p
)
+
'
_snr
'
+
str
(
q
)
+
'
.
'
+
case
+
str
(
test
)
+
'
.log
'
tee
=
'
2>&1 | tee
'
+
trace
if
cpu
>
-
1
:
cmd
=
'
taskset -c
'
+
str
(
cpu
)
+
'
./ulsim.rel8.
'
+
host
+
'
'
+
conf
+
tee
else
:
cmd
=
'
./ulsim.rel8.
'
+
host
+
'
'
+
conf
+
tee
if
debug
:
print
cmd
for
r
in
range
(
5
,
PRB
[
i
]):
for
q
in
range
(
MIN_SNR
,
MAX_SNR
):
if
r
==
7
or
r
==
11
or
r
==
14
or
r
==
17
or
r
==
19
or
r
==
21
or
r
==
23
or
r
==
26
or
r
==
28
:
continue
# match = oai.send_expect_re(cmd, 'passed', 0, 1000)
match
=
1
if
match
:
log
.
ok
(
case
,
str
(
test
),
name
,
conf
,
''
,
logfile
)
MIN_SNR
=
q
-
1
# just to speed up the test
test
+=
1
break
# found the smallest snr
else
:
if
q
==
MAX_SNR
-
1
:
log
.
skip
(
case
,
str
(
test
),
name
,
conf
,
''
,
''
,
logfile
)
conf
=
'
-B
'
+
str
(
PRB
[
i
])
+
'
-r
'
+
str
(
r
)
+
'
-m
'
+
str
(
MCS
[
j
])
+
'
-y
'
+
str
(
m
)
+
'
-g
'
+
str
(
CHANNEL
[
o
])
+
'
-x
'
+
str
(
p
)
+
'
-s
'
+
str
(
q
)
+
'
-w1.0 -e.1 -P -n
'
+
str
(
FRAME
)
+
'
-O
'
+
str
(
PERF
)
+
'
'
+
OPT
trace
=
logdir
+
'
/time_meas
'
+
'
_prb
'
+
str
(
PRB
[
i
])
+
'
_rb
'
+
str
(
r
)
+
'
_mcs
'
+
str
(
MCS
[
j
])
+
'
_antrx
'
+
str
(
m
)
+
'
_channel
'
+
str
(
CHANNEL
[
o
])
+
'
_tx
'
+
str
(
p
)
+
'
_snr
'
+
str
(
q
)
+
'
.
'
+
case
+
str
(
test
)
+
'
.log
'
tee
=
'
2>&1 | tee
'
+
trace
if
cpu
>
-
1
:
cmd
=
'
taskset -c
'
+
str
(
cpu
)
+
'
./ulsim.Rel10.
'
+
host
+
'
'
+
conf
+
tee
else
:
cmd
=
'
./ulsim.Rel10.
'
+
host
+
'
'
+
conf
+
tee
if
debug
:
print
cmd
match
=
oai
.
send_expect_re
(
cmd
,
'
passed
'
,
0
,
1000
)
#match =1
if
match
:
log
.
ok
(
case
,
str
(
test
),
name
,
conf
,
''
,
logfile
)
MIN_SNR
=
q
-
1
# just to speed up the test
test
+=
1
break
try
:
if
os
.
path
.
isfile
(
trace
)
:
os
.
remove
(
trace
)
except
OSError
,
e
:
## if failed, report it back to the user ##
print
(
"
Error: %s - %s.
"
%
(
e
.
filename
,
e
.
strerror
))
break
# found the smallest snr
else
:
if
q
==
MAX_SNR
-
1
:
log
.
skip
(
case
,
str
(
test
),
name
,
conf
,
''
,
''
,
logfile
)
test
+=
1
break
try
:
if
os
.
path
.
isfile
(
trace
)
:
os
.
remove
(
trace
)
except
OSError
,
e
:
## if failed, report it back to the user ##
print
(
"
Error: %s - %s.
"
%
(
e
.
filename
,
e
.
strerror
))
except
log
.
err
,
e
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment