X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docker-compose%2Fdata%2FsendMsgToMediator.sh;fp=docker-compose%2Fdata%2FsendMsgToMediator.sh;h=2b8eb5fdbafec47878bfc06c159fd2a8a5ef322a;hb=a3c38de00c450567f675248009d76f04f21629b1;hp=a2f3db31b9281de739907612b7c4834716ccc4ad;hpb=5feecd881172a3b22041d35443c1f946e7d5f63e;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"}