pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/libosmo-gprs/+/33851 )


Change subject: rlcmac: Fix LOGPTBFDL macro log category
......................................................................

rlcmac: Fix LOGPTBFDL macro log category

Change-Id: I7f90981a114070ff13c508f0c6800cc1dd2cfe14
---
M include/osmocom/gprs/rlcmac/tbf_dl.h
1 file changed, 10 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmo-gprs refs/changes/51/33851/1

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 https://gerrit.osmocom.org/c/libosmo-gprs/+/33851
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-gprs
Gerrit-Branch: master
Gerrit-Change-Id: I7f90981a114070ff13c508f0c6800cc1dd2cfe14
Gerrit-Change-Number: 33851
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-MessageType: newchange

Reply via email to