input/e1d: use msgb_hexdump_l2() in handle_ts_raw_read()

Change-Id: I17f4ab1315f0fdab71ccbe45fc83facf2c9ea641
This commit is contained in:
Vadim Yanitskiy 2022-04-18 02:13:21 +03:00
parent bb9cba0167
commit adb2e1666f
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ static int handle_ts_raw_read(struct osmo_fd *bfd)
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 */