Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Michael Black
OpenXG UE
Commits
073c4cfc
Commit
073c4cfc
authored
Oct 27, 2015
by
Rohit Gupta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed minor bugs in perf_oai script
parent
3d1307c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
cmake_targets/tools/perf_oai.bash
cmake_targets/tools/perf_oai.bash
+3
-3
No files found.
cmake_targets/tools/perf_oai.bash
View file @
073c4cfc
...
...
@@ -68,7 +68,7 @@ declare MAX_RATE=1000
# set paths to the required binaries and check if the required binaries are available
ENB_CONFIG
=
$OPENAIR_DIR
/targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.generic.oaisim.local_no_mme.conf
OAISIM_EXEC
=
$OPENAIR_DIR
/
targets/bin
/oaisim_nos1
OAISIM_EXEC
=
$OPENAIR_DIR
/
cmake_targets/oaisim_noS1_build_oai/build
/oaisim_nos1
BYPASSE_ITTI
=
0
OTGPLOT
=
"
$OPENAIR2_DIR
/UTIL/OTG/OTGplot"
PS2PDF
=
"ps2pdf"
...
...
@@ -301,8 +301,8 @@ oaisim_otg_stats(){
sync
if
[
!
-f
$OAISIM_EXEC
]
;
then
echo_info
"3.1 compiling OAISIM (
$OPENAIR_
TARGETS
/cmake_targets/build_oai --oaisim -c
)"
(
$OPENAIR_
TARGETS
/cmake_targets/build_oai
--oaisim
-c
>>
results/perf_log.txt 2>&1
)
echo_info
"3.1 compiling OAISIM (
$OPENAIR_
DIR
/cmake_targets/build_oai --oaisim -c --noS1
)"
(
$OPENAIR_
DIR
/cmake_targets/build_oai
--oaisim
-c
--noS1
>>
results/perf_log.txt 2>&1
)
build_stats
=
$?
if
[
$build_stats
!=
0
]
;
then
echo_error
"
$OAISIM_EXEC
cannot be built, check results/perf_log.txt file"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment