aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-06-09 12:45:37 +0200
committerHarald Welte <laforge@gnumonks.org>2010-06-14 20:43:48 +0200
commitb48216f9d1b15fe3e10cac5286a4e4cacc3d9791 (patch)
treeb283833a6247abbef6f8b3894eacc9caf1b611eb /openbsc/include
parent993d06065abfc55f6b123405989a2dc0573a1ab2 (diff)
auth: Add #define for special value for key_seq
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gsm_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 9258d1c11..e0120795f 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -150,6 +150,7 @@ struct gsm_auth_tuple {
u_int8_t sres[4];
u_int8_t kc[8];
};
+#define GSM_KEY_SEQ_INVAL 7 /* GSM 04.08 - 10.5.1.2 */
struct gsm_lchan;