[PATCH 1/4] Comment out print duplicating debug output.

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/baseband-devel@lists.osmocom.org/.

Max Max.Suraev at fairwaves.ru
Thu Aug 29 15:47:56 UTC 2013


---
 src/host/layer23/src/common/l1ctl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/host/layer23/src/common/l1ctl.c b/src/host/layer23/src/common/l1ctl.c
index 91bab89..80aa4df 100644
--- a/src/host/layer23/src/common/l1ctl.c
+++ b/src/host/layer23/src/common/l1ctl.c
@@ -244,7 +244,7 @@ static int rx_ph_data_ind(struct osmocom_ms *ms, struct msgb *msg)
 	}
 
 	if (dl->fire_crc >= 2) {
-printf("Dropping frame with %u bit errors\n", dl->num_biterr);
+//printf("Dropping frame with %u bit errors\n", dl->num_biterr);
 		LOGP(DL1C, LOGL_NOTICE, "Dropping frame with %u bit errors\n",
 			dl->num_biterr);
 		msgb_free(msg);
-- 
1.8.1.2


--------------000206000400030101050401
Content-Type: text/x-patch;
 name="0002-Declare-constant-parameters-as-constant.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="0002-Declare-constant-parameters-as-constant.patch"



More information about the baseband-devel mailing list