WIFI-444: APNOS : UCC Heuristics phase 2

New VideoVoice protobufs

** also fix Json file for captive portal static tests.
This commit is contained in:
Mike Hansen
2020-10-09 13:34:17 -04:00
parent e3da2db9ab
commit 76d9cf79f5
6 changed files with 28 additions and 19 deletions

View File

@@ -192,6 +192,9 @@ public class OpensyncExternalIntegrationSimple implements OpensyncExternalIntegr
public void processMqttMessage(String topic, Report report) {
LOG.info("Received OpensyncStatsReport on topic {} for ap {}\n{}", topic, report.getNodeID(), report);
report.getVideoVoiceReportList().stream().forEach(v -> {
LOG.info("VideoVoiceReport {}", v);
});
report.getEventReportList().stream().forEach(e -> {
LOG.info("Received EventReport {}", e);
});

View File

@@ -1,3 +1,4 @@
[
{
"model_type": "Profile",
"id": 14,
@@ -130,4 +131,5 @@
"createdTimestamp": 1602183994959,
"lastModifiedTimestamp": 1602183994959,
"childProfileIds": []
}
}
]