aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm/auth_milenage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gsm/auth_milenage.c')
-rw-r--r--src/gsm/auth_milenage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsm/auth_milenage.c b/src/gsm/auth_milenage.c
index f151c5e8..c1331b5b 100644
--- a/src/gsm/auth_milenage.c
+++ b/src/gsm/auth_milenage.c
@@ -94,7 +94,7 @@ static int milenage_gen_vec(struct osmo_auth_vector *vec,
ind_mask = ~(seq_1 - 1);
/* the ind index must not affect the SEQ part */
- if (aud->u.umts.ind > seq_1)
+ if (aud->u.umts.ind >= seq_1)
return -3;
/* keep the incremented SQN local until gsm_milenage() succeeded. */