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=135361cff32dd84b2fa72cd713c9204f24363e6d;hp=6362d64151a00c337b5eb463c3a86fb05bcb82c7;hpb=f83b65de23e6caab3f6d8eb6c16541236d5afb6e;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 6362d641..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,16 +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} - } - } - ] - } + "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} + } + }] + } }