From d8aa8d4a6472b6d738a5cd2b92c672e8ef59c5e6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Leroy?= <frederic.leroy@b-com.com>
Date: Fri, 26 Aug 2016 11:55:12 +0200
Subject: [PATCH] fix(conf2uedata): update INT_ALGO to match openair develop
 branch

---
 openair3/NAS/TOOLS/conf_usim.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/openair3/NAS/TOOLS/conf_usim.h b/openair3/NAS/TOOLS/conf_usim.h
index b53265a76a..4768a6d8c0 100644
--- a/openair3/NAS/TOOLS/conf_usim.h
+++ b/openair3/NAS/TOOLS/conf_usim.h
@@ -27,7 +27,8 @@
 #define DEFAULT_MME_ID    0x0102
 #define DEFAULT_MME_CODE  0x0F
 
-#define INT_ALGO          USIM_INT_EIA1
+// TODO add this setting in configuration file
+#define INT_ALGO          USIM_INT_EIA2
 #define ENC_ALGO          USIM_ENC_EEA0
 #define SECURITY_ALGORITHMS (ENC_ALGO | INT_ALGO)
 
-- 
GitLab