X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=near-rt-ric-simulator%2Fsrc%2Fstart.sh;h=feb5a1dd012dfffce9b95f0cc2ce8e6a7419c1f0;hb=refs%2Ftags%2F2.3.1;hp=73491bd952d1cf5a6ce234fc758547163c5eba97;hpb=9ab67f5d44b9e5bfcafddd6ea5e0ae10f68ca110;p=sim%2Fa1-interface.git diff --git a/near-rt-ric-simulator/src/start.sh b/near-rt-ric-simulator/src/start.sh index 73491bd..feb5a1d 100755 --- a/near-rt-ric-simulator/src/start.sh +++ b/near-rt-ric-simulator/src/start.sh @@ -40,6 +40,12 @@ 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