migrate sdnr features to phosphorus
[ccsdk/features.git] / sdnr / northbound / oofpcipoc / consumer / src / main / java / org / onap / ccsdk / features / sdnr / northbound / oofpcipoc / OofpcipocHandleNotif.java
index dd1ca70..b9f5b81 100644 (file)
@@ -144,7 +144,7 @@ public class OofpcipocHandleNotif implements AutoCloseable, OofpcipocListener {
                                LteRanNeighborListInUseLteCellChanged lteRanElement = lteRanEntry.getValue(); 
                                LTENeighborListInUseLTECell lTENeighborListInUseLTECellElement = new LTENeighborListInUseLTECell();
                                lTENeighborListInUseLTECellElement.setAlias(lteRanElement.getCid());
-                               lTENeighborListInUseLTECellElement.setBlacklisted(lteRanElement.isBlacklisted().toString());
+                               lTENeighborListInUseLTECellElement.setBlacklisted(lteRanElement.getBlacklisted().toString());
                                lTENeighborListInUseLTECellElement.setCid(lteRanElement.getCid());
                                lTENeighborListInUseLTECellElement.setEnable(TRUE);
                                lTENeighborListInUseLTECellElement.setMustInclude(TRUE);