aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/auth.h')
-rw-r--r--openbsc/include/openbsc/auth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/auth.h b/openbsc/include/openbsc/auth.h
index 90495bb58..61811316b 100644
--- a/openbsc/include/openbsc/auth.h
+++ b/openbsc/include/openbsc/auth.h
@@ -7,6 +7,7 @@ struct gsm_auth_tuple;
struct gsm_subscriber;
enum auth_action {
+ AUTH_ERROR = -1, /* Internal error */
AUTH_NOT_AVAIL = 0, /* No auth tuple available */
AUTH_DO_AUTH_THEN_CIPH = 1, /* Firsth authenticate, then cipher */
AUTH_DO_CIPH = 2, /* Only ciphering */