mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2026-01-27 18:22:44 +00:00
WIFI-2096 Add Portal support for cell size management, update comments
This commit is contained in:
@@ -213,7 +213,7 @@ public class OvsdbRrmConfig extends OvsdbDaoBase {
|
||||
return AutoOrManualValue.createManualInstance(equipmentValue);
|
||||
}
|
||||
|
||||
//For cell size related attributes, the “manual" mode will not be supported any more,
|
||||
//For cell size related attributes, the “manual" mode is not supported any more,
|
||||
//user can create a new RF profile with desired values to achieve it
|
||||
int getSourcedValue(boolean autoCellSizeSelection, int profileValue, int equipmentValue) {
|
||||
if (autoCellSizeSelection) {
|
||||
|
||||
Reference in New Issue
Block a user