fixeria has submitted this change. ( 
https://gerrit.osmocom.org/c/osmocom-bb/+/35767?usp=email )

Change subject: trxcon/l1gprs: print msgb hexdump in prim_dequeue_pdtch()
......................................................................

trxcon/l1gprs: print msgb hexdump in prim_dequeue_pdtch()

Change-Id: I1f82d53a46017c805c70b9dcccad058048549220
---
M src/host/trxcon/src/sched_lchan_pdtch.c
1 file changed, 11 insertions(+), 2 deletions(-)

Approvals:
  pespin: Looks good to me, approved
  laforge: Looks good to me, but someone else must approve
  Jenkins Builder: Verified




diff --git a/src/host/trxcon/src/sched_lchan_pdtch.c 
b/src/host/trxcon/src/sched_lchan_pdtch.c
index 915b060..4c49504 100644
--- a/src/host/trxcon/src/sched_lchan_pdtch.c
+++ b/src/host/trxcon/src/sched_lchan_pdtch.c
@@ -118,8 +118,8 @@
                } /* else: the ship has sailed, drop your ticket */

                LOGP_LCHAND(lchan, LOGL_ERROR,
-                           "%s(): dropping stale Tx primitive (current Fn=%u, 
prim Fn=%u)\n",
-                           __func__, fn, prim->data_req.frame_nr);
+                           "%s(): dropping stale Tx prim (current Fn=%u, prim 
Fn=%u): %s\n",
+                           __func__, fn, prim->data_req.frame_nr, 
msgb_hexdump_l2(msg));
                llist_del(&msg->list);
                msgb_free(msg);
        }

--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/35767?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I1f82d53a46017c805c70b9dcccad058048549220
Gerrit-Change-Number: 35767
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanits...@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanits...@sysmocom.de>
Gerrit-Reviewer: laforge <lafo...@osmocom.org>
Gerrit-Reviewer: pespin <pes...@sysmocom.de>
Gerrit-MessageType: merged

Reply via email to