aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libvlr/vlr_auth_fsm.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/libvlr/vlr_auth_fsm.c')
-rw-r--r--openbsc/src/libvlr/vlr_auth_fsm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbsc/src/libvlr/vlr_auth_fsm.c b/openbsc/src/libvlr/vlr_auth_fsm.c
index 4230f99bf..c4e3aed6c 100644
--- a/openbsc/src/libvlr/vlr_auth_fsm.c
+++ b/openbsc/src/libvlr/vlr_auth_fsm.c
@@ -218,8 +218,6 @@ static bool is_umts_auth(struct auth_fsm_priv *afp,
return false;
if (!(auth_types & OSMO_AUTH_TYPE_UMTS))
return false;
- if (!afp->is_utran)
- return false;
return true;
}
@@ -334,6 +332,7 @@ static void auth_fsm_wait_ai(struct osmo_fsm_inst *fi, uint32_t event,
auth_fsm_term(fi, VLR_AUTH_RES_PROC_ERR);
return;
}
+
switch (event) {
case VLR_AUTH_E_HLR_SAI_ACK:
vlr_subscr_update_tuples(vsub, gsup);