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
4bb13ade
Commit
4bb13ade
authored
9 years ago
by
Lionel Gauthier
Browse files
Options
Downloads
Patches
Plain Diff
Wireshark option
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@7472
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
6e3dec67
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake_targets/tools/run_enb_s1_exmimo
+9
-0
9 additions, 0 deletions
cmake_targets/tools/run_enb_s1_exmimo
cmake_targets/tools/run_enb_s1_usrp
+11
-2
11 additions, 2 deletions
cmake_targets/tools/run_enb_s1_usrp
with
20 additions
and
2 deletions
cmake_targets/tools/run_enb_s1_exmimo
+
9
−
0
View file @
4bb13ade
...
...
@@ -59,6 +59,10 @@ function help()
echo_error
" -V, --vcd Dump timings of processing in a GTKWave compliant file format."
echo_error
" -S, --enable-missed-slot Continue execution in case of missed slot."
echo_error
" -T, --target-ul-mcs mcs Uplink target MCS."
echo_error
" -W, --wireshark-l2 Dump MAC frames for visualization with wireshark."
echo_error
" You need to open Wireshark, open the preferences, and check try heuristics for the UDP protocol, MAC-LTE, RLC-LTE,"
echo_error
" and PDCP-LTE. Then capture for all the interfaces with the following filters: s1ap or lte_rrc or mac-lte or rlc-lte"
echo_error
" or pdcp-lte. Note the L2 pdus are transmitted to the local interface."
echo_error
" -x, --xforms Run XFORMS scope windows."
}
...
...
@@ -132,6 +136,11 @@ function main()
exe_arguments
=
"
$exe_arguments
-t
$2
"
shift
2
;
;;
-W
|
----wireshark-l2
)
echo
"setting l2 pcap dump output"
exe_arguments
=
"
$exe_arguments
-W"
shift
;
;;
-x
|
--xforms
)
exe_arguments
=
"
$exe_arguments
-d"
echo
"setting xforms to:
$XFORMS
"
...
...
This diff is collapsed.
Click to expand it.
cmake_targets/tools/run_enb_s1_usrp
+
11
−
2
View file @
4bb13ade
...
...
@@ -57,9 +57,13 @@ function help()
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
" -V, --vcd Dump timings of processing in a GTKWave compliant file format."
echo_error
" -S, --enable-missed-slot Continue execution in case of missed slot."
echo_error
" -T, --target-ul-mcs mcs Uplink target MCS."
echo_error
" -V, --vcd Dump timings of processing in a GTKWave compliant file format."
echo_error
" -W, --wireshark-l2 Dump MAC frames for visualization with wireshark."
echo_error
" You need to open Wireshark, open the preferences, and check try heuristics for the UDP protocol, MAC-LTE, RLC-LTE,"
echo_error
" and PDCP-LTE. Then capture for all the interfaces with the following filters: s1ap or lte_rrc or mac-lte or rlc-lte"
echo_error
" or pdcp-lte. Note the L2 pdus are transmitted to the local interface."
echo_error
" -x, --xforms Run XFORMS scope windows."
}
...
...
@@ -133,7 +137,7 @@ function main()
shift
2
;
;;
-V
|
--vcd
)
"setting gtk-wave output"
echo
"setting gtk-wave output"
exe_arguments
=
"
$exe_arguments
-V /tmp/oai_gtk_wave.vcd"
shift
;
;;
...
...
@@ -147,6 +151,11 @@ function main()
exe_arguments
=
"
$exe_arguments
-t
$2
"
shift
2
;
;;
-W
|
----wireshark-l2
)
echo
"setting l2 pcap dump output"
exe_arguments
=
"
$exe_arguments
-W"
shift
;
;;
-x
|
--xforms
)
exe_arguments
=
"
$exe_arguments
-d"
echo
"setting xforms to:
$XFORMS
"
...
...
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