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/.
Harald Welte gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/7241
bts: Align default SI contents with what we see from OsmoBSC
Change-Id: I8d0fa73e1a9b859e1833b0d2ce8cb6bbf07938cc
---
M bts/BTS_Tests.ttcn
1 file changed, 5 insertions(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/41/7241/1
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 324436d..2cf17ae 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -128,16 +128,16 @@
}
template (value) RachControlParameters ts_RachCtrl_default := {
- max_retrans := RACH_MAX_RETRANS_1,
- tx_integer := '0000'B, /* 3 slots */
+ max_retrans := RACH_MAX_RETRANS_7,
+ tx_integer := '1001'B, /* 12 slots */
cell_barr_access := false,
re_not_allowed := true,
acc := '0000010000000000'B
};
template (value) CellSelectionParameters ts_CellSelPar_default := {
- cell_resel_hyst_2dB := 0,
- ms_txpwr_max_cch := 0,
+ cell_resel_hyst_2dB := 2,
+ ms_txpwr_max_cch := 7,
acs := '0'B,
neci := true,
rxlev_access_min := 0
@@ -170,7 +170,7 @@
dn_ind := false,
pwrc := false,
dtx := MS_MAY_USE_UL_DTX,
- radio_link_tout_div4 := 4/4
+ radio_link_tout_div4 := (32/4)-1
},
cell_sel_par := ts_CellSelPar_default,
rach_control := ts_RachCtrl_default,
--
To view, visit https://gerrit.osmocom.org/7241
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8d0fa73e1a9b859e1833b0d2ce8cb6bbf07938cc
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>