X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=platform-logic%2Frestapi-templates%2Fsrc%2Fmain%2Fjson%2Foofpcipoc-generic-neighbor-patch.json;h=b0a4700b9228651b80745a891a9bd556bb0a801e;hb=HEAD;hp=b3b4643bea2b435e832203f61584f47329ceac73;hpb=6c64ce6d8be0d03ddc9d940cc5caeb7000b1f390;p=ccsdk%2Fdistribution.git diff --git a/platform-logic/restapi-templates/src/main/json/oofpcipoc-generic-neighbor-patch.json b/platform-logic/restapi-templates/src/main/json/oofpcipoc-generic-neighbor-patch.json index b3b4643b..b0a4700b 100644 --- a/platform-logic/restapi-templates/src/main/json/oofpcipoc-generic-neighbor-patch.json +++ b/platform-logic/restapi-templates/src/main/json/oofpcipoc-generic-neighbor-patch.json @@ -1,24 +1,14 @@ { - "ietf-yang-patch:yang-patch": { - "patch-id": "Patch 2", - "comment": "patch for configuring neighbor ", - "edit": [ - { - "edit-id": "patch blacklisted", - "operation": "merge", - "target": "/oofpcipoc:blacklisted", - "value": { - "blacklisted": ${tmp.blacklisted} - } - }, - { - "edit-id": "patch phy-cell-id", - "operation": "merge", - "target": "/oofpcipoc:phy-cell-id", - "value": { - "phy-cell-id": ${tmp.phy-cell-id} - } - } - ] - } + "ietf-yang-patch:yang-patch": { + "patch-id": "Patch 2", + "comment": "patch for isHOAllowed for a cell", + "edit": [{ + "edit-id": "edit1", + "operation": "merge", + "target": "/ran-network:isHOAllowed", + "value": { + "isHOAllowed": ${tmp.isHOAllowed} + } + }] + } }