tbf: Increase log level of line about unable to allocate poll for TBF

Change-Id: I0bd972d3b68017f12a0816a27162e3a409b1893a
This commit is contained in:
Pau Espin 2021-11-08 12:04:43 +01:00
parent 48df600bfa
commit b6babc39dc
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ int gprs_rlcmac_tbf::check_polling(uint32_t fn, uint8_t ts,
}
if ((rc = pdch_ulc_get_next_free_rrbp_fn(trx->pdch[ts].ulc, fn, poll_fn_, rrbp_)) < 0) {
LOGPTBF(this, LOGL_DEBUG,
LOGPTBF(this, LOGL_NOTICE,
"(bts=%u,trx=%u,ts=%u) FN=%u No suitable free RRBP offset found!\n",
trx->bts->nr, trx->trx_no, ts, fn);
return rc;