Skip to content

Commit

Permalink
Added T3555 timer settings in amfcfg.yaml. (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
s5uishida committed Oct 12, 2023
1 parent ae0025c commit 1f387b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/amfcfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f387b0

Please sign in to comment.