X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=mc-core%2Fmc%2Fqueries%2Fgenerate_runall.py;h=667120b9f46ccc236030ab8fc7aab6daea0c4124;hb=167fe26eb2c6d3fca6bd0cf93e59ef6309a59585;hp=04d5f369c886e6d851511fe5da040328fc6b85c4;hpb=50db50e8785e69eee93a1f79bbe179f26cd6e589;p=ric-app%2Fmc.git diff --git a/mc-core/mc/queries/generate_runall.py b/mc-core/mc/queries/generate_runall.py index 04d5f36..667120b 100644 --- a/mc-core/mc/queries/generate_runall.py +++ b/mc-core/mc/queries/generate_runall.py @@ -69,14 +69,13 @@ DEBUG_MODE=`python /mc/extract_params.py ${XAPP_DESCRIPTOR_PATH}/config-file.jso WINDOW=`python /mc/extract_params.py ${XAPP_DESCRIPTOR_PATH}/config-file.json measurement_interval` -RMR_PORT=`python /mc/extract_rmr_port.py ${XAPP_DESCRIPTOR_PATH}/config-file.json rmr_data_out` +RMR_PORT=`python /mc/extract_rmr_port.py ${XAPP_DESCRIPTOR_PATH}/config-file.json rmr-data-out` # export DBAAS_SERVICE_HOST=`python /mc/extract_params.py ${XAPP_DESCRIPTOR_PATH}/config-file.json __DBAAS_SERVICE_HOST__` # export DBAAS_SERVICE_PORT=`python /mc/extract_params.py ${XAPP_DESCRIPTOR_PATH}/config-file.json __DBAAS_SERVICE_PORT__` if [ "$SIMULATOR_MODE" = "true" ] then - mkdir -p $FIFO_DIR python /mc/data_gen/dc_gen.py & python /mc/data_gen/rrcx_gen.py & fi