summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/ranSlice-closed-loop-nearRTRIC-patch.json
diff options
context:
space:
mode:
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/ranSlice-closed-loop-nearRTRIC-patch.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/ranSlice-closed-loop-nearRTRIC-patch.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-closed-loop-nearRTRIC-patch.json b/platform-logic/restapi-templates/src/main/json/ranSlice-closed-loop-nearRTRIC-patch.json
new file mode 100644
index 00000000..54db6bbf
--- /dev/null
+++ b/platform-logic/restapi-templates/src/main/json/ranSlice-closed-loop-nearRTRIC-patch.json
@@ -0,0 +1,23 @@
+{
+ "ietf-yang-patch:yang-patch": {
+ "patch-id": "ClosedLoopPatch1",
+ "comment": "patch for configuring NearRTRIC SliceProfile ",
+ "edit": [{
+ "edit-id": "edit1",
+ "operation": "merge",
+ "target": "/ran-network:uLThptPerSlice",
+ "value": {
+ "uLThptPerSlice": ${tmp.uLThptPerSlice}
+ }
+ },
+ {
+ "edit-id": "edit2",
+ "operation": "merge",
+ "target": "/ran-network:dLThptPerSlice",
+ "value": {
+ "dLThptPerSlice": ${tmp.dLThptPerSlice}
+ }
+ }
+ ]
+ }
+}