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