aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-01-12 03:13:33 +0600
committerVadim Yanitskiy <axilirator@gmail.com>2018-01-12 03:13:33 +0600
commit82cfa3945c35be251dff168260d30756bc3d60db (patch)
tree5ce43fc3a2ac8486f20787232f96ccdca8734ae5 /openbsc/include/openbsc
parente44a5687c4728a3ef1f730ec7349cef135cf174a (diff)
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
Diffstat (limited to 'openbsc/include/openbsc')
-rw-r--r--openbsc/include/openbsc/gsm_data.h2
1 files changed, 2 insertions, 0 deletions
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 {