From 998f35e5100014b9d639e52020a70ff4db53ddd3 Mon Sep 17 00:00:00 2001 From: vrvarma Date: Fri, 24 Jan 2020 10:22:07 -0500 Subject: OOF API changes to add fixed and special treatments Adding fixed cell list to fix the pci assignments priority cells, which will get special treatment for pci assignment Change-Id: Ibeff853c3e4eb1f7ad34030c196795999b5079f9 Signed-off-by: vrvarma Issue-ID: OPTFRA-685 --- apps/pci/models/api/pciOptimizationRequest.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps') diff --git a/apps/pci/models/api/pciOptimizationRequest.py b/apps/pci/models/api/pciOptimizationRequest.py index 02b67a2..2aa22f1 100644 --- a/apps/pci/models/api/pciOptimizationRequest.py +++ b/apps/pci/models/api/pciOptimizationRequest.py @@ -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() -- cgit 1.2.3-korg