Commit aa259bb5 authored by Lionel Gauthier's avatar Lionel Gauthier

var msc

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7255 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 9149cb48
...@@ -67,6 +67,7 @@ function help() ...@@ -67,6 +67,7 @@ function help()
function main() function main()
{ {
local -i run_gdb=0 local -i run_gdb=0
local -i run_mscgen=0
local exe_arguments=" " local exe_arguments=" "
local -i epc_local=0 local -i epc_local=0
local -r epc_default_config_file="$OPENAIR_TARGETS/bin/epc.conf" local -r epc_default_config_file="$OPENAIR_TARGETS/bin/epc.conf"
...@@ -141,7 +142,7 @@ function main() ...@@ -141,7 +142,7 @@ function main()
fi fi
if [ $run_mscgen -eq 1 ]; then if [ $run_mscgen -eq 1 ]; then
$SUDO rm -f /tmp/openair.msc.* rm -f /tmp/openair.msc.*
fi fi
exe_arguments="-O $epc_config_file $exe_arguments" exe_arguments="-O $epc_config_file $exe_arguments"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment