X-Git-Url: http://git.onelab.eu/?p=planetlab-umts-tools.git;a=blobdiff_plain;f=umtsd;h=a97bf578c80d9172032edddecd198f357d0a80d9;hp=780fb56a6d266d0d29f112560b3872d217310da5;hb=432b83015b65589d29cc6c18f0bc02ace3726a95;hpb=7c8e3b6d18a08b54f98ebd80dca334457dac6ece diff --git a/umtsd b/umtsd index 780fb56..a97bf57 100755 --- a/umtsd +++ b/umtsd @@ -21,15 +21,6 @@ command=`echo ${line%% *}` rest=`echo ${line#* }` case "$command" in - #init) - #logger "Initialitation of the UMTS inteface requested by $sliver" - #init_umts $sliver; - # - #if [[ $? != 0 ]] ; then - # echo "Failed" - #fi - #;; - start) logger "Starting the umts connection for $sliver" start_umts $sliver; @@ -97,7 +88,7 @@ case "$command" in esac -#sleep 1 +sleep 1 echo "EOF"