mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2025-12-27 23:55:06 +00:00
Compare commits
2 Commits
WIFI-2434
...
WIFI-2519-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
91c17a6271 | ||
|
|
92235affee |
@@ -1455,7 +1455,7 @@ public class MqttStatsPublisher {
|
||||
cMetrics.setNumTxDropped((int) cl.getStats().getTxErrors());
|
||||
}
|
||||
|
||||
if (cl.getStats().hasRxFrames()) {
|
||||
if (cl.getStats().hasTxFrames()) {
|
||||
cMetrics.setNumTxFramesTransmitted(cl.getStats().getTxFrames());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user