sgsn: TC_attach_check_complete_resend: Expect LU sent to HLR

SGSN is expected to submit an LU after initial GMM Auth

Change-Id: Ie2e8f5b9740c7429f5f0bf28e35707a61f23b565
This commit is contained in:
Pau Espin 2019-09-10 19:49:41 +02:00 committed by pespin
parent 23b74404ba
commit 4b290a2e3a
1 changed files with 2 additions and 0 deletions

View File

@ -2325,6 +2325,8 @@ private function f_TC_attach_check_complete_resend(charstring id) runs on BSSGP_
f_send_l3(ts_GMM_ATTACH_REQ(f_mi_get_lv(), f_random_RAI(), true, false, omit, omit));
f_gmm_auth();
/* Expect SGSN to perform LU with HLR */
f_gmm_gsup_lu_isd();
timer T := 10.0;
T.start;