Attention is currently required from: fixeria. pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/30564 )
Change subject: Move control_ts explicit checks out of the scheduler implementation ......................................................................
Patch Set 2:
(1 comment)
Commit Message:
https://gerrit.osmocom.org/c/osmo-pcu/+/30564/comment/3536f375_40b3a550 PS2, Line 9: Let each subsystem handle that internally.
I'm just trying to refactor all stuff related to how the control TS is assigned to a TBF, which is c […]
Under those circumstances, when the TBF is re-assigned to a new TS-allocation, it needs to keep using the old control_ts to send the assignment, and once assigned the control_ts is set to the new one. This only really works if the TBF is re-assigned on the same TRX though, since it was only storing the same TS number but no info on the previous TRX.