Add support for the Huawei e620 umts card
[planetlab-umts-tools.git] / backend / umts
index c52ce10..641b001 100755 (executable)
@@ -9,7 +9,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
 case "$1" in
     start)
        echo "Initializing the umts component..."
-       if init ; then echo "Done."; fi
+       if init_umts; then echo "Done."; fi
     ;;
 
     *)