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/.
Pau Espin Pedrol gerrit-no-reply at lists.osmocom.orgPau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/11102
Change subject: ttcn3: BTS_Tests.cfg.tmpl: Use tolerance parameters
......................................................................
ttcn3: BTS_Tests.cfg.tmpl: Use tolerance parameters
Change-Id: I8e28d7c011f466d0eb2127f61032978c4e0bf16d
---
M ttcn3/suites/ttcn3_bts_tests/scripts/BTS_Tests.cfg.tmpl
1 file changed, 6 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/02/11102/1
diff --git a/ttcn3/suites/ttcn3_bts_tests/scripts/BTS_Tests.cfg.tmpl b/ttcn3/suites/ttcn3_bts_tests/scripts/BTS_Tests.cfg.tmpl
index 7379528..579f645 100644
--- a/ttcn3/suites/ttcn3_bts_tests/scripts/BTS_Tests.cfg.tmpl
+++ b/ttcn3/suites/ttcn3_bts_tests/scripts/BTS_Tests.cfg.tmpl
@@ -15,8 +15,12 @@
L1CTL_PortType.m_l1ctl_sock_path := "/data/unix_l2/osmocom_l2"
BTS_Tests.mp_ctrl_ip := "${btsvty_ctrl_hostname}"
BTS_Tests.mp_rxlev_exp := 1
-BTS_Tests.mp_tolerance_rxlev := 10;
-BTS_Tests.mp_tolerance_rxqual := 1;
+BTS_Tests.mp_ms_power_level_exp := 4
+BTS_Tests.mp_timing_offset_256syms_exp := 8000
+BTS_Tests.mp_tolerance_rxlev := 10
+BTS_Tests.mp_tolerance_rxqual := 1
+BTS_Tests.mp_tolerance_ms_power_level := 5
+BTS_Tests.mp_tolerance_timing_offset_256syms := 10000
BTS_Tests.mp_trx0_arfcn := 868
[MAIN_CONTROLLER]
--
To view, visit https://gerrit.osmocom.org/11102
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8e28d7c011f466d0eb2127f61032978c4e0bf16d
Gerrit-Change-Number: 11102
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180926/8b98775f/attachment.htm>