mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
cwmp: get forced inform and froced notifications from cwmp uci config instead of bbf
This commit is contained in:
parent
f467f2a90f
commit
21c9d13b7a
1 changed files with 17 additions and 0 deletions
|
|
@ -45,3 +45,20 @@ config lwn 'lwn'
|
|||
option enable '1'
|
||||
option hostname ''
|
||||
option port '0'
|
||||
|
||||
config inform_forced
|
||||
list parameter 'Device.DeviceInfo.ProvisioningCode'
|
||||
list parameter 'Device.DeviceInfo.HardwareVersion'
|
||||
list parameter 'Device.DeviceInfo.SoftwareVersion'
|
||||
list parameter 'Device.ManagementServer.ConnectionRequestURL'
|
||||
list parameter 'Device.ManagementServer.ParameterKey'
|
||||
list parameter 'Device.ManagementServer.AliasBasedAddressing'
|
||||
list parameter 'Device.RootDataModelVersion'
|
||||
|
||||
config forced_notifications
|
||||
list active 'Device.DeviceInfo.SoftwareVersion'
|
||||
list active 'Device.DeviceInfo.ProvisioningCode'
|
||||
list active 'Device.ManagementServer.ConnectionRequestURL'
|
||||
list active 'Device.ManagementServer.ConnReqJabberID'
|
||||
list active 'Device.SoftwareModules.ExecutionUnit.*.Status'
|
||||
|
||||
Loading…
Add table
Reference in a new issue