mirror of
				https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
				synced 2025-11-03 20:17:53 +00:00 
			
		
		
		
	Compare commits
	
		
			28 Commits
		
	
	
		
			master
			...
			WIFI-4417-
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					49aacc151d | ||
| 
						 | 
					077c535750 | ||
| 
						 | 
					6110a8d78d | ||
| 
						 | 
					5614d87f79 | ||
| 
						 | 
					ca511c70c1 | ||
| 
						 | 
					836fbc95ca | ||
| 
						 | 
					1d11b96a7d | ||
| 
						 | 
					36ab26df07 | ||
| 
						 | 
					dcfefa2adb | ||
| 
						 | 
					3647fd6bec | ||
| 
						 | 
					738b2f013e | ||
| 
						 | 
					55096881f6 | ||
| 
						 | 
					ca40563375 | ||
| 
						 | 
					0fb70603b4 | ||
| 
						 | 
					c5127e4d8e | ||
| 
						 | 
					dfd7e13399 | ||
| 
						 | 
					b48f340d11 | ||
| 
						 | 
					a520690976 | ||
| 
						 | 
					ec617cb47f | ||
| 
						 | 
					6b7dcd4878 | ||
| 
						 | 
					4d919cf21e | ||
| 
						 | 
					2bf00e82a7 | ||
| 
						 | 
					9f9e469b17 | ||
| 
						 | 
					6a75356441 | ||
| 
						 | 
					40277e3799 | ||
| 
						 | 
					7e0da1505e | ||
| 
						 | 
					b3a15d06a2 | ||
| 
						 | 
					66daa8bc60 | 
@@ -9,7 +9,6 @@ import java.text.DateFormat;
 | 
				
			|||||||
import java.text.SimpleDateFormat;
 | 
					import java.text.SimpleDateFormat;
 | 
				
			||||||
import java.time.Instant;
 | 
					import java.time.Instant;
 | 
				
			||||||
import java.time.temporal.ChronoField;
 | 
					import java.time.temporal.ChronoField;
 | 
				
			||||||
import java.time.temporal.TemporalField;
 | 
					 | 
				
			||||||
import java.util.ArrayList;
 | 
					import java.util.ArrayList;
 | 
				
			||||||
import java.util.Date;
 | 
					import java.util.Date;
 | 
				
			||||||
import java.util.EnumMap;
 | 
					import java.util.EnumMap;
 | 
				
			||||||
@@ -25,6 +24,7 @@ import java.util.function.Predicate;
 | 
				
			|||||||
import java.util.regex.Matcher;
 | 
					import java.util.regex.Matcher;
 | 
				
			||||||
import java.util.regex.Pattern;
 | 
					import java.util.regex.Pattern;
 | 
				
			||||||
import java.util.stream.Collectors;
 | 
					import java.util.stream.Collectors;
 | 
				
			||||||
 | 
					import java.util.Arrays;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import org.slf4j.Logger;
 | 
					import org.slf4j.Logger;
 | 
				
			||||||
import org.slf4j.LoggerFactory;
 | 
					import org.slf4j.LoggerFactory;
 | 
				
			||||||
@@ -48,6 +48,7 @@ import com.telecominfraproject.wlan.client.session.models.ClientSession;
 | 
				
			|||||||
import com.telecominfraproject.wlan.client.session.models.ClientSessionDetails;
 | 
					import com.telecominfraproject.wlan.client.session.models.ClientSessionDetails;
 | 
				
			||||||
import com.telecominfraproject.wlan.core.model.entity.CountryCode;
 | 
					import com.telecominfraproject.wlan.core.model.entity.CountryCode;
 | 
				
			||||||
import com.telecominfraproject.wlan.core.model.equipment.EquipmentType;
 | 
					import com.telecominfraproject.wlan.core.model.equipment.EquipmentType;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.core.model.equipment.LedStatus;
 | 
				
			||||||
import com.telecominfraproject.wlan.core.model.equipment.MacAddress;
 | 
					import com.telecominfraproject.wlan.core.model.equipment.MacAddress;
 | 
				
			||||||
import com.telecominfraproject.wlan.core.model.equipment.RadioType;
 | 
					import com.telecominfraproject.wlan.core.model.equipment.RadioType;
 | 
				
			||||||
import com.telecominfraproject.wlan.core.model.equipment.WiFiSessionUtility;
 | 
					import com.telecominfraproject.wlan.core.model.equipment.WiFiSessionUtility;
 | 
				
			||||||
@@ -112,7 +113,6 @@ import com.telecominfraproject.wlan.status.equipment.models.EquipmentProtocolSta
 | 
				
			|||||||
import com.telecominfraproject.wlan.status.equipment.models.EquipmentUpgradeState;
 | 
					import com.telecominfraproject.wlan.status.equipment.models.EquipmentUpgradeState;
 | 
				
			||||||
import com.telecominfraproject.wlan.status.equipment.models.EquipmentUpgradeState.FailureReason;
 | 
					import com.telecominfraproject.wlan.status.equipment.models.EquipmentUpgradeState.FailureReason;
 | 
				
			||||||
import com.telecominfraproject.wlan.status.equipment.models.EquipmentUpgradeStatusData;
 | 
					import com.telecominfraproject.wlan.status.equipment.models.EquipmentUpgradeStatusData;
 | 
				
			||||||
import com.telecominfraproject.wlan.status.equipment.models.LedStatus;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.status.equipment.models.VLANStatusData;
 | 
					import com.telecominfraproject.wlan.status.equipment.models.VLANStatusData;
 | 
				
			||||||
import com.telecominfraproject.wlan.status.equipment.report.models.ActiveBSSID;
 | 
					import com.telecominfraproject.wlan.status.equipment.report.models.ActiveBSSID;
 | 
				
			||||||
import com.telecominfraproject.wlan.status.equipment.report.models.ActiveBSSIDs;
 | 
					import com.telecominfraproject.wlan.status.equipment.report.models.ActiveBSSIDs;
 | 
				
			||||||
@@ -120,6 +120,8 @@ import com.telecominfraproject.wlan.status.equipment.report.models.ClientConnect
 | 
				
			|||||||
import com.telecominfraproject.wlan.status.equipment.report.models.EquipmentScanDetails;
 | 
					import com.telecominfraproject.wlan.status.equipment.report.models.EquipmentScanDetails;
 | 
				
			||||||
import com.telecominfraproject.wlan.status.equipment.report.models.OperatingSystemPerformance;
 | 
					import com.telecominfraproject.wlan.status.equipment.report.models.OperatingSystemPerformance;
 | 
				
			||||||
import com.telecominfraproject.wlan.status.equipment.report.models.RadioUtilizationReport;
 | 
					import com.telecominfraproject.wlan.status.equipment.report.models.RadioUtilizationReport;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.status.equipment.report.models.WiredEthernetPortStatusData;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.status.equipment.report.models.WiredPortStatus;
 | 
				
			||||||
import com.telecominfraproject.wlan.status.models.Status;
 | 
					import com.telecominfraproject.wlan.status.models.Status;
 | 
				
			||||||
import com.telecominfraproject.wlan.status.models.StatusCode;
 | 
					import com.telecominfraproject.wlan.status.models.StatusCode;
 | 
				
			||||||
import com.telecominfraproject.wlan.status.models.StatusDataType;
 | 
					import com.telecominfraproject.wlan.status.models.StatusDataType;
 | 
				
			||||||
@@ -135,6 +137,10 @@ import sts.OpensyncStats.Report;
 | 
				
			|||||||
public class OpensyncExternalIntegrationCloud implements OpensyncExternalIntegrationInterface {
 | 
					public class OpensyncExternalIntegrationCloud implements OpensyncExternalIntegrationInterface {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    protected static final String standard_linux_date_format = "EEE MMM dd HH:mm:ss zzz yyyy";
 | 
					    protected static final String standard_linux_date_format = "EEE MMM dd HH:mm:ss zzz yyyy";
 | 
				
			||||||
 | 
					    private static final String VLAN_TRUNK_IF_TYPE = "vlan_trunk";
 | 
				
			||||||
 | 
					    private static final String ALLOWED_VLANS = "allowed_vlans";
 | 
				
			||||||
 | 
					    private static final String NATIVE_VLAN_ID = "pvid";
 | 
				
			||||||
 | 
					    private static final String SPACE_SEPERATOR = " ";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    private static final Logger LOG = LoggerFactory.getLogger(OpensyncExternalIntegrationCloud.class);
 | 
					    private static final Logger LOG = LoggerFactory.getLogger(OpensyncExternalIntegrationCloud.class);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -186,6 +192,8 @@ public class OpensyncExternalIntegrationCloud implements OpensyncExternalIntegra
 | 
				
			|||||||
    public String defaultWanInterfaceType;
 | 
					    public String defaultWanInterfaceType;
 | 
				
			||||||
    @Value("${tip.wlan.ovsdb.wifi-iface.default_wan_name:wan}")
 | 
					    @Value("${tip.wlan.ovsdb.wifi-iface.default_wan_name:wan}")
 | 
				
			||||||
    public String defaultWanInterfaceName;
 | 
					    public String defaultWanInterfaceName;
 | 
				
			||||||
 | 
					    @Value("${tip.wlan.ovsdb.wifi-iface.default_wan6_name:wan6}")
 | 
				
			||||||
 | 
					    public String defaultWan6InterfaceName;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @Value("${tip.wlan.ovsdb.syncUpRadioConfigsForProvisionedEquipment:true}")
 | 
					    @Value("${tip.wlan.ovsdb.syncUpRadioConfigsForProvisionedEquipment:true}")
 | 
				
			||||||
    private boolean syncUpRadioConfigsForProvisionedEquipment;
 | 
					    private boolean syncUpRadioConfigsForProvisionedEquipment;
 | 
				
			||||||
@@ -1011,6 +1019,10 @@ public class OpensyncExternalIntegrationCloud implements OpensyncExternalIntegra
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
            ret.setSsidProfile(profileContainer.getChildrenOfType(equipmentConfig.getProfileId(), ProfileType.ssid));
 | 
					            ret.setSsidProfile(profileContainer.getChildrenOfType(equipmentConfig.getProfileId(), ProfileType.ssid));
 | 
				
			||||||
            
 | 
					            
 | 
				
			||||||
 | 
								ret.setWiredEthernetPortProfile(
 | 
				
			||||||
 | 
										profileContainer.getChildOfTypeOrNullByEquipmentModel(equipmentConfig.getProfileId(),
 | 
				
			||||||
 | 
												ProfileType.wired_ethernet_port, equipmentConfig.getDetails().getEquipmentModel()));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            ret.setMetricsProfiles(profileContainer.getChildrenOfType(equipmentConfig.getProfileId(), ProfileType.service_metrics_collection_config));
 | 
					            ret.setMetricsProfiles(profileContainer.getChildrenOfType(equipmentConfig.getProfileId(), ProfileType.service_metrics_collection_config));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            Set<Profile> radiusSet = new HashSet<>();
 | 
					            Set<Profile> radiusSet = new HashSet<>();
 | 
				
			||||||
@@ -1140,7 +1152,8 @@ public class OpensyncExternalIntegrationCloud implements OpensyncExternalIntegra
 | 
				
			|||||||
                continue;
 | 
					                continue;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            LOG.debug("Values from Vif State Mac (BSSID) {} SSID {} AssociatedClients {} Channel {}", bssid, ssid, vifState.getAssociatedClients());
 | 
					            LOG.debug("Values from Vif State Mac (BSSID) {} SSID {} AssociatedClients {} Channel {}", bssid, ssid,
 | 
				
			||||||
 | 
					                    vifState.getAssociatedClients(), channel);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            RadioType radioType = null;
 | 
					            RadioType radioType = null;
 | 
				
			||||||
            Map<RadioType, RfElementConfiguration> rfElementMap = rfConfig.getRfConfigMap();
 | 
					            Map<RadioType, RfElementConfiguration> rfElementMap = rfConfig.getRfConfigMap();
 | 
				
			||||||
@@ -1392,7 +1405,7 @@ public class OpensyncExternalIntegrationCloud implements OpensyncExternalIntegra
 | 
				
			|||||||
            apElementConfiguration.getRadioMap().get(radioState.getFreqBand()).setAllowedChannelsPowerLevels(channelPowerLevels);
 | 
					            apElementConfiguration.getRadioMap().get(radioState.getFreqBand()).setAllowedChannelsPowerLevels(channelPowerLevels);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        LOG.debug("Updated AllowedChannels from Wifi_Radio_State table change for AP {}", apId);
 | 
					        LOG.debug("Updated AllowedChannels from Wifi_Radio_State table change for AP {} configStateMismatch {}", apId, configStateMismatch);
 | 
				
