mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-02-06 12:00:43 +01:00
config: default amd_version is 5
This commit is contained in:
parent
7878269278
commit
3585ee94fd
2 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ config cpe 'cpe'
|
|||
option port '7547'
|
||||
option ubus_socket '/var/run/ubus.sock'
|
||||
option provisioning_code ''
|
||||
option amd_version '2'
|
||||
option amd_version '5'
|
||||
# compression possible configs: InstanceNumber, InstanceAlias
|
||||
option instance_mode 'InstanceNumber'
|
||||
option session_timeout '60'
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
#define DEFAULT_RETRY_INITIAL_INTERVAL 60
|
||||
#define DEFAULT_RETRY_INTERVAL_MULTIPLIER 2000
|
||||
#define DEFAULT_RETRY_MAX_INTERVAL 60
|
||||
#define DEFAULT_AMD_VERSION 2
|
||||
#define DEFAULT_AMD_VERSION 5
|
||||
#define DEFAULT_INSTANCE_MODE 0
|
||||
#define DEFAULT_SESSION_TIMEOUT 60
|
||||
#define DEFAULT_ACSURL "http://192.168.1.1:8080/openacs/acs"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue