From faf0ccb241fd0d66d6ed15718f75332c4e879c17 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 11 May 2021 12:55:31 +0200 Subject: [PATCH] tbf_ul: Use is_tlli_valid() API Change-Id: I4abb46913b05d1e89ebe9e361b0a774880dee998 --- src/tbf_ul.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tbf_ul.cpp b/src/tbf_ul.cpp index 7486b477..9d984a68 100644 --- a/src/tbf_ul.cpp +++ b/src/tbf_ul.cpp @@ -372,7 +372,7 @@ struct msgb *gprs_rlcmac_ul_tbf::create_ul_ack(uint32_t fn, uint8_t ts) * However, it's handier for us to mark contention resolution success * here since according to spec upon rx UL ACK is the time at which MS * realizes contention resolution succeeds. */ - if (ms_tlli(ms()) != GSM_RESERVED_TMSI) + if (is_tlli_valid()) contention_resolution_success(); if (final) {