aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/contrib/bsc-test/msc.sh
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-10-26 00:33:26 +0200
committerHarald Welte <laforge@gnumonks.org>2017-10-26 00:50:00 +0200
commitcb1838d8075379fdc08095fdd718b459180a38ae (patch)
tree730f22af482b70f4209c2be57e1e084d06ffce01 /openbsc/contrib/bsc-test/msc.sh
parented03661871ac8ee1715c04390d25631537b084ac (diff)
rename osmo-bsc to osmo-bsc-sccplite
This is to avoid naming conflicts with the new osmo-bsc, which resides in its own git repository (osmo-bsc.git) and which uses libosmo-sigtran and implements (primarily) 3GPP AoIP. Change-Id: If10d1599b62d010726336134091a4e855c380d93
Diffstat (limited to 'openbsc/contrib/bsc-test/msc.sh')
-rwxr-xr-xopenbsc/contrib/bsc-test/msc.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/contrib/bsc-test/msc.sh b/openbsc/contrib/bsc-test/msc.sh
index bec011d4c..766603def 100755
--- a/openbsc/contrib/bsc-test/msc.sh
+++ b/openbsc/contrib/bsc-test/msc.sh
@@ -2,7 +2,7 @@
while true;
do
- echo "Kill the osmo-bsc"
- /usr/bin/kill -s SIGUSR2 `pidof osmo-bsc`
+ echo "Kill the osmo-bsc-sccplite"
+ /usr/bin/kill -s SIGUSR2 `pidof osmo-bsc-sccplite`
sleep 58s
done