Commit 6d365e36 authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6221 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 0391f357
...@@ -661,7 +661,8 @@ esac ...@@ -661,7 +661,8 @@ esac
############################################ ############################################
# run # run
############################################ ############################################
echo_info "11. Running ... To be done" echo_info "11. Running ... To be done"
if [ $BUILD_LTE == "ENB" ]; then
if [ $TARGET == "SOFTMODEM" ]; then if [ $TARGET == "SOFTMODEM" ]; then
if [ $HW == "EXMIMO" ]; then if [ $HW == "EXMIMO" ]; then
chmod 777 $OPENAIR_TARGETS/RT/USER/init_exmimo2.sh chmod 777 $OPENAIR_TARGETS/RT/USER/init_exmimo2.sh
...@@ -669,8 +670,7 @@ esac ...@@ -669,8 +670,7 @@ esac
fi fi
echo "############# running ltesoftmodem #############" echo "############# running ltesoftmodem #############"
if [ $RUN_GDB -eq 0 ]; then if [ $RUN_GDB -eq 0 ]; then
echo "EXE_ARGUMENTS $EXE_ARGUMENTS" exec $OPENAIR_TARGETS/bin/lte-softmodem `echo $EXE_ARGUMENTS`
exec $OPENAIR_TARGETS/bin/lte-softmodem "$EXE_ARGUMENTS"
else else
touch ~/.gdb_lte_softmodem touch ~/.gdb_lte_softmodem
echo "file $OPENAIR_TARGETS/bin/lte-softmodem" > ~/.gdb_lte_softmodem echo "file $OPENAIR_TARGETS/bin/lte-softmodem" > ~/.gdb_lte_softmodem
...@@ -679,4 +679,5 @@ esac ...@@ -679,4 +679,5 @@ esac
gdb -nh -x ~/.gdb_lte_softmodem 2>&1 gdb -nh -x ~/.gdb_lte_softmodem 2>&1
fi fi
fi fi
fi
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