mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-11 03:28:31 +01:00
fix returned fault for set parameter attributes
This commit is contained in:
parent
236765e460
commit
cb2b4e98dc
5 changed files with 5 additions and 5 deletions
|
|
@ -197,7 +197,7 @@ get_device_hosts_notification() { return $FAULT_CPE_INVALID_PARAMETER_NAME; }
|
|||
|
||||
set_device_hosts() { return $FAULT_CPE_INVALID_PARAMETER_NAME; }
|
||||
|
||||
set_device_hosts_notification() { return $FAULT_CPE_INVALID_PARAMETER_NAME; }
|
||||
set_device_hosts_notification() { return $FAULT_CPE_NOTIFICATION_REJECTED; }
|
||||
|
||||
add_device_hosts() { return $FAULT_CPE_INVALID_PARAMETER_NAME; }
|
||||
|
||||
|
|
|
|||
|
|
@ -405,7 +405,7 @@ return $FAULT_CPE_INVALID_PARAMETER_NAME
|
|||
}
|
||||
|
||||
set_device_info_notification() {
|
||||
return $FAULT_CPE_INVALID_PARAMETER_NAME
|
||||
return $FAULT_CPE_NOTIFICATION_REJECTED
|
||||
}
|
||||
|
||||
check_parameter_device_info_generic() {
|
||||
|
|
|
|||
|
|
@ -359,7 +359,7 @@ get_device_routing_notification() { return $FAULT_CPE_INVALID_PARAMETER_NAME; }
|
|||
|
||||
set_device_routing() { return $FAULT_CPE_INVALID_PARAMETER_NAME; }
|
||||
|
||||
set_device_routing_notification() { return $FAULT_CPE_INVALID_PARAMETER_NAME; }
|
||||
set_device_routing_notification() { return $FAULT_CPE_NOTIFICATION_REJECTED; }
|
||||
|
||||
add_device_routing() { return $FAULT_CPE_INVALID_PARAMETER_NAME; }
|
||||
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@ get_device_users_notification() { return $FAULT_CPE_INVALID_PARAMETER_NAME; }
|
|||
|
||||
set_device_users() { return $FAULT_CPE_INVALID_PARAMETER_NAME; }
|
||||
|
||||
set_device_users_notification() { return $FAULT_CPE_INVALID_PARAMETER_NAME; }
|
||||
set_device_users_notification() { return $FAULT_CPE_NOTIFICATION_REJECTED; }
|
||||
|
||||
add_device_users() { return $FAULT_CPE_INVALID_PARAMETER_NAME; }
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ get_misc_notification () { return $FAULT_CPE_INVALID_PARAMETER_NAME; }
|
|||
|
||||
set_misc() { return $FAULT_CPE_INVALID_PARAMETER_NAME; }
|
||||
|
||||
set_misc_notification () { return $FAULT_CPE_INVALID_PARAMETER_NAME; }
|
||||
set_misc_notification () { return $FAULT_CPE_NOTIFICATION_REJECTED; }
|
||||
|
||||
add_misc() { return $FAULT_CPE_INVALID_PARAMETER_NAME; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue