Update path to xapp descriptor. Add schema parser library
[ric-app/mc.git] / mc-core / container_start.sh
index bcce8d4..22d121d 100755 (executable)
@@ -41,7 +41,7 @@
 
 set -e
 
-SIMULATOR_MODE=`python /mc/extract_params.py $XAPP_DESCRIPTOR_PATH simulator_mode`
+SIMULATOR_MODE=`python /mc/extract_params.py ${XAPP_DESCRIPTOR_PATH}/config-file.json simulator_mode`
 
 if [ "$SIMULATOR_MODE" != "true" ]
 then