aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/contrib/bsc-test/msc.sh
diff options
context:
space:
mode:
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