Use LOGPDCH macro in bts_add_paging()

Change-Id: I58daab719924d70de121f7a5f2cc1f122f8840af
This commit is contained in:
Pau Espin 2021-05-19 12:02:34 +02:00
parent 6e25119c18
commit 4c51eaf05b
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ int bts_add_paging(struct gprs_rlcmac_bts *bts, uint8_t chan_needed, const struc
if (!bts->trx[trx].pdch[ts].add_paging(chan_needed, mi)) if (!bts->trx[trx].pdch[ts].add_paging(chan_needed, mi))
return -ENOMEM; return -ENOMEM;
LOGP(DRLCMAC, LOGL_INFO, "Paging on PACCH of TRX=%d TS=%d\n", trx, ts); LOGPDCH(&bts->trx[trx].pdch[ts], DRLCMAC, LOGL_INFO, "Paging on PACCH\n");
any_tbf = 1; any_tbf = 1;
} }
} }