From 82cfa3945c35be251dff168260d30756bc3d60db Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Fri, 12 Jan 2018 03:13:33 +0600 Subject: libmsc: add support for both comp128v2 and comp128v3 This change adds support for both comp128v2 and comp128v3 GSM A3/A8 algorithms. Since they already implemented in libosmocore, the corresponding it's API is used. Change-Id: Ic761be0220397d100c9e6345d4d01af4889dc7c1 --- openbsc/include/openbsc/gsm_data.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsc/include/openbsc') diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h index 57fa30173..39c7458ca 100644 --- a/openbsc/include/openbsc/gsm_data.h +++ b/openbsc/include/openbsc/gsm_data.h @@ -54,6 +54,8 @@ enum gsm_auth_algo { AUTH_ALGO_NONE, AUTH_ALGO_XOR, AUTH_ALGO_COMP128v1, + AUTH_ALGO_COMP128v2, + AUTH_ALGO_COMP128v3, }; struct gsm_auth_info { -- cgit v1.2.3