summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/oofpcipoc-generic-neighbor-patch.json
blob: 1bed7c9336ae0231509699fd81abf1ff6564b20f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
        "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:nRTCI",
                        "value": {
                             "nRTCI": ${tmp.nRTCI}
                        }
                 },{
                        "edit-id": "edit2",
                        "operation": "merge",
                        "target": "/ran-network:isHOAllowed",
                        "value": {
                             "isHOAllowed": ${tmp.isHOAllowed}
                        }
                 }]
        }
}