tbf: Fix wrong verb used in log message

Change-Id: Id9f8df9a5c0e0f88a811c5d7f06821cb4f30ab93
This commit is contained in:
Pau Espin Pedrol 2020-12-18 19:03:42 +01:00 committed by pespin
parent da971ee502
commit 8b4b19a012
1 changed files with 1 additions and 1 deletions

View File

@ -932,7 +932,7 @@ struct msgb *gprs_rlcmac_tbf::create_dl_ass(uint32_t fn, uint8_t ts)
LOGP(DTBF, LOGL_DEBUG, "+++++++++++++++++++++++++ TX : Packet Downlink Assignment +++++++++++++++++++++++++\n");
rc = encode_gsm_rlcmac_downlink(&bv, mac_control_block);
if (rc < 0) {
LOGP(DTBF, LOGL_ERROR, "Decoding of Packet Downlink Ass failed (%d)\n", rc);
LOGP(DTBF, LOGL_ERROR, "Encoding of Packet Downlink Ass failed (%d)\n", rc);
goto free_ret;
}
LOGP(DTBF, LOGL_DEBUG, "------------------------- TX : Packet Downlink Assignment -------------------------\n");