pespin submitted this change.
rlcmac: Fix LOGPTBFDL macro log category
Change-Id: I7f90981a114070ff13c508f0c6800cc1dd2cfe14
---
M include/osmocom/gprs/rlcmac/tbf_dl.h
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/include/osmocom/gprs/rlcmac/tbf_dl.h b/include/osmocom/gprs/rlcmac/tbf_dl.h
index 104b6e6..fe0b2ef 100644
--- a/include/osmocom/gprs/rlcmac/tbf_dl.h
+++ b/include/osmocom/gprs/rlcmac/tbf_dl.h
@@ -74,6 +74,6 @@
}
#define LOGPTBFDL(dl_tbf, lvl, fmt, args...) \
- LOGP(g_rlcmac_log_cat[OSMO_GPRS_RLCMAC_LOGC_TBFUL], lvl, "TBF(DL:NR-%" PRIu8 ":TLLI-%08x) " fmt, \
+ LOGP(g_rlcmac_log_cat[OSMO_GPRS_RLCMAC_LOGC_TBFDL], lvl, "TBF(DL:NR-%" PRIu8 ":TLLI-%08x) " fmt, \
(dl_tbf)->tbf.nr, (dl_tbf)->tbf.gre->tlli, \
## args)
To view, visit change 33851. To unsubscribe, or for help writing mail filters, visit settings.