mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2025-11-01 11:07:49 +00:00
WIFI-444: APNOS : UCC Heuristics phase 2
New VideoVoice protobufs ** also fix Json file for captive portal static tests.
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
[
|
||||
{
|
||||
"model_type": "Profile",
|
||||
"id": 14,
|
||||
@@ -130,4 +131,5 @@
|
||||
"createdTimestamp": 1602183994959,
|
||||
"lastModifiedTimestamp": 1602183994959,
|
||||
"childProfileIds": []
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user