summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbdufunction.json
diff options
context:
space:
mode:
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