From 3585ee94fdb228e883cf8469ea3ff2a46ea09dd3 Mon Sep 17 00:00:00 2001 From: Amin Ben Ramdhane Date: Fri, 17 Apr 2020 22:41:21 +0100 Subject: [PATCH] config: default amd_version is 5 --- config/cwmp | 2 +- inc/cwmp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/cwmp b/config/cwmp index 255431f..4ae51fd 100644 --- a/config/cwmp +++ b/config/cwmp @@ -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' diff --git a/inc/cwmp.h b/inc/cwmp.h index 48e9ba0..07636f6 100644 --- a/inc/cwmp.h +++ b/inc/cwmp.h @@ -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"