openBackhaul / AirInterfacePowerSaver

Pranay's first Application on the MW SDN Controller
Apache License 2.0
1 stars 1 forks source link

Update diagram 705_deleteLinkFromPowerSavingTable #149

Closed kmohr-soprasteria closed 1 week ago

kmohr-soprasteria commented 2 months ago

Align descriptions with OAS, see issue #102

diagram currently contains "if (deviationsFromOriginalState != emptyList) ...", this should be changed to "if (modulesToRestoreOriginalState != emptyList)".

Both expressions are equivalent. The OAS uses the latter expression.