Attention is currently required from: fixeria, laforge.
3 comments:
Commit Message:
Patch Set #1, Line 13: Change-Id: I9045437d52984b7abe00fbc815d7f83c62c0fb5a
`Depends: libosmocore.git Ibd6a1d468a70126a8f67e944fcb916969cc3c36b` […]
Done
File src/common/scheduler.c:
Patch Set #1, Line 1153: /* look for
AFAIR, in this context it means both main (DCCH/TCH) and associated (SACCH) channels. […]
According to GSM TS 05.02, both FACCH/SACCH can be used to send access bursts (uplink access or handover access).
Patch Set #1, Line 1156: struct l1sched_ts *l1ts = lchan->ts->priv;
This pointer can be obtained only once outside of the loop. […]
Yes, it may happen, because uplink access is activated before channel is activated. Just added the check here too.
To view, visit change 34886. To unsubscribe, or for help writing mail filters, visit settings.