fixeria submitted this change.
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
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(-)
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 change 35779. To unsubscribe, or for help writing mail filters, visit settings.