mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2025-11-02 11:37:49 +00:00
Spacing fix
This commit is contained in:
@@ -1066,7 +1066,7 @@ public class OpensyncExternalIntegrationCloud implements OpensyncExternalIntegra
|
|||||||
.setEirpTxPower(SourceSelectionValue.createAutomaticInstance(radioState.getTxPower()));
|
.setEirpTxPower(SourceSelectionValue.createAutomaticInstance(radioState.getTxPower()));
|
||||||
} else if (txPowerSource == SourceType.profile) {
|
} else if (txPowerSource == SourceType.profile) {
|
||||||
apElementConfiguration.getRadioMap().get(radioState.getFreqBand())
|
apElementConfiguration.getRadioMap().get(radioState.getFreqBand())
|
||||||
.setEirpTxPower(SourceSelectionValue.createProfileInstance(radioState.getTxPower()));
|
.setEirpTxPower(SourceSelectionValue.createProfileInstance(radioState.getTxPower()));
|
||||||
} else {
|
} else {
|
||||||
apElementConfiguration.getRadioMap().get(radioState.getFreqBand())
|
apElementConfiguration.getRadioMap().get(radioState.getFreqBand())
|
||||||
.setEirpTxPower(SourceSelectionValue.createManualInstance(radioState.getTxPower()));
|
.setEirpTxPower(SourceSelectionValue.createManualInstance(radioState.getTxPower()));
|
||||||
|
|||||||
Reference in New Issue
Block a user