X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=near-rt-ric-simulator%2Fsrc%2Fstart.sh;h=feb5a1dd012dfffce9b95f0cc2ce8e6a7419c1f0;hb=6cad5d9a2637735f353200c44f5a1fcbb76f47f4;hp=a424b5abe5b3bd31bc93d46af97eb7a927494f00;hpb=21be2e0c890fb9604d0add2942fcff19b6fe2fb2;p=sim%2Fa1-interface.git diff --git a/near-rt-ric-simulator/src/start.sh b/near-rt-ric-simulator/src/start.sh index a424b5a..feb5a1d 100755 --- a/near-rt-ric-simulator/src/start.sh +++ b/near-rt-ric-simulator/src/start.sh @@ -37,5 +37,15 @@ echo "PYTHONPATH set to: "$PYTHONPATH cd $1 +#start nginx +nginx -c /usr/src/app/nginx.conf + +#start callBack server +if [[ ${A1_VERSION} == "STD"* ]]; then + echo "Path to callBack.py: "$PWD + python -u callBack.py & +fi + +#start near-rt-ric-simulator echo "Path to main.py: "$PWD python -u main.py