[MERGED] osmocom-bb[fixeria/trx]: trxcon/sched_trx.c: fix: omit inactive logical channels

2018-03-11 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: trxcon/sched_trx.c: fix: omit inactive logical channels .. trxcon/sched_trx.c: fix: omit inactive logical channels The sched_frame_clck_cb() is responsib

osmocom-bb[fixeria/trx]: trxcon/sched_trx.c: fix: omit inactive logical channels

2018-03-11 Thread Harald Welte
Patch Set 2: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7203 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I33e3ecc14be3ae64dfd02789c7f0970c945582c9 Gerrit-PatchSet: 2 Gerrit-Project: osmocom-bb Gerrit-Branch: fixeria/trx

[PATCH] osmocom-bb[fixeria/trx]: trxcon/sched_trx.c: fix: omit inactive logical channels

2018-03-11 Thread Vadim Yanitskiy
trxcon/sched_trx.c: fix: omit inactive logical channels The sched_frame_clck_cb() is responsible for UL burst transmission. Iterating over each timeslot, it chooses a proper lchan handler according to a current frame number and a multiframe layout in use, takes a L2 UL frame from a TX buffer, and

[PATCH] osmocom-bb[fixeria/trx]: trxcon/sched_trx.c: fix: omit inactive logical channels

2018-03-10 Thread Vadim Yanitskiy
Review at https://gerrit.osmocom.org/7203 trxcon/sched_trx.c: fix: omit inactive logical channels The sched_frame_clck_cb() is responsible for UL burst transmission. Iterating over each timeslot, it chooses a proper lchan handler according to a current frame number and a multiframe layout in us