CPS Integration
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / oofpcipoc-generic-neighbor-patch.json
index aa4c013..1bed7c9 100644 (file)
@@ -1,16 +1,21 @@
 {
-    "ietf-yang-patch:yang-patch": {
-        "patch-id": "Patch 2",
-        "comment": "patch for configuring neighbor ",
-        "edit": [
-            {
-                "edit-id": "patch blacklisted",
-                "operation": "merge",
-                "target": "/ran-network:isHOAllowed",
-                "value": {
-                    "isHOAllowed": ${tmp.isHOAllowed}
-                }
-            }
-        ]
-    }
+        "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}
+                        }
+                 }]
+        }
 }