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>2021-08-24 23:17:19 +0530
committerAhila <ahila.pandaram@wipro.com>2021-08-25 19:20:19 +0530
commit1051b5b08b28365742364563f9c1dcdd85bf8bb2 (patch)
tree806a18f4b384fccb5cc27ef115731e65b12ee14a /platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbdufunction.json
parentb03f66d763b938f3a65c3e89ac4a10b4a743e408 (diff)
RANSlice - allocate modify : CPS Integration
Tested against CPS-TBDMT for an anchor Issue-ID: CCSDK-3340 Signed-off-by: Ahila <ahila.pandaram@wipro.com> Change-Id: I8f8c22cbfb70433dcae126d24817b549a9793d4e
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.json34
1 files changed, 7 insertions, 27 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 059d2234..3195111d 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,47 +1,27 @@
{
"inputParameters":{
-"idNearRTRIC": ${tmp.nearRTRICId}
-},
-"payload":{
-"GNBDUFunction": [
-{
-"idGNBDUFunction": ${tmp.gNBDUList.gNBDUId},
-"attributes": {
-"gNBDUId": ${tmp.gNBDUList.gNBDUId},
-"gNBIdLength": ${tmp.gNBIdLength},
-"gNBId": ${tmp.gNBId}
-},
-"NRCellCU": [
-{
-"idNRCellCU": ${tmp.cellLocalId},
-"attributes": {
-"cellLocalId": ${tmp.cellLocalId}
-"pLMNInfoList":[
-{
+"idNearRTRIC": ${tmp.nearRTRICId},
"mcc":${tmp.mcc},
"mnc":${tmp.mnc},
+"idGNBDUFunction":${tmp.gNBDUList.gNBDUId},
+"idNRCellDU":${tmp.cellLocalId}
+},
+"payload":{
"sNSSAIList":[
{
"sNssai":${tmp.payload.sNSSAI},
"status":"ACTIVE",
"configData": [
{
-"configParameter":dLThptPerSlice,
+"configParameter":"dLThptPerSlice",
"configValue":${tmp.dLThptPerSlice}
},
{
-"configParameter":uLThptPerSlice,
+"configParameter":"uLThptPerSlice",
"configValue":${tmp.uLThptPerSlice}
}
]
}
]
}
-]
-}
-}
-]
-}
-]
}
-} \ No newline at end of file