Skip to content
Success

Changes

Summary

  1. ta_control: Move skip_block logic to helper function (details)
  2. ta_control: Move variable declaration to the top of the function (details)
  3. ta_control: Add missing include for lchan.h (details)
  4. ta_control: Fix skip_block_num not reset when switching TS to PDCH (details)
Commit 918697790e3a3152eb78b91681bf50f8f1cf1275 by Pau Espin Pedrol
ta_control: Move skip_block logic to helper function

This makes it more similar to code in power_control.c.

Change-Id: I174f2f941fbedbe0793cc0b93d01e53e23328cf2
The file was modifiedsrc/common/ta_control.c
Commit cf99e7694fac5b81b7d3e5fd37bf3dd542204d85 by Pau Espin Pedrol
ta_control: Move variable declaration to the top of the function

Change-Id: Ia5ada61d74f5b17c4d1479123462104650a6ed0f
The file was modifiedsrc/common/ta_control.c
Commit 1d814338a0752326beb3668ca36dfc97b447df9e by Pau Espin Pedrol
ta_control: Add missing include for lchan.h

Change-Id: Iea1f7ed303ebd0c12a48bb3edf73a494b8736a39
The file was modifiedsrc/common/ta_control.c
Commit 028a70bc9c22e044e5903f6148ef40b3ef14a2ba by Pau Espin Pedrol
ta_control: Fix skip_block_num not reset when switching TS to PDCH

Change-Id: Id3e81ebec04042dd7d8e4805762e3e518790706d
The file was modifiedsrc/common/ta_control.c
The file was modifiedinclude/osmo-bts/ta_control.h
The file was modifiedsrc/common/rsl.c