fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/33581 )


Change subject: scheduler: fix wrong union field in _sched_compose_tch_ind()
......................................................................

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 https://gerrit.osmocom.org/c/osmo-bts/+/33581
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I2f6794d229ad8219e3835a6eb74513672e497d5d
Gerrit-Change-Number: 33581
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange

Reply via email to