fixeria has uploaded this change for review.
scheduler: fix wrong union field in _sched_compose_tch_ind()
Change-Id: I2f6794d229ad8219e3835a6eb74513672e497d5d
Related: OS#1572
---
M src/common/scheduler.c
1 file changed, 11 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/81/33581/1
diff --git a/src/common/scheduler.c b/src/common/scheduler.c
index cacae6c..5fe7b4e 100644
--- a/src/common/scheduler.c
+++ b/src/common/scheduler.c
@@ -818,7 +818,7 @@
if (tch_len)
memcpy(msg->l2h, tch, tch_len);
- LOGL1S(DL1P, LOGL_DEBUG, l1ts, chan, l1sap->u.data.fn, "%s Rx -> RTP: %s\n",
+ LOGL1S(DL1P, LOGL_DEBUG, l1ts, chan, l1sap->u.tch.fn, "%s Rx -> RTP: %s\n",
gsm_lchan_name(lchan), osmo_hexdump(msgb_l2(msg), msgb_l2len(msg)));
/* forward primitive */
l1sap_up(l1ts->ts->trx, l1sap);
To view, visit change 33581. To unsubscribe, or for help writing mail filters, visit settings.