X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=near-rt-ric-simulator%2Fsrc%2Fstart.sh;h=3fe7d4b1f1b742e09cdcdeb437abe7cacfdcc0d4;hb=2f9ccf9fe7be29b0be569642e25cb3f9200936cc;hp=9d5acd889b8478f426a0abf0f24910eaad88da9b;hpb=ee00edac53e6959f4696ab62c8f6e9d8a63275fd;p=sim%2Fa1-interface.git diff --git a/near-rt-ric-simulator/src/start.sh b/near-rt-ric-simulator/src/start.sh index 9d5acd8..3fe7d4b 100755 --- a/near-rt-ric-simulator/src/start.sh +++ b/near-rt-ric-simulator/src/start.sh @@ -41,8 +41,10 @@ cd $1 nginx -c /usr/src/app/nginx.conf #start callBack server -echo "Path to callBack.py: "$PWD -python -u callBack.py & +if [ ${A1_VERSION} == "STD_1.1.3" ]; then + echo "Path to callBack.py: "$PWD + python -u callBack.py & +fi #start near-rt-ric-simulator echo "Path to main.py: "$PWD