fix odl patches
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / oofpcipoc-pci-patch.json
1 {
2         "ietf-yang-patch:yang-patch": {
3                 "patch-id": "Patch 1",
4                 "comment": "patch for nRPCI for a cell",
5                 "edit": [{
6                         "edit-id": "edit",
7                         "operation": "merge",
8                         "target": "/ran-network:nRPCI",
9                         "value": {
10                              "nRPCI": ${tmp.nRPCI}
11                         }
12                  }]
13         }
14 }