Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
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
lizhongxiao
OpenXG-RAN
Commits
80a3ccad
Commit
80a3ccad
authored
Apr 05, 2016
by
Rohit Gupta
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bugfix-51-mscgen' into 'develop'
Bugfix 51 mscgen See merge request !29
parents
4ff17e2b
422f3008
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
cmake_targets/tools/run_enb_ue_virt_noS1
cmake_targets/tools/run_enb_ue_virt_noS1
+6
-0
No files found.
cmake_targets/tools/run_enb_ue_virt_noS1
View file @
80a3ccad
...
@@ -71,6 +71,7 @@ function help()
...
@@ -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
" 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
" or pdcp-lte. Note the L2 pdus are transmitted to the local interface."
echo_error
" -x, --xforms Run XFORMS scope windows."
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()
...
@@ -165,6 +166,11 @@ function main()
exe_arguments
=
"
$exe_arguments
-P wireshark"
exe_arguments
=
"
$exe_arguments
-P wireshark"
shift
1
;
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
"
echo
"Unknown option
$1
"
help
help
...
...
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