cosmetic: Fix typo s/TIMSI/TMSI/

Change-Id: I64231311633b64d898625c49fdbf3f816dfbb97a
This commit is contained in:
Pau Espin 2021-05-21 13:44:02 +02:00
parent dc2aaac29f
commit 2761e574de
1 changed files with 1 additions and 1 deletions

View File

@ -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 */