From 44eea6be40b5330adafed6303f03ae20315c3cfa Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 3 Jun 2020 20:39:06 +0200 Subject: [PATCH] ttcn3-bts: Update cfg for test TC_tx_power_start_ramp_up_bcch The test mentioned above is added in osmo-ttcn3-hacks.git Ieb7444c6312bbeab64da2732393b3facf3e1f003. config files are updated to make sense: * "nominal power" in osmo-bsc.cfg reflects correct default nominal tx power of fake_trx. * "osmotrx tx-attenuation" in osmo-bts.cfg is removed to let osmo-bts use the value received through OML (max_power_red 20). * "power-ramp step-size" in osmo-bts.cfg is increased to speed up the test. There's no good reason to keep it lower. Change-Id: I878d329dde3d2089ee3b68f56271fcb88d210025 --- ttcn3-bts-test/osmo-bsc.cfg | 8 ++++---- ttcn3-bts-test/osmo-bts.cfg | 12 ++++-------- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/ttcn3-bts-test/osmo-bsc.cfg b/ttcn3-bts-test/osmo-bsc.cfg index 3d025c05..3064595c 100644 --- a/ttcn3-bts-test/osmo-bsc.cfg +++ b/ttcn3-bts-test/osmo-bsc.cfg @@ -138,7 +138,7 @@ network trx 0 rf_locked 0 arfcn 871 - nominal power 23 + nominal power 50 max_power_red 20 rsl e1 tei 0 timeslot 0 @@ -168,7 +168,7 @@ network trx 1 rf_locked 0 arfcn 873 - nominal power 23 + nominal power 50 max_power_red 20 rsl e1 tei 1 timeslot 0 @@ -198,7 +198,7 @@ network trx 2 rf_locked 0 arfcn 875 - nominal power 23 + nominal power 50 max_power_red 20 rsl e1 tei 2 timeslot 0 @@ -228,7 +228,7 @@ network trx 3 rf_locked 0 arfcn 877 - nominal power 23 + nominal power 50 max_power_red 20 rsl e1 tei 3 timeslot 0 diff --git a/ttcn3-bts-test/osmo-bts.cfg b/ttcn3-bts-test/osmo-bts.cfg index 8ada1ba7..45e491c1 100644 --- a/ttcn3-bts-test/osmo-bts.cfg +++ b/ttcn3-bts-test/osmo-bts.cfg @@ -60,16 +60,12 @@ phy 0 osmotrx rts-advance 5 instance 0 osmotrx rx-gain 10 - osmotrx tx-attenuation 0 instance 1 osmotrx rx-gain 10 - osmotrx tx-attenuation 0 instance 2 osmotrx rx-gain 10 - osmotrx tx-attenuation 0 instance 3 osmotrx rx-gain 10 - osmotrx tx-attenuation 0 bts 0 band DCS1800 ipa unit-id 1234 0 @@ -90,22 +86,22 @@ bts 0 pcu-socket /data/unix/pcu_sock trx 0 power-ramp max-initial 0 mdBm - power-ramp step-size 2000 mdB + power-ramp step-size 8000 mdB power-ramp step-interval 1 phy 0 instance 0 trx 1 power-ramp max-initial 0 mdBm - power-ramp step-size 2000 mdB + 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 2000 mdB + 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 2000 mdB + power-ramp step-size 8000 mdB power-ramp step-interval 1 phy 0 instance 3 ctrl