Skip to content
Success

Changes

Summary

  1. bs_power_control: Apply defaults during reset (details)
  2. ms_power_control: Apply defaults during reset (details)
  3. ta_power_control: reset during lchan activation (details)
Commit b595b323f0834071a59f5c8b75fe2b0fb139686b by Pau Espin Pedrol
bs_power_control: Apply defaults during reset

lchan_bs_pwr_ctrl_reset() is already called furhter above in
rsl_rx_chan_activ(), so simplify mode the default values there and no
need to re-apply them twice.

Change-Id: I00d9205d114b2d507c1048375693de4aa06bebbe
The file was modifiedsrc/common/rsl.c
The file was modifiedsrc/common/power_control.c
Commit 58035f67322a7be10f11e15351432e86ebecd701 by Pau Espin Pedrol
ms_power_control: Apply defaults during reset

lchan_ms_pwr_ctrl_reset() is already called furhter above in
rsl_rx_chan_activ(), so simplify mode the default values there and no
need to re-apply them twice.

Change-Id: I5c0137ba8bf1e057abdc1911716e3d1bf8c61ea3
The file was modifiedsrc/common/rsl.c
The file was modifiedsrc/common/power_control.c
Commit 7e451975fbc57d96c36345200f49f035ce894933 by Pau Espin Pedrol
ta_power_control: reset during lchan activation

This way lchan->ta_ctrl.skip_block_num is also reset to 0 during chan
re-activation case, in which case we allow the TA control loop to kick
in during first input after re-activation.

Change-Id: I149fffa73ef651fd21e52e5423b31f8e95e57941
The file was modifiedsrc/common/rsl.c
The file was modifiedsrc/common/ta_control.c