summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/oofpcipoc-deleteNeighbor.json
blob: 5ac5f72a23ca8b0746e5ec5a46eac0bda3f7dc22 (plain)
1
2
3
4
5
6
7
8
{
    "lte-ran-neighbor-list-in-use-lte-cell": [
        {
            "plmnid": ${tmp.plmnid},
            "cid": ${tmp.cid}
        }
    ]
}