bts: Update osmo-bsc.cfg and osmo-bts.cfg

Somebody seems to have forgotten to update the osmo-bsc.cfg file here,
as osmo-bsc wouldn't even start using the file here.

Change-Id: I8453da3bda36912ee42fb0c8d862f75b2065965f
diff --git a/bts/osmo-bts.cfg b/bts/osmo-bts.cfg
index c2cd0bd..ccf53db 100644
--- a/bts/osmo-bts.cfg
+++ b/bts/osmo-bts.cfg
@@ -4,14 +4,24 @@
 !
 log gsmtap 127.0.0.10
  logging level set-all debug
+ logging filter all 1
 !
 log stderr
  logging filter all 1
- logging color 0
+ logging color 1
  logging print category 1
  logging timestamp 1
  logging print extended-timestamp 1
- logging level set-all debug
+ logging level set-all notice
+ logging level rsl info
+ logging level oml info
+ logging level meas info
+ logging level pag info
+ logging level l1c info
+ logging level dsp info
+ logging level pcu debug
+ logging level trx info
+ logging level lmib debug
 !
 line vty
  no login
@@ -28,6 +38,12 @@
  osmotrx rts-advance 5
  instance 0
   osmotrx rx-gain 10
+ instance 1
+  osmotrx rx-gain 10
+ instance 2
+  osmotrx rx-gain 10
+ instance 3
+  osmotrx rx-gain 10
 bts 0
  band DCS1800
  ipa unit-id 1234 0
@@ -50,7 +66,21 @@
   power-ramp max-initial 0 mdBm
   power-ramp step-size 8000 mdB
   power-ramp step-interval 1
-  ms-power-control dsp
   phy 0 instance 0
+ trx 1
+  power-ramp max-initial 0 mdBm
+  power-ramp step-size 8000 mdB
+  power-ramp step-interval 1
+  phy 0 instance 1
+ trx 2
+  power-ramp max-initial 0 mdBm
+  power-ramp step-size 8000 mdB
+  power-ramp step-interval 1
+  phy 0 instance 2
+ trx 3
+  power-ramp max-initial 0 mdBm
+  power-ramp step-size 8000 mdB
+  power-ramp step-interval 1
+  phy 0 instance 3
 ctrl
  bind 127.0.0.20