aboutsummaryrefslogtreecommitdiffstats
path: root/test/functest/simulators/configdb/response-payloads/getNbrList-cell1.json
blob: 3c487e844b24ceaf8e486aa4e55999cc882a0ae5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "cellId": "cell1",
  "nbrList": [
    {
      "targetCellId": "cell0",
      "pciValue": 0,
      "ho": true
    },
    {
      "targetCellId": "cell2",
      "pciValue": 2,
      "ho": true
    }
  ]
}