aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-05-21 13:44:02 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-05-21 13:44:18 +0200
commit2761e574de5cc3b136d408c8306a55ed5a64b1a0 (patch)
treeb26b6ce31dfc7478a9f0da6b3aa121141e710609
parentdc2aaac29fb5070e4a80d81ad1222d639b084f5c (diff)
cosmetic: Fix typo s/TIMSI/TMSI/
-rw-r--r--src/gprs_bssgp_pcu.c2
1 files changed, 1 insertions, 1 deletions
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 */