summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbdufunction.json
diff options
context:
space:
mode:
authorAhila <ahila.pandaram@wipro.com>2022-04-20 19:43:59 +0530
committerDan Timoney <dtimoney@att.com>2022-04-27 18:48:54 +0000
commit68a29f1c7c2083412a3493ee8c8411fadbc3629d (patch)
treebf2dfdd9167494361dc185cfe5ab455345900b14 /platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbdufunction.json
parentffb36e6bbb1a18ea40a87aaa332c082f34a2136d (diff)
RAN Slicing Bug Fixes - Jakarta Release
Issue-ID: CCSDK-3638 Signed-off-by: Ahila <ahila.pandaram@wipro.com> Change-Id: I5acd7bbc871dad12add8c324b6445efb546eae8f (cherry picked from commit 4f1446b1d7b9259333a87925c4e3073c3d8c9511)
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbdufunction.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbdufunction.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbdufunction.json b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbdufunction.json
index c4459a29..b65107c9 100644
--- a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbdufunction.json
+++ b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbdufunction.json
@@ -1,27 +1,27 @@
{
- "inputParameters":{
- "idNearRTRIC": ${tmp.nearRTRICId},
- "mcc":${tmp.mcc},
- "mnc":${tmp.mnc},
- "idGNBDUFunction":${tmp.GNBDUId},
- "idNRCellDU":${tmp.NRCellDUID}
- },
- "payload":{
- "sNSSAIList":[
- {
- "sNssai":${tmp.sNSSAI},
- "status":${tmp.status},
- "configData": [
- {
- "configParameter":"dLThptPerSlice",
- "configValue":${tmp.dLThptPerSlice}
- },
- {
- "configParameter":"uLThptPerSlice",
- "configValue":${tmp.uLThptPerSlice}
- }
- ]
- }
- ]
- }
+"inputParameters":{
+"idNearRTRIC": ${tmp.nearRTRICId},
+"mcc":${tmp.mcc},
+"mnc":${tmp.mnc},
+"idGNBDUFunction":${tmp.gNBDUList.gNBDUId},
+"idNRCellDU":${tmp.cellLocalId}
+},
+"payload":{
+"sNSSAIList":[
+{
+"sNssai":${tmp.payload.sNSSAI},
+"status":${tmp.status},
+"configData": [
+{
+"configParameter":"dLThptPerSlice",
+"configValue":${tmp.dLThptPerSlice}
+},
+{
+"configParameter":"uLThptPerSlice",
+"configValue":${tmp.uLThptPerSlice}
+}
+]
+}
+]
}
+} \ No newline at end of file