From eb4ec84310537d5e91b812d415682f6fa7159e3e Mon Sep 17 00:00:00 2001 From: Paul Sutton Date: Fri, 22 Jul 2022 10:37:31 +0100 Subject: [PATCH] minor example config edit to include NAS ZUC support --- srsue/ue.conf.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srsue/ue.conf.example b/srsue/ue.conf.example index 00ea59d52..5bae8ce76 100644 --- a/srsue/ue.conf.example +++ b/srsue/ue.conf.example @@ -175,9 +175,9 @@ imei = 353490069873319 # pass: Password for CHAP authentication # force_imsi_attach: Whether to always perform an IMSI attach # eia: List of integrity algorithms included in UE capabilities -# Supported: 1 - Snow3G, 2 - AES +# Supported: 1 - Snow3G, 2 - AES, 3 - ZUC # eea: List of ciphering algorithms included in UE capabilities -# Supported: 0 - NULL, 1 - Snow3G, 2 - AES +# Supported: 0 - NULL, 1 - Snow3G, 2 - AES, 3 - ZUC ##################################################################### [nas] #apn = internetinternet @@ -185,8 +185,8 @@ imei = 353490069873319 #user = srsuser #pass = srspass #force_imsi_attach = false -#eia = 1,2 -#eea = 0,1,2 +#eia = 1,2,3 +#eea = 0,1,2,3 ##################################################################### # GW configuration