mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2025-11-01 02:57:49 +00:00
Pick up protobuf changes for DHCP transactions
This commit is contained in:
@@ -111,6 +111,7 @@ import sts.OpensyncStats.EventReport.ClientFirstDataEvent;
|
|||||||
import sts.OpensyncStats.EventReport.ClientIdEvent;
|
import sts.OpensyncStats.EventReport.ClientIdEvent;
|
||||||
import sts.OpensyncStats.EventReport.ClientIpEvent;
|
import sts.OpensyncStats.EventReport.ClientIpEvent;
|
||||||
import sts.OpensyncStats.EventReport.ClientTimeoutEvent;
|
import sts.OpensyncStats.EventReport.ClientTimeoutEvent;
|
||||||
|
import sts.OpensyncStats.EventReport.DhcpTransaction;
|
||||||
import sts.OpensyncStats.FrameType;
|
import sts.OpensyncStats.FrameType;
|
||||||
import sts.OpensyncStats.Neighbor;
|
import sts.OpensyncStats.Neighbor;
|
||||||
import sts.OpensyncStats.Neighbor.NeighborBss;
|
import sts.OpensyncStats.Neighbor.NeighborBss;
|
||||||
@@ -324,6 +325,11 @@ public class OpensyncExternalIntegrationMqttMessageProcessor {
|
|||||||
|
|
||||||
publishChannelHopEvents(customerId, equipmentId, e);
|
publishChannelHopEvents(customerId, equipmentId, e);
|
||||||
|
|
||||||
|
// TODO: add DHCP transaction processing, for now just log it
|
||||||
|
for (DhcpTransaction dhcpTransaction : e.getDhcpTransactionList()) {
|
||||||
|
LOG.info("DhcpTransaction {}", dhcpTransaction);
|
||||||
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user