tbf_ul_ass_fsm: Fix use of incorrect log macro

Change-Id: I61e46199086a3e82985606cf81995e27663c91f5
This commit is contained in:
Pau Espin 2021-10-12 17:53:44 +02:00
parent 78ddfbc413
commit 27a4e7371c
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ struct msgb *create_packet_ul_assign(const struct tbf_ul_ass_fsm_ctx *ctx,
bts_do_rate_ctr_inc(ms->bts, CTR_PKT_UL_ASSIGNMENT);
tbf_set_polling(ctx->tbf, new_poll_fn, d->ts, PDCH_ULC_POLL_UL_ASS);
LOGPTBFDL(ctx->tbf, LOGL_INFO, "Scheduled UL Assignment polling on PACCH (FN=%d, TS=%d)\n",
LOGPTBFUL(ctx->tbf, LOGL_INFO, "Scheduled UL Assignment polling on PACCH (FN=%d, TS=%d)\n",
new_poll_fn, d->ts);
talloc_free(mac_control_block);