mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 04:53:24 +00:00
9 lines
122 B
Bash
Executable File
9 lines
122 B
Bash
Executable File
#!/bin/sh
|
|
|
|
while true;
|
|
do
|
|
echo "Going to drop the OML connection"
|
|
./drop-oml.sh | telnet 127.0.0.1 4242
|
|
sleep 58m
|
|
done
|