summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/oofpcipoc-pci-patch.json
blob: 747224006871d16ad43153971045a9c5072109d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
        "ietf-yang-patch:yang-patch": {
                "patch-id": "Patch 1",
                "comment": "patch for nRPCI for a cell",
                "edit": [{
                        "edit-id": "edit",
                        "operation": "merge",
                        "target": "/ran-network:nRPCI",
                        "value": {
                             "nRPCI": ${tmp.nRPCI}
                        }
                 }]
        }
}