From 766da8687741340135b637aa593886b7345b8ddc Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 6 May 2016 11:18:15 +0200 Subject: GSUP: Add support for RAND in SendAuthInfo.req In the autentication re-sync case, we need not only the AUTS from the MS/UE, but also the RAND that we sent as part of the failed authentication challenge. --- include/osmocom/gsm/gsup.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osmocom') diff --git a/include/osmocom/gsm/gsup.h b/include/osmocom/gsm/gsup.h index 523c15d4..660ffd48 100644 --- a/include/osmocom/gsm/gsup.h +++ b/include/osmocom/gsm/gsup.h @@ -138,6 +138,7 @@ struct osmo_gsup_message { const uint8_t *hlr_enc; size_t hlr_enc_len; const uint8_t *auts; + const uint8_t *rand; enum osmo_gsup_cn_domain cn_domain; }; -- cgit v1.2.3