puppet/modules/rhizo_base/files/var/SysmoBTS/rc.local
2021-06-09 03:49:29 +02:00

6 lines
181 B
Bash

#!/bin/sh
# Turn on 2050 PA so that osmo-bts can do power ramping.
if [ `/usr/bin/sysmobts-util model-nr` == '2050' ] ; then
/usr/bin/sbts2050-util sbts2050-pwr-enable 1 1 1
fi