Change in libosmocore[master]: lapdm: Change log level of log line printing fmt=B

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.org
Tue Oct 20 14:55:06 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/20799 )


Change subject: lapdm: Change log level of log line printing fmt=B
......................................................................

lapdm: Change log level of log line printing fmt=B

Change-Id: Ic8794ee66ddeb45ebcc7b9834f4d5e8321fd91f1
---
M src/gsm/lapdm.c
1 file changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/99/20799/1

diff --git a/src/gsm/lapdm.c b/src/gsm/lapdm.c
index bfd6d26..7f5e0bf 100644
--- a/src/gsm/lapdm.c
+++ b/src/gsm/lapdm.c
@@ -735,11 +735,11 @@
 			 && LAPDm_CTRL_U_BITS(msg->l2h[3]) == 0) {
 				mctx.lapdm_fmt = LAPDm_FMT_B4;
 				n201 = N201_B4;
-				LOGP(DLLAPD, LOGL_INFO, "fmt=B4\n");
+				LOGP(DLLAPD, LOGL_DEBUG, "fmt=B4\n");
 			} else {
 				mctx.lapdm_fmt = LAPDm_FMT_B;
 				n201 = N201_AB_SACCH;
-				LOGP(DLLAPD, LOGL_INFO, "fmt=B\n");
+				LOGP(DLLAPD, LOGL_DEBUG, "fmt=B\n");
 			}
 			/* SACCH frames have a two-byte L1 header that
 			 * OsmocomBB L1 doesn't strip */
@@ -750,7 +750,7 @@
 			sapi = (msg->l2h[0] >> 2) & 7;
 		} else {
 			mctx.lapdm_fmt = LAPDm_FMT_B;
-			LOGP(DLLAPD, LOGL_INFO, "fmt=B\n");
+			LOGP(DLLAPD, LOGL_DEBUG, "fmt=B\n");
 			n201 = N201_AB_SDCCH;
 			sapi = (msg->l2h[0] >> 2) & 7;
 		}

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/20799
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ic8794ee66ddeb45ebcc7b9834f4d5e8321fd91f1
Gerrit-Change-Number: 20799
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/20201020/bd5d2347/attachment.htm>


More information about the gerrit-log mailing list