aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/contrib/bsc-test/msc.sh
blob: 766603defb4a81437eb83b41d8e9486c2154a7dd (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

while true;
do
	echo "Kill the osmo-bsc-sccplite"
	/usr/bin/kill -s SIGUSR2 `pidof osmo-bsc-sccplite`
	sleep 58s
done