Attention is currently required from: fixeria.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/33706 )
Change subject: trxcon/l1sched: fix handling of UL FACCH on TCH/A[FH]S ......................................................................
Patch Set 1:
(2 comments)
File src/host/trxcon/src/sched_lchan_tchf.c:
https://gerrit.osmocom.org/c/osmocom-bb/+/33706/comment/ca13c8ff_21f14616 PS1, Line 255: data_len -= 2; why not using sizeof(struct amr_hdr) as the comment indicates?
File src/host/trxcon/src/sched_lchan_tchh.c:
https://gerrit.osmocom.org/c/osmocom-bb/+/33706/comment/f649cddb_1c64c617 PS1, Line 468: data_len -= 2; same