Service Logic (DG/Templates) for SDNR OOF PCI POC
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / oofpcipoc-addNeighbor.json
1 {
2     "lte-ran-neighbor-list-in-use-lte-cell": [
3         {
4             "plmnid": ${tmp.plmnid},
5             "cid": ${tmp.cid},
6             "blacklisted": ${tmp.blacklisted},
7             "phy-cell-id": ${tmp.phy-cell-id},
8             "pnf-name": ${tmp.pnf-name}
9         }
10     ]
11 }