This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
pespin gerrit-no-reply at lists.osmocom.orgpespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/18655 )
Change subject: ttcn3-bts: Update cfg for test TC_tx_power_start_ramp_up_bcch
......................................................................
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
---
M ttcn3-bts-test/osmo-bsc.cfg
M ttcn3-bts-test/osmo-bts.cfg
2 files changed, 8 insertions(+), 12 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/55/18655/1
diff --git a/ttcn3-bts-test/osmo-bsc.cfg b/ttcn3-bts-test/osmo-bsc.cfg
index 3d025c0..3064595 100644
--- a/ttcn3-bts-test/osmo-bsc.cfg
+++ b/ttcn3-bts-test/osmo-bsc.cfg
@@ -138,7 +138,7 @@
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 @@
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 @@
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 @@
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 8ada1ba..45e491c 100644
--- a/ttcn3-bts-test/osmo-bts.cfg
+++ b/ttcn3-bts-test/osmo-bts.cfg
@@ -60,16 +60,12 @@
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 @@
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
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/18655
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I878d329dde3d2089ee3b68f56271fcb88d210025
Gerrit-Change-Number: 18655
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200603/2dd962ff/attachment.htm>