Fix the oof-osdf to configdb interface bugs
[optf/osdf.git] / test / functest / simulators / configdb / response-payloads / getNbrList-cell1.json
1 {
2   "cellId": "cell1",
3   "nbrList": [
4     {
5       "targetCellId": "cell0",
6       "pciValue": 0,
7       "ho": true
8     },
9     {
10       "targetCellId": "cell2",
11       "pciValue": 2,
12       "ho": true
13     }
14   ]
15 }