Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
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
ZhouShuya
OpenXG-RAN
Commits
36c9872e
Commit
36c9872e
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
c8a5aead
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 @
36c9872e
...
@@ -68,7 +68,7 @@ declare MAX_RATE=1000
...
@@ -68,7 +68,7 @@ declare MAX_RATE=1000
# set paths to the required binaries and check if the required binaries are available
# 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
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
BYPASSE_ITTI
=
0
OTGPLOT
=
"
$OPENAIR2_DIR
/UTIL/OTG/OTGplot"
OTGPLOT
=
"
$OPENAIR2_DIR
/UTIL/OTG/OTGplot"
PS2PDF
=
"ps2pdf"
PS2PDF
=
"ps2pdf"
...
@@ -301,8 +301,8 @@ oaisim_otg_stats(){
...
@@ -301,8 +301,8 @@ oaisim_otg_stats(){
sync
sync
if
[
!
-f
$OAISIM_EXEC
]
;
then
if
[
!
-f
$OAISIM_EXEC
]
;
then
echo_info
"3.1 compiling OAISIM (
$OPENAIR_
TARGETS
/cmake_targets/build_oai --oaisim -c
)"
echo_info
"3.1 compiling OAISIM (
$OPENAIR_
DIR
/cmake_targets/build_oai --oaisim -c --noS1
)"
(
$OPENAIR_
TARGETS
/cmake_targets/build_oai
--oaisim
-c
>>
results/perf_log.txt 2>&1
)
(
$OPENAIR_
DIR
/cmake_targets/build_oai
--oaisim
-c
--noS1
>>
results/perf_log.txt 2>&1
)
build_stats
=
$?
build_stats
=
$?
if
[
$build_stats
!=
0
]
;
then
if
[
$build_stats
!=
0
]
;
then
echo_error
"
$OAISIM_EXEC
cannot be built, check results/perf_log.txt file"
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