From 15bb1a2a51489d96d36cff83204dc8484e7b34d5 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 27 Oct 2013 12:30:46 +0100 Subject: misc: Change the logging for the tbf and what to log TLLIs got printed as TBF. Fix that but also rename things to TFI. The TFI is not required to be unique per BTS but it is the indicator we use right now. --- src/encoding.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/encoding.cpp') diff --git a/src/encoding.cpp b/src/encoding.cpp index e28fff7f..2b15a27e 100644 --- a/src/encoding.cpp +++ b/src/encoding.cpp @@ -366,7 +366,7 @@ void Encoding::write_packet_uplink_ack(struct gprs_rlcmac_bts *bts, uint16_t mod_sns_half = (tbf->sns >> 1) - 1; char bit; - LOGP(DRLCMACUL, LOGL_DEBUG, "Sending Ack/Nack for TBF=%d " + LOGP(DRLCMACUL, LOGL_DEBUG, "Sending Ack/Nack for TFI=%d " "(final=%d)\n", tbf->tfi, final); block->PAYLOAD_TYPE = 0x1; // RLC/MAC control block that does not include the optional octets of the RLC/MAC control header -- cgit v1.2.3