RSSI handle unsigned int for neighbor and client stats, ClientSession Metrics details RSSI, and Mbps for Tx/Rx

This commit is contained in:
Mike Hansen
2020-06-16 12:54:41 -04:00
parent e401e7585c
commit 09fed160f4
2 changed files with 25 additions and 22 deletions

View File

@@ -2677,8 +2677,8 @@ public class OvsdbDao {
Map<String, Value> rowColumns = new HashMap<>();
rowColumns.put("radio_type", new Atom<>(rc.freqBand));
rowColumns.put("reporting_interval", new Atom<>(60));
rowColumns.put("report_type", new Atom<>("average"));
// rowColumns.put("sampling_interval", new Atom<>(6));
rowColumns.put("report_type", new Atom<>("raw"));
rowColumns.put("sampling_interval", new Atom<>(10));
rowColumns.put("stats_type", new Atom<>("client"));
rowColumns.put("survey_interval_ms", new Atom<>(65));
// rowColumns.put("survey_type", new Atom<>("on-chan"));