fixeria has uploaded this change for review.

View Change

trxcon: reduce DGPRS logging level to LOGL_NOTICE

This was needed during early testing of l1gprs, but not anymore.

Change-Id: Ifccf8ccae2d9acc4039db46a87fa43f95a28e6ad
Related: OS#5500
---
M src/host/trxcon/src/logging.c
1 file changed, 13 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/17/32517/1
diff --git a/src/host/trxcon/src/logging.c b/src/host/trxcon/src/logging.c
index e94ad2d..b80f00d 100644
--- a/src/host/trxcon/src/logging.c
+++ b/src/host/trxcon/src/logging.c
@@ -71,7 +71,7 @@
.name = "DGPRS",
.description = "L1 GPRS (MAC layer)",
.color = "\033[1;36m",
- .enabled = 1, .loglevel = LOGL_DEBUG,
+ .enabled = 1, .loglevel = LOGL_NOTICE,
},
};


To view, visit change 32517. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: Ifccf8ccae2d9acc4039db46a87fa43f95a28e6ad
Gerrit-Change-Number: 32517
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange