X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=near-rt-ric-simulator%2Fsrc%2Fstart.sh;h=ad5c677cf7ed906c9db1f182305733f4e015e493;hb=eae5626936f20d51af41c1b2ea4a7bcc10fa4086;hp=851854172a68ec14eef97a2be9466be3cb41185f;hpb=8f8c91b8e22e1941b61b916f149c9783841a4e7a;p=sim%2Fa1-interface.git diff --git a/near-rt-ric-simulator/src/start.sh b/near-rt-ric-simulator/src/start.sh index 8518541..ad5c677 100755 --- a/near-rt-ric-simulator/src/start.sh +++ b/near-rt-ric-simulator/src/start.sh @@ -25,27 +25,27 @@ if [ $# -ne 1 ]; then fi echo "Version folder for simulator: "$1 -#Set path to open api +# Set path to open api export APIPATH=$PWD/api/$1 echo "APIPATH set to: "$APIPATH cd src -#Include common module(s) +# Include common module(s) export PYTHONPATH=$PWD/common echo "PYTHONPATH set to: "$PYTHONPATH cd $1 -#start nginx +# start nginx nginx -c /usr/src/app/nginx.conf -#start callBack server +start callBack server if [[ ${A1_VERSION} == "STD"* ]]; then echo "Path to callBack.py: "$PWD python -u callBack.py & fi -#start near-rt-ric-simulator +# start near-rt-ric-simulator echo "Path to main.py: "$PWD python -u main.py