From 2761e574de5cc3b136d408c8306a55ed5a64b1a0 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 21 May 2021 13:44:02 +0200 Subject: [PATCH] cosmetic: Fix typo s/TIMSI/TMSI/ Change-Id: I64231311633b64d898625c49fdbf3f816dfbb97a --- src/gprs_bssgp_pcu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gprs_bssgp_pcu.c b/src/gprs_bssgp_pcu.c index 5d0a4891..7ee2e455 100644 --- a/src/gprs_bssgp_pcu.c +++ b/src/gprs_bssgp_pcu.c @@ -191,7 +191,7 @@ static unsigned int get_paging_cs_mi(struct paging_req_cs *req, const struct tlv } req->mi_imsi_present = true; - /* TIMSI is optional */ + /* TMSI is optional */ req->mi_tmsi_present = false; if (TLVP_PRESENT(tp, BSSGP_IE_TMSI)) { /* Be safe against an evil SGSN - check the length */