aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2015-06-05 01:07:21 -0400
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2015-07-20 20:09:44 -0400
commitceaf0616d22a764738e76daf9684a0cf846c8745 (patch)
tree84610ef29a3eed72f7e322683563ac5aa76b2cbf
parente6a8c0d3960145ea6c6c4d7546669c73697de350 (diff)
DEBUG: Bump log levels for messages useful for LOOPBACK debugging.
-rw-r--r--src/osmo-bts-trx/gsm0503_coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-trx/gsm0503_coding.c b/src/osmo-bts-trx/gsm0503_coding.c
index e4847533..0b90174c 100644
--- a/src/osmo-bts-trx/gsm0503_coding.c
+++ b/src/osmo-bts-trx/gsm0503_coding.c
@@ -731,7 +731,7 @@ int tch_fr_decode(uint8_t *tch_data, sbit_t *bursts, int net_order, int efr,
len = 33;
}
- LOGP(DL1C, LOGL_DEBUG, "tch_fr_decode(): successfully decoded %s frame (%d/%d bits)\n", efr?"EFR":"FR", *n_errors, *n_bits_total);
+ LOGP(DL1C, LOGL_NOTICE, "tch_fr_decode(): successfully decoded %s frame (%d/%d bits)\n", efr?"EFR":"FR", *n_errors, *n_bits_total);
return len;
}