diff options
Diffstat (limited to 'test/pci-optimization-tests/pci_anr_request.json')
-rw-r--r-- | test/pci-optimization-tests/pci_anr_request.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/test/pci-optimization-tests/pci_anr_request.json b/test/pci-optimization-tests/pci_anr_request.json new file mode 100644 index 0000000..e8947b1 --- /dev/null +++ b/test/pci-optimization-tests/pci_anr_request.json @@ -0,0 +1,29 @@ +{ + "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": [ + "cell20" + ] + }, + "anrInputList": [ + { + "cellId": "cell20", + "removeableNeighbors": [ + "cell23" + ] + } + ], + "trigger": "NbrListChange" +}
\ No newline at end of file |