pdch: Improve log line and increase log level

Change-Id: Ie593331a69f6b8ec3b21e2b274a1aa060b2dc439
This commit is contained in:
Pau Espin 2021-11-08 12:24:12 +01:00
parent b6babc39dc
commit 92cbe4aee0
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ static inline void sched_ul_ass_or_rej(struct gprs_rlcmac_bts *bts, struct gprs_
LOGP(DRLCMAC, LOGL_DEBUG, "MS requests UL TBF in ack message, so we provide one:\n");
osmo_fsm_inst_dispatch(tbf->ul_ass_fsm.fi, TBF_UL_ASS_EV_SCHED_ASS, NULL);
} else {
LOGP(DRLCMAC, LOGL_DEBUG, "MS requests UL TBF in ack message, so we packet access reject:\n");
LOGP(DRLCMAC, LOGL_NOTICE, "MS requests UL TBF in ack message, but alloc failed: send PktAssRej\n");
osmo_fsm_inst_dispatch(tbf->ul_ass_fsm.fi, TBF_UL_ASS_EV_SCHED_ASS_REJ, NULL);
}
}