Project

General

Profile

Actions

Bug #1968

closed

upon auth resync with osmo_auth_gen_vec_auts(), use MS.SQN + (2 ^ IND)

Added by neels about 7 years ago. Updated about 7 years ago.

Status:
Closed
Priority:
Immediate
Assignee:
Category:
-
Target version:
-
Start date:
03/07/2017
Due date:
% Done:

100%

Spec Reference:

Description

USIMs have an IND value denoting the lower number of bits that are "below" the synchronized SQN significance,
i.e. we need to flip at least the (IND+1)th bit when doing AUTS resync.

For example, receiving an AUTS from a USIM showing MS.SQN = 0, an IND = 5 means
that the next auth vector should be produced for MS.SQN = 2^5 = 32.
So far we are using MS.SQN + 1, which causes the USIM to ask for resync again and again.

Add ind argument to osmo_auth_gen_vec_auts() so that the caller can communicate the USIM's IND setting,
and increment SQN by (1 << IND).


Related issues

Related to OsmoHLR - Feature #1969: add IND for proper UMTS auth resyncClosedneels03/07/2017

Actions
Related to Cellular Network Infrastructure - Support #1965: use sysmoUSIM-SJS1 with 3G OsmoMSCClosedneels03/04/2017

Actions
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)