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 */

--
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/27815
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I17f4ab1315f0fdab71ccbe45fc83facf2c9ea641
Gerrit-Change-Number: 27815
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange

Reply via email to