summaryrefslogtreecommitdiffstats
path: root/include/osmocom/crypt/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/crypt/auth.h')
-rw-r--r--include/osmocom/crypt/auth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/crypt/auth.h b/include/osmocom/crypt/auth.h
index 059e734c..6d2c783d 100644
--- a/include/osmocom/crypt/auth.h
+++ b/include/osmocom/crypt/auth.h
@@ -39,6 +39,7 @@ struct osmo_sub_auth_data {
int opc_is_op; /*!< is the OPC field OPC (0) or OP (1) ? */
unsigned int ind_bitlen; /*!< nr of bits not in SEQ, only SQN */
unsigned int ind; /*!< which IND slot to use an SQN from */
+ uint64_t sqn_ms; /*!< sqn from AUTS (output value only) */
} umts;
struct {
uint8_t ki[16]; /*!< secret key */