From a786d1dda0a69a3318b757d98599df223d14f15a Mon Sep 17 00:00:00 2001 From: Jan Date: Tue, 10 Nov 2020 11:34:20 +0100 Subject: [PATCH] Update security algorithms in epc.conf Added EEA3 and EIA3, since they were missing from the description completely. I also included EIA0 with a remark, since my understanding is that the epc supports it, but most UEs reject it because it must only be used for unauthenticated emergency calls. --- srsepc/epc.conf.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srsepc/epc.conf.example b/srsepc/epc.conf.example index 32a6dafc0..5152c3cc9 100644 --- a/srsepc/epc.conf.example +++ b/srsepc/epc.conf.example @@ -14,9 +14,9 @@ # mme_bind_addr: IP bind addr to listen for eNB S1-MME connnections # dns_addr: DNS server address for the UEs # encryption_algo: Preferred encryption algorithm for NAS layer -# (default: EEA0, support: EEA1, EEA2) +# (supported: EEA0 (default), EEA1, EEA2, EEA3) # integrity_algo: Preferred integrity protection algorithm for NAS -# (default: EIA1, support: EIA1, EIA2 (EIA0 not support) +# (supported: EIA0 (rejected by most UEs), EIA1 (default), EIA2, EIA3 # paging_timer: Value of paging timer in seconds (T3413) # #####################################################################