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

 (

1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted 
one.
 )Change subject: layer23: cosmetic: clarify GPRS related L1CTL logging
......................................................................

layer23: cosmetic: clarify GPRS related L1CTL logging

Change-Id: Idcde85c132a52b7bc6c3f2f58c2eac0a509b7b43
---
M src/host/layer23/src/common/l1ctl.c
1 file changed, 11 insertions(+), 2 deletions(-)

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




diff --git a/src/host/layer23/src/common/l1ctl.c 
b/src/host/layer23/src/common/l1ctl.c
index 349f048..a0f25b8 100644
--- a/src/host/layer23/src/common/l1ctl.c
+++ b/src/host/layer23/src/common/l1ctl.c
@@ -983,7 +983,7 @@
                    rxlev2dbm(ind->meas.rx_lev), 0,
                    msgb_l2(msg), msgb_l2len(msg));

-       DEBUGP(DL1C, "Rx GPRS DL block (fn=%u, tn=%u, len=%u): %s\n",
+       DEBUGP(DL1C, "Rx GPRS DL BLOCK.ind (fn=%u, tn=%u, len=%u): %s\n",
               fn, ind->hdr.tn, msgb_l2len(msg), msgb_hexdump_l2(msg));

        /* distribute or drop */
@@ -1012,7 +1012,7 @@
                return -EINVAL;
        }

-       DEBUGP(DL1C, "Rx RTS.ind (fn=%u, tn=%u, usf=%u)\n",
+       DEBUGP(DL1C, "Rx GPRS RTS.ind (fn=%u, tn=%u, usf=%u)\n",
               ntohl(ind->fn), ind->tn, ind->usf);

        /* distribute or drop */

--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/35779?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: Idcde85c132a52b7bc6c3f2f58c2eac0a509b7b43
Gerrit-Change-Number: 35779
Gerrit-PatchSet: 3
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to