mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2026-01-10 22:11:28 +00:00
Null check on rfConfig
This commit is contained in:
@@ -4733,7 +4733,10 @@ public class OvsdbDao {
|
||||
} else if (radioType == RadioType.is5GHz) {
|
||||
freqBand = "5G";
|
||||
}
|
||||
|
||||
|
||||
if (rfConfig == null) {
|
||||
continue;
|
||||
}
|
||||
|
||||
ElementRadioConfiguration elementRadioConfig = apElementConfig.getRadioMap().get(radioType);
|
||||
RfElementConfiguration rfElementConfig = rfConfig.getRfConfig(radioType);
|
||||
|
||||
Reference in New Issue
Block a user