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
Worker.N
openairinterface5G
Commits
d8b6edaa
Commit
d8b6edaa
authored
8 years ago
by
nikaeinn
Browse files
Options
Downloads
Patches
Plain Diff
update the run_enb_s1_usrp script for T tracer
parent
9f0cfa85
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/run_enb_s1_usrp
+14
-2
14 additions, 2 deletions
cmake_targets/tools/run_enb_s1_usrp
with
14 additions
and
2 deletions
cmake_targets/tools/run_enb_s1_usrp
+
14
−
2
View file @
d8b6edaa
...
...
@@ -60,7 +60,9 @@ function help()
echo_error
" -f, --rf-config-file filename RF specific configuration file"
echo_error
" -K, --itti-dump-file filename ITTI dump file containing all ITTI events occuring during EPC runtime.(can omit file name if last argument)"
echo_error
" -M, --target-dl-mcs mcs Downlink target MCS."
echo_error
" -m, --mscgen directory Generate mscgen output files in a directory"
echo_error
" -n, --T-no-wait don't wait for tracer, start immediately"
echo_error
" -p, --T-port port use given port"
echo_error
" -m, --mscgen directory Generate mscgen output files in a directory"
echo_error
" -s, --show-stdout Do not redirect stdout and stderr to file /tmp/lte_softmodem.stdout.txt."
echo_error
" -S, --enable-missed-slot Continue execution in case of missed slot."
echo_error
" -T, --target-ul-mcs mcs Uplink target MCS."
...
...
@@ -188,7 +190,17 @@ function main()
exe_arguments
=
"
$exe_arguments
-m
$2
"
shift
2
;
;;
-V
|
--vcd
)
-n
|
--T-no-wait
)
echo
"setting T tracer operation"
exe_arguments
=
"
$exe_arguments
--T_nowait"
shift
;
;;
-p
|
--T-port
)
echo
"setting T tracer port"
exe_arguments
=
"
$exe_arguments
--T_port
$2
"
shift
2
;
;;
-V
|
--vcd
)
echo
"setting gtk-wave output"
exe_arguments
=
"
$exe_arguments
-V /tmp/oai_gtk_wave.vcd"
shift
;
...
...
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