OOF API changes to add fixed and special treatments
[optf/osdf.git] / apps / pci / models / api / pciOptimizationRequest.py
index 02b67a2..2aa22f1 100644 (file)
@@ -45,6 +45,8 @@ class CellInfo(OSDFModel):
     networkId = StringType(required=True)
     cellIdList = ListType(StringType(required=True))
     anrInputList = ListType(ModelType(ANRInfo))
+    fixedPCICells = ListType(StringType())
+    priorityTreatmentCells = ListType(StringType())
     trigger = StringType()