Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OAI-RAN-5G-sheduler_MaxTBS
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
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
MAQ5G-PFC
OAI-RAN-5G-sheduler_MaxTBS
Commits
36c9872e
Commit
36c9872e
authored
9 years ago
by
Rohit Gupta
Browse files
Options
Downloads
Patches
Plain Diff
fixed minor bugs in perf_oai script
parent
c8a5aead
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
cmake_targets/tools/perf_oai.bash
+3
-3
3 additions, 3 deletions
cmake_targets/tools/perf_oai.bash
with
3 additions
and
3 deletions
cmake_targets/tools/perf_oai.bash
+
3
−
3
View file @
36c9872e
...
...
@@ -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"
...
...
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