aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 */