mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2025-11-03 12:08:07 +00:00
Compare commits
2 Commits
hotfix/net
...
release/v1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4f462ecf70 | ||
|
|
fc61328fc4 |
@@ -84,7 +84,7 @@ public class RealtimeEventPublisher {
|
|||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private EquipmentServiceInterface equipmentServiceInterface;
|
private EquipmentServiceInterface equipmentServiceInterface;
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private ProfileServiceInterface profileServiceInterface;
|
private ProfileServiceInterface profileServiceInterface;
|
||||||
|
|
||||||
@@ -262,7 +262,7 @@ public class RealtimeEventPublisher {
|
|||||||
clientEvent.setEquipmentId(equipmentId);
|
clientEvent.setEquipmentId(equipmentId);
|
||||||
clientEvent.setLocationId(locationId);
|
clientEvent.setLocationId(locationId);
|
||||||
|
|
||||||
LOG.info("publishing client event {} to cloud", clientEvent);
|
LOG.info("Publishing client event {} to cloud", clientEvent);
|
||||||
cloudEventDispatcherInterface.publishEvent(clientEvent);
|
cloudEventDispatcherInterface.publishEvent(clientEvent);
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -380,7 +380,7 @@ public class RealtimeEventPublisher {
|
|||||||
if (clientAssocEvent.hasUsing11V()) {
|
if (clientAssocEvent.hasUsing11V()) {
|
||||||
clientEvent.setUsing11v(clientAssocEvent.getUsing11V());
|
clientEvent.setUsing11v(clientAssocEvent.getUsing11V());
|
||||||
}
|
}
|
||||||
|
|
||||||
clientEvent.setEventTimestamp(clientAssocEvent.getTimestampMs());
|
clientEvent.setEventTimestamp(clientAssocEvent.getTimestampMs());
|
||||||
clientEvent.setCustomerId(customerId);
|
clientEvent.setCustomerId(customerId);
|
||||||
clientEvent.setEquipmentId(equipmentId);
|
clientEvent.setEquipmentId(equipmentId);
|
||||||
|
|||||||
Reference in New Issue
Block a user