When a PDCH TS becomes disabled (eg due to dyn TS being used for a call), we are currently freeing all attached PDCHs in order to avoid further use of it. However, pdch_free_all_tbf() was only freeing TBFs attached to the PDCH, that is, TBFs having a valid TFI assigned. There are some cases where temporary dummy TBFs are created which have no TFI assigned, such as when creating an ImmAssReject. Let's take those into account too, and make sure they are freed. Related: OS#5226 Change-Id: Ibfe78448ebdedc8b049c80664711e166d910f9b7changes/30/25330/3
parent
bf7bde1cbb
commit
1d663d9277
Loading…
Reference in new issue