aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-01-18 13:22:37 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-01-18 13:22:37 +0100
commita071c1ccc07074272f6cb7626b781f45f85564c6 (patch)
tree3e2d70607461283cbcd314e8368897336663f7ef
parent9d4f46c975c3a4c92071c70ebadd6edc345581da (diff)
gprs: Remove now unused authenticate flag
This has been obsoleted by the previous commit. Remove it.
-rw-r--r--openbsc/include/openbsc/gprs_sgsn.h1
1 files changed, 0 insertions, 1 deletions
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;