A1 simulator for STD 2.0.0
[sim/a1-interface.git] / near-rt-ric-simulator / src / start.sh
index 73491bd..feb5a1d 100755 (executable)
@@ -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