Modification of N4-type Parameters in an Sx Service
Use the following configuration to modify N4-type parameters in an Sx Service.
configure
context context_name
sx-service service_name
n4 [ max-retransmissions max_retransmission_value | retransmission-timeout-ms timeout_value ]
end
NOTES:
-
n4 : Allows modifications to N4 parameters.
-
[ max-retransmissionsmax_retransmission_value | retransmission-timeout-ms timeout_value] :
max-retransmissions max_retransmission_value Configures maximum retries for Sx control packets. max_retransmission_value must be an integer in the range of 0 to 15. The default value is 4.
retransmission-timeout-ms : Configures the control packet retransmission timeout in Sx in milliseconds. timeout_value must be an integer in the range of 1000 to 20000 milliseconds. The timeout value must be configured in steps of 100; for example: 1000, 1100, 1200, and so on. The default value is 5000 milliseconds.