From 5844d5b2eca10b6c2f76db46c81f11fc241fec00 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Mon, 14 May 2018 06:30:56 +0200 Subject: sgsn: fix a typo in comment Change-Id: I061aba5af1e466b33472c9f829b982823bcff71e --- 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 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 { -- cgit v1.2.3