openBackhaul / AirInterfacePowerSaver

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

The turn-off must be utilization-based (Red-Cells!) #20

Closed openBackhaul closed 9 months ago

openBackhaul commented 9 months ago

Simple time-triggering can cause network issues; the app must take into account the current traffic utilization • Turn-off cannot be based solely on time, but must be based on current traffic utilization • The utilization must be monitored continously, time granularity: 15min • There is no fixed threshold for utilization, as for links with smaller capacity the limit will be reached faster, as for links with higher capacity; Sven’s team is working on finding a suitable definition, which possibly could be used here as well • a suitable threshold must be found/defined • the treshold must be configurable • it would be better if the monitoring would run on the device itself, rather than be done from an outside app

openBackhaul commented 9 months ago

This issue seems to be redundant with issue #21 . Text of the requirement has been copied into the requirement box of issue #21 .