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
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
oai
openairinterface5G
Commits
5c05f3f4
Commit
5c05f3f4
authored
9 years ago
by
Rohit Gupta
Browse files
Options
Downloads
Patches
Plain Diff
fixed run script to enable fixed number of frames for simulation
parent
5c230732
No related branches found
No related tags found
1 merge request
!29
Bugfix 51 mscgen
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake_targets/tools/run_enb_ue_virt_noS1
+6
-0
6 additions, 0 deletions
cmake_targets/tools/run_enb_ue_virt_noS1
with
6 additions
and
0 deletions
cmake_targets/tools/run_enb_ue_virt_noS1
+
6
−
0
View file @
5c05f3f4
...
...
@@ -71,6 +71,7 @@ function help()
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."
echo_error
" -n, --num-frames Set number of frames for simulation"
}
...
...
@@ -165,6 +166,11 @@ function main()
exe_arguments
=
"
$exe_arguments
-P wireshark"
shift
1
;
;;
-n
|
--num-frames
)
echo
"setting the number of frames in simulation to
$2
"
exe_arguments
=
"
$exe_arguments
-n
$2
"
shift
2
;
;;
*
)
echo
"Unknown option
$1
"
help
...
...
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