update link to upper-constraints.txt
[optf/osdf.git] / test / pci-optimization-tests / fixed_pci.json
1 {
2
3   "requestInfo": {
4
5     "transactionId": "xxx-xxx-xxxx",
6
7     "requestId": "yyy-yyy-yyyy",
8
9     "callbackUrl": "https://wiki.onap.org:5000/callbackUrl/",
10
11     "sourceId": "SO",
12
13     "requestType": "create",
14
15     "numSolutions": 1,
16
17     "optimizers": [
18
19       "pci-anr"
20
21     ],
22
23     "timeout": 600
24
25   },
26
27   "cellInfo": {
28
29     "networkId": "netw2000",
30
31     "cellIdList": [
32
33       "cell0"
34
35     ],
36
37     "fixedPCICells": ["cell21","cell22"],
38     "anrInputList": [{"cellId": "cell20", "removeableNeighbors" :["cell23"]}],
39     "trigger": "NbrListChange"
40   }
41
42 }