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
50e3bc07
Commit
50e3bc07
authored
Jul 05, 2016
by
nikaeinn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update the run_enb_s1_usrp script for T tracer
parent
811df19f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
cmake_targets/tools/run_enb_s1_usrp
cmake_targets/tools/run_enb_s1_usrp
+14
-2
No files found.
cmake_targets/tools/run_enb_s1_usrp
View file @
50e3bc07
...
...
@@ -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
;
...
...
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