This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
pespin gerrit-no-reply at lists.osmocom.orgpespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/19065 )
Change subject: pdch.cpp: Fix logging line format in rcv_block wrong length
......................................................................
pdch.cpp: Fix logging line format in rcv_block wrong length
Change-Id: I2f818021cef41ab6f4569cd87026072811853352
---
M src/pdch.cpp
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/65/19065/1
diff --git a/src/pdch.cpp b/src/pdch.cpp
index b97f4c7..7260e4a 100644
--- a/src/pdch.cpp
+++ b/src/pdch.cpp
@@ -754,8 +754,8 @@
enum CodingScheme cs = mcs_get_by_size_ul(len);
if (!cs) {
bts()->do_rate_ctr_inc(CTR_DECODE_ERRORS);
- LOGP(DRLCMACUL, LOGL_ERROR, "Dropping data block with invalid"
- "length: %d)\n", len);
+ LOGP(DRLCMACUL, LOGL_ERROR, "Dropping data block with invalid "
+ "length: %d\n", len);
return -EINVAL;
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/19065
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I2f818021cef41ab6f4569cd87026072811853352
Gerrit-Change-Number: 19065
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200630/6a5e0ee3/attachment.htm>