20th September 2012 at 10:06
#68582
pix
Guest
hello,
if you are using hopping, then you can increase Offset_hopping, which will allow worse RXQUAL for PC and for HO, if the cell is using hoping.
It is very convenient.
For example:
l_rxqual_dl_p = 3 (acceptable rxqual in dl for PC)
l_rxqual_dl_h = 4 (threshold for HO qual in DL)
if you set offset_hopping = 1.5, then :
PC threshold = 3 + 1.5 = 4.5
HO threshold = 4 + 1.5 = 5.5
1 is standard.
value of 1.5 is “optimized”. A value > 1.5 is rather aggressive… Try steps of 0.2 (1.5, 1.7, 1.9…)
Cheers,
pix