From 1f387b0b173db087edd92da38c8c25cb819a1f4e Mon Sep 17 00:00:00 2001 From: Shigeru Ishida Date: Fri, 13 Oct 2023 01:10:40 +0900 Subject: [PATCH] Added T3555 timer settings in amfcfg.yaml. (#494) --- config/amfcfg.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/amfcfg.yaml b/config/amfcfg.yaml index 37dbeb0e..1750bed0 100644 --- a/config/amfcfg.yaml +++ b/config/amfcfg.yaml @@ -90,6 +90,11 @@ configuration: enable: true # true or false expireTime: 6s # default is 6 seconds maxRetryTimes: 4 # the max number of retransmission + # retransmission timer for NAS Configuration Update Command message + t3555: + enable: true # true or false + expireTime: 6s # default is 6 seconds + maxRetryTimes: 4 # the max number of retransmissio # retransmission timer for NAS Authentication Request/Security Mode Command message t3560: enable: true # true or false