X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docker-compose%2Fdata%2FsendMsgToMediator.sh;h=2b8eb5fdbafec47878bfc06c159fd2a8a5ef322a;hb=7eca35ab52d5139dd9e23aa5707b30eab10c5e34;hp=a2f3db31b9281de739907612b7c4834716ccc4ad;hpb=e86cf3f2ca6f18b9754d82ac5530c09a9a2235e9;p=nonrtric.git diff --git a/docker-compose/data/sendMsgToMediator.sh b/docker-compose/data/sendMsgToMediator.sh index a2f3db31..2b8eb5fd 100755 --- a/docker-compose/data/sendMsgToMediator.sh +++ b/docker-compose/data/sendMsgToMediator.sh @@ -24,7 +24,7 @@ # ./sendMsgToMediator.sh [dmaap-mr port] [http/https] SHELL_FOLDER=$(cd "$(dirname "$0")";pwd) -bash ${SHELL_FOLDER}/prepareEcsData.sh +bash ${SHELL_FOLDER}/prepareIcsData.sh dmaa_mr_port=${1:-3904} httpx=${2:-"http"}