1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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"
}
}
|