aboutsummaryrefslogtreecommitdiffstats
path: root/sgsn
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2018-05-14 06:30:56 +0200
committerHarald Welte <laforge@gnumonks.org>2018-05-15 20:54:37 +0000
commit5844d5b2eca10b6c2f76db46c81f11fc241fec00 (patch)
tree606d0124c93c4fe7700e4ba50d68f211fb8d40ea /sgsn
parent80ec1ea42d2cf29330362e1e067c5084751b200b (diff)
sgsn: fix a typo in comment
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 0b439ec8..e1d35c53 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -460,7 +460,7 @@ private function f_gmm_attach(boolean umts_aka_challenge, boolean force_gsm_sres
BSSGP.send(attach_req);
f_gmm_auth(umts_aka_challenge, force_gsm_sres);
- /* Expect MSC to perform LU with HLR */
+ /* Expect SGSN to perform LU with HLR */
f_gmm_gsup_lu_isd();
BSSGP.receive(tr_BD_L3_MT(tr_GMM_ATTACH_ACCEPT('001'B, ?, ?))) -> value bd {