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-07-21 18:00:21 +0530
committerAhila P <ahila.pandaram@wipro.com>2021-07-31 08:55:44 +0000
commita6e92d163cc81a268771cc5da4952a9aefc8c4e3 (patch)
treea4f6afc36b5e09a7a84b0dad23db7cc4232b526b /platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbdufunction.json
parent5019487d208bcb9184ca541c3c01fa9895db4ad6 (diff)
CPS Integration - RANSlice-modify allocate scenario
Issue-ID: CCSDK-3340 Signed-off-by: Ahila <ahila.pandaram@wipro.com> Change-Id: I4a318dee0740ebe7bce4cae1bea4faed5e6e28da
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.json47
1 files changed, 47 insertions, 0 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
new file mode 100644
index 00000000..059d2234
--- /dev/null
+++ b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbdufunction.json
@@ -0,0 +1,47 @@
+{
+"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":[
+{
+"mcc":${tmp.mcc},
+"mnc":${tmp.mnc},
+"sNSSAIList":[
+{
+"sNssai":${tmp.payload.sNSSAI},
+"status":"ACTIVE",
+"configData": [
+{
+"configParameter":dLThptPerSlice,
+"configValue":${tmp.dLThptPerSlice}
+},
+{
+"configParameter":uLThptPerSlice,
+"configValue":${tmp.uLThptPerSlice}
+}
+]
+}
+]
+}
+]
+}
+}
+]
+}
+]
+}
+} \ No newline at end of file