diff options
author | yashwanth <gandhapu.yashwanth@wipro.com> | 2022-03-24 15:10:27 +0000 |
---|---|---|
committer | YASHWANTH GANDHAPU <gandhapu.yashwanth@wipro.com> | 2022-03-24 15:14:55 +0000 |
commit | 7e8bd180002c4883d0ca3abe47f4d04f437df1fa (patch) | |
tree | 4b252d1c9fd5dbe05239d6a3f5d16d4eca190d71 /platform-logic/restapi-templates/src/main/json/oofpcipoc-pci-patch.json | |
parent | 3d4c5dfb9e185c1e93a246c5b0d4462931aebb89 (diff) |
CPS Integration
Issue-ID: CCSDK-3544
Signed-off-by: yashwanth <gandhapu.yashwanth@wipro.com>
Change-Id: Ie3ef0e42e2c74675169b14c6cf6842a489666e36
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/oofpcipoc-pci-patch.json')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/oofpcipoc-pci-patch.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/oofpcipoc-pci-patch.json b/platform-logic/restapi-templates/src/main/json/oofpcipoc-pci-patch.json index 46b9bec6..74722400 100644 --- a/platform-logic/restapi-templates/src/main/json/oofpcipoc-pci-patch.json +++ b/platform-logic/restapi-templates/src/main/json/oofpcipoc-pci-patch.json @@ -1,14 +1,14 @@ { - "ietf-yang-patch:yang-patch": { - "patch-id": "Patch 1", - "comment": "patch for phy-cell-id-in-use for a cell", - "edit": [{ - "edit-id": "edit", - "operation": "merge", - "target": "/ran-network:nRPCI", - "value": { - "nRPCI": ${tmp.nRPCI} - } - }] - } + "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} + } + }] + } } |