Support for additional NR metrics
[ric-app/mc.git] / mc-core / container_start.sh
index a2195ea..743313a 100755 (executable)
@@ -42,7 +42,7 @@
 set -e
 
 SIMULATOR_MODE=`python /mc/extract_params.py ${XAPP_DESCRIPTOR_PATH}/config-file.json simulator_mode`
-RMR_PORT=`python /mc/extract_rmr_port.py ${XAPP_DESCRIPTOR_PATH}/config-file.json rmr_data_in`
+RMR_PORT=`python /mc/extract_rmr_port.py ${XAPP_DESCRIPTOR_PATH}/config-file.json rmr-data`
 
 if [ "$SIMULATOR_MODE" != "true" ]
 then