LiteCel: Add rc.local
This commit is contained in:
parent
ee187785ba
commit
598bf572b8
2 changed files with 8 additions and 0 deletions
6
modules/rhizo_base/files/var/SysmoBTS/rc.local
Executable file
6
modules/rhizo_base/files/var/SysmoBTS/rc.local
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue