net/templates/run.sh: update path to esme_dgsm.py

Change-Id: I173a43e826149a749f190c5e7c8014e220a8ae8d
This commit is contained in:
Oliver Smith 2019-11-22 12:42:58 +01:00
parent 35813ef64a
commit 6d5952474f
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ mgw4bsc="osmo-mgw -c osmo-mgw-for-bsc.cfg"
hlr="LD_LIBRARY_PATH=/usr/local/lib gdb -ex run --args osmo-hlr --db-upgrade"
stp="osmo-stp"
bsc="LD_LIBRARY_PATH=/usr/local/lib gdb -ex run --args osmo-bsc -c osmo-bsc.cfg"
esme="${NET_DIR}/../../src/osmo-msc/contrib/esme_mslookup.py"
esme="${NET_DIR}/../../src/osmo-hlr/contrib/dgsm/esme_dgsm.py"
if [ "x${MSC_MNCC}" != "xinternal" ]; then
sipcon="osmo-sip-connector -c osmo-sip-connector.cfg"