You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the excel spreadsheet line 100 is documented that the ONF air interface supports an integer to configure a maintenance window in seconds.
| +--rw air-interface:maintenance-timer? int32
Proposed solution
Add in the augmentation to the ietf-interface the following yang leaf:
leaf maintenance-timer-duration {
type uint32;
units "s";
default "0";
description
"Maintenance Feature: The duration of existence for any maintenance configuration, such as the loopback feature. A value of '0' indicates that the maintenance timer is deactivated. ";
}
The text was updated successfully, but these errors were encountered:
Is this only for info, or is the system expected to do roll-back of any configurations at the end of the maintenance interval? In that case, how do you specify which configurations to roll-back?
In the excel spreadsheet line 100 is documented that the ONF air interface supports an integer to configure a maintenance window in seconds.
Proposed solution
Add in the augmentation to the ietf-interface the following yang leaf:
The text was updated successfully, but these errors were encountered: