bts: TC_rsl_ms_pwr_dyn_down: Fix expected MS Power level

Related: OS#4244
Change-Id: I62c468b27d05fbff4a98ea24981188689f5899d3
This commit is contained in:
Pau Espin 2019-11-05 13:50:27 +01:00 committed by pespin
parent 7021cfd167
commit 61122c8f35
1 changed files with 1 additions and 1 deletions

View File

@ -2160,7 +2160,7 @@ function f_TC_rsl_ms_pwr_dyn_down(charstring id) runs on ConnHdlr {
/* update power param to enable power loop
as per spec the supplied ms power IE should set the max allowed power...*/
RSL.send(ts_RSL_MS_PWR_CTRL_with_pp(g_chan_nr, pwr_var));
RSL.send(ts_RSL_MS_PWR_CTRL_with_pp(g_chan_nr, pwr_target_val));
/* wait, then check that our power level was increased */
timer T1 := 10.0;