aboutsummaryrefslogtreecommitdiffstats
path: root/sgsn
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2018-05-02 19:30:55 +0200
committerAlexander Couzens <lynxis@fe80.eu>2018-05-03 04:25:08 +0200
commit8f0fb009b705b8768b435f6da3611b4ac718bdea (patch)
tree765b30394cff6987d40a5ff01f47d0b7645ace18 /sgsn
parentde17222eadae8ac3f66c3ff3aefb562ecb816518 (diff)
sgsn: fix typo in comment of BSSGP_ConnHdlrPars:imsi
Diffstat (limited to 'sgsn')
-rw-r--r--sgsn/SGSN_Tests.ttcn2
1 files changed, 1 insertions, 1 deletions
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,