X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=simulators%2Fe2sim%2Fhelm%2Fe2sim%2Ftemplates%2Fbin%2F_e2sim-run.sh.tpl;fp=simulators%2Fe2sim%2Fhelm%2Fe2sim%2Ftemplates%2Fbin%2F_e2sim-run.sh.tpl;h=8f7c954a7ae2ff1b0927e66a0b8f58dfbf291b45;hb=99115439fd9976bd251f98ed21171c6f38ff2b05;hp=0ee09b6d48330996c83e69500e8aa17a2ccfd4f6;hpb=61242504acf3bdbe2ef6a02014727a634c156833;p=it%2Ftest.git diff --git a/simulators/e2sim/helm/e2sim/templates/bin/_e2sim-run.sh.tpl b/simulators/e2sim/helm/e2sim/templates/bin/_e2sim-run.sh.tpl index 0ee09b6..8f7c954 100755 --- a/simulators/e2sim/helm/e2sim/templates/bin/_e2sim-run.sh.tpl +++ b/simulators/e2sim/helm/e2sim/templates/bin/_e2sim-run.sh.tpl @@ -48,7 +48,7 @@ if [ -z $E2SIM_BIND_ADDR ]; then echo "No suitable address found, binding on loopback addess ${LO}" E2SIM_BIND_ADDR=${LO} else - echo "e2sim starting at ${E2SIM_BIND_ADDR}:${E2SIM_PORT:-36422}" + echo "e2sim starting at ${E2SIM_BIND_ADDR}:${E2SIM_PORT:-36421}" fi -${E2SIM:-/home/e2sim/build/e2agent} ${E2SIM_BIND_ADDR} ${E2SIM_PORT:-36422} +${E2SIM:-/home/e2sim/build/e2agent} ${E2SIM_BIND_ADDR} ${E2SIM_PORT:-36421}