DG Implementation - RAN Slice RPCS
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / ranSlice-patch-sNSSAI-status.json
diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-patch-sNSSAI-status.json b/platform-logic/restapi-templates/src/main/json/ranSlice-patch-sNSSAI-status.json
new file mode 100644 (file)
index 0000000..7854e1c
--- /dev/null
@@ -0,0 +1,21 @@
+{
+        "ietf-yang-patch:yang-patch": {
+                "patch-id": "Patch 1",
+                "comment": "patch for NSSAIList",
+                "edit": [
+            {
+                        "edit-id": "edit1",
+                        "operation": "merge",
+                        "target": "/ran-network:sNSSAIList[ran-network:sNssai='${"tmp.sNSSAI}']",
+                        "value": {
+      "ran-network:sNSSAIList": [
+        {
+          "ran-network:sNssai": ${tmp.sNSSAI},
+          "ran-network:status": "INACTIVE"
+        }
+      ]
+}
+}
+]
+}
+}
\ No newline at end of file