fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-abis/+/27815 )
Change subject: input/e1d: use msgb_hexdump_l2() in handle_ts_raw_read() ......................................................................
input/e1d: use msgb_hexdump_l2() in handle_ts_raw_read()
Change-Id: I17f4ab1315f0fdab71ccbe45fc83facf2c9ea641 --- M src/input/e1d.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/15/27815/1
diff --git a/src/input/e1d.c b/src/input/e1d.c index ddd1bc4..4ab7c36 100644 --- a/src/input/e1d.c +++ b/src/input/e1d.c @@ -242,7 +242,7 @@ msgb_put(msg, ret);
msg->l2h = msg->data; - LOGPITS(e1i_ts, DLMIB, LOGL_DEBUG, "RAW CHAN RX: %s\n", osmo_hexdump(msgb_l2(msg), ret)); + LOGPITS(e1i_ts, DLMIB, LOGL_DEBUG, "RAW CHAN RX: %s\n", msgb_hexdump_l2(msg)); ret = e1inp_rx_ts(e1i_ts, msg, 0, 0); /* physical layer indicates that data has been sent, * we thus can send some more data */