diff options
author | dhebeha <dhebeha.mj71@wipro.com> | 2020-04-30 16:12:32 +0530 |
---|---|---|
committer | dhebeha <dhebeha.mj71@wipro.com> | 2020-04-30 16:35:30 +0530 |
commit | e07bb7a6bce3fa331c3e556395663dd77bc02676 (patch) | |
tree | 3fb75972940303b79cf237caa034824d96b9758c /test/pci-optimization-tests/fixed_pci.json | |
parent | d4a0085a8f75c62912d19613459ad1bc3dce3e73 (diff) |
Change to support PCI unchangeable cells
Issue-ID: OPTFRA-678
Signed-off-by: dhebeha <dhebeha.mj71@wipro.com>
Change-Id: Ib7620cb19850d77e80b2baea5ef318e8b0182d7c
Diffstat (limited to 'test/pci-optimization-tests/fixed_pci.json')
-rw-r--r-- | test/pci-optimization-tests/fixed_pci.json | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/test/pci-optimization-tests/fixed_pci.json b/test/pci-optimization-tests/fixed_pci.json new file mode 100644 index 0000000..8bd159e --- /dev/null +++ b/test/pci-optimization-tests/fixed_pci.json @@ -0,0 +1,42 @@ +{ + + "requestInfo": { + + "transactionId": "xxx-xxx-xxxx", + + "requestId": "yyy-yyy-yyyy", + + "callbackUrl": "https://wiki.onap.org:5000/callbackUrl/", + + "sourceId": "SO", + + "requestType": "create", + + "numSolutions": 1, + + "optimizers": [ + + "pci-anr" + + ], + + "timeout": 600 + + }, + + "cellInfo": { + + "networkId": "2000", + + "cellIdList": [ + + "cell0" + + ], + + "fixedPCICells": ["cell21","cell22"], + "anrInputList": [{"cellId": "cell20", "removeableNeighbors" :["cell23"]}], + "trigger": "NbrListChange" + } + +} |