Skip to content
Success

Changes

Summary

  1. ta_control: Reset state during lchan deactivation (details)
  2. {bs,ms}_power_control: Add helper function to reset state (details)
  3. {bs,ms}_power_control: Reset state during lchan deactivation (details)
Commit 499d16b06e7c5efbc5adb15fea86fc5b9d51d723 by Pau Espin Pedrol
ta_control: Reset state during lchan deactivation

Otherwise next time the lchan is activated, its ta_ctrl.skip_block_num
will be different based on previous lchan state.

Change-Id: I2aacbbc5b2db46c17b1266b5b5e84d8286d0cf83
The file was modifiedsrc/common/lchan.c
Commit a67b5f82be3cef79711ebb7c44a2096642d71eb1 by Pau Espin Pedrol
{bs,ms}_power_control: Add helper function to reset state

This way we can better document and identify places where the state is
reset.

Change-Id: I3e010a4ed72ba2574ce6c1316b8460689fc1d482
The file was modifiedsrc/common/rsl.c
The file was modifiedinclude/osmo-bts/power_control.h
The file was modifiedsrc/common/power_control.c
Commit 5347e03b9eba7e9efddb0e54d24e504b2c036fc6 by Pau Espin Pedrol
{bs,ms}_power_control: Reset state during lchan deactivation

Change-Id: I0c247414d27d7ac636c6dbb294b0dd3bffc4ed97
The file was modifiedsrc/common/lchan.c