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;h=35e01c4f99df56ec88d2b6819ea78075baf93f40;hb=07d27778d0053beb672db05c58a8be00805c1567;hp=0ee09b6d48330996c83e69500e8aa17a2ccfd4f6;hpb=c5fa07bcd8cbd614bcd813cac698385b789bcfcb;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..35e01c4 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/e2sim} ${E2SIM_BIND_ADDR} ${E2SIM_PORT:-36421}