Fix typo in logging

DL-TBD was errorneously printed as UL-TBF.

Change-Id: I94a224c0339a062e4c8d5aa6c4c858f3f0298a0d
This commit is contained in:
Max 2017-05-18 12:38:41 +02:00 committed by Harald Welte
parent a49475b5a8
commit e8284a7f92
1 changed files with 1 additions and 1 deletions

View File

@ -986,7 +986,7 @@ void gprs_rlcmac_pdch::rcv_control_ack(Packet_Control_Acknowledgement_t *packet,
if (ms)
LOGP(DRLCMAC, LOGL_NOTICE, "PACKET CONTROL ACK with "
"unknown TBF corresponds to MS with IMSI %s, TA %d, "
"uTBF (TFI=%d, state=%s), uTBF (TFI=%d, state=%s)\n",
"uTBF (TFI=%d, state=%s), dTBF (TFI=%d, state=%s)\n",
ms->imsi(), ms->ta(),
ms->ul_tbf() ? ms->ul_tbf()->tfi() : 0,
ms->ul_tbf() ? ms->ul_tbf()->state_name() : "None",