Change-Id: Ia3f08fe8c56983d56f7954899576be7c1a65ad5f
This commit is contained in:
Neels Hofmeyr 2019-11-13 15:57:59 +01:00
parent 669d72824c
commit 177a837823
2 changed files with 5 additions and 2 deletions

View File

@ -58,7 +58,7 @@ HLR_IP=127.0.0.1
HLRPROXY_IP=127.0.0.23
HLRPROXY_PROXY_IP=127.0.0.42
MSC_HLR_IP=${HLRPROXY_IP}
MSC_HLR_IP=${HLRPROXY_PROXY_IP}
MSC_PC="0.23.1"
MSC_MNCC_SOCKET="/tmp/mncc_socket"
#MSC_MNCC="internal"

View File

@ -81,6 +81,7 @@ mgw4msc="osmo-mgw -c osmo-mgw-for-msc.cfg"
mgw4bsc="osmo-mgw -c osmo-mgw-for-bsc.cfg"
hlr="LD_LIBRARY_PATH=/usr/local/lib gdb -ex run --args osmo-hlr --db-upgrade"
hlr_proxy="LD_LIBRARY_PATH=/usr/local/lib gdb -ex run --args osmo-hlr --db-upgrade -c osmo-hlr-proxy.cfg --database hlr-proxy.db"
hlr_proxy_proxy="LD_LIBRARY_PATH=/usr/local/lib gdb -ex run --args osmo-hlr --db-upgrade -c osmo-hlr-proxy-proxy.cfg --database hlr-proxy-proxy.db"
stp="osmo-stp"
bsc="LD_LIBRARY_PATH=/usr/local/lib gdb -ex run --args osmo-bsc -c osmo-bsc.cfg"
@ -124,6 +125,8 @@ term "$hlr" HLR &
sleep .2
term "$hlr_proxy" HLRproxy &
sleep .2
term "$hlr_proxy_proxy" HLRproxyproxy &
sleep .2
term "$sgsn" SGSN &
sleep .2
term "$gbproxy" GBPROXY &
@ -158,7 +161,7 @@ echo Closing...
#ssh bts neels/stop_remote.sh
jobs
kill %1 %2 %3 %4 %5 %6 %7 %8 %9 %10 %11 %12 %13 %14 %15
kill %1 %2 %3 %4 %5 %6 %7 %8 %9 %10 %11 %12 %13 %14 %15 %16
killall osmo-msc
killall osmo-bsc
killall osmo-gbproxy