Adding a PCU config file

This commit is contained in:
Keith Whyte 2020-04-29 06:34:56 +02:00
parent 9685f7598c
commit 4d4d745092
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,7 @@
pcu
egprs only
flow-control-interval 10
cs 4
alloc-algorithm dynamic
alpha 0
gamma 0

View file

@ -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.