From 1a02e36c4c940d7b326fa58a9f8080f79b558bba Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Sat, 7 Oct 2017 04:44:08 +0200 Subject: auth: add OSMO_MILENAGE_IND_BITLEN_MAX Will be used by OsmoHLR to validate VTY and CTRL input. Change-Id: Ic39f3404d1a49ffd06070aa9897b36f219eacf4d --- include/osmocom/crypt/auth.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osmocom') diff --git a/include/osmocom/crypt/auth.h b/include/osmocom/crypt/auth.h index 7064c999..1b017c0a 100644 --- a/include/osmocom/crypt/auth.h +++ b/include/osmocom/crypt/auth.h @@ -10,6 +10,7 @@ #include #define OSMO_A5_MAX_KEY_LEN_BYTES (128/8) +#define OSMO_MILENAGE_IND_BITLEN_MAX 28 /*! Authentication Type (GSM/UMTS) */ enum osmo_sub_auth_type { -- cgit v1.2.3