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