Commit 898e2dcd authored by aikaterini.trilyraki's avatar aikaterini.trilyraki

initialization in oaisim

parent 5b5a3949
...@@ -276,12 +276,10 @@ function main() { ...@@ -276,12 +276,10 @@ function main() {
fi fi
if [ "$oaisim" = "1" ] ; then if [ "$oaisim" = "1" ] ; then
# if [ "$HW" == "ETHERNET" ] ; then # to ask # there is no RF device and no transport protocol
# HW="NONE"
#fi
if [ $HW != "EXMIMO" -a $HW != "OAI_USRP" -a $HW != "OAI_BLADERF" ] ; then
HW="NO_VALUE" HW="NO_VALUE"
fi TP="NO_VALUE"
if [ "$XFORMS" == "True" ] ; then if [ "$XFORMS" == "True" ] ; then
PRINT_STATS="True" PRINT_STATS="True"
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