Open josemariasaldana opened 5 years ago
There is a read handler called "report_mean" that appears in the odin-wi5-agent, see https://github.com/Wi5/odin-wi5-agent/blob/master/src/odinagent.cc#L2921
However, this read handler is never invoked by the controller: it is not included in the list: https://github.com/Wi5/odin-wi5-controller/blob/b0c6b0d9eab518cec7b04d665cd7a8794aa058c2/src/main/java/net/floodlightcontroller/odin/master/OdinAgent.java#L58
Therefore, the "report_mean" and all its associated functions can be removed.
There is a read handler called "report_mean" that appears in the odin-wi5-agent, see https://github.com/Wi5/odin-wi5-agent/blob/master/src/odinagent.cc#L2921
However, this read handler is never invoked by the controller: it is not included in the list: https://github.com/Wi5/odin-wi5-controller/blob/b0c6b0d9eab518cec7b04d665cd7a8794aa058c2/src/main/java/net/floodlightcontroller/odin/master/OdinAgent.java#L58
Therefore, the "report_mean" and all its associated functions can be removed.