Adding a PCU config file
This commit is contained in:
parent
9685f7598c
commit
4d4d745092
2 changed files with 8 additions and 0 deletions
7
modules/rhizo_base/files/var/SysmoBTS/osmo-pcu.cfg
Normal file
7
modules/rhizo_base/files/var/SysmoBTS/osmo-pcu.cfg
Normal file
|
@ -0,0 +1,7 @@
|
|||
pcu
|
||||
egprs only
|
||||
flow-control-interval 10
|
||||
cs 4
|
||||
alloc-algorithm dynamic
|
||||
alpha 0
|
||||
gamma 0
|
|
@ -17,6 +17,7 @@ for bts in "${!BTS[@]}" ; do
|
|||
ssh $SSH_OPTS root@${BTS[$bts]} "echo 'root:$BTSPASS' | /usr/sbin/chpasswd"
|
||||
ssh $SSH_OPTS root@${BTS[$bts]} "date -s '$(date)'"
|
||||
ssh $SSH_OPTS root@${BTS[$bts]} "echo nameserver 1.1.1.1 > /etc/resolv.conf; echo nameserver 9.9.9.9 >> /etc/resolv.conf"
|
||||
scp $SSH_OPTS osmo-pcu.cfg root@${BTS[$bts]}:/etc/osmocom/osmo-pcu.cfg
|
||||
|
||||
if [ "$(ssh $SSH_OPTS ${BTS[$bts]} sysmobts-util trx-nr)" == "0" ] ; then
|
||||
# Master Verified.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue