Attention is currently required from: pespin.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/33453 )
Change subject: Avoid using UL TBF in RELEASE state to assign DL TBF over PACCH ......................................................................
Patch Set 2: Code-Review+1
(1 comment)
File src/gprs_ms.c:
https://gerrit.osmocom.org/c/osmo-pcu/+/33453/comment/e728bea8_34ef07e9 PS2, Line 1108: if (ul_tbf_contention_resolution_done(ul_tbf) && IMO, it would be more readable to invert these conditions and have three separate `if (!cond) return false;` statements, but not critical.