summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/oofpcipoc-addNeighbor.json
blob: daa7bfaf7cb04d25e22a22f841f2cf79f2ba44a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "lte-ran-neighbor-list-in-use-lte-cell": [
        {
            "plmnid": ${tmp.plmnid},
            "cid": ${tmp.cid},
            "blacklisted": ${tmp.blacklisted},
            "phy-cell-id": ${tmp.phy-cell-id},
            "pnf-name": ${tmp.pnf-name}
        }
    ]
}