Attention is currently required from: neels, fixeria. pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-gprs/+/31099 )
Change subject: rlcmac: Initial implementation of UL TBF assignment and scheduler ......................................................................
Patch Set 16:
(2 comments)
File src/rlcmac/tbf_ul_ass_fsm.c:
https://gerrit.osmocom.org/c/libosmo-gprs/+/31099/comment/60e51b73_88e4f3b9 PS16, Line 53: [GPRS_RLCMAC_TBF_UL_ASS_ST_COMPL] = { },
(could just omit unset ones)
All of them are unset. I'm just preparing all the boilerplate structures so that adding stuff iteratively later is easier.
File src/rlcmac/tbf_ul_fsm.c:
https://gerrit.osmocom.org/c/libosmo-gprs/+/31099/comment/865763d1_f2738066 PS16, Line 207:
(trailing blank line)
This is actually needed otherwise linter fails.