fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmocom-bb/+/35779?usp=email )
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/79/35779/1
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: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange