mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-01-28 01:47:19 +01:00
26 lines
700 B
Text
26 lines
700 B
Text
menu "Configuration"
|
|
|
|
config ICWMP_MGMT_FROM_USP
|
|
bool "Support configuration of ManagementServer from USP"
|
|
default y
|
|
|
|
config ICWMP_BACKUP_EVENTS
|
|
bool "Create backup of session events to persistent storage after each successful session"
|
|
default y
|
|
|
|
config ICWMP_ENABLE_VENDOR_EXTN
|
|
bool "Enable datamodel vendor extension"
|
|
default y
|
|
|
|
config ICWMP_VENDOR_PREFIX
|
|
string "Package specific datamodel Vendor Prefix for TR181 extensions"
|
|
default ""
|
|
|
|
config ICWMP_ENABLE_SMM_SUPPORT
|
|
bool "Enable software module management support"
|
|
default n
|
|
|
|
config ICWMP_ENABLE_ANNEX_F_INFORM_PARAM
|
|
bool "Enable Device.Gateway. and Device.ManagementServer.ManageableDevice. as inform parameter"
|
|
default y
|
|
endmenu
|