Commit d8aa8d4a authored by Frédéric Leroy's avatar Frédéric Leroy

fix(conf2uedata): update INT_ALGO to match openair develop branch

parent 95503ffd
...@@ -27,7 +27,8 @@ ...@@ -27,7 +27,8 @@
#define DEFAULT_MME_ID 0x0102 #define DEFAULT_MME_ID 0x0102
#define DEFAULT_MME_CODE 0x0F #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 ENC_ALGO USIM_ENC_EEA0
#define SECURITY_ALGORITHMS (ENC_ALGO | INT_ALGO) #define SECURITY_ALGORITHMS (ENC_ALGO | INT_ALGO)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment