fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/33582 )
Change subject: scheduler: use msgb_hexdump_l2() in _sched_compose_tch_ind() ......................................................................
scheduler: use msgb_hexdump_l2() in _sched_compose_tch_ind()
Change-Id: Iec8b6edaeb516eb5dc65eab52e3450e7330a6504 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/82/33582/1
diff --git a/src/common/scheduler.c b/src/common/scheduler.c index 5fe7b4e..7ea6bfa 100644 --- a/src/common/scheduler.c +++ b/src/common/scheduler.c @@ -819,7 +819,7 @@ memcpy(msg->l2h, tch, tch_len);
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))); + gsm_lchan_name(lchan), msgb_hexdump_l2(msg)); /* forward primitive */ l1sap_up(l1ts->ts->trx, l1sap);