From 19b4c5f779708ee06a2fe46dc998dbb39a9b2e76 Mon Sep 17 00:00:00 2001 From: Sandeep Shah Date: Thu, 25 Feb 2021 22:55:42 -0600 Subject: Intelligent slicing updates RANSlice feature Includes code commit to support intelligent and closed loop RAN slicing for RANSlice feature. ALso includes bug fixes Issue-ID: CCSDK-3177 Signed-off-by: SandeepLinux Change-Id: I9c404f11f879c4aa8857fee4e626b16579a1785b --- .../json/ranSlice-closed-loop-nearRTRIC-patch.json | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 platform-logic/restapi-templates/src/main/json/ranSlice-closed-loop-nearRTRIC-patch.json (limited to 'platform-logic/restapi-templates/src/main/json/ranSlice-closed-loop-nearRTRIC-patch.json') 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} + } + } + ] + } +} -- cgit 1.2.3-korg