			||||||
        return configStateMismatch;
 | 
					        return configStateMismatch;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -1493,25 +1506,47 @@ public class OpensyncExternalIntegrationCloud implements OpensyncExternalIntegra
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        EquipmentProtocolStatusData protocolStatusData = (EquipmentProtocolStatusData) protocolStatus.getDetails();
 | 
					        EquipmentProtocolStatusData protocolStatusData = (EquipmentProtocolStatusData) protocolStatus.getDetails();
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
        for (OpensyncAPInetState inetState : inetStateTables) {
 | 
					        Status ethernetPortStatus = statusServiceInterface.getOrNull(customerId, equipmentId, StatusDataType.WIRED_ETHERNET_PORT);
 | 
				
			||||||
 | 
					        if (ethernetPortStatus == null) {
 | 
				
			||||||
 | 
					        	ethernetPortStatus = new Status();
 | 
				
			||||||
 | 
					        	ethernetPortStatus.setCustomerId(customerId);
 | 
				
			||||||
 | 
					        	ethernetPortStatus.setEquipmentId(equipmentId);
 | 
				
			||||||
 | 
					        	ethernetPortStatus.setStatusDataType(StatusDataType.WIRED_ETHERNET_PORT);
 | 
				
			||||||
 | 
					        	ethernetPortStatus.setDetails(new WiredEthernetPortStatusData());
 | 
				
			||||||
 | 
					        	ethernetPortStatus = statusServiceInterface.update(ethernetPortStatus);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
            if (inetState.ifName != null && inetState.ifName.equals(defaultWanInterfaceName)) {
 | 
					        WiredEthernetPortStatusData ethernetPortStatusData = (WiredEthernetPortStatusData) ethernetPortStatus.getDetails();	
 | 
				
			||||||
 | 
					        Map<String, List<WiredPortStatus>> portStatus = ethernetPortStatusData.getInterfacePortStatusMap();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                if (inetState.inetAddr != null) {
 | 
							for (OpensyncAPInetState inetState : inetStateTables) {
 | 
				
			||||||
                    try {
 | 
								if (inetState.ifName != null) {
 | 
				
			||||||
                        protocolStatusData.setReportedIpV4Addr(Inet4Address.getByName(inetState.inetAddr));
 | 
									parseRawDataToWiredPortStatus(customerId, equipmentId, portStatus, inetState);
 | 
				
			||||||
                        protocolStatus.setDetails(protocolStatusData);
 | 
									ethernetPortStatusData.setInterfacePortStatusMap(portStatus);
 | 
				
			||||||
                        protocolStatus = statusServiceInterface.update(protocolStatus);
 | 
									ethernetPortStatus.setDetails(ethernetPortStatusData);
 | 
				
			||||||
                        LOG.info("Updated IpV4Addr for AP {} to {} from Wifi_Inet_State change for if_name {}", apId,
 | 
									ethernetPortStatus = statusServiceInterface.update(ethernetPortStatus);
 | 
				
			||||||
                                ((EquipmentProtocolStatusData) protocolStatus.getDetails()).getReportedIpV4Addr(), inetState.ifName);
 | 
									LOG.debug("EthernetPortStatus for AP {} updated to {}", apId, ethernetPortStatus);
 | 
				
			||||||
                        LOG.debug("ProtocolStatus for AP {} updated to {}", apId, protocolStatus);
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                    } catch (UnknownHostException e) {
 | 
								if (inetState.ifName != null && inetState.ifName.equals(defaultWanInterfaceName)) {
 | 
				
			||||||
                        LOG.error("Could not set IpV4Addr {} on AP {} due to UnknownHostException ", inetState.inetAddr, apId, e);
 | 
					 | 
				
			||||||
                    }
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
            }
 | 
									if (inetState.inetAddr != null) {
 | 
				
			||||||
 | 
										try {
 | 
				
			||||||
 | 
											protocolStatusData.setReportedIpV4Addr(Inet4Address.getByName(inetState.inetAddr));
 | 
				
			||||||
 | 
											protocolStatus.setDetails(protocolStatusData);
 | 
				
			||||||
 | 
											protocolStatus = statusServiceInterface.update(protocolStatus);
 | 
				
			||||||
 | 
											LOG.info("Updated IpV4Addr for AP {} to {} from Wifi_Inet_State change for if_name {}", apId,
 | 
				
			||||||
 | 
													((EquipmentProtocolStatusData) protocolStatus.getDetails()).getReportedIpV4Addr(),
 | 
				
			||||||
 | 
													inetState.ifName);
 | 
				
			||||||
 | 
											LOG.debug("ProtocolStatus for AP {} updated to {}", apId, protocolStatus);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
										} catch (UnknownHostException e) {
 | 
				
			||||||
 | 
											LOG.error("Could not set IpV4Addr {} on AP {} due to UnknownHostException ", inetState.inetAddr,
 | 
				
			||||||
 | 
													apId, e);
 | 
				
			||||||
 | 
										}
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            if (inetState.getIfType().equals("vlan") && inetState.parentIfName != null && inetState.parentIfName.equals(defaultWanInterfaceName)) {
 | 
					            if (inetState.getIfType().equals("vlan") && inetState.parentIfName != null && inetState.parentIfName.equals(defaultWanInterfaceName)) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -1565,13 +1600,122 @@ public class OpensyncExternalIntegrationCloud implements OpensyncExternalIntegra
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @Override
 | 
						protected void parseRawDataToWiredPortStatus(int customerId, long equipmentId,
 | 
				
			||||||
    public void wifiInetStateDbTableDelete(List<OpensyncAPInetState> inetStateTables, String apId) {
 | 
								Map<String, List<WiredPortStatus>> portStatus, OpensyncAPInetState inetState) {
 | 
				
			||||||
 | 
					        LOG.debug("Entering parseRawDataToWiredPortStatus for Customer {}, Equipment {} with inetState {}",
 | 
				
			||||||
 | 
					                customerId, equipmentId, inetState);
 | 
				
			||||||
 | 
					        List<WiredPortStatus> ports = new ArrayList<>();
 | 
				
			||||||
 | 
					        inetState.ethPorts.forEach((key, ethPort) -> {
 | 
				
			||||||
 | 
					            try {
 | 
				
			||||||
 | 
					                // Raw data from AP example: ethPorts={eth1=up wan 1000Mbps full}
 | 
				
			||||||
 | 
					                String[] ethPortsValues = ethPort.split(SPACE_SEPERATOR);
 | 
				
			||||||
 | 
					                List<Integer> allowedVlans = getAllowedVlans(inetState.getVlanTrunk());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        LOG.debug("Received Wifi_Inet_State table delete for AP {}", apId);
 | 
					                if (ethPortsValues.length == 4 && inetState.getIfType() != null) {
 | 
				
			||||||
 | 
					                    int speed = Integer.parseInt(ethPortsValues[2].replaceAll("[^0-9]", ""));
 | 
				
			||||||
 | 
					                    boolean isTrunkEnabled = VLAN_TRUNK_IF_TYPE.equalsIgnoreCase(inetState.getIfType());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                    int vlanId = inetState.getVlanId();
 | 
				
			||||||
 | 
					                    if (isTrunkEnabled) {
 | 
				
			||||||
 | 
					                        vlanId = getNativeVlanIdForTrunk(inetState.getVlanTrunk());
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                    WiredPortStatus wps = new WiredPortStatus(key, ethPortsValues[1], inetState.getIfName(),
 | 
				
			||||||
 | 
					                            inetState.getIfType(), speed, ethPortsValues[3], ethPortsValues[0], vlanId,
 | 
				
			||||||
 | 
					                            isTrunkEnabled, allowedVlans);
 | 
				
			||||||
 | 
					                    
 | 
				
			||||||
 | 
					                    ports.add(wps);
 | 
				
			||||||
 | 
					                } else {
 | 
				
			||||||
 | 
					                    LOG.error("EthPorts doesn't have enough raw data for CustomerId {} or EquipmentId {}", customerId,
 | 
				
			||||||
 | 
					                            equipmentId);
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            } catch (Exception e) {
 | 
				
			||||||
 | 
					                LOG.error("CustomerId {} or EquipmentId {} has error when parsing raw data to WiredPortStatus: {}",
 | 
				
			||||||
 | 
					                        customerId, equipmentId, e);
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        });
 | 
				
			||||||
 | 
					        addToPortStatus(portStatus, inetState.getIfName(), ports);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // Raw data from AP example: ["allowed_vlans": " 100  200  300 "]
 | 
				
			||||||
 | 
					    // convert to List of Integer
 | 
				
			||||||
 | 
						private List<Integer> getAllowedVlans(Map<String, String> vlanTrunk) {
 | 
				
			||||||
 | 
							List<Integer> allowedVlans = new ArrayList<>();
 | 
				
			||||||
 | 
							try {
 | 
				
			||||||
 | 
								if (!vlanTrunk.isEmpty() && vlanTrunk.get(ALLOWED_VLANS) != null
 | 
				
			||||||
 | 
										&& !Objects.equals(vlanTrunk.get(ALLOWED_VLANS), "")) {
 | 
				
			||||||
 | 
									List<String> allowedVlansStringList = Arrays.asList(vlanTrunk.get(ALLOWED_VLANS).trim().split("\\s+"));
 | 
				
			||||||
 | 
									for (String allowedVlan : allowedVlansStringList) {
 | 
				
			||||||
 | 
										allowedVlans.add(Integer.parseInt(allowedVlan));
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							} catch (Exception ex) {
 | 
				
			||||||
 | 
								LOG.error("Unable to parse the allowed vlans from the vlanTrunk. Returning empty AllowedVlanList", ex);
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							LOG.debug("Returning allowed Vlans {}", allowedVlans);
 | 
				
			||||||
 | 
							return allowedVlans;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    private int getNativeVlanIdForTrunk(Map<String, String> vlanTrunk) {
 | 
				
			||||||
 | 
					        int nativeVlanId = 0;
 | 
				
			||||||
 | 
					        if (!vlanTrunk.isEmpty() && vlanTrunk.get(NATIVE_VLAN_ID) != null &&
 | 
				
			||||||
 | 
					                !Objects.equals(vlanTrunk.get(NATIVE_VLAN_ID), "")) {
 | 
				
			||||||
 | 
					            nativeVlanId = Integer.parseInt(vlanTrunk.get(NATIVE_VLAN_ID));
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        return nativeVlanId;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						private void addToPortStatus(Map<String, List<WiredPortStatus>> portStatus, String ifName,
 | 
				
			||||||
 | 
								List<WiredPortStatus> ports) {
 | 
				
			||||||
 | 
							portStatus.put(ifName, ports);
 | 
				
			||||||
 | 
							LOG.debug("Returning addToPortStatus with portStatus {}", portStatus);
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Override
 | 
				
			||||||
 | 
						public void wifiInetStateDbTableDelete(List<OpensyncAPInetState> inetStateTables, String apId) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							LOG.debug("Received Wifi_Inet_State table delete for AP {}", apId);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							OvsdbSession ovsdbSession = ovsdbSessionMapInterface.getSession(apId);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							if (ovsdbSession == null) {
 | 
				
			||||||
 | 
								LOG.debug("wifiInetStateDbTableDelete::Cannot get Session for AP {}", apId);
 | 
				
			||||||
 | 
								return;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							long equipmentId = ovsdbSession.getEquipmentId();
 | 
				
			||||||
 | 
							Equipment ce = equipmentServiceInterface.getOrNull(equipmentId);
 | 
				
			||||||
 | 
							if (ce == null) {
 | 
				
			||||||
 | 
								LOG.debug("wifiInetStateDbTableDelete Cannot get customer Equipment for {}", apId);
 | 
				
			||||||
 | 
								return;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							int customerId = ce.getCustomerId();
 | 
				
			||||||
 | 
							if ((customerId < 0) || (equipmentId < 0)) {
 | 
				
			||||||
 | 
								LOG.debug("wifiInetStateDbTableUpdate::Cannot get valid CustomerId {} or EquipmentId {} for AP {}",
 | 
				
			||||||
 | 
										customerId, equipmentId, apId);
 | 
				
			||||||
 | 
								return;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							Status ethernetPortStatus = statusServiceInterface.getOrNull(customerId, equipmentId,
 | 
				
			||||||
 | 
									StatusDataType.WIRED_ETHERNET_PORT);
 | 
				
			||||||
 | 
							if (ethernetPortStatus != null) {
 | 
				
			||||||
 | 
								WiredEthernetPortStatusData ethernetPortStatusData = (WiredEthernetPortStatusData) ethernetPortStatus
 | 
				
			||||||
 | 
										.getDetails();
 | 
				
			||||||
 | 
								Map<String, List<WiredPortStatus>> portStatus = ethernetPortStatusData.getInterfacePortStatusMap();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
								for (OpensyncAPInetState inetState : inetStateTables) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
									portStatus.remove(inetState.getIfName());
 | 
				
			||||||
 | 
									ethernetPortStatusData.setInterfacePortStatusMap(portStatus);
 | 
				
			||||||
 | 
									ethernetPortStatus.setDetails(ethernetPortStatusData);
 | 
				
			||||||
 | 
									ethernetPortStatus = statusServiceInterface.update(ethernetPortStatus);
 | 
				
			||||||
 | 
									LOG.debug("Deleted ifName {} from the AP {}. EthernetPortStatus after deletion{}",
 | 
				
			||||||
 | 
											inetState.getIfName(), apId, ethernetPortStatus);
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @Override
 | 
					    @Override
 | 
				
			||||||
    public void wifiAssociatedClientsDbTableUpdate(List<OpensyncWifiAssociatedClients> wifiAssociatedClients, String apId) {
 | 
					    public void wifiAssociatedClientsDbTableUpdate(List<OpensyncWifiAssociatedClients> wifiAssociatedClients, String apId) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -2438,18 +2582,20 @@ public class OpensyncExternalIntegrationCloud implements OpensyncExternalIntegra
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        Status eqAdminStatus = statusServiceInterface.getOrNull(customerId, equipmentId, StatusDataType.EQUIPMENT_ADMIN);
 | 
					        Status eqAdminStatus = statusServiceInterface.getOrNull(customerId, equipmentId, StatusDataType.EQUIPMENT_ADMIN);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        LedStatus ledStatus = null;
 | 
							LedStatus ledStatus = null;
 | 
				
			||||||
        for (Map<String, String> nsa : nodeStateAttributes) {
 | 
							for (Map<String, String> nsa : nodeStateAttributes) {
 | 
				
			||||||
            if (nsa.get("module").equals("led")) {
 | 
								if (nsa.get("module").equals("led")) {
 | 
				
			||||||
                if (nsa.get("key").equals("led_blink") && nsa.get("value").equals("on")) {
 | 
									if (nsa.get("key").equals("led_state") && nsa.get("value").equals("on")) {
 | 
				
			||||||
                    ledStatus = LedStatus.led_blink;
 | 
										ledStatus = LedStatus.led_on;
 | 
				
			||||||
                } else if (nsa.get("key").equals("led_off") && nsa.get("value").equals("off")) {
 | 
									} else if (nsa.get("key").equals("led_state") && nsa.get("value").equals("off")) {
 | 
				
			||||||
                    ledStatus = LedStatus.led_off;
 | 
										ledStatus = LedStatus.led_off;
 | 
				
			||||||
                } else {
 | 
									} else if (nsa.get("key").equals("led_blink")) {
 | 
				
			||||||
                    ledStatus = LedStatus.UNKNOWN;
 | 
										ledStatus = LedStatus.led_blink;
 | 
				
			||||||
                }
 | 
									} else {
 | 
				
			||||||
            }
 | 
										ledStatus = LedStatus.UNKNOWN;
 | 
				
			||||||
        }
 | 
									}
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if (ledStatus != null) {
 | 
					        if (ledStatus != null) {
 | 
				
			||||||
            if (eqAdminStatus != null) {
 | 
					            if (eqAdminStatus != null) {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -25,7 +25,6 @@ import org.springframework.security.web.bind.annotation.AuthenticationPrincipal;
 | 
				
			|||||||
import org.springframework.web.bind.annotation.RequestBody;
 | 
					import org.springframework.web.bind.annotation.RequestBody;
 | 
				
			||||||
import org.springframework.web.bind.annotation.RequestMapping;
 | 
					import org.springframework.web.bind.annotation.RequestMapping;
 | 
				
			||||||
import org.springframework.web.bind.annotation.RequestMethod;
 | 
					import org.springframework.web.bind.annotation.RequestMethod;
 | 
				
			||||||
import org.springframework.web.bind.annotation.RequestParam;
 | 
					 | 
				
			||||||
import org.springframework.web.bind.annotation.RestController;
 | 
					import org.springframework.web.bind.annotation.RestController;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import com.telecominfraproject.wlan.core.client.PingClient;
 | 
					import com.telecominfraproject.wlan.core.client.PingClient;
 | 
				
			||||||
@@ -51,7 +50,6 @@ import com.telecominfraproject.wlan.equipmentgateway.models.CEGWRebootRequest;
 | 
				
			|||||||
import com.telecominfraproject.wlan.equipmentgateway.models.CEGWRouteCheck;
 | 
					import com.telecominfraproject.wlan.equipmentgateway.models.CEGWRouteCheck;
 | 
				
			||||||
import com.telecominfraproject.wlan.equipmentgateway.models.CEGWStartDebugEngine;
 | 
					import com.telecominfraproject.wlan.equipmentgateway.models.CEGWStartDebugEngine;
 | 
				
			||||||
import com.telecominfraproject.wlan.equipmentgateway.models.CEGWStopDebugEngine;
 | 
					import com.telecominfraproject.wlan.equipmentgateway.models.CEGWStopDebugEngine;
 | 
				
			||||||
import com.telecominfraproject.wlan.equipmentgateway.models.CEGatewayCommand;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.equipmentgateway.models.EquipmentCommand;
 | 
					import com.telecominfraproject.wlan.equipmentgateway.models.EquipmentCommand;
 | 
				
			||||||
import com.telecominfraproject.wlan.equipmentgateway.models.EquipmentCommandResponse;
 | 
					import com.telecominfraproject.wlan.equipmentgateway.models.EquipmentCommandResponse;
 | 
				
			||||||
import com.telecominfraproject.wlan.equipmentgateway.models.GatewayDefaults;
 | 
					import com.telecominfraproject.wlan.equipmentgateway.models.GatewayDefaults;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -0,0 +1,365 @@
 | 
				
			|||||||
 | 
					package com.telecominfraproject.wlan.opensync.external.integration.utils;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import java.net.Inet4Address;
 | 
				
			||||||
 | 
					import java.net.Inet6Address;
 | 
				
			||||||
 | 
					import java.net.InetAddress;
 | 
				
			||||||
 | 
					import java.net.UnknownHostException;
 | 
				
			||||||
 | 
					import java.util.List;
 | 
				
			||||||
 | 
					import java.util.concurrent.TimeUnit;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import org.springframework.beans.factory.annotation.Autowired;
 | 
				
			||||||
 | 
					import org.springframework.scheduling.annotation.Async;
 | 
				
			||||||
 | 
					import org.springframework.stereotype.Service;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import com.google.common.base.Objects;
 | 
				
			||||||
 | 
					import com.google.protobuf.ByteString;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.client.ClientServiceInterface;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.client.info.models.ClientInfoDetails;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.client.session.models.AssociationState;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.client.session.models.ClientDhcpDetails;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.client.session.models.ClientSession;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.client.session.models.ClientSessionDetails;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.cloudeventdispatcher.CloudEventDispatcherInterface;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.core.model.equipment.MacAddress;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.opensync.util.OvsdbToWlanCloudTypeMappingUtility;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.servicemetric.models.ServiceMetric;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import sts.OpensyncStats.AssocType;
 | 
				
			||||||
 | 
					import sts.OpensyncStats.DeviceType;
 | 
				
			||||||
 | 
					import sts.OpensyncStats.EventReport;
 | 
				
			||||||
 | 
					import sts.OpensyncStats.FrameType;
 | 
				
			||||||
 | 
					import sts.OpensyncStats.Report;
 | 
				
			||||||
 | 
					import sts.OpensyncStats.EventReport.ClientAssocEvent;
 | 
				
			||||||
 | 
					import sts.OpensyncStats.EventReport.ClientAuthEvent;
 | 
				
			||||||
 | 
					import sts.OpensyncStats.EventReport.ClientDisconnectEvent;
 | 
				
			||||||
 | 
					import sts.OpensyncStats.EventReport.ClientIpEvent;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import org.slf4j.Logger;
 | 
				
			||||||
 | 
					import org.slf4j.LoggerFactory;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/***
 | 
				
			||||||
 | 
					 * MqttStatsPublisher will use this class to publish Stats and Events asynchronously.
 | 
				
			||||||
 | 
					 * We use async to decrease the processing time for the gateway.
 | 
				
			||||||
 | 
					 * 
 | 
				
			||||||
 | 
					 * Note: @Async only applies on public method and cannot have self-invocation (i.e. cannot
 | 
				
			||||||
 | 
					 * calling the async method from within the same class)
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					@Service
 | 
				
			||||||
 | 
					public class AsyncPublishService {
 | 
				
			||||||
 | 
						
 | 
				
			||||||
 | 
						private static final Logger LOG = LoggerFactory.getLogger(MqttStatsPublisher.class);
 | 
				
			||||||
 | 
						
 | 
				
			||||||
 | 
					    @Autowired
 | 
				
			||||||
 | 
					    private CloudEventDispatcherInterface cloudEventDispatcherInterface;
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
 | 
					    @Autowired
 | 
				
			||||||
 | 
					    private RealtimeEventPublisher realtimeEventPublisher;
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
 | 
					    @Autowired
 | 
				
			||||||
 | 
					    private ClientServiceInterface clientServiceInterface;
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
 | 
					    @Async
 | 
				
			||||||
 | 
					    public void asyncPublishStats(String apId, List<ServiceMetric> metricRecordList) {
 | 
				
			||||||
 | 
					        try {
 | 
				
			||||||
 | 
					            long publishStart = System.nanoTime();
 | 
				
			||||||
 | 
					            cloudEventDispatcherInterface.publishMetrics(metricRecordList);
 | 
				
			||||||
 | 
					            long publishStop = System.nanoTime();
 | 
				
			||||||
 | 
					            if (LOG.isDebugEnabled())
 | 
				
			||||||
 | 
					                LOG.debug("Elapsed publishing time for metrics records from AP {} is {} milliseconds", apId,
 | 
				
			||||||
 | 
					                        TimeUnit.MILLISECONDS.convert(publishStop - publishStart, TimeUnit.NANOSECONDS));
 | 
				
			||||||
 | 
					        } catch (Exception e) {
 | 
				
			||||||
 | 
					            LOG.error("Exception when trying to publishServiceMetrics.", e);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    @Async
 | 
				
			||||||
 | 
					    public void asyncPublishEvents(Report report, int customerId, long equipmentId, String apId, long locationId) {
 | 
				
			||||||
 | 
					        try {
 | 
				
			||||||
 | 
					            long mqttEventsStart = System.nanoTime();
 | 
				
			||||||
 | 
					            publishEvents(report, customerId, equipmentId, apId, locationId);
 | 
				
			||||||
 | 
					            long mqttEventsStop = System.nanoTime();
 | 
				
			||||||
 | 
					            if (LOG.isDebugEnabled())
 | 
				
			||||||
 | 
					                LOG.debug("Elapsed publishing time for mqtt events from AP {} is {} milliseconds", apId,
 | 
				
			||||||
 | 
					                        TimeUnit.MILLISECONDS.convert(mqttEventsStop - mqttEventsStart, TimeUnit.NANOSECONDS));
 | 
				
			||||||
 | 
					        } catch (Exception e) {
 | 
				
			||||||
 | 
					            LOG.error("Exception when trying to publishEvents.", e);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
 | 
					    void publishEvents(Report report, int customerId, long equipmentId, String apId, long locationId) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        realtimeEventPublisher.publishSipCallEvents(customerId, equipmentId, locationId, report.getVideoVoiceReportList());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        for (EventReport eventReport : report.getEventReportList()) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            for (sts.OpensyncStats.EventReport.ClientSession apEventClientSession : eventReport.getClientSessionList()) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                LOG.debug("Processing EventReport::ClientSession for AP {}", apId);
 | 
				
			||||||
 | 
					                // for the following MQTT events, the client/client session is first updated, then the real time event
 | 
				
			||||||
 | 
					                // is published.
 | 
				
			||||||
 | 
					                if (apEventClientSession.hasClientAuthEvent()) {
 | 
				
			||||||
 | 
					                    processClientAuthEvent(customerId, equipmentId, locationId, apEventClientSession);
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					                if (apEventClientSession.hasClientAssocEvent()) {
 | 
				
			||||||
 | 
					                    processClientAssocEvent(customerId, equipmentId, locationId, apEventClientSession);
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					                if (apEventClientSession.hasClientIpEvent()) {
 | 
				
			||||||
 | 
					                    processClientIpEvent(customerId, equipmentId, locationId, apEventClientSession);
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					                if (apEventClientSession.hasClientDisconnectEvent()) {
 | 
				
			||||||
 | 
					                    processClientDisconnectEvent(customerId, equipmentId, locationId, apEventClientSession);
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					            realtimeEventPublisher.publishChannelHopEvents(customerId, equipmentId, locationId, eventReport);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
 | 
					    private void processClientAuthEvent(int customerId, long equipmentId, long locationId, sts.OpensyncStats.EventReport.ClientSession apEventClientSession) {
 | 
				
			||||||
 | 
					        ClientAuthEvent apClientEvent = apEventClientSession.getClientAuthEvent();
 | 
				
			||||||
 | 
					        com.telecominfraproject.wlan.client.models.Client client = clientServiceInterface.getOrNull(customerId, MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        if (client == null) {
 | 
				
			||||||
 | 
					            client = new com.telecominfraproject.wlan.client.models.Client();
 | 
				
			||||||
 | 
					            client.setCustomerId(customerId);
 | 
				
			||||||
 | 
					            client.setMacAddress(MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
				
			||||||
 | 
					            client.setDetails(new ClientInfoDetails());
 | 
				
			||||||
 | 
					            client = clientServiceInterface.create(client);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        ClientSession clientSession = clientServiceInterface.getSessionOrNull(customerId, equipmentId, MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        if (clientSession == null) {
 | 
				
			||||||
 | 
					            clientSession = new ClientSession();
 | 
				
			||||||
 | 
					            clientSession.setCustomerId(customerId);
 | 
				
			||||||
 | 
					            clientSession.setEquipmentId(equipmentId);
 | 
				
			||||||
 | 
					            clientSession.setMacAddress(MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
				
			||||||
 | 
					            clientSession.setLocationId(locationId);
 | 
				
			||||||
 | 
					            clientSession.setDetails(new ClientSessionDetails());
 | 
				
			||||||
 | 
					            clientSession.getDetails().setDhcpDetails(new ClientDhcpDetails(Long.toUnsignedString(apEventClientSession.getSessionId())));
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (clientSession.getDetails().getPriorEquipmentId() == null) {
 | 
				
			||||||
 | 
					            clientSession.getDetails().setPriorEquipmentId(clientSession.getEquipmentId());
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (clientSession.getDetails().getPriorSessionId() == null) {
 | 
				
			||||||
 | 
					            if (!Objects.equal(clientSession.getDetails().getSessionId(), Long.toUnsignedString(apEventClientSession.getSessionId())))
 | 
				
			||||||
 | 
					                clientSession.getDetails().setPriorSessionId(clientSession.getDetails().getSessionId());
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (!Objects.equal(clientSession.getDetails().getSessionId(), Long.toUnsignedString(apEventClientSession.getSessionId()))) {
 | 
				
			||||||
 | 
					            clientSession.getDetails().setPriorSessionId(clientSession.getDetails().getSessionId());
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        clientSession.getDetails().setSessionId(Long.toUnsignedString(apEventClientSession.getSessionId()));
 | 
				
			||||||
 | 
					        clientSession.getDetails().setRadioType(OvsdbToWlanCloudTypeMappingUtility.getRadioTypeFromOpensyncStatsRadioBandType(apClientEvent.getBand()));
 | 
				
			||||||
 | 
					        clientSession.getDetails().setSsid(apClientEvent.getSsid());
 | 
				
			||||||
 | 
					        if (apClientEvent.hasAuthStatus()) {
 | 
				
			||||||
 | 
					            clientSession.getDetails().setAssociationStatus(apClientEvent.getAuthStatus());
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        clientSession.getDetails().setAuthTimestamp(apClientEvent.getTimestampMs());
 | 
				
			||||||
 | 
					        clientSession.getDetails().setAssociationState(AssociationState._802_11_Authenticated);
 | 
				
			||||||
 | 
					        clientSession.getDetails().setLastEventTimestamp(apClientEvent.getTimestampMs());
 | 
				
			||||||
 | 
					        clientSession = clientServiceInterface.updateSession(clientSession);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        realtimeEventPublisher.publishClientAuthSystemEvent(customerId, equipmentId, locationId, apEventClientSession.getClientAuthEvent());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
 | 
					    private void processClientAssocEvent(int customerId, long equipmentId, long locationId,
 | 
				
			||||||
 | 
					            sts.OpensyncStats.EventReport.ClientSession apEventClientSession) {
 | 
				
			||||||
 | 
					        ClientAssocEvent apClientEvent = apEventClientSession.getClientAssocEvent();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        com.telecominfraproject.wlan.client.models.Client client = clientServiceInterface.getOrNull(customerId, MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        if (client == null) {
 | 
				
			||||||
 | 
					            client = new com.telecominfraproject.wlan.client.models.Client();
 | 
				
			||||||
 | 
					            client.setCustomerId(customerId);
 | 
				
			||||||
 | 
					            client.setMacAddress(MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
				
			||||||
 | 
					            client.setDetails(new ClientInfoDetails());
 | 
				
			||||||
 | 
					            client = clientServiceInterface.create(client);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        ClientSession clientSession = clientServiceInterface.getSessionOrNull(customerId, equipmentId, MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        if (clientSession == null) {
 | 
				
			||||||
 | 
					            clientSession = new ClientSession();
 | 
				
			||||||
 | 
					            clientSession.setCustomerId(customerId);
 | 
				
			||||||
 | 
					            clientSession.setEquipmentId(equipmentId);
 | 
				
			||||||
 | 
					            clientSession.setMacAddress(MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
				
			||||||
 | 
					            clientSession.setLocationId(locationId);
 | 
				
			||||||
 | 
					            clientSession.setDetails(new ClientSessionDetails());
 | 
				
			||||||
 | 
					            clientSession.getDetails().setDhcpDetails(new ClientDhcpDetails(Long.toUnsignedString(apEventClientSession.getSessionId())));
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (clientSession.getDetails().getPriorEquipmentId() == null) {
 | 
				
			||||||
 | 
					            clientSession.getDetails().setPriorEquipmentId(clientSession.getEquipmentId());
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (clientSession.getDetails().getPriorSessionId() == null) {
 | 
				
			||||||
 | 
					            if (!Objects.equal(clientSession.getDetails().getSessionId(), Long.toUnsignedString(apEventClientSession.getSessionId())))
 | 
				
			||||||
 | 
					                clientSession.getDetails().setPriorSessionId(clientSession.getDetails().getSessionId());
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (!Objects.equal(clientSession.getDetails().getSessionId(), Long.toUnsignedString(apEventClientSession.getSessionId()))) {
 | 
				
			||||||
 | 
					            clientSession.getDetails().setPriorSessionId(clientSession.getDetails().getSessionId());
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        clientSession.getDetails().setSessionId(Long.toUnsignedString(apEventClientSession.getSessionId()));
 | 
				
			||||||
 | 
					        clientSession.getDetails().setRadioType(OvsdbToWlanCloudTypeMappingUtility.getRadioTypeFromOpensyncStatsRadioBandType(apClientEvent.getBand()));
 | 
				
			||||||
 | 
					        clientSession.getDetails().setSsid(apClientEvent.getSsid());
 | 
				
			||||||
 | 
					        if (apClientEvent.hasStatus()) {
 | 
				
			||||||
 | 
					            clientSession.getDetails().setAssociationStatus(apClientEvent.getStatus());
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        clientSession.getDetails().setRadioType(OvsdbToWlanCloudTypeMappingUtility.getRadioTypeFromOpensyncStatsRadioBandType(apClientEvent.getBand()));
 | 
				
			||||||
 | 
					        if (apClientEvent.hasUsing11K()) {
 | 
				
			||||||
 | 
					            clientSession.getDetails().setIs11KUsed(apClientEvent.getUsing11K());
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (apClientEvent.hasUsing11R()) {
 | 
				
			||||||
 | 
					            clientSession.getDetails().setIs11RUsed(apClientEvent.getUsing11R());
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (apClientEvent.hasUsing11V()) {
 | 
				
			||||||
 | 
					            clientSession.getDetails().setIs11VUsed(apClientEvent.getUsing11V());
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (apClientEvent.hasAssocType()) {
 | 
				
			||||||
 | 
					            clientSession.getDetails().setIsReassociation(apClientEvent.getAssocType().equals(AssocType.REASSOC));
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (apClientEvent.hasRssi()) {
 | 
				
			||||||
 | 
					            clientSession.getDetails().setAssocRssi(apClientEvent.getRssi());
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (apClientEvent.hasInternalSc()) {
 | 
				
			||||||
 | 
					            clientSession.getDetails().setAssocInternalSC(apClientEvent.getInternalSc());
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        clientSession.getDetails().setAssocTimestamp(apClientEvent.getTimestampMs());
 | 
				
			||||||
 | 
					        clientSession.getDetails().setAssociationState(AssociationState._802_11_Associated);
 | 
				
			||||||
 | 
					        clientSession.getDetails().setLastEventTimestamp(apClientEvent.getTimestampMs());
 | 
				
			||||||
 | 
					        clientSession = clientServiceInterface.updateSession(clientSession);
 | 
				
			||||||
 | 
					        realtimeEventPublisher.publishClientAssocEvent(customerId, equipmentId, locationId, apEventClientSession.getClientAssocEvent());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
 | 
					    private void processClientIpEvent(int customerId, long equipmentId, long locationId, sts.OpensyncStats.EventReport.ClientSession apEventClientSession) {
 | 
				
			||||||
 | 
					        ClientIpEvent apClientEvent = apEventClientSession.getClientIpEvent();
 | 
				
			||||||
 | 
					        com.telecominfraproject.wlan.client.models.Client client = clientServiceInterface.getOrNull(customerId, MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
				
			||||||
 | 
					        if (client == null) {
 | 
				
			||||||
 | 
					            client = new com.telecominfraproject.wlan.client.models.Client();
 | 
				
			||||||
 | 
					            client.setCustomerId(customerId);
 | 
				
			||||||
 | 
					            client.setMacAddress(MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
				
			||||||
 | 
					            client.setDetails(new ClientInfoDetails());
 | 
				
			||||||
 | 
					            client = clientServiceInterface.create(client);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        client = clientServiceInterface.update(client);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        ClientSession clientSession = clientServiceInterface.getSessionOrNull(customerId, equipmentId, MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
				
			||||||
 | 
					        if (clientSession == null) {
 | 
				
			||||||
 | 
					            clientSession = new ClientSession();
 | 
				
			||||||
 | 
					            clientSession.setCustomerId(customerId);
 | 
				
			||||||
 | 
					            clientSession.setEquipmentId(equipmentId);
 | 
				
			||||||
 | 
					            clientSession.setMacAddress(MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
				
			||||||
 | 
					            clientSession.setLocationId(locationId);
 | 
				
			||||||
 | 
					            clientSession.setDetails(new ClientSessionDetails());
 | 
				
			||||||
 | 
					            clientSession.getDetails().setDhcpDetails(new ClientDhcpDetails(Long.toUnsignedString(apEventClientSession.getSessionId())));
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (clientSession.getDetails().getPriorEquipmentId() == null) {
 | 
				
			||||||
 | 
					            clientSession.getDetails().setPriorEquipmentId(clientSession.getEquipmentId());
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (clientSession.getDetails().getPriorSessionId() == null) {
 | 
				
			||||||
 | 
					            if (!Objects.equal(clientSession.getDetails().getSessionId(), Long.toUnsignedString(apEventClientSession.getSessionId())))
 | 
				
			||||||
 | 
					                clientSession.getDetails().setPriorSessionId(clientSession.getDetails().getSessionId());
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (!Objects.equal(clientSession.getDetails().getSessionId(), Long.toUnsignedString(apEventClientSession.getSessionId()))) {
 | 
				
			||||||
 | 
					            clientSession.getDetails().setPriorSessionId(clientSession.getDetails().getSessionId());
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        clientSession.getDetails().setSessionId(Long.toUnsignedString(apEventClientSession.getSessionId()));
 | 
				
			||||||
 | 
					        if (apClientEvent.hasIpAddr()) {
 | 
				
			||||||
 | 
					            ByteString ipAddress = apClientEvent.getIpAddr();
 | 
				
			||||||
 | 
					            if (ipAddress != null) {
 | 
				
			||||||
 | 
					                try {
 | 
				
			||||||
 | 
					                    InetAddress inetAddress = InetAddress.getByAddress(ipAddress.toByteArray());
 | 
				
			||||||
 | 
					                    if (inetAddress instanceof Inet4Address) {
 | 
				
			||||||
 | 
					                        clientSession.getDetails().setIpAddress(inetAddress);
 | 
				
			||||||
 | 
					                    } else if (inetAddress instanceof Inet6Address) {
 | 
				
			||||||
 | 
					                        clientSession.getDetails().setIpAddress(inetAddress);
 | 
				
			||||||
 | 
					                    } else {
 | 
				
			||||||
 | 
					                        LOG.error("Invalid IP Address {}", ipAddress);
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
 | 
					                    clientSession.getDetails().setIpTimestamp(apClientEvent.getTimestampMs());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                } catch (UnknownHostException ex) {
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        clientSession.getDetails().setLastEventTimestamp(apClientEvent.getTimestampMs());
 | 
				
			||||||
 | 
					        clientSession = clientServiceInterface.updateSession(clientSession);
 | 
				
			||||||
 | 
					        realtimeEventPublisher.publishClientIpEvent(customerId, equipmentId, locationId, apEventClientSession.getClientIpEvent());
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
 | 
					    private void processClientDisconnectEvent(int customerId, long equipmentId, long locationId,
 | 
				
			||||||
 | 
					            sts.OpensyncStats.EventReport.ClientSession apEventClientSession) {
 | 
				
			||||||
 | 
					        ClientDisconnectEvent apClientEvent = apEventClientSession.getClientDisconnectEvent();
 | 
				
			||||||
 | 
					        com.telecominfraproject.wlan.client.models.Client client = clientServiceInterface.getOrNull(customerId, MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
				
			||||||
 | 
					        if (client == null) {
 | 
				
			||||||
 | 
					            client = new com.telecominfraproject.wlan.client.models.Client();
 | 
				
			||||||
 | 
					            client.setCustomerId(customerId);
 | 
				
			||||||
 | 
					            client.setMacAddress(MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
				
			||||||
 | 
					            client.setDetails(new ClientInfoDetails());
 | 
				
			||||||
 | 
					            client = clientServiceInterface.create(client);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        ClientSession clientSession = clientServiceInterface.getSessionOrNull(customerId, equipmentId, MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
				
			||||||
 | 
					        if (clientSession == null) {
 | 
				
			||||||
 | 
					            clientSession = new ClientSession();
 | 
				
			||||||
 | 
					            clientSession.setCustomerId(customerId);
 | 
				
			||||||
 | 
					            clientSession.setEquipmentId(equipmentId);
 | 
				
			||||||
 | 
					            clientSession.setMacAddress(MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
				
			||||||
 | 
					            clientSession.setLocationId(locationId);
 | 
				
			||||||
 | 
					            clientSession.setDetails(new ClientSessionDetails());
 | 
				
			||||||
 | 
					            clientSession.getDetails().setDhcpDetails(new ClientDhcpDetails(Long.toUnsignedString(apEventClientSession.getSessionId())));
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        if (clientSession.getDetails().getPriorSessionId() == null) {
 | 
				
			||||||
 | 
					            if (!Objects.equal(clientSession.getDetails().getSessionId(), Long.toUnsignedString(apEventClientSession.getSessionId())))
 | 
				
			||||||
 | 
					                clientSession.getDetails().setPriorSessionId(clientSession.getDetails().getSessionId());
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (!Objects.equal(clientSession.getDetails().getSessionId(), Long.toUnsignedString(apEventClientSession.getSessionId()))) {
 | 
				
			||||||
 | 
					            clientSession.getDetails().setPriorSessionId(clientSession.getDetails().getSessionId());
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        clientSession.getDetails().setSessionId(Long.toUnsignedString(apEventClientSession.getSessionId()));
 | 
				
			||||||
 | 
					        clientSession.getDetails().setRadioType(OvsdbToWlanCloudTypeMappingUtility.getRadioTypeFromOpensyncStatsRadioBandType(apClientEvent.getBand()));
 | 
				
			||||||
 | 
					        clientSession.getDetails().setSsid(apClientEvent.getSsid());
 | 
				
			||||||
 | 
					        if (apClientEvent.hasDevType()) {
 | 
				
			||||||
 | 
					            if (apClientEvent.getDevType().equals(DeviceType.DEV_AP)) {
 | 
				
			||||||
 | 
					                clientSession.getDetails().setDisconnectByApTimestamp(apClientEvent.getTimestampMs());
 | 
				
			||||||
 | 
					                if (apClientEvent.hasInternalRc()) {
 | 
				
			||||||
 | 
					                    clientSession.getDetails().setDisconnectByApInternalReasonCode(apClientEvent.getInternalRc());
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					                if (apClientEvent.hasReason()) {
 | 
				
			||||||
 | 
					                    clientSession.getDetails().setDisconnectByApReasonCode(apClientEvent.getReason());
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            } else {
 | 
				
			||||||
 | 
					                clientSession.getDetails().setDisconnectByClientTimestamp(apClientEvent.getTimestampMs());
 | 
				
			||||||
 | 
					                if (apClientEvent.hasInternalRc()) {
 | 
				
			||||||
 | 
					                    clientSession.getDetails().setDisconnectByClientInternalReasonCode(apClientEvent.getInternalRc());
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					                if (apClientEvent.hasReason()) {
 | 
				
			||||||
 | 
					                    clientSession.getDetails().setDisconnectByClientReasonCode(apClientEvent.getReason());
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (apClientEvent.hasFrType()) {
 | 
				
			||||||
 | 
					            if (apClientEvent.getFrType().equals(FrameType.FT_DEAUTH)) {
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					            if (apClientEvent.getFrType().equals(FrameType.FT_DISASSOC)) {
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (apClientEvent.hasRssi()) {
 | 
				
			||||||
 | 
					            clientSession.getDetails().setAssocRssi(apClientEvent.getRssi());
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (apClientEvent.hasLrcvUpTsInUs()) {
 | 
				
			||||||
 | 
					            clientSession.getDetails().setLastRxTimestamp(apClientEvent.getLrcvUpTsInUs());
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (apClientEvent.hasLsentUpTsInUs()) {
 | 
				
			||||||
 | 
					            clientSession.getDetails().setLastTxTimestamp(apClientEvent.getLsentUpTsInUs());
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        clientSession.getDetails().setAssociationState(AssociationState.Disconnected);
 | 
				
			||||||
 | 
					        clientSession.getDetails().setAssocTimestamp(apClientEvent.getTimestampMs());
 | 
				
			||||||
 | 
					        clientSession.getDetails().setLastEventTimestamp(apClientEvent.getTimestampMs());
 | 
				
			||||||
 | 
					        clientSession = clientServiceInterface.updateSession(clientSession);
 | 
				
			||||||
 | 
					        realtimeEventPublisher.publishClientDisconnectEvent(customerId, equipmentId, locationId, apEventClientSession.getClientDisconnectEvent());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -1,8 +1,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
package com.telecominfraproject.wlan.opensync.external.integration.utils;
 | 
					package com.telecominfraproject.wlan.opensync.external.integration.utils;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import java.net.Inet4Address;
 | 
					 | 
				
			||||||
import java.net.Inet6Address;
 | 
					 | 
				
			||||||
import java.net.InetAddress;
 | 
					import java.net.InetAddress;
 | 
				
			||||||
import java.net.UnknownHostException;
 | 
					import java.net.UnknownHostException;
 | 
				
			||||||
import java.util.ArrayList;
 | 
					import java.util.ArrayList;
 | 
				
			||||||
@@ -22,20 +21,12 @@ import org.springframework.beans.factory.annotation.Autowired;
 | 
				
			|||||||
import org.springframework.beans.factory.annotation.Value;
 | 
					import org.springframework.beans.factory.annotation.Value;
 | 
				
			||||||
import org.springframework.stereotype.Component;
 | 
					import org.springframework.stereotype.Component;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import com.google.common.base.Objects;
 | 
					 | 
				
			||||||
import com.google.protobuf.ByteString;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.alarm.AlarmServiceInterface;
 | 
					import com.telecominfraproject.wlan.alarm.AlarmServiceInterface;
 | 
				
			||||||
import com.telecominfraproject.wlan.alarm.models.Alarm;
 | 
					import com.telecominfraproject.wlan.alarm.models.Alarm;
 | 
				
			||||||
import com.telecominfraproject.wlan.alarm.models.AlarmCode;
 | 
					import com.telecominfraproject.wlan.alarm.models.AlarmCode;
 | 
				
			||||||
import com.telecominfraproject.wlan.alarm.models.AlarmDetails;
 | 
					import com.telecominfraproject.wlan.alarm.models.AlarmDetails;
 | 
				
			||||||
import com.telecominfraproject.wlan.alarm.models.AlarmScopeType;
 | 
					import com.telecominfraproject.wlan.alarm.models.AlarmScopeType;
 | 
				
			||||||
import com.telecominfraproject.wlan.alarm.models.OriginatorType;
 | 
					import com.telecominfraproject.wlan.alarm.models.OriginatorType;
 | 
				
			||||||
import com.telecominfraproject.wlan.client.ClientServiceInterface;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.client.info.models.ClientInfoDetails;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.client.session.models.AssociationState;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.client.session.models.ClientDhcpDetails;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.client.session.models.ClientSession;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.client.session.models.ClientSessionDetails;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.cloudeventdispatcher.CloudEventDispatcherInterface;
 | 
					import com.telecominfraproject.wlan.cloudeventdispatcher.CloudEventDispatcherInterface;
 | 
				
			||||||
import com.telecominfraproject.wlan.core.model.equipment.ChannelBandwidth;
 | 
					import com.telecominfraproject.wlan.core.model.equipment.ChannelBandwidth;
 | 
				
			||||||
import com.telecominfraproject.wlan.core.model.equipment.DetectedAuthMode;
 | 
					import com.telecominfraproject.wlan.core.model.equipment.DetectedAuthMode;
 | 
				
			||||||
@@ -85,19 +76,11 @@ import com.telecominfraproject.wlan.status.models.StatusDataType;
 | 
				
			|||||||
import com.telecominfraproject.wlan.status.network.models.NetworkAdminStatusData;
 | 
					import com.telecominfraproject.wlan.status.network.models.NetworkAdminStatusData;
 | 
				
			||||||
import com.telecominfraproject.wlan.systemevent.models.SystemEvent;
 | 
					import com.telecominfraproject.wlan.systemevent.models.SystemEvent;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import sts.OpensyncStats.AssocType;
 | 
					 | 
				
			||||||
import sts.OpensyncStats.Client;
 | 
					import sts.OpensyncStats.Client;
 | 
				
			||||||
import sts.OpensyncStats.ClientReport;
 | 
					import sts.OpensyncStats.ClientReport;
 | 
				
			||||||
import sts.OpensyncStats.DNSProbeMetric;
 | 
					import sts.OpensyncStats.DNSProbeMetric;
 | 
				
			||||||
import sts.OpensyncStats.Device;
 | 
					import sts.OpensyncStats.Device;
 | 
				
			||||||
import sts.OpensyncStats.Device.RadioTemp;
 | 
					import sts.OpensyncStats.Device.RadioTemp;
 | 
				
			||||||
import sts.OpensyncStats.DeviceType;
 | 
					 | 
				
			||||||
import sts.OpensyncStats.EventReport;
 | 
					 | 
				
			||||||
import sts.OpensyncStats.EventReport.ClientAssocEvent;
 | 
					 | 
				
			||||||
import sts.OpensyncStats.EventReport.ClientAuthEvent;
 | 
					 | 
				
			||||||
import sts.OpensyncStats.EventReport.ClientDisconnectEvent;
 | 
					 | 
				
			||||||
import sts.OpensyncStats.EventReport.ClientIpEvent;
 | 
					 | 
				
			||||||
import sts.OpensyncStats.FrameType;
 | 
					 | 
				
			||||||
import sts.OpensyncStats.Neighbor;
 | 
					import sts.OpensyncStats.Neighbor;
 | 
				
			||||||
import sts.OpensyncStats.Neighbor.NeighborBss;
 | 
					import sts.OpensyncStats.Neighbor.NeighborBss;
 | 
				
			||||||
import sts.OpensyncStats.NetworkProbe;
 | 
					import sts.OpensyncStats.NetworkProbe;
 | 
				
			||||||
@@ -124,13 +107,11 @@ public class MqttStatsPublisher implements StatsPublisherInterface {
 | 
				
			|||||||
    @Autowired
 | 
					    @Autowired
 | 
				
			||||||
    private StatusServiceInterface statusServiceInterface;
 | 
					    private StatusServiceInterface statusServiceInterface;
 | 
				
			||||||
    @Autowired
 | 
					    @Autowired
 | 
				
			||||||
    private ClientServiceInterface clientServiceInterface;
 | 
					 | 
				
			||||||
    @Autowired
 | 
					 | 
				
			||||||
    private CloudEventDispatcherInterface cloudEventDispatcherInterface;
 | 
					    private CloudEventDispatcherInterface cloudEventDispatcherInterface;
 | 
				
			||||||
    @Autowired
 | 
					    @Autowired
 | 
				
			||||||
    private RealtimeEventPublisher realtimeEventPublisher;
 | 
					 | 
				
			||||||
    @Autowired
 | 
					 | 
				
			||||||
    private AlarmServiceInterface alarmServiceInterface;
 | 
					    private AlarmServiceInterface alarmServiceInterface;
 | 
				
			||||||
 | 
					    @Autowired
 | 
				
			||||||
 | 
					    private AsyncPublishService asyncPublishService;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @Value("${tip.wlan.mqttStatsPublisher.temperatureThresholdInC:80}")
 | 
					    @Value("${tip.wlan.mqttStatsPublisher.temperatureThresholdInC:80}")
 | 
				
			||||||
    private int temperatureThresholdInC;
 | 
					    private int temperatureThresholdInC;
 | 
				
			||||||
@@ -148,7 +129,6 @@ public class MqttStatsPublisher implements StatsPublisherInterface {
 | 
				
			|||||||
    public int statsTimeDriftThresholdSec;
 | 
					    public int statsTimeDriftThresholdSec;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @Override
 | 
					    @Override
 | 
				
			||||||
    
 | 
					 | 
				
			||||||
    public void processMqttMessage(String topic, Report report) {
 | 
					    public void processMqttMessage(String topic, Report report) {
 | 
				
			||||||
        // Numerous try/catch blocks to address situations where logs are not being reported due to corrupt or invalid
 | 
					        // Numerous try/catch blocks to address situations where logs are not being reported due to corrupt or invalid
 | 
				
			||||||
        // data in mqtt stats causing a crash
 | 
					        // data in mqtt stats causing a crash
 | 
				
			||||||
@@ -256,28 +236,12 @@ public class MqttStatsPublisher implements StatsPublisherInterface {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
            });
 | 
					            });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            try {
 | 
					            // Make it asynchronous to decrease processing time
 | 
				
			||||||
                long publishStart = System.nanoTime();
 | 
					            asyncPublishService.asyncPublishStats(apId, metricRecordList);
 | 
				
			||||||
                cloudEventDispatcherInterface.publishMetrics(metricRecordList);
 | 
					 | 
				
			||||||
                long publishStop = System.nanoTime();
 | 
					 | 
				
			||||||
                if (LOG.isDebugEnabled())
 | 
					 | 
				
			||||||
                    LOG.debug("Elapsed publishing time for metrics records from AP {} is {} milliseconds", apId,
 | 
					 | 
				
			||||||
                            TimeUnit.MILLISECONDS.convert(publishStop - publishStart, TimeUnit.NANOSECONDS));
 | 
					 | 
				
			||||||
            } catch (Exception e) {
 | 
					 | 
				
			||||||
                LOG.error("Exception when trying to publishServiceMetrics.", e);
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        try {
 | 
					        // Make it asynchronous to decrease processing time
 | 
				
			||||||
            long mqttEventsStart = System.nanoTime();
 | 
					        asyncPublishService.asyncPublishEvents(report, customerId, equipmentId, apId, locationId);
 | 
				
			||||||
            publishEvents(report, customerId, equipmentId, apId, locationId);
 | 
					 | 
				
			||||||
            long mqttEventsStop = System.nanoTime();
 | 
					 | 
				
			||||||
            if (LOG.isDebugEnabled())
 | 
					 | 
				
			||||||
                LOG.debug("Elapsed publishing time for mqtt events from AP {} is {} milliseconds", apId,
 | 
					 | 
				
			||||||
                        TimeUnit.MILLISECONDS.convert(mqttEventsStop - mqttEventsStart, TimeUnit.NANOSECONDS));
 | 
					 | 
				
			||||||
        } catch (Exception e) {
 | 
					 | 
				
			||||||
            LOG.error("Exception when trying to publishEvents.", e);
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        try {
 | 
					        try {
 | 
				
			||||||
            long endTime = System.nanoTime();
 | 
					            long endTime = System.nanoTime();
 | 
				
			||||||
@@ -309,281 +273,6 @@ public class MqttStatsPublisher implements StatsPublisherInterface {
 | 
				
			|||||||
        cloudEventDispatcherInterface.publishEvent(event);
 | 
					        cloudEventDispatcherInterface.publishEvent(event);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    void publishEvents(Report report, int customerId, long equipmentId, String apId, long locationId) {
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        realtimeEventPublisher.publishSipCallEvents(customerId, equipmentId, locationId, report.getVideoVoiceReportList());
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        for (EventReport eventReport : report.getEventReportList()) {
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
            for (sts.OpensyncStats.EventReport.ClientSession apEventClientSession : eventReport.getClientSessionList()) {
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
                LOG.debug("Processing EventReport::ClientSession for AP {}", apId);
 | 
					 | 
				
			||||||
                // for the following MQTT events, the client/client session is first updated, then the real time event
 | 
					 | 
				
			||||||
                // is published.
 | 
					 | 
				
			||||||
                if (apEventClientSession.hasClientAuthEvent()) {
 | 
					 | 
				
			||||||
                    processClientAuthEvent(customerId, equipmentId, locationId, apEventClientSession);
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
                if (apEventClientSession.hasClientAssocEvent()) {
 | 
					 | 
				
			||||||
                    processClientAssocEvent(customerId, equipmentId, locationId, apEventClientSession);
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
                if (apEventClientSession.hasClientIpEvent()) {
 | 
					 | 
				
			||||||
                    processClientIpEvent(customerId, equipmentId, locationId, apEventClientSession);
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
                if (apEventClientSession.hasClientDisconnectEvent()) {
 | 
					 | 
				
			||||||
                    processClientDisconnectEvent(customerId, equipmentId, locationId, apEventClientSession);
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
            realtimeEventPublisher.publishChannelHopEvents(customerId, equipmentId, locationId, eventReport);
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    protected void processClientDisconnectEvent(int customerId, long equipmentId, long locationId,
 | 
					 | 
				
			||||||
            sts.OpensyncStats.EventReport.ClientSession apEventClientSession) {
 | 
					 | 
				
			||||||
        ClientDisconnectEvent apClientEvent = apEventClientSession.getClientDisconnectEvent();
 | 
					 | 
				
			||||||
        com.telecominfraproject.wlan.client.models.Client client = clientServiceInterface.getOrNull(customerId, MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
					 | 
				
			||||||
        if (client == null) {
 | 
					 | 
				
			||||||
            client = new com.telecominfraproject.wlan.client.models.Client();
 | 
					 | 
				
			||||||
            client.setCustomerId(customerId);
 | 
					 | 
				
			||||||
            client.setMacAddress(MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
					 | 
				
			||||||
            client.setDetails(new ClientInfoDetails());
 | 
					 | 
				
			||||||
            client = clientServiceInterface.create(client);
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        ClientSession clientSession = clientServiceInterface.getSessionOrNull(customerId, equipmentId, MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
					 | 
				
			||||||
        if (clientSession == null) {
 | 
					 | 
				
			||||||
            clientSession = new ClientSession();
 | 
					 | 
				
			||||||
            clientSession.setCustomerId(customerId);
 | 
					 | 
				
			||||||
            clientSession.setEquipmentId(equipmentId);
 | 
					 | 
				
			||||||
            clientSession.setMacAddress(MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
					 | 
				
			||||||
            clientSession.setLocationId(locationId);
 | 
					 | 
				
			||||||
            clientSession.setDetails(new ClientSessionDetails());
 | 
					 | 
				
			||||||
            clientSession.getDetails().setDhcpDetails(new ClientDhcpDetails(Long.toUnsignedString(apEventClientSession.getSessionId())));
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        if (clientSession.getDetails().getPriorSessionId() == null) {
 | 
					 | 
				
			||||||
            if (!Objects.equal(clientSession.getDetails().getSessionId(), Long.toUnsignedString(apEventClientSession.getSessionId())))
 | 
					 | 
				
			||||||
                clientSession.getDetails().setPriorSessionId(clientSession.getDetails().getSessionId());
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        if (!Objects.equal(clientSession.getDetails().getSessionId(), Long.toUnsignedString(apEventClientSession.getSessionId()))) {
 | 
					 | 
				
			||||||
            clientSession.getDetails().setPriorSessionId(clientSession.getDetails().getSessionId());
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        clientSession.getDetails().setSessionId(Long.toUnsignedString(apEventClientSession.getSessionId()));
 | 
					 | 
				
			||||||
        clientSession.getDetails().setRadioType(OvsdbToWlanCloudTypeMappingUtility.getRadioTypeFromOpensyncStatsRadioBandType(apClientEvent.getBand()));
 | 
					 | 
				
			||||||
        clientSession.getDetails().setSsid(apClientEvent.getSsid());
 | 
					 | 
				
			||||||
        if (apClientEvent.hasDevType()) {
 | 
					 | 
				
			||||||
            if (apClientEvent.getDevType().equals(DeviceType.DEV_AP)) {
 | 
					 | 
				
			||||||
                clientSession.getDetails().setDisconnectByApTimestamp(apClientEvent.getTimestampMs());
 | 
					 | 
				
			||||||
                if (apClientEvent.hasInternalRc()) {
 | 
					 | 
				
			||||||
                    clientSession.getDetails().setDisconnectByApInternalReasonCode(apClientEvent.getInternalRc());
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
                if (apClientEvent.hasReason()) {
 | 
					 | 
				
			||||||
                    clientSession.getDetails().setDisconnectByApReasonCode(apClientEvent.getReason());
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            } else {
 | 
					 | 
				
			||||||
                clientSession.getDetails().setDisconnectByClientTimestamp(apClientEvent.getTimestampMs());
 | 
					 | 
				
			||||||
                if (apClientEvent.hasInternalRc()) {
 | 
					 | 
				
			||||||
                    clientSession.getDetails().setDisconnectByClientInternalReasonCode(apClientEvent.getInternalRc());
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
                if (apClientEvent.hasReason()) {
 | 
					 | 
				
			||||||
                    clientSession.getDetails().setDisconnectByClientReasonCode(apClientEvent.getReason());
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        if (apClientEvent.hasFrType()) {
 | 
					 | 
				
			||||||
            if (apClientEvent.getFrType().equals(FrameType.FT_DEAUTH)) {
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
            if (apClientEvent.getFrType().equals(FrameType.FT_DISASSOC)) {
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        if (apClientEvent.hasRssi()) {
 | 
					 | 
				
			||||||
            clientSession.getDetails().setAssocRssi(apClientEvent.getRssi());
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        if (apClientEvent.hasLrcvUpTsInUs()) {
 | 
					 | 
				
			||||||
            clientSession.getDetails().setLastRxTimestamp(apClientEvent.getLrcvUpTsInUs());
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        if (apClientEvent.hasLsentUpTsInUs()) {
 | 
					 | 
				
			||||||
            clientSession.getDetails().setLastTxTimestamp(apClientEvent.getLsentUpTsInUs());
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        clientSession.getDetails().setAssociationState(AssociationState.Disconnected);
 | 
					 | 
				
			||||||
        clientSession.getDetails().setAssocTimestamp(apClientEvent.getTimestampMs());
 | 
					 | 
				
			||||||
        clientSession.getDetails().setLastEventTimestamp(apClientEvent.getTimestampMs());
 | 
					 | 
				
			||||||
        clientSession = clientServiceInterface.updateSession(clientSession);
 | 
					 | 
				
			||||||
        realtimeEventPublisher.publishClientDisconnectEvent(customerId, equipmentId, locationId, apEventClientSession.getClientDisconnectEvent());
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    protected void processClientAuthEvent(int customerId, long equipmentId, long locationId, sts.OpensyncStats.EventReport.ClientSession apEventClientSession) {
 | 
					 | 
				
			||||||
        ClientAuthEvent apClientEvent = apEventClientSession.getClientAuthEvent();
 | 
					 | 
				
			||||||
        com.telecominfraproject.wlan.client.models.Client client = clientServiceInterface.getOrNull(customerId, MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        if (client == null) {
 | 
					 | 
				
			||||||
            client = new com.telecominfraproject.wlan.client.models.Client();
 | 
					 | 
				
			||||||
            client.setCustomerId(customerId);
 | 
					 | 
				
			||||||
            client.setMacAddress(MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
					 | 
				
			||||||
            client.setDetails(new ClientInfoDetails());
 | 
					 | 
				
			||||||
            client = clientServiceInterface.create(client);
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        ClientSession clientSession = clientServiceInterface.getSessionOrNull(customerId, equipmentId, MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        if (clientSession == null) {
 | 
					 | 
				
			||||||
            clientSession = new ClientSession();
 | 
					 | 
				
			||||||
            clientSession.setCustomerId(customerId);
 | 
					 | 
				
			||||||
            clientSession.setEquipmentId(equipmentId);
 | 
					 | 
				
			||||||
            clientSession.setMacAddress(MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
					 | 
				
			||||||
            clientSession.setLocationId(locationId);
 | 
					 | 
				
			||||||
            clientSession.setDetails(new ClientSessionDetails());
 | 
					 | 
				
			||||||
            clientSession.getDetails().setDhcpDetails(new ClientDhcpDetails(Long.toUnsignedString(apEventClientSession.getSessionId())));
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        if (clientSession.getDetails().getPriorEquipmentId() == null) {
 | 
					 | 
				
			||||||
            clientSession.getDetails().setPriorEquipmentId(clientSession.getEquipmentId());
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        if (clientSession.getDetails().getPriorSessionId() == null) {
 | 
					 | 
				
			||||||
            if (!Objects.equal(clientSession.getDetails().getSessionId(), Long.toUnsignedString(apEventClientSession.getSessionId())))
 | 
					 | 
				
			||||||
                clientSession.getDetails().setPriorSessionId(clientSession.getDetails().getSessionId());
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        if (!Objects.equal(clientSession.getDetails().getSessionId(), Long.toUnsignedString(apEventClientSession.getSessionId()))) {
 | 
					 | 
				
			||||||
            clientSession.getDetails().setPriorSessionId(clientSession.getDetails().getSessionId());
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        clientSession.getDetails().setSessionId(Long.toUnsignedString(apEventClientSession.getSessionId()));
 | 
					 | 
				
			||||||
        clientSession.getDetails().setRadioType(OvsdbToWlanCloudTypeMappingUtility.getRadioTypeFromOpensyncStatsRadioBandType(apClientEvent.getBand()));
 | 
					 | 
				
			||||||
        clientSession.getDetails().setSsid(apClientEvent.getSsid());
 | 
					 | 
				
			||||||
        if (apClientEvent.hasAuthStatus()) {
 | 
					 | 
				
			||||||
            clientSession.getDetails().setAssociationStatus(apClientEvent.getAuthStatus());
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        clientSession.getDetails().setAuthTimestamp(apClientEvent.getTimestampMs());
 | 
					 | 
				
			||||||
        clientSession.getDetails().setAssociationState(AssociationState._802_11_Authenticated);
 | 
					 | 
				
			||||||
        clientSession.getDetails().setLastEventTimestamp(apClientEvent.getTimestampMs());
 | 
					 | 
				
			||||||
        clientSession = clientServiceInterface.updateSession(clientSession);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        realtimeEventPublisher.publishClientAuthSystemEvent(customerId, equipmentId, locationId, apEventClientSession.getClientAuthEvent());
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    protected void processClientAssocEvent(int customerId, long equipmentId, long locationId,
 | 
					 | 
				
			||||||
            sts.OpensyncStats.EventReport.ClientSession apEventClientSession) {
 | 
					 | 
				
			||||||
        ClientAssocEvent apClientEvent = apEventClientSession.getClientAssocEvent();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        com.telecominfraproject.wlan.client.models.Client client = clientServiceInterface.getOrNull(customerId, MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        if (client == null) {
 | 
					 | 
				
			||||||
            client = new com.telecominfraproject.wlan.client.models.Client();
 | 
					 | 
				
			||||||
            client.setCustomerId(customerId);
 | 
					 | 
				
			||||||
            client.setMacAddress(MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
					 | 
				
			||||||
            client.setDetails(new ClientInfoDetails());
 | 
					 | 
				
			||||||
            client = clientServiceInterface.create(client);
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        ClientSession clientSession = clientServiceInterface.getSessionOrNull(customerId, equipmentId, MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        if (clientSession == null) {
 | 
					 | 
				
			||||||
            clientSession = new ClientSession();
 | 
					 | 
				
			||||||
            clientSession.setCustomerId(customerId);
 | 
					 | 
				
			||||||
            clientSession.setEquipmentId(equipmentId);
 | 
					 | 
				
			||||||
            clientSession.setMacAddress(MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
					 | 
				
			||||||
            clientSession.setLocationId(locationId);
 | 
					 | 
				
			||||||
            clientSession.setDetails(new ClientSessionDetails());
 | 
					 | 
				
			||||||
            clientSession.getDetails().setDhcpDetails(new ClientDhcpDetails(Long.toUnsignedString(apEventClientSession.getSessionId())));
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        if (clientSession.getDetails().getPriorEquipmentId() == null) {
 | 
					 | 
				
			||||||
            clientSession.getDetails().setPriorEquipmentId(clientSession.getEquipmentId());
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        if (clientSession.getDetails().getPriorSessionId() == null) {
 | 
					 | 
				
			||||||
            if (!Objects.equal(clientSession.getDetails().getSessionId(), Long.toUnsignedString(apEventClientSession.getSessionId())))
 | 
					 | 
				
			||||||
                clientSession.getDetails().setPriorSessionId(clientSession.getDetails().getSessionId());
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        if (!Objects.equal(clientSession.getDetails().getSessionId(), Long.toUnsignedString(apEventClientSession.getSessionId()))) {
 | 
					 | 
				
			||||||
            clientSession.getDetails().setPriorSessionId(clientSession.getDetails().getSessionId());
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        clientSession.getDetails().setSessionId(Long.toUnsignedString(apEventClientSession.getSessionId()));
 | 
					 | 
				
			||||||
        clientSession.getDetails().setRadioType(OvsdbToWlanCloudTypeMappingUtility.getRadioTypeFromOpensyncStatsRadioBandType(apClientEvent.getBand()));
 | 
					 | 
				
			||||||
        clientSession.getDetails().setSsid(apClientEvent.getSsid());
 | 
					 | 
				
			||||||
        if (apClientEvent.hasStatus()) {
 | 
					 | 
				
			||||||
            clientSession.getDetails().setAssociationStatus(apClientEvent.getStatus());
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        clientSession.getDetails().setRadioType(OvsdbToWlanCloudTypeMappingUtility.getRadioTypeFromOpensyncStatsRadioBandType(apClientEvent.getBand()));
 | 
					 | 
				
			||||||
        if (apClientEvent.hasUsing11K()) {
 | 
					 | 
				
			||||||
            clientSession.getDetails().setIs11KUsed(apClientEvent.getUsing11K());
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        if (apClientEvent.hasUsing11R()) {
 | 
					 | 
				
			||||||
            clientSession.getDetails().setIs11RUsed(apClientEvent.getUsing11R());
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        if (apClientEvent.hasUsing11V()) {
 | 
					 | 
				
			||||||
            clientSession.getDetails().setIs11VUsed(apClientEvent.getUsing11V());
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        if (apClientEvent.hasAssocType()) {
 | 
					 | 
				
			||||||
            clientSession.getDetails().setIsReassociation(apClientEvent.getAssocType().equals(AssocType.REASSOC));
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        if (apClientEvent.hasRssi()) {
 | 
					 | 
				
			||||||
            clientSession.getDetails().setAssocRssi(apClientEvent.getRssi());
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        if (apClientEvent.hasInternalSc()) {
 | 
					 | 
				
			||||||
            clientSession.getDetails().setAssocInternalSC(apClientEvent.getInternalSc());
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        clientSession.getDetails().setAssocTimestamp(apClientEvent.getTimestampMs());
 | 
					 | 
				
			||||||
        clientSession.getDetails().setAssociationState(AssociationState._802_11_Associated);
 | 
					 | 
				
			||||||
        clientSession.getDetails().setLastEventTimestamp(apClientEvent.getTimestampMs());
 | 
					 | 
				
			||||||
        clientSession = clientServiceInterface.updateSession(clientSession);
 | 
					 | 
				
			||||||
        realtimeEventPublisher.publishClientAssocEvent(customerId, equipmentId, locationId, apEventClientSession.getClientAssocEvent());
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    protected void processClientIpEvent(int customerId, long equipmentId, long locationId, sts.OpensyncStats.EventReport.ClientSession apEventClientSession) {
 | 
					 | 
				
			||||||
        ClientIpEvent apClientEvent = apEventClientSession.getClientIpEvent();
 | 
					 | 
				
			||||||
        com.telecominfraproject.wlan.client.models.Client client = clientServiceInterface.getOrNull(customerId, MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
					 | 
				
			||||||
        if (client == null) {
 | 
					 | 
				
			||||||
            client = new com.telecominfraproject.wlan.client.models.Client();
 | 
					 | 
				
			||||||
            client.setCustomerId(customerId);
 | 
					 | 
				
			||||||
            client.setMacAddress(MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
					 | 
				
			||||||
            client.setDetails(new ClientInfoDetails());
 | 
					 | 
				
			||||||
            client = clientServiceInterface.create(client);
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        client = clientServiceInterface.update(client);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        ClientSession clientSession = clientServiceInterface.getSessionOrNull(customerId, equipmentId, MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
					 | 
				
			||||||
        if (clientSession == null) {
 | 
					 | 
				
			||||||
            clientSession = new ClientSession();
 | 
					 | 
				
			||||||
            clientSession.setCustomerId(customerId);
 | 
					 | 
				
			||||||
            clientSession.setEquipmentId(equipmentId);
 | 
					 | 
				
			||||||
            clientSession.setMacAddress(MacAddress.valueOf(apClientEvent.getStaMac()));
 | 
					 | 
				
			||||||
            clientSession.setLocationId(locationId);
 | 
					 | 
				
			||||||
            clientSession.setDetails(new ClientSessionDetails());
 | 
					 | 
				
			||||||
            clientSession.getDetails().setDhcpDetails(new ClientDhcpDetails(Long.toUnsignedString(apEventClientSession.getSessionId())));
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        if (clientSession.getDetails().getPriorEquipmentId() == null) {
 | 
					 | 
				
			||||||
            clientSession.getDetails().setPriorEquipmentId(clientSession.getEquipmentId());
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        if (clientSession.getDetails().getPriorSessionId() == null) {
 | 
					 | 
				
			||||||
            if (!Objects.equal(clientSession.getDetails().getSessionId(), Long.toUnsignedString(apEventClientSession.getSessionId())))
 | 
					 | 
				
			||||||
                clientSession.getDetails().setPriorSessionId(clientSession.getDetails().getSessionId());
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        if (!Objects.equal(clientSession.getDetails().getSessionId(), Long.toUnsignedString(apEventClientSession.getSessionId()))) {
 | 
					 | 
				
			||||||
            clientSession.getDetails().setPriorSessionId(clientSession.getDetails().getSessionId());
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        clientSession.getDetails().setSessionId(Long.toUnsignedString(apEventClientSession.getSessionId()));
 | 
					 | 
				
			||||||
        if (apClientEvent.hasIpAddr()) {
 | 
					 | 
				
			||||||
            ByteString ipAddress = apClientEvent.getIpAddr();
 | 
					 | 
				
			||||||
            if (ipAddress != null) {
 | 
					 | 
				
			||||||
                try {
 | 
					 | 
				
			||||||
                    InetAddress inetAddress = InetAddress.getByAddress(ipAddress.toByteArray());
 | 
					 | 
				
			||||||
                    if (inetAddress instanceof Inet4Address) {
 | 
					 | 
				
			||||||
                        clientSession.getDetails().setIpAddress(inetAddress);
 | 
					 | 
				
			||||||
                    } else if (inetAddress instanceof Inet6Address) {
 | 
					 | 
				
			||||||
                        clientSession.getDetails().setIpAddress(inetAddress);
 | 
					 | 
				
			||||||
                    } else {
 | 
					 | 
				
			||||||
                        LOG.error("Invalid IP Address {}", ipAddress);
 | 
					 | 
				
			||||||
                    }
 | 
					 | 
				
			||||||
                    clientSession.getDetails().setIpTimestamp(apClientEvent.getTimestampMs());
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
                } catch (UnknownHostException ex) {
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        clientSession.getDetails().setLastEventTimestamp(apClientEvent.getTimestampMs());
 | 
					 | 
				
			||||||
        clientSession = clientServiceInterface.updateSession(clientSession);
 | 
					 | 
				
			||||||
        realtimeEventPublisher.publishClientIpEvent(customerId, equipmentId, locationId, apEventClientSession.getClientIpEvent());
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    void populateApNodeMetrics(List<ServiceMetric> metricRecordList, Report report, int customerId, long equipmentId, long locationId) {
 | 
					    void populateApNodeMetrics(List<ServiceMetric> metricRecordList, Report report, int customerId, long equipmentId, long locationId) {
 | 
				
			||||||
        LOG.info("populateApNodeMetrics for Customer {} Equipment {}", customerId, equipmentId);
 | 
					        LOG.info("populateApNodeMetrics for Customer {} Equipment {}", customerId, equipmentId);
 | 
				
			||||||
        ApNodeMetrics apNodeMetrics = new ApNodeMetrics();
 | 
					        ApNodeMetrics apNodeMetrics = new ApNodeMetrics();
 | 
				
			||||||
@@ -596,6 +285,8 @@ public class MqttStatsPublisher implements StatsPublisherInterface {
 | 
				
			|||||||
        for (Device deviceReport : report.getDeviceList()) {
 | 
					        for (Device deviceReport : report.getDeviceList()) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            int avgRadioTemp = 0;
 | 
					            int avgRadioTemp = 0;
 | 
				
			||||||
 | 
					            // The 3 fixed alarm codes
 | 
				
			||||||
 | 
					            List<Alarm> alarms = alarmServiceInterface.get(customerId, Set.of(equipmentId), Set.of(AlarmCode.CPUTemperature, AlarmCode.CPUUtilization, AlarmCode.MemoryUtilization));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            ApPerformance apPerformance = new ApPerformance();
 | 
					            ApPerformance apPerformance = new ApPerformance();
 | 
				
			||||||
            apNodeMetrics.setApPerformance(apPerformance);
 | 
					            apNodeMetrics.setApPerformance(apPerformance);
 | 
				
			||||||
@@ -614,10 +305,10 @@ public class MqttStatsPublisher implements StatsPublisherInterface {
 | 
				
			|||||||
                    apPerformance.setCpuTemperature(avgRadioTemp);
 | 
					                    apPerformance.setCpuTemperature(avgRadioTemp);
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
                if (avgRadioTemp > temperatureThresholdInC) {
 | 
					                if (avgRadioTemp > temperatureThresholdInC) {
 | 
				
			||||||
                    raiseDeviceThresholdAlarm(customerId, equipmentId, AlarmCode.CPUTemperature, deviceReport.getTimestampMs());
 | 
					                    raiseDeviceThresholdAlarm(customerId, equipmentId, AlarmCode.CPUTemperature, deviceReport.getTimestampMs(), alarms);
 | 
				
			||||||
                } else {
 | 
					                } else {
 | 
				
			||||||
                    // Clear any existing temperature alarms for this ap
 | 
					                    // Clear any existing temperature alarms for this ap
 | 
				
			||||||
                    clearDeviceThresholdAlarm(customerId, equipmentId, AlarmCode.CPUTemperature);
 | 
					                    clearDeviceThresholdAlarm(customerId, equipmentId, AlarmCode.CPUTemperature, alarms);
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -625,10 +316,10 @@ public class MqttStatsPublisher implements StatsPublisherInterface {
 | 
				
			|||||||
                Integer cpuUtilization = deviceReport.getCpuUtil().getCpuUtil();
 | 
					                Integer cpuUtilization = deviceReport.getCpuUtil().getCpuUtil();
 | 
				
			||||||
                apPerformance.setCpuUtilized(new int[] {cpuUtilization});
 | 
					                apPerformance.setCpuUtilized(new int[] {cpuUtilization});
 | 
				
			||||||
                if (cpuUtilization > cpuUtilThresholdPct) {
 | 
					                if (cpuUtilization > cpuUtilThresholdPct) {
 | 
				
			||||||
                    raiseDeviceThresholdAlarm(customerId, equipmentId, AlarmCode.CPUUtilization, deviceReport.getTimestampMs());
 | 
					                    raiseDeviceThresholdAlarm(customerId, equipmentId, AlarmCode.CPUUtilization, deviceReport.getTimestampMs(), alarms);
 | 
				
			||||||
                } else {
 | 
					                } else {
 | 
				
			||||||
                    // Clear any existing cpuUtilization alarms
 | 
					                    // Clear any existing cpuUtilization alarms
 | 
				
			||||||
                    clearDeviceThresholdAlarm(customerId, equipmentId, AlarmCode.CPUUtilization);
 | 
					                    clearDeviceThresholdAlarm(customerId, equipmentId, AlarmCode.CPUUtilization, alarms);
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -640,10 +331,10 @@ public class MqttStatsPublisher implements StatsPublisherInterface {
 | 
				
			|||||||
                double usedMemory = deviceReport.getMemUtil().getMemUsed();
 | 
					                double usedMemory = deviceReport.getMemUtil().getMemUsed();
 | 
				
			||||||
                double totalMemory = deviceReport.getMemUtil().getMemTotal();
 | 
					                double totalMemory = deviceReport.getMemUtil().getMemTotal();
 | 
				
			||||||
                if (usedMemory / totalMemory * 100 > memoryUtilThresholdPct) {
 | 
					                if (usedMemory / totalMemory * 100 > memoryUtilThresholdPct) {
 | 
				
			||||||
                    raiseDeviceThresholdAlarm(customerId, equipmentId, AlarmCode.MemoryUtilization, deviceReport.getTimestampMs());
 | 
					                    raiseDeviceThresholdAlarm(customerId, equipmentId, AlarmCode.MemoryUtilization, deviceReport.getTimestampMs(), alarms);
 | 
				
			||||||
                } else {
 | 
					                } else {
 | 
				
			||||||
                    // Clear any existing cpuUtilization alarms
 | 
					                    // Clear any existing cpuUtilization alarms
 | 
				
			||||||
                    clearDeviceThresholdAlarm(customerId, equipmentId, AlarmCode.MemoryUtilization);
 | 
					                    clearDeviceThresholdAlarm(customerId, equipmentId, AlarmCode.MemoryUtilization, alarms);
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
@@ -898,16 +589,23 @@ public class MqttStatsPublisher implements StatsPublisherInterface {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    void clearDeviceThresholdAlarm(int customerId, long equipmentId, AlarmCode alarmCode) {
 | 
					    void clearDeviceThresholdAlarm(int customerId, long equipmentId, AlarmCode alarmCode, List<Alarm> alarms) {
 | 
				
			||||||
        alarmServiceInterface.get(customerId, Set.of(equipmentId), Set.of(alarmCode)).stream().forEach(a -> {
 | 
					    	for (Alarm alarm: alarms) {
 | 
				
			||||||
            Alarm alarm = alarmServiceInterface.delete(customerId, equipmentId, a.getAlarmCode(), a.getCreatedTimestamp());
 | 
					    		if (alarm.getAlarmCode() == alarmCode) {
 | 
				
			||||||
            LOG.debug("Cleared device threshold alarm {}", alarm);
 | 
					    			Alarm removedAlarm = alarmServiceInterface.delete(customerId, equipmentId, alarm.getAlarmCode(), alarm.getCreatedTimestamp());
 | 
				
			||||||
        });
 | 
					    			LOG.debug("Cleared device threshold alarm {}", removedAlarm);
 | 
				
			||||||
 | 
					    			return;
 | 
				
			||||||
 | 
					    		}
 | 
				
			||||||
 | 
					    	}
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    void raiseDeviceThresholdAlarm(int customerId, long equipmentId, AlarmCode alarmCode, long timestampMs) {
 | 
					    void raiseDeviceThresholdAlarm(int customerId, long equipmentId, AlarmCode alarmCode, long timestampMs, List<Alarm> alarms) {
 | 
				
			||||||
        // Raise an alarm for temperature
 | 
					    	for (Alarm alarm: alarms) {
 | 
				
			||||||
 | 
					    		if (alarm.getAlarmCode() == alarmCode) {
 | 
				
			||||||
 | 
					    			return;
 | 
				
			||||||
 | 
					    		}
 | 
				
			||||||
 | 
					    	}
 | 
				
			||||||
        Alarm alarm = new Alarm();
 | 
					        Alarm alarm = new Alarm();
 | 
				
			||||||
        alarm.setCustomerId(customerId);
 | 
					        alarm.setCustomerId(customerId);
 | 
				
			||||||
        alarm.setEquipmentId(equipmentId);
 | 
					        alarm.setEquipmentId(equipmentId);
 | 
				
			||||||
@@ -921,11 +619,8 @@ public class MqttStatsPublisher implements StatsPublisherInterface {
 | 
				
			|||||||
        alarmDetails.setMessage(alarmCode.getDescription());
 | 
					        alarmDetails.setMessage(alarmCode.getDescription());
 | 
				
			||||||
        alarmDetails.setAffectedEquipmentIds(Collections.singletonList(equipmentId));
 | 
					        alarmDetails.setAffectedEquipmentIds(Collections.singletonList(equipmentId));
 | 
				
			||||||
        alarm.setDetails(alarmDetails);
 | 
					        alarm.setDetails(alarmDetails);
 | 
				
			||||||
        List<Alarm> alarms = alarmServiceInterface.get(customerId, Set.of(equipmentId), Set.of(alarmCode));
 | 
					        alarm.setCreatedTimestamp(timestampMs);
 | 
				
			||||||
        if (alarms.isEmpty()) {
 | 
					        alarm = alarmServiceInterface.create(alarm);
 | 
				
			||||||
            alarm.setCreatedTimestamp(timestampMs);
 | 
					 | 
				
			||||||
            alarm = alarmServiceInterface.create(alarm);
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    private void checkIfOutOfBound(String checkedType, int checkedValue, Survey survey, int totalDurationMs, int busyTx, int busyRx, int busy, int busySelf) {
 | 
					    private void checkIfOutOfBound(String checkedType, int checkedValue, Survey survey, int totalDurationMs, int busyTx, int busyRx, int busy, int busySelf) {
 | 
				
			||||||
@@ -1006,14 +701,12 @@ public class MqttStatsPublisher implements StatsPublisherInterface {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    void updateDeviceStatusRadioUtilizationReport(int customerId, long equipmentId, RadioUtilizationReport radioUtilizationReport) {
 | 
					    void updateDeviceStatusRadioUtilizationReport(int customerId, long equipmentId, RadioUtilizationReport radioUtilizationReport) {
 | 
				
			||||||
        LOG.info("Processing updateDeviceStatusRadioUtilizationReport for equipmentId {} with RadioUtilizationReport {}", equipmentId, radioUtilizationReport);
 | 
					        LOG.info("Processing updateDeviceStatusRadioUtilizationReport for equipmentId {} with RadioUtilizationReport {}", equipmentId, radioUtilizationReport);
 | 
				
			||||||
        Status radioUtilizationStatus = statusServiceInterface.getOrNull(customerId, equipmentId, StatusDataType.RADIO_UTILIZATION);
 | 
					        // remove statusServiceInterface.getOrNull() for better performance (i.e. no createdTimestamp)
 | 
				
			||||||
        if (radioUtilizationStatus == null) {
 | 
					        LOG.debug("Create new radioUtilizationStatus");
 | 
				
			||||||
            LOG.debug("Create new radioUtilizationStatus");
 | 
					        Status radioUtilizationStatus = new Status();
 | 
				
			||||||
            radioUtilizationStatus = new Status();
 | 
					        radioUtilizationStatus.setCustomerId(customerId);
 | 
				
			||||||
            radioUtilizationStatus.setCustomerId(customerId);
 | 
					        radioUtilizationStatus.setEquipmentId(equipmentId);
 | 
				
			||||||
            radioUtilizationStatus.setEquipmentId(equipmentId);
 | 
					        radioUtilizationStatus.setStatusDataType(StatusDataType.RADIO_UTILIZATION);
 | 
				
			||||||
            radioUtilizationStatus.setStatusDataType(StatusDataType.RADIO_UTILIZATION);
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        radioUtilizationStatus.setDetails(radioUtilizationReport);
 | 
					        radioUtilizationStatus.setDetails(radioUtilizationReport);
 | 
				
			||||||
        statusServiceInterface.update(radioUtilizationStatus);
 | 
					        statusServiceInterface.update(radioUtilizationStatus);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -1164,11 +857,6 @@ public class MqttStatsPublisher implements StatsPublisherInterface {
 | 
				
			|||||||
                        cMetrics.setAverageTxRate(cl.getStats().getTxRate() / 1000);
 | 
					                        cMetrics.setAverageTxRate(cl.getStats().getTxRate() / 1000);
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                    
 | 
					                    
 | 
				
			||||||
                    if (cl.getStats().hasTxRate() && cl.getStats().hasRxRate()) {
 | 
					 | 
				
			||||||
                        cMetrics.setRates(new int[] {Double.valueOf(cl.getStats().getTxRate() / 1000).intValue(),
 | 
					 | 
				
			||||||
                                Double.valueOf(cl.getStats().getRxRate() / 1000).intValue()});
 | 
					 | 
				
			||||||
                    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
                    if (cl.getStats().hasTxErrors()) {
 | 
					                    if (cl.getStats().hasTxErrors()) {
 | 
				
			||||||
                        cMetrics.setNumTxDropped((int) cl.getStats().getTxErrors());
 | 
					                        cMetrics.setNumTxDropped((int) cl.getStats().getTxErrors());
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
@@ -1181,7 +869,8 @@ public class MqttStatsPublisher implements StatsPublisherInterface {
 | 
				
			|||||||
                        cMetrics.setNumTxDataRetries((int) cl.getStats().getTxRetries());
 | 
					                        cMetrics.setNumTxDataRetries((int) cl.getStats().getTxRetries());
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                    LOG.debug("ApClientMetrics Report {}", cMetrics);
 | 
					                    // Commented to increase performance as it repetitive
 | 
				
			||||||
 | 
					                    // LOG.debug("ApClientMetrics Report {}", cMetrics);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -1254,6 +943,9 @@ public class MqttStatsPublisher implements StatsPublisherInterface {
 | 
				
			|||||||
    void populateApSsidMetrics(List<ServiceMetric> metricRecordList, Report report, int customerId, long equipmentId, String apId, long locationId) {
 | 
					    void populateApSsidMetrics(List<ServiceMetric> metricRecordList, Report report, int customerId, long equipmentId, String apId, long locationId) {
 | 
				
			||||||
        LOG.debug("populateApSsidMetrics start");
 | 
					        LOG.debug("populateApSsidMetrics start");
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
 | 
					        Status activeBssidsStatus = statusServiceInterface.getOrNull(customerId, equipmentId, StatusDataType.ACTIVE_BSSIDS);
 | 
				
			||||||
 | 
					        LOG.debug("populateApSsidMetrics get BSSID from activeBssids {}", activeBssidsStatus);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if (report.getClientsCount() == 0) {
 | 
					        if (report.getClientsCount() == 0) {
 | 
				
			||||||
            LOG.info("populateApSsidMetrics no client data present, cannot build {}", ServiceMetricDataType.ApSsid);
 | 
					            LOG.info("populateApSsidMetrics no client data present, cannot build {}", ServiceMetricDataType.ApSsid);
 | 
				
			||||||
            return;
 | 
					            return;
 | 
				
			||||||
@@ -1295,7 +987,7 @@ public class MqttStatsPublisher implements StatsPublisherInterface {
 | 
				
			|||||||
                stats.setSourceTimestampMs(clientReport.getTimestampMs());
 | 
					                stats.setSourceTimestampMs(clientReport.getTimestampMs());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                // Get the BSSID (MAC address) for this SSID
 | 
					                // Get the BSSID (MAC address) for this SSID
 | 
				
			||||||
                String bssid = getBssidForClientSsid(customerId, equipmentId, apId, e.getKey(), radioType);
 | 
					                String bssid = getBssidForClientSsid(apId, e.getKey(), radioType, activeBssidsStatus);
 | 
				
			||||||
                if (bssid != null)
 | 
					                if (bssid != null)
 | 
				
			||||||
                    stats.setBssid(MacAddress.valueOf(bssid));
 | 
					                    stats.setBssid(MacAddress.valueOf(bssid));
 | 
				
			||||||
                else
 | 
					                else
 | 
				
			||||||
@@ -1342,26 +1034,20 @@ public class MqttStatsPublisher implements StatsPublisherInterface {
 | 
				
			|||||||
        LOG.debug("populateApSsidMetrics finished");
 | 
					        LOG.debug("populateApSsidMetrics finished");
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    String getBssidForClientSsid(int customerId, long equipmentId, String apId, String ssid, RadioType radioType) {
 | 
					    String getBssidForClientSsid(String apId, String ssid, RadioType radioType, Status activeBssidsStatus) {
 | 
				
			||||||
        try {
 | 
					        try {
 | 
				
			||||||
            Status activeBssidsStatus = statusServiceInterface.getOrNull(customerId, equipmentId, StatusDataType.ACTIVE_BSSIDS);
 | 
								ActiveBSSIDs activeBssids = (ActiveBSSIDs) activeBssidsStatus.getDetails();
 | 
				
			||||||
            LOG.debug("populateApSsidMetrics get BSSID from activeBssids {}", activeBssidsStatus);
 | 
								if (activeBssids.getActiveBSSIDs() != null) {
 | 
				
			||||||
            if (activeBssidsStatus != null) {
 | 
									for (ActiveBSSID activeBssid : activeBssids.getActiveBSSIDs()) {
 | 
				
			||||||
                if (activeBssidsStatus.getDetails() != null) {
 | 
										if (activeBssid.getRadioType() != null && activeBssid.getRadioType().equals(radioType)) {
 | 
				
			||||||
                    ActiveBSSIDs activeBssids = (ActiveBSSIDs) activeBssidsStatus.getDetails();
 | 
											if (activeBssid.getSsid() != null && activeBssid.getSsid().equals(ssid)) {
 | 
				
			||||||
                    if (activeBssids.getActiveBSSIDs() != null) {
 | 
												if (activeBssid.getBssid() != null) {
 | 
				
			||||||
                        for (ActiveBSSID activeBssid : activeBssids.getActiveBSSIDs()) {
 | 
													return activeBssid.getBssid();
 | 
				
			||||||
                            if (activeBssid.getRadioType() != null && activeBssid.getRadioType().equals(radioType)) {
 | 
												}
 | 
				
			||||||
                                if (activeBssid.getSsid() != null && activeBssid.getSsid().equals(ssid)) {
 | 
											}
 | 
				
			||||||
                                    if (activeBssid.getBssid() != null) {
 | 
										}
 | 
				
			||||||
                                        return activeBssid.getBssid();
 | 
									}
 | 
				
			||||||
                                    }
 | 
								}
 | 
				
			||||||
                                }
 | 
					 | 
				
			||||||
                            }
 | 
					 | 
				
			||||||
                        }
 | 
					 | 
				
			||||||
                    }
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
        } catch (Exception e) {
 | 
					        } catch (Exception e) {
 | 
				
			||||||
            LOG.error("Could not get active BSSIDs for apId {} radioType {}", apId, radioType, e);
 | 
					            LOG.error("Could not get active BSSIDs for apId {} radioType {}", apId, radioType, e);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -50,7 +50,6 @@ import com.telecominfraproject.wlan.core.model.entity.CountryCode;
 | 
				
			|||||||
import com.telecominfraproject.wlan.core.model.equipment.EquipmentType;
 | 
					import com.telecominfraproject.wlan.core.model.equipment.EquipmentType;
 | 
				
			||||||
import com.telecominfraproject.wlan.core.model.equipment.MacAddress;
 | 
					import com.telecominfraproject.wlan.core.model.equipment.MacAddress;
 | 
				
			||||||
import com.telecominfraproject.wlan.core.model.equipment.RadioType;
 | 
					import com.telecominfraproject.wlan.core.model.equipment.RadioType;
 | 
				
			||||||
import com.telecominfraproject.wlan.core.model.pagination.PaginationContext;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.core.model.pagination.PaginationResponse;
 | 
					import com.telecominfraproject.wlan.core.model.pagination.PaginationResponse;
 | 
				
			||||||
import com.telecominfraproject.wlan.customer.models.Customer;
 | 
					import com.telecominfraproject.wlan.customer.models.Customer;
 | 
				
			||||||
import com.telecominfraproject.wlan.customer.models.CustomerDetails;
 | 
					import com.telecominfraproject.wlan.customer.models.CustomerDetails;
 | 
				
			||||||
@@ -68,6 +67,7 @@ import com.telecominfraproject.wlan.location.models.LocationType;
 | 
				
			|||||||
import com.telecominfraproject.wlan.location.service.LocationServiceInterface;
 | 
					import com.telecominfraproject.wlan.location.service.LocationServiceInterface;
 | 
				
			||||||
import com.telecominfraproject.wlan.opensync.external.integration.controller.OpensyncCloudGatewayController;
 | 
					import com.telecominfraproject.wlan.opensync.external.integration.controller.OpensyncCloudGatewayController;
 | 
				
			||||||
import com.telecominfraproject.wlan.opensync.external.integration.models.ConnectNodeInfo;
 | 
					import com.telecominfraproject.wlan.opensync.external.integration.models.ConnectNodeInfo;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.opensync.external.integration.models.OpensyncAPInetState;
 | 
				
			||||||
import com.telecominfraproject.wlan.opensync.external.integration.models.OpensyncAPRadioState;
 | 
					import com.telecominfraproject.wlan.opensync.external.integration.models.OpensyncAPRadioState;
 | 
				
			||||||
import com.telecominfraproject.wlan.opensync.external.integration.models.OpensyncAPVIFState;
 | 
					import com.telecominfraproject.wlan.opensync.external.integration.models.OpensyncAPVIFState;
 | 
				
			||||||
import com.telecominfraproject.wlan.opensync.external.integration.utils.MqttStatsPublisher;
 | 
					import com.telecominfraproject.wlan.opensync.external.integration.utils.MqttStatsPublisher;
 | 
				
			||||||
@@ -85,6 +85,7 @@ import com.telecominfraproject.wlan.status.equipment.models.EquipmentUpgradeStat
 | 
				
			|||||||
import com.telecominfraproject.wlan.status.equipment.report.models.ActiveBSSID;
 | 
					import com.telecominfraproject.wlan.status.equipment.report.models.ActiveBSSID;
 | 
				
			||||||
import com.telecominfraproject.wlan.status.equipment.report.models.ActiveBSSIDs;
 | 
					import com.telecominfraproject.wlan.status.equipment.report.models.ActiveBSSIDs;
 | 
				
			||||||
import com.telecominfraproject.wlan.status.equipment.report.models.ClientConnectionDetails;
 | 
					import com.telecominfraproject.wlan.status.equipment.report.models.ClientConnectionDetails;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.status.equipment.report.models.WiredPortStatus;
 | 
				
			||||||
import com.telecominfraproject.wlan.status.models.Status;
 | 
					import com.telecominfraproject.wlan.status.models.Status;
 | 
				
			||||||
import com.telecominfraproject.wlan.status.models.StatusDataType;
 | 
					import com.telecominfraproject.wlan.status.models.StatusDataType;
 | 
				
			||||||
import com.vmware.ovsdb.protocol.operation.notation.Uuid;
 | 
					import com.vmware.ovsdb.protocol.operation.notation.Uuid;
 | 
				
			||||||
@@ -93,7 +94,6 @@ import sts.OpensyncStats.AssocType;
 | 
				
			|||||||
import sts.OpensyncStats.Client;
 | 
					import sts.OpensyncStats.Client;
 | 
				
			||||||
import sts.OpensyncStats.ClientReport;
 | 
					import sts.OpensyncStats.ClientReport;
 | 
				
			||||||
import sts.OpensyncStats.EventReport;
 | 
					import sts.OpensyncStats.EventReport;
 | 
				
			||||||
import sts.OpensyncStats.EventReport.ClientAssocEvent;
 | 
					 | 
				
			||||||
import sts.OpensyncStats.RadioBandType;
 | 
					import sts.OpensyncStats.RadioBandType;
 | 
				
			||||||
import sts.OpensyncStats.Report;
 | 
					import sts.OpensyncStats.Report;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -703,6 +703,26 @@ public class OpensyncExternalIntegrationCloudTest {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 | 
					    @Test
 | 
				
			||||||
 | 
					    public void testParseRawDataToWiredPortStatus() {
 | 
				
			||||||
 | 
					    	 Map<String, List<WiredPortStatus>> portStatus = new HashMap<>();
 | 
				
			||||||
 | 
					    	OpensyncAPInetState inetState = new OpensyncAPInetState();
 | 
				
			||||||
 | 
					    	inetState.setIfType("bridge");
 | 
				
			||||||
 | 
					    	@SuppressWarnings("serial")
 | 
				
			||||||
 | 
							Map<String, String> ethPorts = new HashMap<String, String>(){{
 | 
				
			||||||
 | 
					    	     put("eth0", "up lan 1000Mbps full");
 | 
				
			||||||
 | 
					    	     put("eth1", "up wan 1000Mbps full");
 | 
				
			||||||
 | 
					    	     put("eth2", "incorrect value");
 | 
				
			||||||
 | 
					    	}};
 | 
				
			||||||
 | 
					    	inetState.setIfName("lan");
 | 
				
			||||||
 | 
					    	inetState.setEthPorts(ethPorts);
 | 
				
			||||||
 | 
					    	opensyncExternalIntegrationCloud.parseRawDataToWiredPortStatus(2, 1, portStatus, inetState);
 | 
				
			||||||
 | 
					    	assertEquals(1, portStatus.size());
 | 
				
			||||||
 | 
					    	assertEquals(true, portStatus.containsKey("lan"));
 | 
				
			||||||
 | 
					    	assertEquals(2, portStatus.get("lan").size());
 | 
				
			||||||
 | 
					    	assertEquals("lan", portStatus.get("lan").get(0).getCurrentIfName());
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @Ignore
 | 
					    @Ignore
 | 
				
			||||||
    public void testWifiInetStateDbTableUpdate() {
 | 
					    public void testWifiInetStateDbTableUpdate() {
 | 
				
			||||||
        // TODO: implement me
 | 
					        // TODO: implement me
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,391 +0,0 @@
 | 
				
			|||||||
package com.telecominfraproject.wlan.opensync.external.integration.utils;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
import static org.junit.Assert.assertNotNull;
 | 
					 | 
				
			||||||
import static org.junit.jupiter.api.Assertions.assertEquals;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
import java.net.InetAddress;
 | 
					 | 
				
			||||||
import java.util.ArrayList;
 | 
					 | 
				
			||||||
import java.util.List;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
import org.junit.After;
 | 
					 | 
				
			||||||
import org.junit.Before;
 | 
					 | 
				
			||||||
import org.junit.Ignore;
 | 
					 | 
				
			||||||
import org.junit.Test;
 | 
					 | 
				
			||||||
import org.junit.runner.RunWith;
 | 
					 | 
				
			||||||
import org.mockito.Answers;
 | 
					 | 
				
			||||||
import org.mockito.ArgumentMatchers;
 | 
					 | 
				
			||||||
import org.mockito.Mockito;
 | 
					 | 
				
			||||||
import org.mockito.MockitoSession;
 | 
					 | 
				
			||||||
import org.mockito.quality.Strictness;
 | 
					 | 
				
			||||||
import org.springframework.beans.factory.annotation.Autowired;
 | 
					 | 
				
			||||||
import org.springframework.boot.test.context.SpringBootTest;
 | 
					 | 
				
			||||||
import org.springframework.boot.test.context.SpringBootTest.WebEnvironment;
 | 
					 | 
				
			||||||
import org.springframework.boot.test.mock.mockito.MockBean;
 | 
					 | 
				
			||||||
import org.springframework.context.annotation.Bean;
 | 
					 | 
				
			||||||
import org.springframework.context.annotation.Configuration;
 | 
					 | 
				
			||||||
import org.springframework.context.annotation.Import;
 | 
					 | 
				
			||||||
import org.springframework.test.context.ActiveProfiles;
 | 
					 | 
				
			||||||
import org.springframework.test.context.junit4.SpringRunner;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
import com.google.common.collect.ImmutableList;
 | 
					 | 
				
			||||||
import com.google.protobuf.ByteString;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.alarm.AlarmServiceInterface;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.client.ClientServiceInterface;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.client.info.models.ClientInfoDetails;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.client.session.models.ClientSession;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.client.session.models.ClientSessionDetails;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.cloudeventdispatcher.CloudEventDispatcherInterface;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.core.model.equipment.MacAddress;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.core.model.equipment.RadioType;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.customer.service.CustomerServiceInterface;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.equipment.EquipmentServiceInterface;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.equipment.models.ApElementConfiguration;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.equipment.models.Equipment;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.firmware.FirmwareServiceInterface;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.location.service.LocationServiceInterface;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.opensync.external.integration.OpensyncExternalIntegrationCloud;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.opensync.external.integration.OvsdbSession;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.opensync.external.integration.OvsdbSessionMapInterface;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.opensync.external.integration.controller.OpensyncCloudGatewayController;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.profile.ProfileServiceInterface;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.routing.RoutingServiceInterface;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.servicemetric.apnode.models.ApNodeMetrics;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.servicemetric.apnode.models.StateUpDownError;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.status.StatusServiceInterface;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.status.equipment.report.models.ActiveBSSID;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.status.equipment.report.models.ActiveBSSIDs;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.status.models.Status;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.status.models.StatusDataType;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
import sts.OpensyncStats.AssocType;
 | 
					 | 
				
			||||||
import sts.OpensyncStats.ChannelSwitchReason;
 | 
					 | 
				
			||||||
import sts.OpensyncStats.Client;
 | 
					 | 
				
			||||||
import sts.OpensyncStats.ClientReport;
 | 
					 | 
				
			||||||
import sts.OpensyncStats.DNSProbeMetric;
 | 
					 | 
				
			||||||
import sts.OpensyncStats.EventReport;
 | 
					 | 
				
			||||||
import sts.OpensyncStats.EventReport.ChannelSwitchEvent;
 | 
					 | 
				
			||||||
import sts.OpensyncStats.EventReport.ClientAssocEvent;
 | 
					 | 
				
			||||||
import sts.OpensyncStats.NetworkProbe;
 | 
					 | 
				
			||||||
import sts.OpensyncStats.RADIUSMetrics;
 | 
					 | 
				
			||||||
import sts.OpensyncStats.RadioBandType;
 | 
					 | 
				
			||||||
import sts.OpensyncStats.Report;
 | 
					 | 
				
			||||||
import sts.OpensyncStats.StateUpDown;
 | 
					 | 
				
			||||||
import sts.OpensyncStats.VLANMetrics;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
@RunWith(SpringRunner.class)
 | 
					 | 
				
			||||||
@ActiveProfiles(profiles = { "integration_test", })
 | 
					 | 
				
			||||||
@SpringBootTest(webEnvironment = WebEnvironment.NONE, classes = MqttStatsPublisherTest.class)
 | 
					 | 
				
			||||||
@Import(value = { AlarmServiceInterface.class, OpensyncExternalIntegrationCloud.class,
 | 
					 | 
				
			||||||
        MqttStatsPublisherTest.Config.class,
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
})
 | 
					 | 
				
			||||||
public class MqttStatsPublisherTest {
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    @MockBean
 | 
					 | 
				
			||||||
    AlarmServiceInterface alarmServiceInterface;
 | 
					 | 
				
			||||||
    @MockBean
 | 
					 | 
				
			||||||
    CustomerServiceInterface customerServiceInterface;
 | 
					 | 
				
			||||||
    @MockBean
 | 
					 | 
				
			||||||
    LocationServiceInterface locationServiceInterface;
 | 
					 | 
				
			||||||
    @MockBean(answer = Answers.RETURNS_MOCKS)
 | 
					 | 
				
			||||||
    OvsdbSessionMapInterface ovsdbSessionMapInterface;
 | 
					 | 
				
			||||||
    @MockBean
 | 
					 | 
				
			||||||
    CloudEventDispatcherInterface equipmentMetricsCollectorInterface;
 | 
					 | 
				
			||||||
    @MockBean
 | 
					 | 
				
			||||||
    EquipmentServiceInterface equipmentServiceInterface;
 | 
					 | 
				
			||||||
    @MockBean
 | 
					 | 
				
			||||||
    RoutingServiceInterface routingServiceInterface;
 | 
					 | 
				
			||||||
    @MockBean
 | 
					 | 
				
			||||||
    ProfileServiceInterface profileServiceInterface;
 | 
					 | 
				
			||||||
    @MockBean
 | 
					 | 
				
			||||||
    StatusServiceInterface statusServiceInterface;
 | 
					 | 
				
			||||||
    @MockBean
 | 
					 | 
				
			||||||
    ClientServiceInterface clientServiceInterface;
 | 
					 | 
				
			||||||
    @MockBean
 | 
					 | 
				
			||||||
    FirmwareServiceInterface firmwareServiceInterface;
 | 
					 | 
				
			||||||
    @MockBean(answer = Answers.RETURNS_MOCKS)
 | 
					 | 
				
			||||||
    OpensyncCloudGatewayController gatewayController;
 | 
					 | 
				
			||||||
    @MockBean
 | 
					 | 
				
			||||||
    RealtimeEventPublisher realtimeEventPublisher;
 | 
					 | 
				
			||||||
    @Autowired
 | 
					 | 
				
			||||||
    MqttStatsPublisher opensyncExternalIntegrationMqttProcessor;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    MockitoSession mockito;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    @Configuration
 | 
					 | 
				
			||||||
    static class Config {
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        @Bean
 | 
					 | 
				
			||||||
        public StatsPublisherInterface mqttStatsPublisher() {
 | 
					 | 
				
			||||||
            return new MqttStatsPublisher();
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    @Before
 | 
					 | 
				
			||||||
    public void setUp() throws Exception {
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        mockito = Mockito.mockitoSession().initMocks(this).strictness(Strictness.LENIENT).startMocking();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    @After
 | 
					 | 
				
			||||||
    public void tearDown() throws Exception {
 | 
					 | 
				
			||||||
        mockito.finishMocking();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    @Test
 | 
					 | 
				
			||||||
    public void testExtractApIdFromTopic() {
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        String topic = "/ap/Test_Client_21P10C68818122/opensync";
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        assertEquals("Test_Client_21P10C68818122", MqttStatsPublisher.extractApIdFromTopic(topic));
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    @Test
 | 
					 | 
				
			||||||
    public void testExtractCustomerIdFromTopic() {
 | 
					 | 
				
			||||||
        String topic = "/ap/Test_Client_21P10C68818122/opensync";
 | 
					 | 
				
			||||||
        OvsdbSession session = Mockito.mock(OvsdbSession.class);
 | 
					 | 
				
			||||||
        Equipment ce = Mockito.mock(Equipment.class);
 | 
					 | 
				
			||||||
        Mockito.when(ce.getCustomerId()).thenReturn(2);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        Mockito.when(
 | 
					 | 
				
			||||||
                equipmentServiceInterface.getByInventoryIdOrNull(ArgumentMatchers.eq("Test_Client_21P10C68818122")))
 | 
					 | 
				
			||||||
                .thenReturn(ce);
 | 
					 | 
				
			||||||
        Mockito.when(ovsdbSessionMapInterface.getSession("Test_Client_21P10C68818122")).thenReturn(session);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        assertEquals(2, opensyncExternalIntegrationMqttProcessor.extractCustomerIdFromTopic(topic));
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    @Test
 | 
					 | 
				
			||||||
    public void testExtractEquipmentIdFromTopic() {
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        String topic = "/ap/Test_Client_21P10C68818122/opensync";
 | 
					 | 
				
			||||||
        OvsdbSession session = Mockito.mock(OvsdbSession.class);
 | 
					 | 
				
			||||||
        Mockito.when(session.getEquipmentId()).thenReturn(1L);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        Mockito.when(ovsdbSessionMapInterface.getSession("Test_Client_21P10C68818122")).thenReturn(session);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        assertEquals(1L, opensyncExternalIntegrationMqttProcessor.extractEquipmentIdFromTopic(topic));
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    @Test
 | 
					 | 
				
			||||||
    public void testProcessMqttMessageStringReport() {
 | 
					 | 
				
			||||||
        Equipment equipment = new Equipment();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        equipment.setDetails(ApElementConfiguration.createWithDefaults());
 | 
					 | 
				
			||||||
        equipment.setId(1L); equipment.setCustomerId(2);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        Mockito.when(
 | 
					 | 
				
			||||||
                equipmentServiceInterface.getByInventoryIdOrNull(ArgumentMatchers.eq("Test_Client_21P10C68818122")))
 | 
					 | 
				
			||||||
                .thenReturn(equipment);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        equipment.setProfileId(0L);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        Mockito.when(equipmentServiceInterface.getOrNull(1L)).thenReturn(equipment);
 | 
					 | 
				
			||||||
        Mockito.when(equipmentServiceInterface.get(1L)).thenReturn(equipment);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        Report report = Report.newBuilder().setNodeID("21P10C68818122")
 | 
					 | 
				
			||||||
                .addAllClients(getOpensyncStatsClientReportsList())
 | 
					 | 
				
			||||||
                .addAllEventReport(getOpensyncStatsEventReportsList()).build();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        String topic = "/ap/Test_Client_21P10C68818122/opensync";
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        OvsdbSession session = Mockito.mock(OvsdbSession.class);
 | 
					 | 
				
			||||||
        Mockito.when(session.getEquipmentId()).thenReturn(1L);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        Mockito.when(ovsdbSessionMapInterface.getSession("Test_Client_21P10C68818122")).thenReturn(session);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        Status bssidStatus = new Status();
 | 
					 | 
				
			||||||
        bssidStatus.setStatusDataType(StatusDataType.ACTIVE_BSSIDS);
 | 
					 | 
				
			||||||
        bssidStatus.setCustomerId(2);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        ActiveBSSIDs activeBssidsDetails = new ActiveBSSIDs();
 | 
					 | 
				
			||||||
        activeBssidsDetails.setActiveBSSIDs(getActiveBssidList());
 | 
					 | 
				
			||||||
        bssidStatus.setDetails(activeBssidsDetails);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        Mockito.when(statusServiceInterface.getOrNull(ArgumentMatchers.anyInt(), ArgumentMatchers.anyLong(),
 | 
					 | 
				
			||||||
                ArgumentMatchers.eq(StatusDataType.ACTIVE_BSSIDS))).thenReturn(bssidStatus);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        Mockito.when(statusServiceInterface.update(ArgumentMatchers.any(Status.class))).thenReturn(bssidStatus);
 | 
					 | 
				
			||||||
        com.telecominfraproject.wlan.client.models.Client clientInstance = new com.telecominfraproject.wlan.client.models.Client();
 | 
					 | 
				
			||||||
        clientInstance.setMacAddress(MacAddress.valueOf("7C:AB:60:E6:EA:4D"));
 | 
					 | 
				
			||||||
        clientInstance.setDetails(new ClientInfoDetails());
 | 
					 | 
				
			||||||
        com.telecominfraproject.wlan.client.models.Client clientInstance2 = new com.telecominfraproject.wlan.client.models.Client();
 | 
					 | 
				
			||||||
        clientInstance2.setMacAddress(MacAddress.valueOf("C0:9A:D0:76:A9:69"));
 | 
					 | 
				
			||||||
        clientInstance2.setDetails(new ClientInfoDetails());
 | 
					 | 
				
			||||||
        Mockito.when(
 | 
					 | 
				
			||||||
                clientServiceInterface.getOrNull(ArgumentMatchers.anyInt(), ArgumentMatchers.any(MacAddress.class)))
 | 
					 | 
				
			||||||
                .thenReturn(clientInstance).thenReturn(clientInstance2);
 | 
					 | 
				
			||||||
        Mockito.when(clientServiceInterface
 | 
					 | 
				
			||||||
                .update(ArgumentMatchers.any(com.telecominfraproject.wlan.client.models.Client.class)))
 | 
					 | 
				
			||||||
                .thenReturn(clientInstance).thenReturn(clientInstance2);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        ClientSession clientSession = new ClientSession();
 | 
					 | 
				
			||||||
        clientSession.setMacAddress(MacAddress.valueOf("7C:AB:60:E6:EA:4D"));
 | 
					 | 
				
			||||||
        clientSession.setDetails(new ClientSessionDetails());
 | 
					 | 
				
			||||||
        ClientSession clientSession2 = new ClientSession();
 | 
					 | 
				
			||||||
        clientSession2.setMacAddress(MacAddress.valueOf("C0:9A:D0:76:A9:69"));
 | 
					 | 
				
			||||||
        clientSession2.setDetails(new ClientSessionDetails());
 | 
					 | 
				
			||||||
        Mockito.when(clientServiceInterface.getSessionOrNull(ArgumentMatchers.anyInt(), ArgumentMatchers.anyLong(),
 | 
					 | 
				
			||||||
                ArgumentMatchers.any(MacAddress.class))).thenReturn(clientSession).thenReturn(clientSession2);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        Mockito.when(clientServiceInterface.updateSession(ArgumentMatchers.any(ClientSession.class)))
 | 
					 | 
				
			||||||
                .thenReturn(clientSession).thenReturn(clientSession2);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        opensyncExternalIntegrationMqttProcessor.processMqttMessage(topic, report);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        // Mockito.verify(clientServiceInterface,
 | 
					 | 
				
			||||||
        // Mockito.times(4)).getOrNull(Mockito.anyInt(),
 | 
					 | 
				
			||||||
        // Mockito.any(MacAddress.class));
 | 
					 | 
				
			||||||
        // Mockito.verify(clientServiceInterface,
 | 
					 | 
				
			||||||
        // Mockito.times(4)).getSessionOrNull(Mockito.anyInt(),
 | 
					 | 
				
			||||||
        // Mockito.anyLong(),
 | 
					 | 
				
			||||||
        // Mockito.any(MacAddress.class));
 | 
					 | 
				
			||||||
        // Mockito.verify(statusServiceInterface,
 | 
					 | 
				
			||||||
        // Mockito.times(3)).getOrNull(Mockito.anyInt(), Mockito.anyLong(),
 | 
					 | 
				
			||||||
        // Mockito.eq(StatusDataType.ACTIVE_BSSIDS));
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    @Ignore
 | 
					 | 
				
			||||||
    public void testProcessMqttMessageStringFlowReport() {
 | 
					 | 
				
			||||||
        // TODO: implement me when support flow reports
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    @Ignore
 | 
					 | 
				
			||||||
    public void testProcessMqttMessageStringWCStatsReport() {
 | 
					 | 
				
			||||||
        // TODO: implement me when wcs stats reports supported
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    @Test
 | 
					 | 
				
			||||||
    public void testpopulateNetworkProbeMetrics() throws Exception {
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        InetAddress ip = InetAddress.getLocalHost();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        DNSProbeMetric dnsProbeMetric = DNSProbeMetric.getDefaultInstance().toBuilder().setLatency(10)
 | 
					 | 
				
			||||||
                .setState(StateUpDown.SUD_up).setServerIP(ip.getHostName()).build();
 | 
					 | 
				
			||||||
        RADIUSMetrics radiusProbeMetric = RADIUSMetrics.getDefaultInstance().toBuilder().setLatency(10)
 | 
					 | 
				
			||||||
                .setRadiusState(StateUpDown.SUD_up).setServerIP(ip.getHostName()).build();
 | 
					 | 
				
			||||||
        VLANMetrics vlanMetrics = VLANMetrics.getDefaultInstance().toBuilder().setLatency(10)
 | 
					 | 
				
			||||||
                .setDhcpState(StateUpDown.SUD_up).setVlanIF("vlan-1").build();
 | 
					 | 
				
			||||||
        NetworkProbe networkProbe = NetworkProbe.getDefaultInstance().toBuilder().setVlanProbe(vlanMetrics)
 | 
					 | 
				
			||||||
                .setDnsProbe(dnsProbeMetric).addRadiusProbe(radiusProbeMetric).build();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        Report report = Report.getDefaultInstance().toBuilder().setNodeID("21P10C68818122")
 | 
					 | 
				
			||||||
                .addNetworkProbe(networkProbe).build();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        ApNodeMetrics apNodeMetrics = new ApNodeMetrics();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        opensyncExternalIntegrationMqttProcessor.populateNetworkProbeMetrics(report, apNodeMetrics);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        assertNotNull(apNodeMetrics.getNetworkProbeMetrics());
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        assert (apNodeMetrics.getNetworkProbeMetrics().get(0).getDnsLatencyMs() == 10);
 | 
					 | 
				
			||||||
        assert (apNodeMetrics.getNetworkProbeMetrics().get(0).getDhcpLatencyMs() == 10);
 | 
					 | 
				
			||||||
        assert (apNodeMetrics.getNetworkProbeMetrics().get(0).getRadiusState().equals(StateUpDownError.enabled));
 | 
					 | 
				
			||||||
        assert (apNodeMetrics.getNetworkProbeMetrics().get(0).getDhcpState().equals(StateUpDownError.enabled));
 | 
					 | 
				
			||||||
        assert (apNodeMetrics.getNetworkProbeMetrics().get(0).getDnsState().equals(StateUpDownError.enabled));
 | 
					 | 
				
			||||||
        assert (apNodeMetrics.getNetworkProbeMetrics().get(0).getRadiusLatencyInMs() == 10);
 | 
					 | 
				
			||||||
        assert (apNodeMetrics.getNetworkProbeMetrics().get(0).getVlanIF().equals("vlan-1"));
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    // Helper methods
 | 
					 | 
				
			||||||
    private List<ActiveBSSID> getActiveBssidList() {
 | 
					 | 
				
			||||||
        ActiveBSSID activeBssid = new ActiveBSSID();
 | 
					 | 
				
			||||||
        activeBssid.setBssid("24:f5:a2:ef:2e:54");
 | 
					 | 
				
			||||||
        activeBssid.setSsid("ssid-1");
 | 
					 | 
				
			||||||
        activeBssid.setNumDevicesConnected(1);
 | 
					 | 
				
			||||||
        activeBssid.setRadioType(RadioType.is2dot4GHz);
 | 
					 | 
				
			||||||
        ActiveBSSID activeBssid2 = new ActiveBSSID();
 | 
					 | 
				
			||||||
        activeBssid2.setBssid("24:f5:a2:ef:2e:55");
 | 
					 | 
				
			||||||
        activeBssid2.setSsid("ssid-2");
 | 
					 | 
				
			||||||
        activeBssid2.setNumDevicesConnected(1);
 | 
					 | 
				
			||||||
        activeBssid2.setRadioType(RadioType.is5GHzL);
 | 
					 | 
				
			||||||
        ActiveBSSID activeBssid3 = new ActiveBSSID();
 | 
					 | 
				
			||||||
        activeBssid3.setBssid("24:f5:a2:ef:2e:56");
 | 
					 | 
				
			||||||
        activeBssid3.setSsid("ssid-3");
 | 
					 | 
				
			||||||
        activeBssid3.setNumDevicesConnected(1);
 | 
					 | 
				
			||||||
        activeBssid3.setRadioType(RadioType.is5GHzU);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        List<ActiveBSSID> bssidList = new ArrayList<>();
 | 
					 | 
				
			||||||
        bssidList.add(activeBssid);
 | 
					 | 
				
			||||||
        bssidList.add(activeBssid2);
 | 
					 | 
				
			||||||
        bssidList.add(activeBssid3);
 | 
					 | 
				
			||||||
        return bssidList;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
    private List<EventReport> getOpensyncStatsEventReportsList() {
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        sts.OpensyncStats.EventReport.ClientAssocEvent.Builder clientAssocBuilder = EventReport.ClientAssocEvent
 | 
					 | 
				
			||||||
                .getDefaultInstance().toBuilder();
 | 
					 | 
				
			||||||
        clientAssocBuilder.setAssocType(AssocType.ASSOC);
 | 
					 | 
				
			||||||
        clientAssocBuilder.setBand(RadioBandType.BAND5GU);
 | 
					 | 
				
			||||||
        clientAssocBuilder.setRssi(-65);
 | 
					 | 
				
			||||||
        clientAssocBuilder.setStaMac("C0:9A:D0:76:A9:69");
 | 
					 | 
				
			||||||
        clientAssocBuilder.setStaMacBytes(ByteString.copyFrom("C0:9A:D0:76:A9:69".getBytes()));
 | 
					 | 
				
			||||||
        clientAssocBuilder.setSessionId(1000L);
 | 
					 | 
				
			||||||
        clientAssocBuilder.setInternalSc(1);
 | 
					 | 
				
			||||||
        clientAssocBuilder.setSsid("ssid-3");
 | 
					 | 
				
			||||||
        clientAssocBuilder.setStatus(1);
 | 
					 | 
				
			||||||
        clientAssocBuilder.setTimestampMs(System.currentTimeMillis());
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        List<EventReport> eventReportList = new ArrayList<>();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        EventReport.Builder eventReportBuilder = EventReport.getDefaultInstance().toBuilder();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        sts.OpensyncStats.EventReport.ClientSession.Builder clientSessionBuilder = sts.OpensyncStats.EventReport.ClientSession
 | 
					 | 
				
			||||||
                .getDefaultInstance().toBuilder();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        clientSessionBuilder.setSessionId(1000L);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        clientSessionBuilder.setClientAssocEvent(clientAssocBuilder.build());
 | 
					 | 
				
			||||||
        List<sts.OpensyncStats.EventReport.ClientSession> clientSessionList = new ArrayList<>();
 | 
					 | 
				
			||||||
        clientSessionList.add(clientSessionBuilder.build());
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        sts.OpensyncStats.EventReport.ChannelSwitchEvent.Builder channelSwitchEventBuilder = sts.OpensyncStats.EventReport.ChannelSwitchEvent
 | 
					 | 
				
			||||||
                .getDefaultInstance().toBuilder();
 | 
					 | 
				
			||||||
        channelSwitchEventBuilder.setBand(RadioBandType.BAND5GL).setChannel(40)
 | 
					 | 
				
			||||||
                .setReason(ChannelSwitchReason.high_interference).setTimestampMs(System.currentTimeMillis());
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        List<ChannelSwitchEvent> channelSwitchEventList = new ArrayList<>();
 | 
					 | 
				
			||||||
        channelSwitchEventList.add(channelSwitchEventBuilder.build());
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        eventReportBuilder.addAllClientSession(clientSessionList);
 | 
					 | 
				
			||||||
        eventReportBuilder.addAllChannelSwitch(channelSwitchEventList);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        eventReportList.add(eventReportBuilder.build());
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        return eventReportList;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    private List<ClientReport> getOpensyncStatsClientReportsList() {
 | 
					 | 
				
			||||||
        int rssi = Long.valueOf(4294967239L).intValue();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        Client.Stats clientStats = Client.Stats.getDefaultInstance().toBuilder().setRssi(rssi).setRxBytes(225554786)
 | 
					 | 
				
			||||||
                .setRxRate(24000.0).setTxBytes(1208133026).setTxRate(433300.0).setRssi(758722570).setRxFrames(10000)
 | 
					 | 
				
			||||||
                .setTxFrames(10000).setTxRate(24000.0).build();
 | 
					 | 
				
			||||||
        Client client2g = Client.getDefaultInstance().toBuilder().setMacAddress("7C:AB:60:E6:EA:4D").setSsid("ssid-1")
 | 
					 | 
				
			||||||
                .setConnected(true).setDurationMs(59977).setStats(clientStats).build();
 | 
					 | 
				
			||||||
        Client client5gu = Client.getDefaultInstance().toBuilder().setMacAddress("C0:9A:D0:76:A9:69").setSsid("ssid-3")
 | 
					 | 
				
			||||||
                .setConnected(true).setDurationMs(298127).setStats(clientStats).build();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        ClientReport clientReport2g = ClientReport.getDefaultInstance().toBuilder().setBand(RadioBandType.BAND2G)
 | 
					 | 
				
			||||||
                .setChannel(6).addAllClientList(ImmutableList.of(client2g)).build();
 | 
					 | 
				
			||||||
        ClientReport clientReport5gl = ClientReport.getDefaultInstance().toBuilder().setBand(RadioBandType.BAND5GL)
 | 
					 | 
				
			||||||
                .setChannel(36).addAllClientList(new ArrayList<Client>()).build();
 | 
					 | 
				
			||||||
        ClientReport clientReport5gu = ClientReport.getDefaultInstance().toBuilder().setBand(RadioBandType.BAND5GU)
 | 
					 | 
				
			||||||
                .setChannel(157).addAllClientList(ImmutableList.of(client5gu)).build();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        List<ClientReport> clients = new ArrayList<>();
 | 
					 | 
				
			||||||
        clients.add(clientReport2g);
 | 
					 | 
				
			||||||
        clients.add(clientReport5gl);
 | 
					 | 
				
			||||||
        clients.add(clientReport5gu);
 | 
					 | 
				
			||||||
        return clients;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@@ -4,6 +4,7 @@ import java.util.List;
 | 
				
			|||||||
import java.util.Map;
 | 
					import java.util.Map;
 | 
				
			||||||
import java.util.Set;
 | 
					import java.util.Set;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.core.model.equipment.LedStatus;
 | 
				
			||||||
import com.telecominfraproject.wlan.core.model.equipment.MacAddress;
 | 
					import com.telecominfraproject.wlan.core.model.equipment.MacAddress;
 | 
				
			||||||
import com.telecominfraproject.wlan.core.model.equipment.RadioType;
 | 
					import com.telecominfraproject.wlan.core.model.equipment.RadioType;
 | 
				
			||||||
import com.telecominfraproject.wlan.equipment.models.CellSizeAttributes;
 | 
					import com.telecominfraproject.wlan.equipment.models.CellSizeAttributes;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -38,6 +38,7 @@ public class OpensyncAPConfig extends OpensyncAPBase {
 | 
				
			|||||||
    private List<Profile> ssidProfile;
 | 
					    private List<Profile> ssidProfile;
 | 
				
			||||||
    private List<Profile> metricsProfile;
 | 
					    private List<Profile> metricsProfile;
 | 
				
			||||||
    private List<Profile> radiusProfiles;
 | 
					    private List<Profile> radiusProfiles;
 | 
				
			||||||
 | 
					    private Profile wiredEthernetPortProfile;
 | 
				
			||||||
    private Location equipmentLocation;
 | 
					    private Location equipmentLocation;
 | 
				
			||||||
    private EquipmentRoutingRecord equipmentRouting;
 | 
					    private EquipmentRoutingRecord equipmentRouting;
 | 
				
			||||||
    private EquipmentGatewayRecord equipmentGateway;
 | 
					    private EquipmentGatewayRecord equipmentGateway;
 | 
				
			||||||
@@ -136,7 +137,8 @@ public class OpensyncAPConfig extends OpensyncAPBase {
 | 
				
			|||||||
                && Objects.equals(hotspotConfig, other.hotspotConfig)
 | 
					                && Objects.equals(hotspotConfig, other.hotspotConfig)
 | 
				
			||||||
                && Objects.equals(metricsProfile, other.metricsProfile)
 | 
					                && Objects.equals(metricsProfile, other.metricsProfile)
 | 
				
			||||||
                && Objects.equals(radiusProfiles, other.radiusProfiles) && Objects.equals(rfProfile, other.rfProfile)
 | 
					                && Objects.equals(radiusProfiles, other.radiusProfiles) && Objects.equals(rfProfile, other.rfProfile)
 | 
				
			||||||
                && Objects.equals(ssidProfile, other.ssidProfile);
 | 
					                && Objects.equals(ssidProfile, other.ssidProfile)
 | 
				
			||||||
 | 
					                && Objects.equals(wiredEthernetPortProfile, other.wiredEthernetPortProfile);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public Profile getApProfile() {
 | 
					    public Profile getApProfile() {
 | 
				
			||||||
@@ -195,11 +197,15 @@ public class OpensyncAPConfig extends OpensyncAPBase {
 | 
				
			|||||||
        return ssidProfile;
 | 
					        return ssidProfile;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						public Profile getWiredEthernetPortProfile() {
 | 
				
			||||||
 | 
							return wiredEthernetPortProfile;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
						
 | 
				
			||||||
    @Override
 | 
					    @Override
 | 
				
			||||||
    public int hashCode() {
 | 
					    public int hashCode() {
 | 
				
			||||||
        return Objects.hash(apProfile, blockedClients, bonjourGatewayProfiles, captiveProfiles, customerEquipment,
 | 
					        return Objects.hash(apProfile, blockedClients, bonjourGatewayProfiles, captiveProfiles, customerEquipment,
 | 
				
			||||||
                equipmentGateway, equipmentLocation, equipmentRouting, hotspotConfig, metricsProfile, radiusProfiles,
 | 
					                equipmentGateway, equipmentLocation, equipmentRouting, hotspotConfig, metricsProfile, radiusProfiles,
 | 
				
			||||||
                rfProfile, ssidProfile);
 | 
					                rfProfile, ssidProfile, wiredEthernetPortProfile);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public void setApProfile(Profile apProfile) {
 | 
					    public void setApProfile(Profile apProfile) {
 | 
				
			||||||
@@ -325,4 +331,8 @@ public class OpensyncAPConfig extends OpensyncAPBase {
 | 
				
			|||||||
        this.ssidProfile = ssidProfile;
 | 
					        this.ssidProfile = ssidProfile;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						public void setWiredEthernetPortProfile(Profile wiredEthernetPortProfile) {
 | 
				
			||||||
 | 
							this.wiredEthernetPortProfile = wiredEthernetPortProfile;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -22,8 +22,10 @@ public class OpensyncAPInetState extends OpensyncAPBase {
 | 
				
			|||||||
    public String ifType;
 | 
					    public String ifType;
 | 
				
			||||||
    public String softwdsMacAddr;
 | 
					    public String softwdsMacAddr;
 | 
				
			||||||
    public boolean enabled;
 | 
					    public boolean enabled;
 | 
				
			||||||
 | 
					    public Map<String, String> ethPorts;
 | 
				
			||||||
    public boolean sofwdsWrap;
 | 
					    public boolean sofwdsWrap;
 | 
				
			||||||
    public int vlanId;
 | 
					    public int vlanId;
 | 
				
			||||||
 | 
					    public Map<String, String> vlanTrunk;
 | 
				
			||||||
    public String netmask;
 | 
					    public String netmask;
 | 
				
			||||||
    public boolean nat;
 | 
					    public boolean nat;
 | 
				
			||||||
    public String greRemoteInetAddr;
 | 
					    public String greRemoteInetAddr;
 | 
				
			||||||
@@ -43,17 +45,21 @@ public class OpensyncAPInetState extends OpensyncAPBase {
 | 
				
			|||||||
    public Uuid _uuid;
 | 
					    public Uuid _uuid;
 | 
				
			||||||
    public Uuid version;
 | 
					    public Uuid version;
 | 
				
			||||||
    public String greLocalInetAddr;
 | 
					    public String greLocalInetAddr;
 | 
				
			||||||
 | 
					    // the following attribute is in inetC but not in inetS
 | 
				
			||||||
    public String greRemoteMacAddr;
 | 
					    public String greRemoteMacAddr;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public OpensyncAPInetState() {
 | 
					    public OpensyncAPInetState() {
 | 
				
			||||||
        dns = new HashMap<>();
 | 
					        dns = new HashMap<>();
 | 
				
			||||||
        dhcpc = new HashMap<>();
 | 
					        dhcpc = new HashMap<>();
 | 
				
			||||||
 | 
					        ethPorts = new HashMap<>();
 | 
				
			||||||
 | 
					        vlanTrunk = new HashMap<>();
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public OpensyncAPInetState(Row row) {
 | 
					    public OpensyncAPInetState(Row row) {
 | 
				
			||||||
        dns = new HashMap<>();
 | 
					        dns = new HashMap<>();
 | 
				
			||||||
        dhcpc = new HashMap<>();
 | 
					        dhcpc = new HashMap<>();
 | 
				
			||||||
 | 
					        ethPorts = new HashMap<>();
 | 
				
			||||||
 | 
					        vlanTrunk = new HashMap<>();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        Map<String, Value> map = row.getColumns();
 | 
					        Map<String, Value> map = row.getColumns();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -83,6 +89,12 @@ public class OpensyncAPInetState extends OpensyncAPBase {
 | 
				
			|||||||
        if (map.containsKey("dns")) {
 | 
					        if (map.containsKey("dns")) {
 | 
				
			||||||
            this.setDns(row.getMapColumn("dns"));
 | 
					            this.setDns(row.getMapColumn("dns"));
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					        if (map.containsKey("eth_ports")) {
 | 
				
			||||||
 | 
					        	this.setEthPorts(row.getMapColumn("eth_ports"));
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (map.containsKey("vlan_trunk")) {
 | 
				
			||||||
 | 
					        	this.setVlanTrunk(row.getMapColumn("vlan_trunk"));
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
        if (map.get("inet_addr") != null
 | 
					        if (map.get("inet_addr") != null
 | 
				
			||||||
                && map.get("inet_addr").getClass().equals(com.vmware.ovsdb.protocol.operation.notation.Atom.class)) {
 | 
					                && map.get("inet_addr").getClass().equals(com.vmware.ovsdb.protocol.operation.notation.Atom.class)) {
 | 
				
			||||||
            this.setInetAddr(row.getStringColumn("inet_addr"));
 | 
					            this.setInetAddr(row.getStringColumn("inet_addr"));
 | 
				
			||||||
@@ -157,6 +169,12 @@ public class OpensyncAPInetState extends OpensyncAPBase {
 | 
				
			|||||||
        if (!Objects.equals(dhcpd, other.dhcpd)) {
 | 
					        if (!Objects.equals(dhcpd, other.dhcpd)) {
 | 
				
			||||||
            return false;
 | 
					            return false;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					        if (!Objects.equals(ethPorts, other.ethPorts)) {
 | 
				
			||||||
 | 
					        	return false;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (!Objects.equals(vlanTrunk, other.vlanTrunk)) {
 | 
				
			||||||
 | 
					        	return false;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
        if (!Objects.equals(dns, other.dns)) {
 | 
					        if (!Objects.equals(dns, other.dns)) {
 | 
				
			||||||
            return false;
 | 
					            return false;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
@@ -252,6 +270,14 @@ public class OpensyncAPInetState extends OpensyncAPBase {
 | 
				
			|||||||
        return dns;
 | 
					        return dns;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 | 
					    public Map<String, String> getEthPorts() {
 | 
				
			||||||
 | 
					    	return ethPorts;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
 | 
					    public Map<String, String> getVlanTrunk() {
 | 
				
			||||||
 | 
					    	return vlanTrunk;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public String getGateway() {
 | 
					    public String getGateway() {
 | 
				
			||||||
        return gateway;
 | 
					        return gateway;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -330,9 +356,9 @@ public class OpensyncAPInetState extends OpensyncAPBase {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    @Override
 | 
					    @Override
 | 
				
			||||||
    public int hashCode() {
 | 
					    public int hashCode() {
 | 
				
			||||||
        return Objects.hash(_uuid, broadcast, dhcpc, dhcpd, dns, enabled, gateway, greIfName, greLocalInetAddr, greRemoteInetAddr,
 | 
					        return Objects.hash(_uuid, broadcast, dhcpc, dhcpd, dns, ethPorts, enabled, gateway, greIfName, greLocalInetAddr, greRemoteInetAddr,
 | 
				
			||||||
                hwAddr, ifName, ifType, ifUuid, inetAddr, inetConfig, ipAssignScheme, mtw, nat, netmask, network,
 | 
					                hwAddr, ifName, ifType, ifUuid, inetAddr, inetConfig, ipAssignScheme, mtw, nat, netmask, network,
 | 
				
			||||||
                parentIfName, greRemoteMacAddr, softwdsMacAddr, sofwdsWrap, unpnpMode, version, vlanId);
 | 
					                parentIfName, greRemoteMacAddr, softwdsMacAddr, sofwdsWrap, unpnpMode, version, vlanId, vlanTrunk);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public boolean isEnabled() {
 | 
					    public boolean isEnabled() {
 | 
				
			||||||
@@ -371,6 +397,14 @@ public class OpensyncAPInetState extends OpensyncAPBase {
 | 
				
			|||||||
        this.dns = dns;
 | 
					        this.dns = dns;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 | 
					    public void setEthPorts(Map<String, String> ethPorts) {
 | 
				
			||||||
 | 
					    	this.ethPorts = ethPorts;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
 | 
					    public void setVlanTrunk(Map<String, String> vlanTrunk) {
 | 
				
			||||||
 | 
					    	this.vlanTrunk = vlanTrunk;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public void setEnabled(boolean enabled) {
 | 
					    public void setEnabled(boolean enabled) {
 | 
				
			||||||
        this.enabled = enabled;
 | 
					        this.enabled = enabled;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -466,9 +500,9 @@ public class OpensyncAPInetState extends OpensyncAPBase {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    @Override
 | 
					    @Override
 | 
				
			||||||
    public String toString() {
 | 
					    public String toString() {
 | 
				
			||||||
        return "OpensyncAPInetState [ifName=" + ifName + ", dhcpd=" + dhcpd + ", unpnpMode=" + unpnpMode + ", ifType="
 | 
					        return "OpensyncAPInetState [ifName=" + ifName + ", dhcpd=" + dhcpd + ", ethPorts=" + ethPorts + ", unpnpMode=" + unpnpMode + ", ifType="
 | 
				
			||||||
                + ifType + ", softwdsMacAddr=" + softwdsMacAddr + ", enabled=" + enabled + ", sofwdsWrap=" + sofwdsWrap
 | 
					                + ifType + ", softwdsMacAddr=" + softwdsMacAddr + ", enabled=" + enabled + ", sofwdsWrap=" + sofwdsWrap
 | 
				
			||||||
                + ", vlanId=" + vlanId + ", netmask=" + netmask + ", nat=" + nat + ", greRemoteInetAddr="
 | 
					                + ", vlanId=" + vlanId + ", vlanTrunk=" + vlanTrunk + ", netmask=" + netmask + ", nat=" + nat + ", greRemoteInetAddr="
 | 
				
			||||||
                + greRemoteInetAddr + ", ifUuid=" + ifUuid + ", inetAddr=" + inetAddr + ", hwAddr=" + hwAddr + ", mtw="
 | 
					                + greRemoteInetAddr + ", ifUuid=" + ifUuid + ", inetAddr=" + inetAddr + ", hwAddr=" + hwAddr + ", mtw="
 | 
				
			||||||
                + mtw + ", network=" + network + ", dns=" + dns + ", parentIfName=" + parentIfName + ", greIfName="
 | 
					                + mtw + ", network=" + network + ", dns=" + dns + ", parentIfName=" + parentIfName + ", greIfName="
 | 
				
			||||||
                + greIfName + ", broadcast=" + broadcast + ", dhcpc=" + dhcpc + ", gateway=" + gateway
 | 
					                + greIfName + ", broadcast=" + broadcast + ", dhcpc=" + dhcpc + ", gateway=" + gateway
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,6 @@
 | 
				
			|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 | 
					<project xmlns="http://maven.apache.org/POM/4.0.0"
 | 
				
			||||||
 | 
						xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 | 
				
			||||||
 | 
						xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 | 
				
			||||||
	<modelVersion>4.0.0</modelVersion>
 | 
						<modelVersion>4.0.0</modelVersion>
 | 
				
			||||||
	<parent>
 | 
						<parent>
 | 
				
			||||||
		<groupId>com.telecominfraproject.wlan</groupId>
 | 
							<groupId>com.telecominfraproject.wlan</groupId>
 | 
				
			||||||
@@ -70,7 +72,33 @@
 | 
				
			|||||||
		</dependency>
 | 
							</dependency>
 | 
				
			||||||
		<!-- MQTT dependencies END -->
 | 
							<!-- MQTT dependencies END -->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							<!-- Test Dependencies BEGIN -->
 | 
				
			||||||
 | 
							<dependency>
 | 
				
			||||||
 | 
								<artifactId>status-service-local</artifactId>
 | 
				
			||||||
 | 
								<groupId>com.telecominfraproject.wlan</groupId>
 | 
				
			||||||
 | 
								<version>1.2.0-SNAPSHOT</version>
 | 
				
			||||||
 | 
								<scope>test</scope>
 | 
				
			||||||
 | 
							</dependency>
 | 
				
			||||||
 | 
							<dependency>
 | 
				
			||||||
 | 
								<artifactId>status-service</artifactId>
 | 
				
			||||||
 | 
								<groupId>com.telecominfraproject.wlan</groupId>
 | 
				
			||||||
 | 
								<version>1.2.0-SNAPSHOT</version>
 | 
				
			||||||
 | 
								<scope>test</scope>
 | 
				
			||||||
 | 
							</dependency>
 | 
				
			||||||
 | 
							<dependency>
 | 
				
			||||||
 | 
								<artifactId>status-datastore-inmemory</artifactId>
 | 
				
			||||||
 | 
								<groupId>com.telecominfraproject.wlan</groupId>
 | 
				
			||||||
 | 
								<version>1.2.0-SNAPSHOT</version>
 | 
				
			||||||
 | 
								<scope>test</scope>
 | 
				
			||||||
 | 
							</dependency>
 | 
				
			||||||
 | 
							<dependency>
 | 
				
			||||||
 | 
								<artifactId>cloud-event-dispatcher-empty</artifactId>
 | 
				
			||||||
 | 
								<groupId>com.telecominfraproject.wlan</groupId>
 | 
				
			||||||
 | 
								<version>1.2.0-SNAPSHOT</version>
 | 
				
			||||||
 | 
								<scope>test</scope>
 | 
				
			||||||
 | 
							</dependency>
 | 
				
			||||||
 | 
							<!-- Test Dependencies END -->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	</dependencies>
 | 
						</dependencies>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</project>
 | 
					</project>
 | 
				
			||||||
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
@@ -195,7 +195,7 @@ public class OpensyncMqttClient implements ApplicationListener<ContextClosedEven
 | 
				
			|||||||
                                stopwatchTimerMessageProcess.stop();
 | 
					                                stopwatchTimerMessageProcess.stop();
 | 
				
			||||||
                            }
 | 
					                            }
 | 
				
			||||||
                        }
 | 
					                        }
 | 
				
			||||||
                    } catch (Exception e) {
 | 
					                    } catch (Throwable e) {
 | 
				
			||||||
                        LOG.error("Exception in MQTT receiver", e);
 | 
					                        LOG.error("Exception in MQTT receiver", e);
 | 
				
			||||||
                    } finally {
 | 
					                    } finally {
 | 
				
			||||||
                        try {
 | 
					                        try {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,6 @@ import com.netflix.servo.DefaultMonitorRegistry;
 | 
				
			|||||||
import com.netflix.servo.monitor.BasicCounter;
 | 
					import com.netflix.servo.monitor.BasicCounter;
 | 
				
			||||||
import com.netflix.servo.monitor.Counter;
 | 
					import com.netflix.servo.monitor.Counter;
 | 
				
			||||||
import com.netflix.servo.monitor.MonitorConfig;
 | 
					import com.netflix.servo.monitor.MonitorConfig;
 | 
				
			||||||
import com.netflix.servo.monitor.Monitors;
 | 
					 | 
				
			||||||
import com.netflix.servo.tag.TagList;
 | 
					import com.netflix.servo.tag.TagList;
 | 
				
			||||||
import com.telecominfraproject.wlan.cloudmetrics.CloudMetricsTags;
 | 
					import com.telecominfraproject.wlan.cloudmetrics.CloudMetricsTags;
 | 
				
			||||||
import com.telecominfraproject.wlan.core.model.equipment.MacAddress;
 | 
					import com.telecominfraproject.wlan.core.model.equipment.MacAddress;
 | 
				
			||||||
@@ -19,7 +18,6 @@ import com.telecominfraproject.wlan.opensync.external.integration.OvsdbSession;
 | 
				
			|||||||
import com.telecominfraproject.wlan.opensync.external.integration.OvsdbSessionMapInterface;
 | 
					import com.telecominfraproject.wlan.opensync.external.integration.OvsdbSessionMapInterface;
 | 
				
			||||||
import com.telecominfraproject.wlan.opensync.external.integration.models.*;
 | 
					import com.telecominfraproject.wlan.opensync.external.integration.models.*;
 | 
				
			||||||
import com.telecominfraproject.wlan.opensync.ovsdb.dao.OvsdbDao;
 | 
					import com.telecominfraproject.wlan.opensync.ovsdb.dao.OvsdbDao;
 | 
				
			||||||
import com.telecominfraproject.wlan.opensync.ovsdb.dao.OvsdbMonitor;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.opensync.ovsdb.metrics.OvsdbClientWithMetrics;
 | 
					import com.telecominfraproject.wlan.opensync.ovsdb.metrics.OvsdbClientWithMetrics;
 | 
				
			||||||
import com.telecominfraproject.wlan.opensync.ovsdb.metrics.OvsdbMetrics;
 | 
					import com.telecominfraproject.wlan.opensync.ovsdb.metrics.OvsdbMetrics;
 | 
				
			||||||
import com.telecominfraproject.wlan.opensync.util.OvsdbStringConstants;
 | 
					import com.telecominfraproject.wlan.opensync.util.OvsdbStringConstants;
 | 
				
			||||||
@@ -30,6 +28,7 @@ import com.vmware.ovsdb.protocol.methods.*;
 | 
				
			|||||||
import com.vmware.ovsdb.protocol.operation.notation.Row;
 | 
					import com.vmware.ovsdb.protocol.operation.notation.Row;
 | 
				
			||||||
import com.vmware.ovsdb.protocol.operation.notation.Value;
 | 
					import com.vmware.ovsdb.protocol.operation.notation.Value;
 | 
				
			||||||
import com.vmware.ovsdb.service.OvsdbClient;
 | 
					import com.vmware.ovsdb.service.OvsdbClient;
 | 
				
			||||||
 | 
					import com.vmware.ovsdb.service.OvsdbConnectionInfo;
 | 
				
			||||||
import com.vmware.ovsdb.service.OvsdbPassiveConnectionListener;
 | 
					import com.vmware.ovsdb.service.OvsdbPassiveConnectionListener;
 | 
				
			||||||
import io.netty.handler.ssl.SslContext;
 | 
					import io.netty.handler.ssl.SslContext;
 | 
				
			||||||
import org.slf4j.Logger;
 | 
					import org.slf4j.Logger;
 | 
				
			||||||
@@ -39,6 +38,7 @@ import org.springframework.context.annotation.Profile;
 | 
				
			|||||||
import org.springframework.stereotype.Component;
 | 
					import org.springframework.stereotype.Component;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import javax.annotation.PostConstruct;
 | 
					import javax.annotation.PostConstruct;
 | 
				
			||||||
 | 
					import java.security.cert.Certificate;
 | 
				
			||||||
import java.security.cert.X509Certificate;
 | 
					import java.security.cert.X509Certificate;
 | 
				
			||||||
import java.util.*;
 | 
					import java.util.*;
 | 
				
			||||||
import java.util.concurrent.CompletableFuture;
 | 
					import java.util.concurrent.CompletableFuture;
 | 
				
			||||||
@@ -121,11 +121,18 @@ public class TipWlanOvsdbClient implements OvsdbClientInterface {
 | 
				
			|||||||
                    ovsdbClient = new OvsdbClientWithMetrics(ovsdbClient, ovsdbMetrics);
 | 
					                    ovsdbClient = new OvsdbClientWithMetrics(ovsdbClient, ovsdbMetrics);
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
                
 | 
					                
 | 
				
			||||||
                String remoteHost = ovsdbClient.getConnectionInfo().getRemoteAddress().getHostAddress();
 | 
					 | 
				
			||||||
                int localPort = ovsdbClient.getConnectionInfo().getLocalPort();
 | 
					 | 
				
			||||||
                String subjectDn;
 | 
					                String subjectDn;
 | 
				
			||||||
                try {
 | 
					                try {
 | 
				
			||||||
                    subjectDn = ((X509Certificate) ovsdbClient.getConnectionInfo().getRemoteCertificate()).getSubjectDN().getName();
 | 
					                	OvsdbConnectionInfo connectionInfo = ovsdbClient.getConnectionInfo();
 | 
				
			||||||
 | 
					                	String remoteHost = connectionInfo.getRemoteAddress().getHostAddress();
 | 
				
			||||||
 | 
					                    Certificate remoteCertificate = connectionInfo.getRemoteCertificate();
 | 
				
			||||||
 | 
					                    if (remoteCertificate == null) {
 | 
				
			||||||
 | 
					                    	LOG.debug("Connect attempt no certificate from {} on remote port {}", remoteHost, connectionInfo.getRemotePort());
 | 
				
			||||||
 | 
					                    	return;
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
 | 
					                    
 | 
				
			||||||
 | 
					                    int localPort = connectionInfo.getLocalPort();
 | 
				
			||||||
 | 
										subjectDn = ((X509Certificate) remoteCertificate).getSubjectDN().getName();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                    String clientCn = SslUtil.extractCN(subjectDn);
 | 
					                    String clientCn = SslUtil.extractCN(subjectDn);
 | 
				
			||||||
                    LOG.info("ovsdbClient connecting from {} on port {} clientCn {}", remoteHost, localPort, clientCn);
 | 
					                    LOG.info("ovsdbClient connecting from {} on port {} clientCn {}", remoteHost, localPort, clientCn);
 | 
				
			||||||
@@ -186,7 +193,9 @@ public class TipWlanOvsdbClient implements OvsdbClientInterface {
 | 
				
			|||||||
                    localPort = ovsdbClient.getConnectionInfo().getLocalPort();
 | 
					                    localPort = ovsdbClient.getConnectionInfo().getLocalPort();
 | 
				
			||||||
                    String subjectDn = null;
 | 
					                    String subjectDn = null;
 | 
				
			||||||
                    try {
 | 
					                    try {
 | 
				
			||||||
                        subjectDn = ((X509Certificate) ovsdbClient.getConnectionInfo().getRemoteCertificate()).getSubjectDN().getName();
 | 
					                    	Certificate remoteCertificate = ovsdbClient.getConnectionInfo().getRemoteCertificate();
 | 
				
			||||||
 | 
					                    	if (remoteCertificate != null)
 | 
				
			||||||
 | 
					                    		subjectDn = ((X509Certificate) remoteCertificate).getSubjectDN().getName();
 | 
				
			||||||
                    } catch (Exception e) {
 | 
					                    } catch (Exception e) {
 | 
				
			||||||
                        // do nothing
 | 
					                        // do nothing
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
@@ -197,7 +206,7 @@ public class TipWlanOvsdbClient implements OvsdbClientInterface {
 | 
				
			|||||||
                            extIntegrationInterface.apDisconnected(key);
 | 
					                            extIntegrationInterface.apDisconnected(key);
 | 
				
			||||||
                            ovsdbSessionMapInterface.removeSession(key);
 | 
					                            ovsdbSessionMapInterface.removeSession(key);
 | 
				
			||||||
                        } catch (Exception e) {
 | 
					                        } catch (Exception e) {
 | 
				
			||||||
                            LOG.debug("Unable to process ap disconnect. {}", e.getMessage());
 | 
					                            LOG.debug("Unable to process ap disconnect. {}", e);
 | 
				
			||||||
                        }
 | 
					                        }
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                    LOG.info("ovsdbClient disconnected from {} on port {} clientCn {} AP {} ", remoteHost, localPort, clientCn, key);
 | 
					                    LOG.info("ovsdbClient disconnected from {} on port {} clientCn {} AP {} ", remoteHost, localPort, clientCn, key);
 | 
				
			||||||
@@ -231,22 +240,24 @@ public class TipWlanOvsdbClient implements OvsdbClientInterface {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        LOG.debug("Client {} connect for AP {}", clientCn, apId);
 | 
					        LOG.debug("Client {} connect for AP {}", clientCn, apId);
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
 | 
					        OpensyncAPConfig opensyncAPConfig = extIntegrationInterface.getApConfig(apId);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        ovsdbDao.removeAllPasspointConfigs(ovsdbClient);
 | 
					        ovsdbDao.removeAllPasspointConfigs(ovsdbClient);
 | 
				
			||||||
        ovsdbDao.removeAllSsids(ovsdbClient); // always
 | 
					        ovsdbDao.removeAllSsids(ovsdbClient); // always
 | 
				
			||||||
        ovsdbDao.removeAllInetConfigs(ovsdbClient);
 | 
					        ovsdbDao.removeAllInetConfigs(ovsdbClient);
 | 
				
			||||||
 | 
					        ovsdbDao.resetWiredPorts(ovsdbClient, opensyncAPConfig); 
 | 
				
			||||||
        ovsdbDao.removeWifiRrm(ovsdbClient);
 | 
					        ovsdbDao.removeWifiRrm(ovsdbClient);
 | 
				
			||||||
        ovsdbDao.removeRadsecRadiusAndRealmConfigs(ovsdbClient);
 | 
					        ovsdbDao.removeRadsecRadiusAndRealmConfigs(ovsdbClient);
 | 
				
			||||||
        ovsdbDao.removeAllStatsConfigs(ovsdbClient); // always
 | 
					        ovsdbDao.removeAllStatsConfigs(ovsdbClient); // always
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        extIntegrationInterface.clearEquipmentStatus(apId);
 | 
					        extIntegrationInterface.clearEquipmentStatus(apId);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        OpensyncAPConfig opensyncAPConfig = extIntegrationInterface.getApConfig(apId);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        if (opensyncAPConfig != null) {
 | 
					        if (opensyncAPConfig != null) {
 | 
				
			||||||
            ovsdbDao.configureNode(ovsdbClient, opensyncAPConfig);
 | 
					            ovsdbDao.configureNode(ovsdbClient, opensyncAPConfig);
 | 
				
			||||||
            ovsdbDao.configureWifiRrm(ovsdbClient, opensyncAPConfig);
 | 
					            ovsdbDao.configureWifiRrm(ovsdbClient, opensyncAPConfig);
 | 
				
			||||||
            ovsdbDao.configureGreTunnels(ovsdbClient, opensyncAPConfig);
 | 
					            ovsdbDao.configureGreTunnels(ovsdbClient, opensyncAPConfig);
 | 
				
			||||||
            ovsdbDao.createVlanNetworkInterfaces(ovsdbClient, opensyncAPConfig);
 | 
					            ovsdbDao.createVlanNetworkInterfaces(ovsdbClient, opensyncAPConfig);
 | 
				
			||||||
 | 
					            ovsdbDao.configureWiredPort(ovsdbClient, opensyncAPConfig);
 | 
				
			||||||
            ovsdbDao.configureRadsecRadiusAndRealm(ovsdbClient, opensyncAPConfig);
 | 
					            ovsdbDao.configureRadsecRadiusAndRealm(ovsdbClient, opensyncAPConfig);
 | 
				
			||||||
            ovsdbDao.configureSsids(ovsdbClient, opensyncAPConfig);
 | 
					            ovsdbDao.configureSsids(ovsdbClient, opensyncAPConfig);
 | 
				
			||||||
            if (opensyncAPConfig.getHotspotConfig() != null) {
 | 
					            if (opensyncAPConfig.getHotspotConfig() != null) {
 | 
				
			||||||
@@ -319,6 +330,7 @@ public class TipWlanOvsdbClient implements OvsdbClientInterface {
 | 
				
			|||||||
        ovsdbDao.removeAllPasspointConfigs(ovsdbClient);
 | 
					        ovsdbDao.removeAllPasspointConfigs(ovsdbClient);
 | 
				
			||||||
        ovsdbDao.removeAllSsids(ovsdbClient); // always
 | 
					        ovsdbDao.removeAllSsids(ovsdbClient); // always
 | 
				
			||||||
        ovsdbDao.removeAllInetConfigs(ovsdbClient);
 | 
					        ovsdbDao.removeAllInetConfigs(ovsdbClient);
 | 
				
			||||||
 | 
					        ovsdbDao.resetWiredPorts(ovsdbClient, opensyncAPConfig); // need to run this first before remove Status
 | 
				
			||||||
        ovsdbDao.removeWifiRrm(ovsdbClient);
 | 
					        ovsdbDao.removeWifiRrm(ovsdbClient);
 | 
				
			||||||
        ovsdbDao.removeRadsecRadiusAndRealmConfigs(ovsdbClient);
 | 
					        ovsdbDao.removeRadsecRadiusAndRealmConfigs(ovsdbClient);
 | 
				
			||||||
        ovsdbDao.removeAllStatsConfigs(ovsdbClient);
 | 
					        ovsdbDao.removeAllStatsConfigs(ovsdbClient);
 | 
				
			||||||
@@ -329,6 +341,7 @@ public class TipWlanOvsdbClient implements OvsdbClientInterface {
 | 
				
			|||||||
        ovsdbDao.configureWifiRrm(ovsdbClient, opensyncAPConfig);
 | 
					        ovsdbDao.configureWifiRrm(ovsdbClient, opensyncAPConfig);
 | 
				
			||||||
        ovsdbDao.configureGreTunnels(ovsdbClient, opensyncAPConfig);
 | 
					        ovsdbDao.configureGreTunnels(ovsdbClient, opensyncAPConfig);
 | 
				
			||||||
        ovsdbDao.createVlanNetworkInterfaces(ovsdbClient, opensyncAPConfig);
 | 
					        ovsdbDao.createVlanNetworkInterfaces(ovsdbClient, opensyncAPConfig);
 | 
				
			||||||
 | 
					        ovsdbDao.configureWiredPort(ovsdbClient, opensyncAPConfig);
 | 
				
			||||||
        ovsdbDao.configureRadsecRadiusAndRealm(ovsdbClient, opensyncAPConfig);
 | 
					        ovsdbDao.configureRadsecRadiusAndRealm(ovsdbClient, opensyncAPConfig);
 | 
				
			||||||
        ovsdbDao.configureSsids(ovsdbClient, opensyncAPConfig);
 | 
					        ovsdbDao.configureSsids(ovsdbClient, opensyncAPConfig);
 | 
				
			||||||
        if (opensyncAPConfig.getHotspotConfig() != null) {
 | 
					        if (opensyncAPConfig.getHotspotConfig() != null) {
 | 
				
			||||||
@@ -647,7 +660,7 @@ public class TipWlanOvsdbClient implements OvsdbClientInterface {
 | 
				
			|||||||
                        }
 | 
					                        }
 | 
				
			||||||
                        
 | 
					                        
 | 
				
			||||||
                        // delete first
 | 
					                        // delete first
 | 
				
			||||||
                        extIntegrationInterface.wifiInetStateDbTableUpdate(inetStateDelete, key);
 | 
					                        extIntegrationInterface.wifiInetStateDbTableDelete(inetStateDelete, key);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                        // now process updates and mutations
 | 
					                        // now process updates and mutations
 | 
				
			||||||
                        extIntegrationInterface.wifiInetStateDbTableUpdate(inetStateInsertOrUpdate, key);
 | 
					                        extIntegrationInterface.wifiInetStateDbTableUpdate(inetStateInsertOrUpdate, key);
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,6 @@
 | 
				
			|||||||
package com.telecominfraproject.wlan.opensync.ovsdb;
 | 
					package com.telecominfraproject.wlan.opensync.ovsdb;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import java.security.cert.Certificate;
 | 
				
			||||||
import java.security.cert.X509Certificate;
 | 
					import java.security.cert.X509Certificate;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import javax.annotation.PostConstruct;
 | 
					import javax.annotation.PostConstruct;
 | 
				
			||||||
@@ -14,13 +15,13 @@ import com.netflix.servo.DefaultMonitorRegistry;
 | 
				
			|||||||
import com.netflix.servo.monitor.BasicCounter;
 | 
					import com.netflix.servo.monitor.BasicCounter;
 | 
				
			||||||
import com.netflix.servo.monitor.Counter;
 | 
					import com.netflix.servo.monitor.Counter;
 | 
				
			||||||
import com.netflix.servo.monitor.MonitorConfig;
 | 
					import com.netflix.servo.monitor.MonitorConfig;
 | 
				
			||||||
import com.netflix.servo.monitor.Monitors;
 | 
					 | 
				
			||||||
import com.netflix.servo.tag.TagList;
 | 
					import com.netflix.servo.tag.TagList;
 | 
				
			||||||
import com.telecominfraproject.wlan.cloudmetrics.CloudMetricsTags;
 | 
					import com.telecominfraproject.wlan.cloudmetrics.CloudMetricsTags;
 | 
				
			||||||
import com.telecominfraproject.wlan.opensync.ovsdb.dao.OvsdbDao;
 | 
					import com.telecominfraproject.wlan.opensync.ovsdb.dao.OvsdbDao;
 | 
				
			||||||
import com.telecominfraproject.wlan.opensync.util.SslUtil;
 | 
					import com.telecominfraproject.wlan.opensync.util.SslUtil;
 | 
				
			||||||
import com.vmware.ovsdb.callback.ConnectionCallback;
 | 
					import com.vmware.ovsdb.callback.ConnectionCallback;
 | 
				
			||||||
import com.vmware.ovsdb.service.OvsdbClient;
 | 
					import com.vmware.ovsdb.service.OvsdbClient;
 | 
				
			||||||
 | 
					import com.vmware.ovsdb.service.OvsdbConnectionInfo;
 | 
				
			||||||
import com.vmware.ovsdb.service.OvsdbPassiveConnectionListener;
 | 
					import com.vmware.ovsdb.service.OvsdbPassiveConnectionListener;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import io.netty.handler.ssl.SslContext;
 | 
					import io.netty.handler.ssl.SslContext;
 | 
				
			||||||
@@ -77,11 +78,19 @@ public class TipWlanOvsdbRedirector {
 | 
				
			|||||||
        ConnectionCallback connectionCallback = new ConnectionCallback() {
 | 
					        ConnectionCallback connectionCallback = new ConnectionCallback() {
 | 
				
			||||||
            public void connected(OvsdbClient ovsdbClient) {
 | 
					            public void connected(OvsdbClient ovsdbClient) {
 | 
				
			||||||
                connectionsAttempted.increment();
 | 
					                connectionsAttempted.increment();
 | 
				
			||||||
                String remoteHost = ovsdbClient.getConnectionInfo().getRemoteAddress().getHostAddress();
 | 
					                
 | 
				
			||||||
                int localPort = ovsdbClient.getConnectionInfo().getLocalPort();
 | 
					 | 
				
			||||||
                String subjectDn = null;
 | 
					 | 
				
			||||||
                try {
 | 
					                try {
 | 
				
			||||||
                    subjectDn = ((X509Certificate) ovsdbClient.getConnectionInfo().getRemoteCertificate()).getSubjectDN().getName();
 | 
					                    OvsdbConnectionInfo connectionInfo = ovsdbClient.getConnectionInfo();
 | 
				
			||||||
 | 
					                    String remoteHost = connectionInfo.getRemoteAddress().getHostAddress();
 | 
				
			||||||
 | 
					                    Certificate remoteCertificate = connectionInfo.getRemoteCertificate();
 | 
				
			||||||
 | 
					                    if (remoteCertificate == null) {
 | 
				
			||||||
 | 
					                    	LOG.debug("Connect attempt no certificate from {} on remote port {}", remoteHost, connectionInfo.getRemotePort());
 | 
				
			||||||
 | 
					                    	return;
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
 | 
					                    
 | 
				
			||||||
 | 
					                    int localPort = connectionInfo.getLocalPort();
 | 
				
			||||||
 | 
					                    String subjectDn = null;
 | 
				
			||||||
 | 
										subjectDn = ((X509Certificate) remoteCertificate).getSubjectDN().getName();
 | 
				
			||||||
                    
 | 
					                    
 | 
				
			||||||
                    String clientCn = SslUtil.extractCN(subjectDn);
 | 
					                    String clientCn = SslUtil.extractCN(subjectDn);
 | 
				
			||||||
                    LOG.info("ovsdbClient redirector connected from {} on port {} clientCn {}", remoteHost, localPort, clientCn);                
 | 
					                    LOG.info("ovsdbClient redirector connected from {} on port {} clientCn {}", remoteHost, localPort, clientCn);                
 | 
				
			||||||
@@ -101,7 +110,9 @@ public class TipWlanOvsdbRedirector {
 | 
				
			|||||||
                int localPort = ovsdbClient.getConnectionInfo().getLocalPort();
 | 
					                int localPort = ovsdbClient.getConnectionInfo().getLocalPort();
 | 
				
			||||||
                String subjectDn = null;
 | 
					                String subjectDn = null;
 | 
				
			||||||
                try {
 | 
					                try {
 | 
				
			||||||
                    subjectDn = ((X509Certificate) ovsdbClient.getConnectionInfo().getRemoteCertificate()).getSubjectDN().getName();
 | 
					                	Certificate remoteCertificate = ovsdbClient.getConnectionInfo().getRemoteCertificate();
 | 
				
			||||||
 | 
					                	if (remoteCertificate != null)
 | 
				
			||||||
 | 
					                		subjectDn = ((X509Certificate) remoteCertificate).getSubjectDN().getName();
 | 
				
			||||||
                } catch (Exception e) {
 | 
					                } catch (Exception e) {
 | 
				
			||||||
                    //do nothing
 | 
					                    //do nothing
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -86,11 +86,16 @@ public class OvsdbDao extends OvsdbDaoBase {
 | 
				
			|||||||
        ovsdbNetwork.configureInterfaces(ovsdbClient);
 | 
					        ovsdbNetwork.configureInterfaces(ovsdbClient);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 | 
					    public void configureWiredPort(OvsdbClient ovsdbClient, OpensyncAPConfig opensyncAPConfig) {
 | 
				
			||||||
 | 
					    	ovsdbNetwork.configureEthernetPorts(ovsdbClient, opensyncAPConfig);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
    public void configureNode(OvsdbClient ovsdbClient, OpensyncAPConfig opensyncAPConfig) {
 | 
					    public void configureNode(OvsdbClient ovsdbClient, OpensyncAPConfig opensyncAPConfig) {
 | 
				
			||||||
        configureNtpServer(ovsdbClient, opensyncAPConfig);
 | 
					        configureNtpServer(ovsdbClient, opensyncAPConfig);
 | 
				
			||||||
        configureSyslog(ovsdbClient, opensyncAPConfig);
 | 
					        configureSyslog(ovsdbClient, opensyncAPConfig);
 | 
				
			||||||
        processBlinkRequest(ovsdbClient, opensyncAPConfig.getCustomerEquipment().getInventoryId(),
 | 
					        processBlinkRequest(ovsdbClient, opensyncAPConfig.getCustomerEquipment().getInventoryId(),
 | 
				
			||||||
                ((ApElementConfiguration) opensyncAPConfig.getCustomerEquipment().getDetails()).isBlinkAllLEDs());
 | 
					                ((ApElementConfiguration) opensyncAPConfig.getCustomerEquipment().getDetails()).isBlinkAllLEDs());
 | 
				
			||||||
 | 
					        ovsdbNodeConfig.processLedControlEnabled(ovsdbClient, opensyncAPConfig);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    void configureNtpServer(OvsdbClient ovsdbClient, OpensyncAPConfig opensyncAPConfig) {
 | 
					    void configureNtpServer(OvsdbClient ovsdbClient, OpensyncAPConfig opensyncAPConfig) {
 | 
				
			||||||
@@ -206,6 +211,10 @@ public class OvsdbDao extends OvsdbDaoBase {
 | 
				
			|||||||
        ovsdbNetwork.removeAllInetConfigs(ovsdbClient);
 | 
					        ovsdbNetwork.removeAllInetConfigs(ovsdbClient);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 | 
					    public void resetWiredPorts(OvsdbClient ovsdbClient, OpensyncAPConfig opensyncApConfig) {
 | 
				
			||||||
 | 
					    	ovsdbNetwork.resetWiredPorts(ovsdbClient, opensyncApConfig);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public void removeAllPasspointConfigs(OvsdbClient ovsdbClient) {
 | 
					    public void removeAllPasspointConfigs(OvsdbClient ovsdbClient) {
 | 
				
			||||||
        ovsdbHotspot.removeAllPasspointConfigs(ovsdbClient);
 | 
					        ovsdbHotspot.removeAllPasspointConfigs(ovsdbClient);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -242,7 +251,7 @@ public class OvsdbDao extends OvsdbDaoBase {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public String processBlinkRequest(OvsdbClient ovsdbClient, String apId, boolean blinkAllLEDs) {
 | 
					    public String processBlinkRequest(OvsdbClient ovsdbClient, String apId, boolean blinkAllLEDs) {
 | 
				
			||||||
        return ovsdbNodeConfig.processBlinkRequest(ovsdbClient,apId,blinkAllLEDs);
 | 
					        return ovsdbNodeConfig.processBlinkRequest(ovsdbClient, apId, blinkAllLEDs);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -40,11 +40,26 @@ public class OvsdbGet extends OvsdbDaoBase {
 | 
				
			|||||||
    Map<String, Set<Integer>> getAllowedChannels(OvsdbClient ovsdbClient) {
 | 
					    Map<String, Set<Integer>> getAllowedChannels(OvsdbClient ovsdbClient) {
 | 
				
			||||||
        Map<String, Set<Integer>> allowedChannels = new HashMap<>();
 | 
					        Map<String, Set<Integer>> allowedChannels = new HashMap<>();
 | 
				
			||||||
        for (Row row : getOvsdbTableRowsForCondition(ovsdbClient, wifiRadioStateDbTable, null)) {
 | 
					        for (Row row : getOvsdbTableRowsForCondition(ovsdbClient, wifiRadioStateDbTable, null)) {
 | 
				
			||||||
            allowedChannels.put(getSingleValueFromSet(row, "freq_band"), row.getSetColumn("allowed_channels"));
 | 
					            Set<Integer> channels = new HashSet<>();
 | 
				
			||||||
 | 
					            if (row.getMapColumn("channels").containsKey("allowed")) {
 | 
				
			||||||
 | 
					                for (String c : row.getMapColumn("channels").get("allowed").toString().split(",")) {
 | 
				
			||||||
 | 
					                    if (c != null)
 | 
				
			||||||
 | 
					                        channels.add(Integer.valueOf(c));
 | 
				
			||||||
 | 
					                } ;
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					            if (row.getMapColumn("channels").containsKey("radar_detection")) {
 | 
				
			||||||
 | 
					                for (String c : row.getMapColumn("channels").get("radar_detection").toString().split(",")) {
 | 
				
			||||||
 | 
					                    if (c != null)
 | 
				
			||||||
 | 
					                        channels.add(Integer.valueOf(c));
 | 
				
			||||||
 | 
					                } ;
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            allowedChannels.put(getSingleValueFromSet(row, "freq_band"), channels);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        return allowedChannels;
 | 
					        return allowedChannels;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * Get all Rows from given table that satisfy the conditions.
 | 
					     * Get all Rows from given table that satisfy the conditions.
 | 
				
			||||||
     * 
 | 
					     * 
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -93,6 +93,8 @@ public class OvsdbMonitor extends OvsdbDaoBase {
 | 
				
			|||||||
            if (rowUpdate.getOld() != null) {
 | 
					            if (rowUpdate.getOld() != null) {
 | 
				
			||||||
                row = rowUpdate.getOld();
 | 
					                row = rowUpdate.getOld();
 | 
				
			||||||
                row.getColumns().putAll(rowUpdate.getNew().getColumns());
 | 
					                row.getColumns().putAll(rowUpdate.getNew().getColumns());
 | 
				
			||||||
 | 
					            } else {
 | 
				
			||||||
 | 
					            	row = rowUpdate.getNew();
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        } else {
 | 
					        } else {
 | 
				
			||||||
            row = rowUpdate.getOld();
 | 
					            row = rowUpdate.getOld();
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -21,10 +21,17 @@ import org.springframework.stereotype.Component;
 | 
				
			|||||||
import com.telecominfraproject.wlan.equipment.models.NetworkForwardMode;
 | 
					import com.telecominfraproject.wlan.equipment.models.NetworkForwardMode;
 | 
				
			||||||
import com.telecominfraproject.wlan.opensync.external.integration.models.OpensyncAPConfig;
 | 
					import com.telecominfraproject.wlan.opensync.external.integration.models.OpensyncAPConfig;
 | 
				
			||||||
import com.telecominfraproject.wlan.opensync.ovsdb.dao.models.WifiInetConfigInfo;
 | 
					import com.telecominfraproject.wlan.opensync.ovsdb.dao.models.WifiInetConfigInfo;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.profile.ethernetport.models.WiredEthernetPortConfiguration;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.profile.ethernetport.models.WiredPort;
 | 
				
			||||||
import com.telecominfraproject.wlan.profile.models.Profile;
 | 
					import com.telecominfraproject.wlan.profile.models.Profile;
 | 
				
			||||||
import com.telecominfraproject.wlan.profile.network.models.ApNetworkConfiguration;
 | 
					import com.telecominfraproject.wlan.profile.network.models.ApNetworkConfiguration;
 | 
				
			||||||
import com.telecominfraproject.wlan.profile.network.models.GreTunnelConfiguration;
 | 
					import com.telecominfraproject.wlan.profile.network.models.GreTunnelConfiguration;
 | 
				
			||||||
import com.telecominfraproject.wlan.profile.ssid.models.SsidConfiguration;
 | 
					import com.telecominfraproject.wlan.profile.ssid.models.SsidConfiguration;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.status.StatusServiceInterface;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.status.equipment.report.models.WiredEthernetPortStatusData;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.status.equipment.report.models.WiredPortStatus;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.status.models.Status;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.status.models.StatusDataType;
 | 
				
			||||||
import com.vmware.ovsdb.exception.OvsdbClientException;
 | 
					import com.vmware.ovsdb.exception.OvsdbClientException;
 | 
				
			||||||
import com.vmware.ovsdb.protocol.operation.Delete;
 | 
					import com.vmware.ovsdb.protocol.operation.Delete;
 | 
				
			||||||
import com.vmware.ovsdb.protocol.operation.Insert;
 | 
					import com.vmware.ovsdb.protocol.operation.Insert;
 | 
				
			||||||
@@ -45,7 +52,18 @@ import com.vmware.ovsdb.service.OvsdbClient;
 | 
				
			|||||||
public class OvsdbNetworkConfig extends OvsdbDaoBase {
 | 
					public class OvsdbNetworkConfig extends OvsdbDaoBase {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @Autowired
 | 
					    @Autowired
 | 
				
			||||||
    OvsdbGet ovsdbGet;
 | 
					    private OvsdbGet ovsdbGet;
 | 
				
			||||||
 | 
					    @Autowired
 | 
				
			||||||
 | 
					    private StatusServiceInterface statusServiceInterface;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    private static final String VLAN_IF_TYPE = "vlan";
 | 
				
			||||||
 | 
					    private static final String VLAN_TRUNK_IF_TYPE = "vlan_trunk";
 | 
				
			||||||
 | 
					    private static final String BRIDGE_IF_TYPE = "bridge";
 | 
				
			||||||
 | 
					    private static final String LAN_IF_NAME = "lan";
 | 
				
			||||||
 | 
					    private static final String WAN_IF_NAME = "wan";
 | 
				
			||||||
 | 
					    private static final int DEFAULT_MAX_INTERNAL_VLAN_ID = 2;
 | 
				
			||||||
 | 
					    private static final String SEPARATOR = " ";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    void configureGreTunnel(OvsdbClient ovsdbClient, Profile apNetworkConfiguration) {
 | 
					    void configureGreTunnel(OvsdbClient ovsdbClient, Profile apNetworkConfiguration) {
 | 
				
			||||||
        try {
 | 
					        try {
 | 
				
			||||||
@@ -92,7 +110,7 @@ public class OvsdbNetworkConfig extends OvsdbDaoBase {
 | 
				
			|||||||
                    LOG.info("configureGreTunnel {}", ((UpdateResult) res).toString());
 | 
					                    LOG.info("configureGreTunnel {}", ((UpdateResult) res).toString());
 | 
				
			||||||
                } else if (res instanceof ErrorResult) {
 | 
					                } else if (res instanceof ErrorResult) {
 | 
				
			||||||
                    LOG.error("configureGreTunnel error {}", (res));
 | 
					                    LOG.error("configureGreTunnel error {}", (res));
 | 
				
			||||||
                    throw new RuntimeException("configureGreTunnel " + ((ErrorResult) res).getError() + " "
 | 
					                    throw new RuntimeException("configureGreTunnel " + ((ErrorResult) res).getError() + SEPARATOR
 | 
				
			||||||
                            + ((ErrorResult) res).getDetails());
 | 
					                            + ((ErrorResult) res).getDetails());
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
@@ -137,10 +155,242 @@ public class OvsdbNetworkConfig extends OvsdbDaoBase {
 | 
				
			|||||||
            } else {
 | 
					            } else {
 | 
				
			||||||
                operations.add(new Insert(wifiInetConfigDbTable, row));
 | 
					                operations.add(new Insert(wifiInetConfigDbTable, row));
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					            
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						void configureEthernetPorts(OvsdbClient ovsdbClient, OpensyncAPConfig opensyncApConfig) {
 | 
				
			||||||
 | 
							Profile wiredEthernetPortProfile = opensyncApConfig.getWiredEthernetPortProfile();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							if (wiredEthernetPortProfile != null) {
 | 
				
			||||||
 | 
					            LOG.debug("Entering configure Ethernet Ports for wiredEthernetPortProfile {} for equipment {}",
 | 
				
			||||||
 | 
					                    wiredEthernetPortProfile, opensyncApConfig.getCustomerEquipment().getId());
 | 
				
			||||||
 | 
								// Getting the config from the UI
 | 
				
			||||||
 | 
								WiredEthernetPortConfiguration ethernetPortConfig = (WiredEthernetPortConfiguration) wiredEthernetPortProfile
 | 
				
			||||||
 | 
										.getDetails();
 | 
				
			||||||
 | 
								LOG.debug("Configure EthernetPorts {}", ethernetPortConfig);
 | 
				
			||||||
 | 
								Set<WiredPort> desiredWiredPorts = ethernetPortConfig.getEthPorts();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
								handleEthernetPortConfiguration(ovsdbClient, desiredWiredPorts);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							} else {
 | 
				
			||||||
 | 
							    LOG.info("opensyncApConfig for Customer {}, Equipment {} has no wiredEthernetPortProfile attached" ,
 | 
				
			||||||
 | 
					                    opensyncApConfig.getCustomerEquipment().getCustomerId(), opensyncApConfig.getCustomerEquipment().getId());
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						private void handleEthernetPortConfiguration(OvsdbClient ovsdbClient, Set<WiredPort> desiredWiredPorts) {
 | 
				
			||||||
 | 
					        // lists are for more than one lan port moving to wan ("eth0 eth1 eth2")
 | 
				
			||||||
 | 
					        Set<String> availableLanEthNames = new HashSet<>();
 | 
				
			||||||
 | 
					        Set<String> availableWanEthNames = new HashSet<>();
 | 
				
			||||||
 | 
					        if (desiredWiredPorts == null) {
 | 
				
			||||||
 | 
					            LOG.info("Cannot handle the EthernetPort config for null desired Wired Ports. Exiting");
 | 
				
			||||||
 | 
					            return;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        LOG.debug("In handleEthernetPortConfiguration with desiredWiredPorts {}", desiredWiredPorts);
 | 
				
			||||||
 | 
					        WiredPort wanPort = getDefaultWanPort(desiredWiredPorts);
 | 
				
			||||||
 | 
					        if (wanPort == null) {
 | 
				
			||||||
 | 
					            LOG.error("Cannot find the default wan port from the desired list of ports {}" , desiredWiredPorts);
 | 
				
			||||||
 | 
					            return;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        for (WiredPort port: desiredWiredPorts) {
 | 
				
			||||||
 | 
					        	if (port.getIfName().contains(LAN_IF_NAME)) { // for AP has ifName lan1, lan2 instead of lan
 | 
				
			||||||
 | 
					        		availableLanEthNames.add(port.getName());
 | 
				
			||||||
 | 
					        	} else if (WAN_IF_NAME.equals(port.getIfName())) {
 | 
				
			||||||
 | 
					        		availableWanEthNames.add(port.getName());
 | 
				
			||||||
 | 
					        	}
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        for (WiredPort desiredPort : desiredWiredPorts) {
 | 
				
			||||||
 | 
					            if (!desiredPort.equals(wanPort)) {
 | 
				
			||||||
 | 
					                if (isLanToBridgeConversion(desiredPort) && !desiredPort.isTrunkEnabled()) {
 | 
				
			||||||
 | 
					                    // Flow 1: Desired Bridge + Access
 | 
				
			||||||
 | 
					                    LOG.debug("Desired Config is Bridge with Access Mode");
 | 
				
			||||||
 | 
					                    availableLanEthNames.remove(desiredPort.getName());
 | 
				
			||||||
 | 
					                    availableWanEthNames.add(desiredPort.getName());
 | 
				
			||||||
 | 
					                    changeLanToWan(ovsdbClient, availableLanEthNames, availableWanEthNames, wanPort.getName());
 | 
				
			||||||
 | 
					                    createVlanTag(ovsdbClient, desiredPort);
 | 
				
			||||||
 | 
					                } else if (isLanToBridgeConversion(desiredPort) && desiredPort.isTrunkEnabled()) {
 | 
				
			||||||
 | 
					                    // Flow 2: Desired Bridge + Trunk
 | 
				
			||||||
 | 
					                    LOG.debug("Desired Config is Bridge with Trunk Mode");
 | 
				
			||||||
 | 
					                    availableLanEthNames.remove(desiredPort.getName());
 | 
				
			||||||
 | 
					                    availableWanEthNames.add(desiredPort.getName());
 | 
				
			||||||
 | 
					                    changeLanToWan(ovsdbClient, availableLanEthNames, availableWanEthNames, wanPort.getName());
 | 
				
			||||||
 | 
					                    createTrunkInterface(ovsdbClient, desiredPort);
 | 
				
			||||||
 | 
					                } else if (!BRIDGE_IF_TYPE.equalsIgnoreCase(desiredPort.getIfType())) {
 | 
				
			||||||
 | 
					                    // Flow 3: Desired ifType is NAT
 | 
				
			||||||
 | 
					                    LOG.debug("Desired Config is NAT (LAN) mode. Desired Port {} may still be tagged to WAN interface. Convert to LAN mode", desiredPort.getIfName());
 | 
				
			||||||
 | 
					                    availableLanEthNames.add(desiredPort.getName());
 | 
				
			||||||
 | 
					                    availableWanEthNames.remove(desiredPort.getName());
 | 
				
			||||||
 | 
					                    changeWanToLan(ovsdbClient, availableLanEthNames, availableWanEthNames, wanPort.getName());
 | 
				
			||||||
 | 
					                } else {
 | 
				
			||||||
 | 
					                    LOG.info("Not a supported Config change requested for the port {}", desiredPort);
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            } else {
 | 
				
			||||||
 | 
					                LOG.error("It's the default WAN port. No changes needed!");
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        } // end of for loop
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    private String generateInterfaceId(String portName, int vlanId, boolean trunk) {
 | 
				
			||||||
 | 
					        if (!trunk) {
 | 
				
			||||||
 | 
					            return String.format("%s_%s", portName, vlanId);
 | 
				
			||||||
 | 
					        } else {
 | 
				
			||||||
 | 
					            return String.format("%s_trunk", portName);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    private boolean isLanToBridgeConversion(WiredPort desiredPort) {
 | 
				
			||||||
 | 
					        return LAN_IF_NAME.equalsIgnoreCase(desiredPort.getIfName()) &&
 | 
				
			||||||
 | 
					                BRIDGE_IF_TYPE.equals(desiredPort.getIfType());
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						WiredPort getDefaultWanPort(Set<WiredPort> desiredPorts) {
 | 
				
			||||||
 | 
							WiredPort wanWiredPort = desiredPorts.stream()
 | 
				
			||||||
 | 
									.filter(entry -> WAN_IF_NAME.equals(entry.getIfName())).findFirst().orElse(null);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							LOG.debug("Returning wanWiredPort {}", wanWiredPort);
 | 
				
			||||||
 | 
							return wanWiredPort;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						void changeLanToWan(OvsdbClient ovsdbClient, Set<String> lanPortsToUpdate, Set<String> wanPortsToUpdate, String wanEthName) {
 | 
				
			||||||
 | 
							LOG.debug("Calling changeLanToWan: moving port {} to LAN and {} to WAN", lanPortsToUpdate, wanPortsToUpdate);
 | 
				
			||||||
 | 
							List<Operation> operations = new ArrayList<>();
 | 
				
			||||||
 | 
							// Step1: remove lan from eth_ports
 | 
				
			||||||
 | 
							// /usr/opensync/bin/ovsh u Wifi_Inet_Config eth_ports:=" " -w if_name==lan
 | 
				
			||||||
 | 
							// or cases like: /usr/opensync/bin/ovsh u Wifi_Inet_Config eth_ports:="eth2" -w if_name==lan
 | 
				
			||||||
 | 
							String lanPortsString = String.join(SEPARATOR,  lanPortsToUpdate);
 | 
				
			||||||
 | 
							addEthPortsOperation(operations, lanPortsString.equals("")? SEPARATOR : lanPortsString, LAN_IF_NAME);
 | 
				
			||||||
 | 
							
 | 
				
			||||||
 | 
							// Step2: make lan to a wan port
 | 
				
			||||||
 | 
							// /usr/opensync/bin/ovsh u Wifi_Inet_Config eth_ports:="eth0 eth1" -w if_name==wan
 | 
				
			||||||
 | 
							// eth_ports syntax is set by AP (i.e, eth0 eth1)
 | 
				
			||||||
 | 
					        // AP needs the original wan port be the first port in the string. Since we will hard code it, we remove
 | 
				
			||||||
 | 
					        // original wan name from the set to avoid duplication
 | 
				
			||||||
 | 
					        wanPortsToUpdate.remove(wanEthName);
 | 
				
			||||||
 | 
							// trim() is used when wanPortsToUpdate is empty (i.e. we want "eth0" instead of "eth0 ")
 | 
				
			||||||
 | 
							addEthPortsOperation(operations, (wanEthName + SEPARATOR + String.join(SEPARATOR,  wanPortsToUpdate)).trim(), WAN_IF_NAME);
 | 
				
			||||||
 | 
							sendOperationsToAP(ovsdbClient, operations, "changeLanToWan");
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						private void createVlanTag(OvsdbClient ovsdbClient, WiredPort desiredWiredPort) {
 | 
				
			||||||
 | 
					        LOG.debug("Creating a new VlanInterface for wiredPort {}", desiredWiredPort);
 | 
				
			||||||
 | 
					        if (desiredWiredPort.getVlanId() > DEFAULT_MAX_INTERNAL_VLAN_ID) {
 | 
				
			||||||
 | 
					            // Tag to vlan
 | 
				
			||||||
 | 
					            // /usr/opensync/bin/ovsh i Wifi_Inet_Config NAT:=true enabled:=true
 | 
				
			||||||
 | 
					            // if_name:=eth0_100 if_type:=vlan ip_assign_scheme:=none network:=true
 | 
				
			||||||
 | 
					            // parent_ifname:=eth0 vlan_id:=100 dhcp_sniff:=false eth_ports:="eth0"
 | 
				
			||||||
 | 
					            List<Operation> operations = new ArrayList<>();
 | 
				
			||||||
 | 
					            Map<String, Value> tableColumns = new HashMap<>();
 | 
				
			||||||
 | 
					            tableColumns.put("NAT", new Atom<>(true));
 | 
				
			||||||
 | 
					            tableColumns.put("enabled", new Atom<>(true));
 | 
				
			||||||
 | 
					            tableColumns.put("if_name", new Atom<>(generateInterfaceId(desiredWiredPort.getName(), desiredWiredPort.getVlanId(), false)));
 | 
				
			||||||
 | 
					            tableColumns.put("if_type", new Atom<>(VLAN_IF_TYPE));
 | 
				
			||||||
 | 
					            tableColumns.put("ip_assign_scheme", new Atom<>("none"));
 | 
				
			||||||
 | 
					            tableColumns.put("network", new Atom<>(true));
 | 
				
			||||||
 | 
					            tableColumns.put("parent_ifname", new Atom<>(desiredWiredPort.getName()));
 | 
				
			||||||
 | 
					            tableColumns.put("vlan_id", new Atom<>(desiredWiredPort.getVlanId()));
 | 
				
			||||||
 | 
					            tableColumns.put("dhcp_sniff", new Atom<>(false));
 | 
				
			||||||
 | 
					            tableColumns.put("eth_ports", new Atom<>(desiredWiredPort.getName()));
 | 
				
			||||||
 | 
					            Row row = new Row(tableColumns);
 | 
				
			||||||
 | 
					            operations.add(new Insert(wifiInetConfigDbTable, row));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            sendOperationsToAP(ovsdbClient, operations, "createVlanTag");
 | 
				
			||||||
 | 
					        } else {
 | 
				
			||||||
 | 
					            LOG.info("Desired vlanId {} is lower than default {}; no tagging needed",
 | 
				
			||||||
 | 
					                    desiredWiredPort.getVlanId(), DEFAULT_MAX_INTERNAL_VLAN_ID);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    private void createTrunkInterface(OvsdbClient ovsdbClient, WiredPort desiredWiredPort) {
 | 
				
			||||||
 | 
					        LOG.debug("Creating a new TrunkInterface for wiredPort {}", desiredWiredPort);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        // Create Trunk Interface
 | 
				
			||||||
 | 
					        // /usr/opensync/bin/ovsh i Wifi_Inet_Config NAT:=true enabled:=true
 | 
				
			||||||
 | 
					        // if_name:=eth0_trunk if_type:=vlan_trunk ip_assign_scheme:=none network:=true
 | 
				
			||||||
 | 
					        // parent_ifname:=eth0 dhcp_sniff:=false eth_ports:="eth0"
 | 
				
			||||||
 | 
					        // vlan_trunk:='["map",[["allowed_vlans","100 200 300"],["pvid","10"]]]'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        List<Operation> operations = new ArrayList<>();
 | 
				
			||||||
 | 
					        Map<String, Value> tableColumns = new HashMap<>();
 | 
				
			||||||
 | 
					        tableColumns.put("NAT", new Atom<>(true));
 | 
				
			||||||
 | 
					        tableColumns.put("enabled", new Atom<>(true));
 | 
				
			||||||
 | 
					        tableColumns.put("if_name", new Atom<>(generateInterfaceId(desiredWiredPort.getName(), desiredWiredPort.getVlanId(), true)));
 | 
				
			||||||
 | 
					        tableColumns.put("if_type", new Atom<>(VLAN_TRUNK_IF_TYPE));
 | 
				
			||||||
 | 
					        tableColumns.put("ip_assign_scheme", new Atom<>("none"));
 | 
				
			||||||
 | 
					        tableColumns.put("network", new Atom<>(true));
 | 
				
			||||||
 | 
					        tableColumns.put("parent_ifname", new Atom<>(desiredWiredPort.getName()));
 | 
				
			||||||
 | 
					        tableColumns.put("dhcp_sniff", new Atom<>(false));
 | 
				
			||||||
 | 
					        tableColumns.put("eth_ports", new Atom<>(desiredWiredPort.getName()));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        Map<String, String> vlanTrunkMap = new HashMap<>();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        if (desiredWiredPort.getAllowedVlanIds() != null) {
 | 
				
			||||||
 | 
					            vlanTrunkMap.put("allowed_vlans", getAllowedVlanAsString(desiredWiredPort));
 | 
				
			||||||
 | 
					            if (desiredWiredPort.getVlanId() > DEFAULT_MAX_INTERNAL_VLAN_ID) {
 | 
				
			||||||
 | 
					                vlanTrunkMap.put("pvid", String.valueOf(desiredWiredPort.getVlanId()));
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        com.vmware.ovsdb.protocol.operation.notation.Map<String, String> vlanTrunkVal = com.vmware.ovsdb.protocol.operation.notation.Map.of(vlanTrunkMap);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        tableColumns.put(VLAN_TRUNK_IF_TYPE, vlanTrunkVal);
 | 
				
			||||||
 | 
					        Row row = new Row(tableColumns);
 | 
				
			||||||
 | 
					        operations.add(new Insert(wifiInetConfigDbTable, row));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        sendOperationsToAP(ovsdbClient, operations, "createTrunkInterface");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    private String getAllowedVlanAsString(WiredPort desiredWiredPort) {
 | 
				
			||||||
 | 
					        return desiredWiredPort.getAllowedVlanIds().stream().map(String::valueOf).collect(Collectors.joining(SEPARATOR));
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						void changeWanToLan(OvsdbClient ovsdbClient, Set<String> lanPortsToUpdate, Set<String> wanPortsToUpdate, String wanEthName) {
 | 
				
			||||||
 | 
							LOG.debug("Calling changeWanToLan: Moving port {} to LAN and {} to WAN", lanPortsToUpdate, wanPortsToUpdate);
 | 
				
			||||||
 | 
							// Step1: set the correct port to lan
 | 
				
			||||||
 | 
							// /usr/opensync/bin/ovsh u Wifi_Inet_Config eth_ports:="eth0" -w if_name==lan
 | 
				
			||||||
 | 
							List<Operation> operations = new ArrayList<>();
 | 
				
			||||||
 | 
							addEthPortsOperation(operations, String.join(SEPARATOR,  lanPortsToUpdate), LAN_IF_NAME);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							// Step2: set the correct port to wan
 | 
				
			||||||
 | 
							// /usr/opensync/bin/ovsh u Wifi_Inet_Config eth_ports:="eth1" -w if_name==wan
 | 
				
			||||||
 | 
					        // AP needs the original wan port be the first port in the string. Since we will hard code it, we remove
 | 
				
			||||||
 | 
					        // original wan name from the set to avoid duplication
 | 
				
			||||||
 | 
							wanPortsToUpdate.remove(wanEthName);
 | 
				
			||||||
 | 
							addEthPortsOperation(operations, (wanEthName + SEPARATOR + String.join(SEPARATOR,  wanPortsToUpdate)).trim(), WAN_IF_NAME);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							sendOperationsToAP(ovsdbClient, operations, "changeWanToLan");
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
						
 | 
				
			||||||
 | 
						void addEthPortsOperation(List<Operation> operations, String ethPorts, String ifName) {
 | 
				
			||||||
 | 
							Map<String, Value> tableColumn = new HashMap<>();
 | 
				
			||||||
 | 
							tableColumn.put("eth_ports", new Atom<>(ethPorts));
 | 
				
			||||||
 | 
							Row row = new Row(tableColumn);
 | 
				
			||||||
 | 
							operations.add(new Update(wifiInetConfigDbTable,
 | 
				
			||||||
 | 
									List.of(new Condition("if_name", Function.EQUALS, new Atom<>(ifName))), row));
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						void sendOperationsToAP(OvsdbClient ovsdbClient, List<Operation> operations, String methodName) {
 | 
				
			||||||
 | 
							try {
 | 
				
			||||||
 | 
								CompletableFuture<OperationResult[]> fResult = ovsdbClient.transact(ovsdbName, operations);
 | 
				
			||||||
 | 
								OperationResult[] result = fResult.get(ovsdbTimeoutSec, TimeUnit.SECONDS);
 | 
				
			||||||
 | 
								for (OperationResult res : result) {
 | 
				
			||||||
 | 
									if (res instanceof InsertResult) {
 | 
				
			||||||
 | 
										LOG.info("{} - {}", methodName, res);
 | 
				
			||||||
 | 
									} else if (res instanceof UpdateResult) {
 | 
				
			||||||
 | 
										LOG.info("{} {}", methodName, res);
 | 
				
			||||||
 | 
									} else if (res instanceof ErrorResult) {
 | 
				
			||||||
 | 
										LOG.error("{} {}", methodName, res);
 | 
				
			||||||
 | 
										throw new RuntimeException("createVlanNetworkInterfaces - " + ((ErrorResult) res).getError() + SEPARATOR
 | 
				
			||||||
 | 
												+ ((ErrorResult) res).getDetails());
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							} catch (OvsdbClientException | InterruptedException | ExecutionException | TimeoutException e) {
 | 
				
			||||||
 | 
								throw new RuntimeException(e);
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     *  @param ovsdbClient
 | 
					     * @param ovsdbClient
 | 
				
			||||||
     * @param vifInterfaceName
 | 
					     * @param vifInterfaceName
 | 
				
			||||||
     * @param enabled
 | 
					     * @param enabled
 | 
				
			||||||
     * @param networkForwardMode
 | 
					     * @param networkForwardMode
 | 
				
			||||||
@@ -193,7 +443,7 @@ public class OvsdbNetworkConfig extends OvsdbDaoBase {
 | 
				
			|||||||
                    LOG.info("createVlanNetworkInterfaces {}", ((UpdateResult) res).toString());
 | 
					                    LOG.info("createVlanNetworkInterfaces {}", ((UpdateResult) res).toString());
 | 
				
			||||||
                } else if (res instanceof ErrorResult) {
 | 
					                } else if (res instanceof ErrorResult) {
 | 
				
			||||||
                    LOG.error("createVlanNetworkInterfaces error {}", (res));
 | 
					                    LOG.error("createVlanNetworkInterfaces error {}", (res));
 | 
				
			||||||
                    throw new RuntimeException("createVlanNetworkInterfaces " + ((ErrorResult) res).getError() + " "
 | 
					                    throw new RuntimeException("createVlanNetworkInterfaces " + ((ErrorResult) res).getError() + SEPARATOR
 | 
				
			||||||
                            + ((ErrorResult) res).getDetails());
 | 
					                            + ((ErrorResult) res).getDetails());
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
@@ -212,34 +462,8 @@ public class OvsdbNetworkConfig extends OvsdbDaoBase {
 | 
				
			|||||||
            List<Operation> operations = new ArrayList<>();
 | 
					            List<Operation> operations = new ArrayList<>();
 | 
				
			||||||
            Map<String, Value> tableColumns = new HashMap<>();
 | 
					            Map<String, Value> tableColumns = new HashMap<>();
 | 
				
			||||||
            Map<String, WifiInetConfigInfo> inetConfigMap = ovsdbGet.getProvisionedWifiInetConfigs(ovsdbClient);
 | 
					            Map<String, WifiInetConfigInfo> inetConfigMap = ovsdbGet.getProvisionedWifiInetConfigs(ovsdbClient);
 | 
				
			||||||
            WifiInetConfigInfo parentLanInterface = inetConfigMap.get(defaultLanInterfaceName);
 | 
					 | 
				
			||||||
            if (parentLanInterface == null) {
 | 
					 | 
				
			||||||
                throw new RuntimeException(
 | 
					 | 
				
			||||||
                        "Cannot get lan interface " + defaultLanInterfaceName + " for vlan " + vlanId);
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
            tableColumns.put("if_type", new Atom<>("vlan"));
 | 
					 | 
				
			||||||
            tableColumns.put("vlan_id", new Atom<>(vlanId));
 | 
					 | 
				
			||||||
            tableColumns.put("if_name", new Atom<>(parentLanInterface.ifName + "_" + Integer.toString(vlanId)));
 | 
					 | 
				
			||||||
            tableColumns.put("parent_ifname", new Atom<>(parentLanInterface.ifName));
 | 
					 | 
				
			||||||
            tableColumns.put("enabled", new Atom<>(true));
 | 
					 | 
				
			||||||
            tableColumns.put("network", new Atom<>(true));
 | 
					 | 
				
			||||||
            tableColumns.put("ip_assign_scheme", new Atom<>(parentLanInterface.ipAssignScheme));
 | 
					 | 
				
			||||||
            tableColumns.put("NAT", new Atom<>(parentLanInterface.nat));
 | 
					 | 
				
			||||||
            tableColumns.put("mtu", new Atom<>(1500));
 | 
					 | 
				
			||||||
            String[] inetAddress = parentLanInterface.inetAddr.split("\\.");
 | 
					 | 
				
			||||||
            String vlanAddress = inetAddress[0] + "." + inetAddress[1] + "." + vlanId + "." + inetAddress[3];
 | 
					 | 
				
			||||||
            tableColumns.put("inet_addr", new Atom<>(vlanAddress));
 | 
					 | 
				
			||||||
            tableColumns.put("netmask", new Atom<>(parentLanInterface.netmask));
 | 
					 | 
				
			||||||
            tableColumns.put("dhcpd", com.vmware.ovsdb.protocol.operation.notation.Map.of(parentLanInterface.dhcpd));
 | 
					 | 
				
			||||||
            Row row = new Row(tableColumns);
 | 
					            Row row = new Row(tableColumns);
 | 
				
			||||||
            if (inetConfigMap.containsKey(parentLanInterface.ifName + "_" + Integer.toString(vlanId))) {
 | 
					
 | 
				
			||||||
                List<Condition> conditions = new ArrayList<>();
 | 
					 | 
				
			||||||
                conditions.add(new Condition("vlan_id", Function.EQUALS, new Atom<>(vlanId)));
 | 
					 | 
				
			||||||
                conditions.add(new Condition("parent_ifname", Function.EQUALS, new Atom<>(parentLanInterface.ifName)));
 | 
					 | 
				
			||||||
                operations.add(new Update(wifiInetConfigDbTable, conditions, row));
 | 
					 | 
				
			||||||
            } else {
 | 
					 | 
				
			||||||
                operations.add(new Insert(wifiInetConfigDbTable, row));
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
            WifiInetConfigInfo parentWanInterface = inetConfigMap.get(defaultWanInterfaceName);
 | 
					            WifiInetConfigInfo parentWanInterface = inetConfigMap.get(defaultWanInterfaceName);
 | 
				
			||||||
            if (parentWanInterface == null) {
 | 
					            if (parentWanInterface == null) {
 | 
				
			||||||
                throw new RuntimeException(
 | 
					                throw new RuntimeException(
 | 
				
			||||||
@@ -251,8 +475,7 @@ public class OvsdbNetworkConfig extends OvsdbDaoBase {
 | 
				
			|||||||
            tableColumns.put("if_name", new Atom<>(parentWanInterface.ifName + "_" + Integer.toString(vlanId)));
 | 
					            tableColumns.put("if_name", new Atom<>(parentWanInterface.ifName + "_" + Integer.toString(vlanId)));
 | 
				
			||||||
            tableColumns.put("parent_ifname", new Atom<>(parentWanInterface.ifName));
 | 
					            tableColumns.put("parent_ifname", new Atom<>(parentWanInterface.ifName));
 | 
				
			||||||
            tableColumns.put("enabled", new Atom<>(true));
 | 
					            tableColumns.put("enabled", new Atom<>(true));
 | 
				
			||||||
            tableColumns.put("network", new Atom<>(true));
 | 
					            tableColumns.put("ip_assign_scheme", new Atom<>("none"));
 | 
				
			||||||
            tableColumns.put("ip_assign_scheme", new Atom<>(parentWanInterface.ipAssignScheme));
 | 
					 | 
				
			||||||
            tableColumns.put("NAT", new Atom<>(parentWanInterface.nat));
 | 
					            tableColumns.put("NAT", new Atom<>(parentWanInterface.nat));
 | 
				
			||||||
            tableColumns.put("mtu", new Atom<>(1500));
 | 
					            tableColumns.put("mtu", new Atom<>(1500));
 | 
				
			||||||
            row = new Row(tableColumns);
 | 
					            row = new Row(tableColumns);
 | 
				
			||||||
@@ -272,14 +495,13 @@ public class OvsdbNetworkConfig extends OvsdbDaoBase {
 | 
				
			|||||||
                    LOG.info("createVlanNetworkInterfaces {}", ((UpdateResult) res).toString());
 | 
					                    LOG.info("createVlanNetworkInterfaces {}", ((UpdateResult) res).toString());
 | 
				
			||||||
                } else if (res instanceof ErrorResult) {
 | 
					                } else if (res instanceof ErrorResult) {
 | 
				
			||||||
                    LOG.error("createVlanNetworkInterfaces error {}", (res));
 | 
					                    LOG.error("createVlanNetworkInterfaces error {}", (res));
 | 
				
			||||||
                    throw new RuntimeException("createVlanNetworkInterfaces " + ((ErrorResult) res).getError() + " "
 | 
					                    throw new RuntimeException("createVlanNetworkInterfaces " + ((ErrorResult) res).getError() + SEPARATOR
 | 
				
			||||||
                            + ((ErrorResult) res).getDetails());
 | 
					                            + ((ErrorResult) res).getDetails());
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
            inetConfigMap = ovsdbGet.getProvisionedWifiInetConfigs(ovsdbClient);
 | 
					            inetConfigMap = ovsdbGet.getProvisionedWifiInetConfigs(ovsdbClient);
 | 
				
			||||||
            LOG.debug("Provisioned vlan on wan {} and lan {}",
 | 
					            LOG.debug("Provisioned vlan on wan {} and lan {}",
 | 
				
			||||||
                    inetConfigMap.get(parentWanInterface.ifName + "_" + Integer.toString(vlanId)),
 | 
					                    inetConfigMap.get(parentWanInterface.ifName + "_" + Integer.toString(vlanId)));
 | 
				
			||||||
                    inetConfigMap.get(parentLanInterface.ifName + "_" + Integer.toString(vlanId)));
 | 
					 | 
				
			||||||
        } catch (OvsdbClientException | TimeoutException | ExecutionException | InterruptedException e) {
 | 
					        } catch (OvsdbClientException | TimeoutException | ExecutionException | InterruptedException e) {
 | 
				
			||||||
            LOG.error("Error in provisioning Vlan", e);
 | 
					            LOG.error("Error in provisioning Vlan", e);
 | 
				
			||||||
            throw new RuntimeException(e);
 | 
					            throw new RuntimeException(e);
 | 
				
			||||||
@@ -316,33 +538,34 @@ public class OvsdbNetworkConfig extends OvsdbDaoBase {
 | 
				
			|||||||
            Collection<WifiInetConfigInfo> provisionedWifiInetConfigs = ovsdbGet
 | 
					            Collection<WifiInetConfigInfo> provisionedWifiInetConfigs = ovsdbGet
 | 
				
			||||||
                    .getProvisionedWifiInetConfigs(ovsdbClient).values();
 | 
					                    .getProvisionedWifiInetConfigs(ovsdbClient).values();
 | 
				
			||||||
            List<Operation> operations = new ArrayList<>();
 | 
					            List<Operation> operations = new ArrayList<>();
 | 
				
			||||||
            List<Condition> conditions = new ArrayList<>();
 | 
					 | 
				
			||||||
            for (WifiInetConfigInfo wifiInetConfigInfo : provisionedWifiInetConfigs) {
 | 
					            for (WifiInetConfigInfo wifiInetConfigInfo : provisionedWifiInetConfigs) {
 | 
				
			||||||
                if (wifiInetConfigInfo.vlanId > 1 || wifiInetConfigInfo.ifType.equals("vif")
 | 
					                if (wifiInetConfigInfo.vlanId > 1
 | 
				
			||||||
                        || wifiInetConfigInfo.ifName.startsWith("gre") || wifiInetConfigInfo.ifType.equals("gre")) {
 | 
					                        || wifiInetConfigInfo.ifType.equals("vif")
 | 
				
			||||||
                    conditions = new ArrayList<>();
 | 
					                        || wifiInetConfigInfo.ifName.startsWith("gre") || wifiInetConfigInfo.ifType.equals("gre")
 | 
				
			||||||
 | 
					                        || VLAN_IF_TYPE.equalsIgnoreCase(wifiInetConfigInfo.ifType) // Remove any existing vlan/vlan_trunk tagging
 | 
				
			||||||
 | 
					                        || VLAN_TRUNK_IF_TYPE.equalsIgnoreCase(wifiInetConfigInfo.ifType) ) {
 | 
				
			||||||
 | 
					                    List<Condition> conditions = new ArrayList<>();
 | 
				
			||||||
                    conditions.add(new Condition("if_name", Function.EQUALS, new Atom<>(wifiInetConfigInfo.ifName)));
 | 
					                    conditions.add(new Condition("if_name", Function.EQUALS, new Atom<>(wifiInetConfigInfo.ifName)));
 | 
				
			||||||
                    operations.add(new Delete(wifiInetConfigDbTable, conditions));
 | 
					                    operations.add(new Delete(wifiInetConfigDbTable, conditions));
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
            CompletableFuture<OperationResult[]> fResult = ovsdbClient.transact(ovsdbName, operations);
 | 
					            CompletableFuture<OperationResult[]> fResult = ovsdbClient.transact(ovsdbName, operations);
 | 
				
			||||||
            OperationResult[] result = fResult.get(ovsdbTimeoutSec, TimeUnit.SECONDS);
 | 
					            OperationResult[] result = fResult.get(ovsdbTimeoutSec, TimeUnit.SECONDS);
 | 
				
			||||||
            LOG.info("Removed all existing vif, vlan, and gre interface configs from {}:", wifiInetConfigDbTable);
 | 
					            LOG.info("Removed all existing vif, vlan, vlan_trunk and gre interface configs from {}:", wifiInetConfigDbTable);
 | 
				
			||||||
            for (OperationResult res : result) {
 | 
					            for (OperationResult res : result) {
 | 
				
			||||||
                LOG.info("Op Result {}", res);
 | 
					                LOG.info("Op Result {}", res);
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
            provisionedWifiInetConfigs = ovsdbGet.getProvisionedWifiInetConfigs(ovsdbClient).values();
 | 
					            provisionedWifiInetConfigs = ovsdbGet.getProvisionedWifiInetConfigs(ovsdbClient).values();
 | 
				
			||||||
            for (WifiInetConfigInfo inetConfigInfo : provisionedWifiInetConfigs) {
 | 
					            for (WifiInetConfigInfo inetConfigInfo : provisionedWifiInetConfigs) {
 | 
				
			||||||
                if (inetConfigInfo.ifType.equals("vif") || inetConfigInfo.ifType.equals("gre")) {
 | 
					                if (inetConfigInfo.ifType.equals("vif") || inetConfigInfo.ifType.equals("gre") ||
 | 
				
			||||||
 | 
					                        VLAN_IF_TYPE.equals(inetConfigInfo.ifType) || VLAN_TRUNK_IF_TYPE.equals(inetConfigInfo.ifType)) {
 | 
				
			||||||
                    throw new RuntimeException(
 | 
					                    throw new RuntimeException(
 | 
				
			||||||
                            "Failed to remove all vif and gre interface configurations from Wifi_Inet_Config dbTable, still has "
 | 
					                            "Failed to remove all vif, gre, vlan interface configurations from Wifi_Inet_Config dbTable, still has "
 | 
				
			||||||
                                    + provisionedWifiInetConfigs.stream().filter(new Predicate<WifiInetConfigInfo>() {
 | 
					                                    + provisionedWifiInetConfigs.stream().filter(new Predicate<WifiInetConfigInfo>() {
 | 
				
			||||||
                                        @Override
 | 
					                                        @Override
 | 
				
			||||||
                                        public boolean test(WifiInetConfigInfo t) {
 | 
					                                        public boolean test(WifiInetConfigInfo t) {
 | 
				
			||||||
                                            if ((t.ifType.equals("vif")) || (t.ifType.equals("gre"))) {
 | 
					                                            return (t.ifType.equals("vif")) || (t.ifType.equals("gre")) ||
 | 
				
			||||||
                                                return true;
 | 
					                                                  VLAN_IF_TYPE.equals(t.ifType) || VLAN_TRUNK_IF_TYPE.equals(t.ifType);
 | 
				
			||||||
                                            }
 | 
					 | 
				
			||||||
                                            return false;
 | 
					 | 
				
			||||||
                                        }
 | 
					                                        }
 | 
				
			||||||
                                    }).collect(Collectors.toList()));
 | 
					                                    }).collect(Collectors.toList()));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -353,4 +576,56 @@ public class OvsdbNetworkConfig extends OvsdbDaoBase {
 | 
				
			|||||||
            throw new RuntimeException(e);
 | 
					            throw new RuntimeException(e);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
 | 
						// Reset all LAN ports from WAN back to LAN (NAT mode)
 | 
				
			||||||
 | 
						void resetWiredPorts(OvsdbClient ovsdbClient, OpensyncAPConfig opensyncApConfig) {
 | 
				
			||||||
 | 
							LOG.debug("Calling resetWiredPorts");
 | 
				
			||||||
 | 
							// e.g. eth1
 | 
				
			||||||
 | 
							Map<String, List<WiredPortStatus>> interfacePortStatusMap = getInterfacePortStatus(
 | 
				
			||||||
 | 
									opensyncApConfig.getCustomerEquipment().getCustomerId(),
 | 
				
			||||||
 | 
									opensyncApConfig.getCustomerEquipment().getId());
 | 
				
			||||||
 | 
							if (interfacePortStatusMap == null) {
 | 
				
			||||||
 | 
								LOG.info("No InterfacePort(EthernetPort) Status. Exiting");
 | 
				
			||||||
 | 
								return;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							List<WiredPortStatus> wanPortStatusList = interfacePortStatusMap.get(WAN_IF_NAME);
 | 
				
			||||||
 | 
							if (wanPortStatusList == null) {
 | 
				
			||||||
 | 
								LOG.info("No wan interface status available. Exiting");
 | 
				
			||||||
 | 
								return;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							WiredPortStatus originalWanPortStatus = wanPortStatusList.stream()
 | 
				
			||||||
 | 
									.filter(wan -> WAN_IF_NAME.equals(wan.getOriginalIfName())).findFirst().orElse(null);
 | 
				
			||||||
 | 
							if (originalWanPortStatus == null) {
 | 
				
			||||||
 | 
								LOG.info("No original wan port available. Exiting");
 | 
				
			||||||
 | 
								return;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							String wanEthName = originalWanPortStatus.getName();
 | 
				
			||||||
 | 
							Set<String> lanEthNames = new HashSet<>();
 | 
				
			||||||
 | 
							for (WiredPortStatus wanPortStatus : wanPortStatusList) {
 | 
				
			||||||
 | 
								if (wanPortStatus.getOriginalIfName().contains(LAN_IF_NAME)) {
 | 
				
			||||||
 | 
									lanEthNames.add(wanPortStatus.getName());
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							if (!lanEthNames.isEmpty()) {
 | 
				
			||||||
 | 
					            Set<String> wanEthNameSet = new HashSet<String>();
 | 
				
			||||||
 | 
					            wanEthNameSet.add(wanEthName);
 | 
				
			||||||
 | 
					            changeWanToLan(ovsdbClient, lanEthNames, wanEthNameSet, wanEthName);
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						private Map<String, List<WiredPortStatus>> getInterfacePortStatus(int customerId, long equipmentId) {
 | 
				
			||||||
 | 
							Map<String, List<WiredPortStatus>> interfacePortStatus = null;
 | 
				
			||||||
 | 
							// Getting the status from the current AP
 | 
				
			||||||
 | 
							Status existingPortStatus = statusServiceInterface.getOrNull(customerId, equipmentId,
 | 
				
			||||||
 | 
									StatusDataType.WIRED_ETHERNET_PORT);
 | 
				
			||||||
 | 
							if (existingPortStatus != null && existingPortStatus.getDetails() instanceof WiredEthernetPortStatusData) {
 | 
				
			||||||
 | 
								interfacePortStatus = ((WiredEthernetPortStatusData) existingPortStatus.getDetails())
 | 
				
			||||||
 | 
										.getInterfacePortStatusMap();
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							if (interfacePortStatus == null || interfacePortStatus.isEmpty()) {
 | 
				
			||||||
 | 
								LOG.info("No ethernetPortStatus found for customer {}, equipment {}", customerId, equipmentId);
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							return interfacePortStatus;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -120,51 +120,98 @@ public class OvsdbNodeConfig extends OvsdbDaoBase {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public String processBlinkRequest(OvsdbClient ovsdbClient, String apId, boolean blinkAllLEDs) {
 | 
						public void processLedControlEnabled(OvsdbClient ovsdbClient, OpensyncAPConfig opensyncAPConfig) {
 | 
				
			||||||
 | 
							try {
 | 
				
			||||||
 | 
								Map<String, Value> columns = new HashMap<>();
 | 
				
			||||||
 | 
								ApNetworkConfiguration apNetworkConfig = (ApNetworkConfiguration) opensyncAPConfig.getApProfile()
 | 
				
			||||||
 | 
										.getDetails();
 | 
				
			||||||
 | 
								if (apNetworkConfig.isLedControlEnabled() == null) {
 | 
				
			||||||
 | 
									LOG.info("Cannot configure isLedControlEnabled to null value. {}", apNetworkConfig);
 | 
				
			||||||
 | 
									return;
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
								if (apNetworkConfig.isLedControlEnabled()) {
 | 
				
			||||||
 | 
									columns.put("module", new Atom<>("led"));
 | 
				
			||||||
 | 
									columns.put("key", new Atom<>("led_state"));
 | 
				
			||||||
 | 
									columns.put("value", new Atom<>("on"));
 | 
				
			||||||
 | 
								} else {
 | 
				
			||||||
 | 
									columns.put("module", new Atom<>("led"));
 | 
				
			||||||
 | 
									columns.put("key", new Atom<>("led_state"));
 | 
				
			||||||
 | 
									columns.put("value", new Atom<>("off"));
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        String ret = null;
 | 
								List<Operation> operations = new ArrayList<>();
 | 
				
			||||||
        try {
 | 
								operations.add(new Update(nodeConfigTable,
 | 
				
			||||||
 | 
										List.of(new Condition("module", Function.EQUALS, new Atom<>("led"))), new Row(columns)));
 | 
				
			||||||
 | 
								CompletableFuture<OperationResult[]> fResult = ovsdbClient.transact(ovsdbName, operations);
 | 
				
			||||||
 | 
								OperationResult[] result = fResult.get(ovsdbTimeoutSec, TimeUnit.SECONDS);
 | 
				
			||||||
 | 
								long numUpdates = 0;
 | 
				
			||||||
 | 
								for (OperationResult res : result) {
 | 
				
			||||||
 | 
									if (res instanceof UpdateResult) {
 | 
				
			||||||
 | 
										numUpdates += ((UpdateResult) res).getCount();
 | 
				
			||||||
 | 
										LOG.debug("processLedControlEnabled update result {}", res);
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
								if (numUpdates == 0) {
 | 
				
			||||||
 | 
									// no records existed, insert the row instead
 | 
				
			||||||
 | 
									operations.clear();
 | 
				
			||||||
 | 
									operations.add(new Insert(nodeConfigTable, new Row(columns)));
 | 
				
			||||||
 | 
									fResult = ovsdbClient.transact(ovsdbName, operations);
 | 
				
			||||||
 | 
									result = fResult.get(ovsdbTimeoutSec, TimeUnit.SECONDS);
 | 
				
			||||||
 | 
									for (OperationResult res : result) {
 | 
				
			||||||
 | 
										if (res instanceof InsertResult) {
 | 
				
			||||||
 | 
											LOG.debug("processLedControlEnabled insert result {}", res);
 | 
				
			||||||
 | 
										}
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							} catch (OvsdbClientException | InterruptedException | ExecutionException | TimeoutException e) {
 | 
				
			||||||
 | 
								throw new RuntimeException(e);
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            LOG.debug("processBlinkRequest set BlinkLEDs to {}", blinkAllLEDs);
 | 
						public String processBlinkRequest(OvsdbClient ovsdbClient, String apId, boolean blinkAllLEDs) {
 | 
				
			||||||
            Map<String, Value> columns = new HashMap<>();
 | 
					 | 
				
			||||||
            if (blinkAllLEDs) {
 | 
					 | 
				
			||||||
                columns.put("module", new Atom<>("led"));
 | 
					 | 
				
			||||||
                columns.put("key", new Atom<>("led_blink"));
 | 
					 | 
				
			||||||
                columns.put("value", new Atom<>("on"));
 | 
					 | 
				
			||||||
            } else {
 | 
					 | 
				
			||||||
                columns.put("module", new Atom<>("led"));
 | 
					 | 
				
			||||||
                columns.put("key", new Atom<>("led_off"));
 | 
					 | 
				
			||||||
                columns.put("value", new Atom<>("off"));
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
            List<Operation> operations = new ArrayList<>();
 | 
					 | 
				
			||||||
            operations.add(new Update(nodeConfigTable, List.of(new Condition("module", Function.EQUALS, new Atom<>("led"))), new Row(columns)));
 | 
					 | 
				
			||||||
            CompletableFuture<OperationResult[]> fResult = ovsdbClient.transact(ovsdbName, operations);
 | 
					 | 
				
			||||||
            OperationResult[] result = fResult.get(ovsdbTimeoutSec, TimeUnit.SECONDS);
 | 
					 | 
				
			||||||
            long numUpdates = 0;
 | 
					 | 
				
			||||||
            for (OperationResult res : result) {
 | 
					 | 
				
			||||||
                if (res instanceof UpdateResult) {
 | 
					 | 
				
			||||||
                    numUpdates += ((UpdateResult) res).getCount();
 | 
					 | 
				
			||||||
                    LOG.debug("processBlinkRequest update result {}", res);
 | 
					 | 
				
			||||||
                    ret = "processBlinkRequest update result " + res;
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
            if (numUpdates == 0) {
 | 
					 | 
				
			||||||
                // no records existed, insert the row instead
 | 
					 | 
				
			||||||
                operations.clear();
 | 
					 | 
				
			||||||
                operations.add(new Insert(nodeConfigTable, new Row(columns)));
 | 
					 | 
				
			||||||
                fResult = ovsdbClient.transact(ovsdbName, operations);
 | 
					 | 
				
			||||||
                result = fResult.get(ovsdbTimeoutSec, TimeUnit.SECONDS);
 | 
					 | 
				
			||||||
                for (OperationResult res : result) {
 | 
					 | 
				
			||||||
                    if (res instanceof InsertResult) {
 | 
					 | 
				
			||||||
                        LOG.debug("processBlinkRequest insert result {}", res);
 | 
					 | 
				
			||||||
                        ret = "processBlinkRequest insert result " + res;
 | 
					 | 
				
			||||||
                    }
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
            return ret;
 | 
							String ret = null;
 | 
				
			||||||
        } catch (OvsdbClientException | InterruptedException | ExecutionException | TimeoutException e) {
 | 
							try {
 | 
				
			||||||
            throw new RuntimeException(e);
 | 
					
 | 
				
			||||||
        }
 | 
								LOG.debug("processLEDRequest set LEDs status to {}", blinkAllLEDs ? "led_blink" : "led_state");
 | 
				
			||||||
    }
 | 
								Map<String, Value> columns = new HashMap<>();
 | 
				
			||||||
 | 
								if (blinkAllLEDs) {
 | 
				
			||||||
 | 
									columns.put("module", new Atom<>("led"));
 | 
				
			||||||
 | 
									columns.put("key", new Atom<>("led_blink"));
 | 
				
			||||||
 | 
								} else {
 | 
				
			||||||
 | 
									columns.put("module", new Atom<>("led"));
 | 
				
			||||||
 | 
									columns.put("key", new Atom<>("led_state"));
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
								List<Operation> operations = new ArrayList<>();
 | 
				
			||||||
 | 
								operations.add(new Update(nodeConfigTable,
 | 
				
			||||||
 | 
										List.of(new Condition("module", Function.EQUALS, new Atom<>("led"))), new Row(columns)));
 | 
				
			||||||
 | 
								CompletableFuture<OperationResult[]> fResult = ovsdbClient.transact(ovsdbName, operations);
 | 
				
			||||||
 | 
								OperationResult[] result = fResult.get(ovsdbTimeoutSec, TimeUnit.SECONDS);
 | 
				
			||||||
 | 
								long numUpdates = 0;
 | 
				
			||||||
 | 
								for (OperationResult res : result) {
 | 
				
			||||||
 | 
									if (res instanceof UpdateResult) {
 | 
				
			||||||
 | 
										numUpdates += ((UpdateResult) res).getCount();
 | 
				
			||||||
 | 
										LOG.debug("processBlinkRequest update result {}", res);
 | 
				
			||||||
 | 
										ret = "processBlinkRequest update result " + res;
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
								if (numUpdates == 0) {
 | 
				
			||||||
 | 
									// no records existed, insert the row instead
 | 
				
			||||||
 | 
									operations.clear();
 | 
				
			||||||
 | 
									operations.add(new Insert(nodeConfigTable, new Row(columns)));
 | 
				
			||||||
 | 
									fResult = ovsdbClient.transact(ovsdbName, operations);
 | 
				
			||||||
 | 
									result = fResult.get(ovsdbTimeoutSec, TimeUnit.SECONDS);
 | 
				
			||||||
 | 
									for (OperationResult res : result) {
 | 
				
			||||||
 | 
										if (res instanceof InsertResult) {
 | 
				
			||||||
 | 
											LOG.debug("processBlinkRequest insert result {}", res);
 | 
				
			||||||
 | 
											ret = "processBlinkRequest insert result " + res;
 | 
				
			||||||
 | 
										}
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
								return ret;
 | 
				
			||||||
 | 
							} catch (OvsdbClientException | InterruptedException | ExecutionException | TimeoutException e) {
 | 
				
			||||||
 | 
								throw new RuntimeException(e);
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -352,7 +352,7 @@ public class OvsdbStatsConfig extends OvsdbDaoBase {
 | 
				
			|||||||
                    rowColumns.put("stats_type", new Atom<>("survey"));
 | 
					                    rowColumns.put("stats_type", new Atom<>("survey"));
 | 
				
			||||||
                    rowColumns.put("survey_type", new Atom<>("off-chan"));
 | 
					                    rowColumns.put("survey_type", new Atom<>("off-chan"));
 | 
				
			||||||
                    rowColumns.put("sampling_interval", new Atom<>(10));
 | 
					                    rowColumns.put("sampling_interval", new Atom<>(10));
 | 
				
			||||||
                    rowColumns.put("survey_interval_ms", new Atom<>(50));
 | 
					                    rowColumns.put("survey_interval_ms", new Atom<>(120));
 | 
				
			||||||
                    rowColumns.put("threshold", thresholds);
 | 
					                    rowColumns.put("threshold", thresholds);
 | 
				
			||||||
                    Row updateRow = new Row(rowColumns);
 | 
					                    Row updateRow = new Row(rowColumns);
 | 
				
			||||||
                    operations.add(new Insert(wifiStatsConfigDbTable, updateRow));
 | 
					                    operations.add(new Insert(wifiStatsConfigDbTable, updateRow));
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -34,11 +34,9 @@ import org.springframework.context.annotation.Import;
 | 
				
			|||||||
import org.springframework.test.context.ActiveProfiles;
 | 
					import org.springframework.test.context.ActiveProfiles;
 | 
				
			||||||
import org.springframework.test.context.junit4.SpringRunner;
 | 
					import org.springframework.test.context.junit4.SpringRunner;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import com.google.common.collect.ImmutableList;
 | 
					import com.telecominfraproject.wlan.cloudeventdispatcher.CloudEventDispatcherEmpty;
 | 
				
			||||||
import com.google.common.collect.ImmutableMap;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.core.model.equipment.RadioType;
 | 
					import com.telecominfraproject.wlan.core.model.equipment.RadioType;
 | 
				
			||||||
import com.telecominfraproject.wlan.location.models.Location;
 | 
					import com.telecominfraproject.wlan.location.models.Location;
 | 
				
			||||||
import com.telecominfraproject.wlan.opensync.external.integration.models.ConnectNodeInfo;
 | 
					 | 
				
			||||||
import com.telecominfraproject.wlan.opensync.external.integration.models.OpensyncAPConfig;
 | 
					import com.telecominfraproject.wlan.opensync.external.integration.models.OpensyncAPConfig;
 | 
				
			||||||
import com.telecominfraproject.wlan.opensync.external.integration.models.OpensyncAPHotspot20Config;
 | 
					import com.telecominfraproject.wlan.opensync.external.integration.models.OpensyncAPHotspot20Config;
 | 
				
			||||||
import com.telecominfraproject.wlan.profile.models.Profile;
 | 
					import com.telecominfraproject.wlan.profile.models.Profile;
 | 
				
			||||||
@@ -46,11 +44,12 @@ import com.telecominfraproject.wlan.profile.models.ProfileType;
 | 
				
			|||||||
import com.telecominfraproject.wlan.profile.network.models.ApNetworkConfiguration;
 | 
					import com.telecominfraproject.wlan.profile.network.models.ApNetworkConfiguration;
 | 
				
			||||||
import com.telecominfraproject.wlan.profile.network.models.GreTunnelConfiguration;
 | 
					import com.telecominfraproject.wlan.profile.network.models.GreTunnelConfiguration;
 | 
				
			||||||
import com.telecominfraproject.wlan.profile.ssid.models.SsidConfiguration;
 | 
					import com.telecominfraproject.wlan.profile.ssid.models.SsidConfiguration;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.status.StatusServiceLocal;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.status.controller.StatusController;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.status.datastore.inmemory.StatusDatastoreInMemory;
 | 
				
			||||||
import com.vmware.ovsdb.exception.OvsdbClientException;
 | 
					import com.vmware.ovsdb.exception.OvsdbClientException;
 | 
				
			||||||
import com.vmware.ovsdb.protocol.operation.notation.Atom;
 | 
					 | 
				
			||||||
import com.vmware.ovsdb.protocol.operation.notation.Row;
 | 
					import com.vmware.ovsdb.protocol.operation.notation.Row;
 | 
				
			||||||
import com.vmware.ovsdb.protocol.operation.notation.Uuid;
 | 
					import com.vmware.ovsdb.protocol.operation.notation.Uuid;
 | 
				
			||||||
import com.vmware.ovsdb.protocol.operation.notation.Value;
 | 
					 | 
				
			||||||
import com.vmware.ovsdb.protocol.operation.result.ErrorResult;
 | 
					import com.vmware.ovsdb.protocol.operation.result.ErrorResult;
 | 
				
			||||||
import com.vmware.ovsdb.protocol.operation.result.InsertResult;
 | 
					import com.vmware.ovsdb.protocol.operation.result.InsertResult;
 | 
				
			||||||
import com.vmware.ovsdb.protocol.operation.result.OperationResult;
 | 
					import com.vmware.ovsdb.protocol.operation.result.OperationResult;
 | 
				
			||||||
@@ -68,8 +67,8 @@ import com.vmware.ovsdb.service.OvsdbClient;
 | 
				
			|||||||
@Import(
 | 
					@Import(
 | 
				
			||||||
        value = {OvsdbDao.class, OvsdbDaoTest.Config.class, OvsdbNode.class, OvsdbRadioConfig.class, OvsdbHotspotConfig.class, OvsdbCommandConfig.class,
 | 
					        value = {OvsdbDao.class, OvsdbDaoTest.Config.class, OvsdbNode.class, OvsdbRadioConfig.class, OvsdbHotspotConfig.class, OvsdbCommandConfig.class,
 | 
				
			||||||
                OvsdbMonitor.class, OvsdbFirmwareConfig.class, OvsdbStatsConfig.class, OvsdbSsidConfig.class, OvsdbRrmConfig.class, OvsdbNetworkConfig.class,
 | 
					                OvsdbMonitor.class, OvsdbFirmwareConfig.class, OvsdbStatsConfig.class, OvsdbSsidConfig.class, OvsdbRrmConfig.class, OvsdbNetworkConfig.class,
 | 
				
			||||||
                OvsdbNodeConfig.class, OvsdbRadiusProxyConfig.class
 | 
					                OvsdbNodeConfig.class, OvsdbRadiusProxyConfig.class, StatusServiceLocal.class, StatusController.class,
 | 
				
			||||||
 | 
					                CloudEventDispatcherEmpty.class, StatusDatastoreInMemory.class
 | 
				
			||||||
        })
 | 
					        })
 | 
				
			||||||
public class OvsdbDaoTest {
 | 
					public class OvsdbDaoTest {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -0,0 +1,245 @@
 | 
				
			|||||||
 | 
					package com.telecominfraproject.wlan.opensync.ovsdb.dao;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.equipment.models.Equipment;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.opensync.external.integration.models.OpensyncAPConfig;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.profile.ethernetport.models.WiredEthernetPortConfiguration;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.profile.ethernetport.models.WiredPort;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.profile.models.Profile;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.profile.models.ProfileType;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.status.StatusServiceInterface;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.status.equipment.report.models.WiredEthernetPortStatusData;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.status.equipment.report.models.WiredPortStatus;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.status.models.Status;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.status.models.StatusDataType;
 | 
				
			||||||
 | 
					import com.vmware.ovsdb.exception.OvsdbClientException;
 | 
				
			||||||
 | 
					import com.vmware.ovsdb.protocol.operation.result.OperationResult;
 | 
				
			||||||
 | 
					import com.vmware.ovsdb.protocol.operation.result.UpdateResult;
 | 
				
			||||||
 | 
					import com.vmware.ovsdb.service.OvsdbClient;
 | 
				
			||||||
 | 
					import org.junit.After;
 | 
				
			||||||
 | 
					import org.junit.Before;
 | 
				
			||||||
 | 
					import org.junit.Test;
 | 
				
			||||||
 | 
					import org.junit.runner.RunWith;
 | 
				
			||||||
 | 
					import org.mockito.Answers;
 | 
				
			||||||
 | 
					import org.mockito.Mock;
 | 
				
			||||||
 | 
					import org.mockito.Mockito;
 | 
				
			||||||
 | 
					import org.mockito.MockitoSession;
 | 
				
			||||||
 | 
					import org.mockito.quality.Strictness;
 | 
				
			||||||
 | 
					import org.springframework.beans.factory.annotation.Autowired;
 | 
				
			||||||
 | 
					import org.springframework.boot.test.context.SpringBootTest;
 | 
				
			||||||
 | 
					import org.springframework.boot.test.mock.mockito.MockBean;
 | 
				
			||||||
 | 
					import org.springframework.context.annotation.Import;
 | 
				
			||||||
 | 
					import org.springframework.test.context.ActiveProfiles;
 | 
				
			||||||
 | 
					import org.springframework.test.context.junit4.SpringRunner;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import java.util.List;
 | 
				
			||||||
 | 
					import java.util.Map;
 | 
				
			||||||
 | 
					import java.util.Set;
 | 
				
			||||||
 | 
					import java.util.concurrent.CompletableFuture;
 | 
				
			||||||
 | 
					import java.util.concurrent.ExecutionException;
 | 
				
			||||||
 | 
					import java.util.concurrent.TimeUnit;
 | 
				
			||||||
 | 
					import java.util.concurrent.TimeoutException;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import static org.mockito.Mockito.times;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * @author rsharma
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@RunWith(SpringRunner.class)
 | 
				
			||||||
 | 
					@ActiveProfiles(profiles = { "integration_test", })
 | 
				
			||||||
 | 
					@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.NONE, classes = OvsdbNetworkConfigTest.class)
 | 
				
			||||||
 | 
					@Import(value = { OvsdbNetworkConfig.class
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					})
 | 
				
			||||||
 | 
					public class OvsdbNetworkConfigTest {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    @Mock(answer = Answers.RETURNS_MOCKS)
 | 
				
			||||||
 | 
					    OvsdbClient ovsdbClient;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    @Autowired
 | 
				
			||||||
 | 
					    OvsdbNetworkConfig ovsdbNetworkConfig;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    @MockBean(answer = Answers.RETURNS_MOCKS)
 | 
				
			||||||
 | 
					    StatusServiceInterface statusServiceInterface;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    @MockBean(answer = Answers.RETURNS_MOCKS)
 | 
				
			||||||
 | 
					    OvsdbGet ovsdbGet;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    @Mock(answer = Answers.RETURNS_MOCKS)
 | 
				
			||||||
 | 
					    CompletableFuture<OperationResult[]> futureResult;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    private MockitoSession mockito;
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
 | 
					    private static final String LAN_IF_NAME = "lan";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    @Before
 | 
				
			||||||
 | 
					    public void setUp() throws Exception {
 | 
				
			||||||
 | 
					        mockito = Mockito.mockitoSession().initMocks(this).strictness(Strictness.WARN).startMocking();
 | 
				
			||||||
 | 
					        Mockito.when(ovsdbClient.transact(Mockito.eq(OvsdbDao.ovsdbName), Mockito.anyList())).thenReturn(futureResult);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    @After
 | 
				
			||||||
 | 
					    public void tearDown() throws Exception {
 | 
				
			||||||
 | 
					        mockito.finishMocking();
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // Eth0 port is in LAN mode and we need it to convert to eth0_trunk
 | 
				
			||||||
 | 
					    @Test
 | 
				
			||||||
 | 
					    public void testConfigureEthernetPorts_BridgeTrunkMode() throws ExecutionException, InterruptedException, TimeoutException, OvsdbClientException {
 | 
				
			||||||
 | 
					        OperationResult[] updateResult = new OperationResult[] { new UpdateResult(1) };
 | 
				
			||||||
 | 
					        Mockito.when(futureResult.get(ovsdbNetworkConfig.ovsdbTimeoutSec, TimeUnit.SECONDS))
 | 
				
			||||||
 | 
					                .thenReturn(updateResult);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        ovsdbNetworkConfig.configureEthernetPorts(ovsdbClient, createOpensyncApConfig(true, "bridge"));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        Mockito.verify(ovsdbClient, times(2)).transact(Mockito.eq(OvsdbDao.ovsdbName), Mockito.anyList());
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // Other tests that are useful to consider -- NOT anymore with GW deleting existing interfaces
 | 
				
			||||||
 | 
					    // Case when ETH port is in eth0_trunk mode and no changes are required
 | 
				
			||||||
 | 
					    // Case when ETH port is already in eth0_vlan100 and no changes are required
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // Case when ETH port is in LAN mode and we convert it into BRIDGE + VlanId
 | 
				
			||||||
 | 
					    @Test
 | 
				
			||||||
 | 
					    public void testConfigureEthernetPorts_BridgeAccessMode() throws ExecutionException, InterruptedException, TimeoutException, OvsdbClientException {
 | 
				
			||||||
 | 
					        OperationResult[] updateResult = new OperationResult[] { new UpdateResult(1) };
 | 
				
			||||||
 | 
					        Mockito.when(futureResult.get(ovsdbNetworkConfig.ovsdbTimeoutSec, TimeUnit.SECONDS))
 | 
				
			||||||
 | 
					                .thenReturn(updateResult);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        ovsdbNetworkConfig.configureEthernetPorts(ovsdbClient, createOpensyncApConfig(false, "bridge"));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        Mockito.verify(ovsdbClient, times(2)).transact(Mockito.eq(OvsdbDao.ovsdbName), Mockito.anyList());
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // Case when ETH port is in BRIDGE + VlanId and we convert it into NAT (LAN)
 | 
				
			||||||
 | 
					    @Test
 | 
				
			||||||
 | 
					    public void testConfigureEthernetPorts_BridgeAccessToNATConversion() throws ExecutionException, InterruptedException, TimeoutException, OvsdbClientException {
 | 
				
			||||||
 | 
					        OperationResult[] updateResult = new OperationResult[] { new UpdateResult(1) };
 | 
				
			||||||
 | 
					        Mockito.when(futureResult.get(ovsdbNetworkConfig.ovsdbTimeoutSec, TimeUnit.SECONDS))
 | 
				
			||||||
 | 
					                .thenReturn(updateResult);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        ovsdbNetworkConfig.configureEthernetPorts(ovsdbClient, createOpensyncApConfig(false, "NAT"));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        Mockito.verify(ovsdbClient, times(1)).transact(Mockito.eq(OvsdbDao.ovsdbName), Mockito.anyList());
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						// Case when ETH port is in BRIDGE + Trunk and Profile is removed so we convert
 | 
				
			||||||
 | 
						// it in NAT (LAN)
 | 
				
			||||||
 | 
						@Test
 | 
				
			||||||
 | 
						public void testResetWiredPorts_BridgeTrunkToNAT()
 | 
				
			||||||
 | 
								throws ExecutionException, InterruptedException, TimeoutException, OvsdbClientException {
 | 
				
			||||||
 | 
							// at the beginning LAN's currentIfName is wan
 | 
				
			||||||
 | 
							Mockito.when(statusServiceInterface.getOrNull(Mockito.anyInt(), Mockito.anyLong(),
 | 
				
			||||||
 | 
									Mockito.any(StatusDataType.class))).thenReturn(createWiredEthernetPortStatus("wan"));
 | 
				
			||||||
 | 
							OperationResult[] updateResult = new OperationResult[] { new UpdateResult(1) };
 | 
				
			||||||
 | 
							Mockito.when(futureResult.get(ovsdbNetworkConfig.ovsdbTimeoutSec, TimeUnit.SECONDS)).thenReturn(updateResult);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							ovsdbNetworkConfig.resetWiredPorts(ovsdbClient, createOpensyncApConfig(true, "bridge"));
 | 
				
			||||||
 | 
							// transact() execute 1 time as we move LAN from wan interface back to lan
 | 
				
			||||||
 | 
							// interface
 | 
				
			||||||
 | 
							// (vlan interface will be removed in inetC table directly)
 | 
				
			||||||
 | 
							Mockito.verify(ovsdbClient, times(1)).transact(Mockito.eq(OvsdbDao.ovsdbName), Mockito.anyList());
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						// Case when ETH port is in NAT + Access and Profile is removed we don't do
 | 
				
			||||||
 | 
						// anything
 | 
				
			||||||
 | 
						@Test
 | 
				
			||||||
 | 
						public void testResetWiredPorts_NATToNAT()
 | 
				
			||||||
 | 
								throws ExecutionException, InterruptedException, TimeoutException, OvsdbClientException {
 | 
				
			||||||
 | 
							// at the beginning LAN's currentIfName is wan
 | 
				
			||||||
 | 
							Mockito.when(statusServiceInterface.getOrNull(Mockito.anyInt(), Mockito.anyLong(),
 | 
				
			||||||
 | 
									Mockito.any(StatusDataType.class))).thenReturn(createWiredEthernetPortStatus("lan"));
 | 
				
			||||||
 | 
							OperationResult[] updateResult = new OperationResult[] { new UpdateResult(1) };
 | 
				
			||||||
 | 
							Mockito.when(futureResult.get(ovsdbNetworkConfig.ovsdbTimeoutSec, TimeUnit.SECONDS)).thenReturn(updateResult);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							ovsdbNetworkConfig.resetWiredPorts(ovsdbClient, createOpensyncApConfig(false, "NAT"));
 | 
				
			||||||
 | 
							// Note: Strictness set to WARN in setup() rather than STRICT_STUB as we are
 | 
				
			||||||
 | 
							// adding unnecessary stubbings above to test if any transact() is called.
 | 
				
			||||||
 | 
							Mockito.verify(ovsdbClient, times(0)).transact(Mockito.eq(OvsdbDao.ovsdbName), Mockito.anyList());
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    private OpensyncAPConfig createOpensyncApConfig(boolean isTrunkEnabled, String ifType) {
 | 
				
			||||||
 | 
					        OpensyncAPConfig opensyncApConfig = new OpensyncAPConfig();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        Equipment customerEquip = new Equipment();
 | 
				
			||||||
 | 
					        customerEquip.setCustomerId(1);
 | 
				
			||||||
 | 
					        customerEquip.setId(1L);
 | 
				
			||||||
 | 
					        opensyncApConfig.setCustomerEquipment(customerEquip);
 | 
				
			||||||
 | 
					        opensyncApConfig.setWiredEthernetPortProfile(createWiredEthernetPortProfile(isTrunkEnabled, ifType));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        return opensyncApConfig;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    private Profile createWiredEthernetPortProfile(boolean isTrunkEnabled, String ifType) {
 | 
				
			||||||
 | 
					        WiredPort portLan = createWiredPort("lan", ifType, isTrunkEnabled, 10, List.of(100, 200), "eth0", "ETHERNET");
 | 
				
			||||||
 | 
					        WiredPort portWan = createWiredPort("wan", "bridge", false, 0, null, "eth1", "INTERNET");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        WiredEthernetPortConfiguration details = new WiredEthernetPortConfiguration();
 | 
				
			||||||
 | 
					        details.setEquipmentModel("EA8300");
 | 
				
			||||||
 | 
					        details.setEthPorts(Set.of(portLan, portWan));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        Profile wiredEthernetPortProfile = new Profile();
 | 
				
			||||||
 | 
					        wiredEthernetPortProfile.setCustomerId(1);
 | 
				
			||||||
 | 
					        wiredEthernetPortProfile.setProfileType(ProfileType.wired_ethernet_port);
 | 
				
			||||||
 | 
					        wiredEthernetPortProfile.setId(10L);
 | 
				
			||||||
 | 
					        wiredEthernetPortProfile.setName("WiredProfileForTest");
 | 
				
			||||||
 | 
					        wiredEthernetPortProfile.setCreatedTimestamp(1634060798000L);
 | 
				
			||||||
 | 
					        wiredEthernetPortProfile.setLastModifiedTimestamp(1634060798000L);
 | 
				
			||||||
 | 
					        wiredEthernetPortProfile.setDetails(details);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        return wiredEthernetPortProfile;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    private WiredPort createWiredPort(String ifName, String ifType, boolean isTrunkEnabled, int vlanId, List<Integer> allowedVlans,
 | 
				
			||||||
 | 
					                                      String name, String displayName) {
 | 
				
			||||||
 | 
					        WiredPort wiredPort = new WiredPort();
 | 
				
			||||||
 | 
					        wiredPort.setIfName(ifName);
 | 
				
			||||||
 | 
					        wiredPort.setIfType(ifType);
 | 
				
			||||||
 | 
					        wiredPort.setTrunkEnabled(isTrunkEnabled);
 | 
				
			||||||
 | 
					        wiredPort.setVlanId(vlanId);
 | 
				
			||||||
 | 
					        wiredPort.setAllowedVlanIds(allowedVlans);
 | 
				
			||||||
 | 
					        wiredPort.setName(name);
 | 
				
			||||||
 | 
					        wiredPort.setDisplayName(displayName);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        return wiredPort;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
 | 
					    private Status createWiredEthernetPortStatus(String lanPortIfName) {
 | 
				
			||||||
 | 
					        WiredEthernetPortStatusData statusDetails = new WiredEthernetPortStatusData();
 | 
				
			||||||
 | 
					        if (lanPortIfName.equals(LAN_IF_NAME)) {
 | 
				
			||||||
 | 
					        	WiredPortStatus wiredPortStatusLan = createWiredPortStatus(lanPortIfName, "NAT", false, 0, null, "eth0", "lan", "up");
 | 
				
			||||||
 | 
					        	WiredPortStatus wiredPortStatusWan = createWiredPortStatus("wan", "bridge", true, 0, null, "eth1", "wan", "up");
 | 
				
			||||||
 | 
					            statusDetails.setInterfacePortStatusMap(Map.of("lan", List.of(wiredPortStatusLan), "wan", List.of(wiredPortStatusWan)));
 | 
				
			||||||
 | 
					        } else {
 | 
				
			||||||
 | 
					        	WiredPortStatus wiredPortStatusLan = createWiredPortStatus(lanPortIfName, "bridge", true, 10, List.of(100,200), "eth0", "lan", "up");
 | 
				
			||||||
 | 
					        	WiredPortStatus wiredPortStatusWan = createWiredPortStatus("wan", "bridge", true, 0, null, "eth1", "wan", "up");
 | 
				
			||||||
 | 
					            statusDetails.setInterfacePortStatusMap(Map.of("lan", List.of(), "wan", List.of(wiredPortStatusLan, wiredPortStatusWan)));
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        	
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        Status status = new Status();
 | 
				
			||||||
 | 
					        status.setCustomerId(1);
 | 
				
			||||||
 | 
					        status.setEquipmentId(1L);
 | 
				
			||||||
 | 
					        status.setStatusDataType(StatusDataType.WIRED_ETHERNET_PORT);
 | 
				
			||||||
 | 
					        status.setDetails(statusDetails);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        return status;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
 | 
						private WiredPortStatus createWiredPortStatus(String ifName, String ifType, boolean isTrunkEnabled, int vlanId,
 | 
				
			||||||
 | 
								List<Integer> allowedVlans, String name, String originalIfName, String operationalState) {
 | 
				
			||||||
 | 
							WiredPortStatus status = new WiredPortStatus();
 | 
				
			||||||
 | 
							status.setIfType(ifType);
 | 
				
			||||||
 | 
							status.setCurrentIfName(ifName);
 | 
				
			||||||
 | 
							status.setOriginalIfName(originalIfName);
 | 
				
			||||||
 | 
							status.setName(name);
 | 
				
			||||||
 | 
							status.setAllowedVlanIds(allowedVlans);
 | 
				
			||||||
 | 
							status.setDuplex("full");
 | 
				
			||||||
 | 
							status.setSpeed(1000);
 | 
				
			||||||
 | 
							status.setTrunkEnabled(isTrunkEnabled);
 | 
				
			||||||
 | 
							status.setOperationalState(operationalState);
 | 
				
			||||||
 | 
							status.setVlanId(vlanId);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							return status;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -23,8 +23,12 @@ import org.springframework.context.annotation.Import;
 | 
				
			|||||||
import org.springframework.test.context.ActiveProfiles;
 | 
					import org.springframework.test.context.ActiveProfiles;
 | 
				
			||||||
import org.springframework.test.context.junit4.SpringRunner;
 | 
					import org.springframework.test.context.junit4.SpringRunner;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.cloudeventdispatcher.CloudEventDispatcherEmpty;
 | 
				
			||||||
import com.telecominfraproject.wlan.opensync.external.integration.models.ConnectNodeInfo;
 | 
					import com.telecominfraproject.wlan.opensync.external.integration.models.ConnectNodeInfo;
 | 
				
			||||||
import com.telecominfraproject.wlan.opensync.util.OvsdbToWlanCloudTypeMappingUtility;
 | 
					import com.telecominfraproject.wlan.opensync.util.OvsdbToWlanCloudTypeMappingUtility;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.status.StatusServiceLocal;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.status.controller.StatusController;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.status.datastore.inmemory.StatusDatastoreInMemory;
 | 
				
			||||||
import com.vmware.ovsdb.protocol.operation.result.OperationResult;
 | 
					import com.vmware.ovsdb.protocol.operation.result.OperationResult;
 | 
				
			||||||
import com.vmware.ovsdb.service.OvsdbClient;
 | 
					import com.vmware.ovsdb.service.OvsdbClient;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -36,8 +40,8 @@ import com.vmware.ovsdb.service.OvsdbClient;
 | 
				
			|||||||
@Import(value = { OvsdbDao.class, OvsdbNodeTest.Config.class, OvsdbNode.class, OvsdbRadioConfig.class,
 | 
					@Import(value = { OvsdbDao.class, OvsdbNodeTest.Config.class, OvsdbNode.class, OvsdbRadioConfig.class,
 | 
				
			||||||
        OvsdbHotspotConfig.class, OvsdbCommandConfig.class, OvsdbMonitor.class, OvsdbFirmwareConfig.class,
 | 
					        OvsdbHotspotConfig.class, OvsdbCommandConfig.class, OvsdbMonitor.class, OvsdbFirmwareConfig.class,
 | 
				
			||||||
        OvsdbStatsConfig.class, OvsdbSsidConfig.class, OvsdbRrmConfig.class, OvsdbNetworkConfig.class,
 | 
					        OvsdbStatsConfig.class, OvsdbSsidConfig.class, OvsdbRrmConfig.class, OvsdbNetworkConfig.class,
 | 
				
			||||||
        OvsdbNodeConfig.class,OvsdbRadiusProxyConfig.class
 | 
					        OvsdbNodeConfig.class,OvsdbRadiusProxyConfig.class, StatusServiceLocal.class, StatusController.class,
 | 
				
			||||||
 | 
					        CloudEventDispatcherEmpty.class, StatusDatastoreInMemory.class
 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
public class OvsdbNodeTest {
 | 
					public class OvsdbNodeTest {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -24,12 +24,16 @@ import org.springframework.context.annotation.Import;
 | 
				
			|||||||
import org.springframework.test.context.ActiveProfiles;
 | 
					import org.springframework.test.context.ActiveProfiles;
 | 
				
			||||||
import org.springframework.test.context.junit4.SpringRunner;
 | 
					import org.springframework.test.context.junit4.SpringRunner;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.cloudeventdispatcher.CloudEventDispatcherEmpty;
 | 
				
			||||||
import com.telecominfraproject.wlan.location.models.Location;
 | 
					import com.telecominfraproject.wlan.location.models.Location;
 | 
				
			||||||
import com.telecominfraproject.wlan.opensync.external.integration.models.OpensyncAPConfig;
 | 
					import com.telecominfraproject.wlan.opensync.external.integration.models.OpensyncAPConfig;
 | 
				
			||||||
import com.telecominfraproject.wlan.profile.models.Profile;
 | 
					import com.telecominfraproject.wlan.profile.models.Profile;
 | 
				
			||||||
import com.telecominfraproject.wlan.profile.models.ProfileType;
 | 
					import com.telecominfraproject.wlan.profile.models.ProfileType;
 | 
				
			||||||
import com.telecominfraproject.wlan.profile.radius.models.RadiusProfile;
 | 
					import com.telecominfraproject.wlan.profile.radius.models.RadiusProfile;
 | 
				
			||||||
import com.telecominfraproject.wlan.profile.ssid.models.SsidConfiguration;
 | 
					import com.telecominfraproject.wlan.profile.ssid.models.SsidConfiguration;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.status.StatusServiceLocal;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.status.controller.StatusController;
 | 
				
			||||||
 | 
					import com.telecominfraproject.wlan.status.datastore.inmemory.StatusDatastoreInMemory;
 | 
				
			||||||
import com.vmware.ovsdb.protocol.operation.result.OperationResult;
 | 
					import com.vmware.ovsdb.protocol.operation.result.OperationResult;
 | 
				
			||||||
import com.vmware.ovsdb.service.OvsdbClient;
 | 
					import com.vmware.ovsdb.service.OvsdbClient;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -41,8 +45,8 @@ import com.vmware.ovsdb.service.OvsdbClient;
 | 
				
			|||||||
@Import(value = { OvsdbDao.class, OvsdbSsidConfigTest.Config.class, OvsdbNode.class, OvsdbRadioConfig.class,
 | 
					@Import(value = { OvsdbDao.class, OvsdbSsidConfigTest.Config.class, OvsdbNode.class, OvsdbRadioConfig.class,
 | 
				
			||||||
        OvsdbHotspotConfig.class, OvsdbCommandConfig.class, OvsdbMonitor.class, OvsdbFirmwareConfig.class,
 | 
					        OvsdbHotspotConfig.class, OvsdbCommandConfig.class, OvsdbMonitor.class, OvsdbFirmwareConfig.class,
 | 
				
			||||||
        OvsdbStatsConfig.class, OvsdbSsidConfig.class, OvsdbRrmConfig.class, OvsdbNetworkConfig.class,
 | 
					        OvsdbStatsConfig.class, OvsdbSsidConfig.class, OvsdbRrmConfig.class, OvsdbNetworkConfig.class,
 | 
				
			||||||
        OvsdbNodeConfig.class,OvsdbRadiusProxyConfig.class
 | 
					        OvsdbNodeConfig.class, OvsdbRadiusProxyConfig.class, StatusServiceLocal.class, StatusController.class,
 | 
				
			||||||
 | 
					        CloudEventDispatcherEmpty.class, StatusDatastoreInMemory.class
 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
public class OvsdbSsidConfigTest {
 | 
					public class OvsdbSsidConfigTest {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user