From 8f0fb009b705b8768b435f6da3611b4ac718bdea Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Wed, 2 May 2018 19:30:55 +0200 Subject: sgsn: fix typo in comment of BSSGP_ConnHdlrPars:imsi Change-Id: I544a626d914075c0fcf13017553017b898525e8c --- sgsn/SGSN_Tests.ttcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn index 912a5071..bccee7f4 100644 --- a/sgsn/SGSN_Tests.ttcn +++ b/sgsn/SGSN_Tests.ttcn @@ -80,7 +80,7 @@ type record SGSN_ConnHdlrNetworkPars { type record BSSGP_ConnHdlrPars { /* IMEI of the simulated ME */ hexstring imei, - /* IMEI of the simulated MS */ + /* IMSI of the simulated MS */ hexstring imsi, /* MSISDN of the simulated MS (probably unused) */ hexstring msisdn, -- cgit v1.2.3