From a071c1ccc07074272f6cb7626b781f45f85564c6 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 18 Jan 2015 13:22:37 +0100 Subject: gprs: Remove now unused authenticate flag This has been obsoleted by the previous commit. Remove it. --- openbsc/include/openbsc/gprs_sgsn.h | 1 - 1 file changed, 1 deletion(-) diff --git a/openbsc/include/openbsc/gprs_sgsn.h b/openbsc/include/openbsc/gprs_sgsn.h index 84307a5cc..48c9cc38c 100644 --- a/openbsc/include/openbsc/gprs_sgsn.h +++ b/openbsc/include/openbsc/gprs_sgsn.h @@ -275,7 +275,6 @@ struct sgsn_subscriber_data { struct sgsn_mm_ctx *mm; struct gsm_auth_tuple auth_triplets[5]; int auth_triplets_updated; - int authenticate; }; struct sgsn_config; -- cgit v1.2.3