From b194bd8e63af41cbab92052e6403110b6d1940f4 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 26 Oct 2021 11:19:22 +0100 Subject: [PATCH] Added comment and usage example to epc.conf.example to the request IMEI-SV option --- srsepc/epc.conf.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srsepc/epc.conf.example b/srsepc/epc.conf.example index 5152c3cc9..1099891fd 100644 --- a/srsepc/epc.conf.example +++ b/srsepc/epc.conf.example @@ -18,6 +18,7 @@ # integrity_algo: Preferred integrity protection algorithm for NAS # (supported: EIA0 (rejected by most UEs), EIA1 (default), EIA2, EIA3 # paging_timer: Value of paging timer in seconds (T3413) +# request_imeisv: Request UE's IMEI-SV in security mode command # ##################################################################### [mme] @@ -32,6 +33,7 @@ dns_addr = 8.8.8.8 encryption_algo = EEA0 integrity_algo = EIA1 paging_timer = 2 +request_imeisv = false ##################################################################### # HSS configuration