summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/ranSlice-add-sliceProfile-NRRIC.json
diff options
context:
space:
mode:
authorSandeep Shah <sandeeplinux1068@gmail.com>2021-01-31 15:28:31 -0600
committerSandeep Shah <sandeep.shah@ibm.com>2021-02-19 14:27:52 +0000
commit6460c29f5778a917f8d2a1798416cfcb69c19c8c (patch)
treeea9f70a7a183f88f5b9d9d48e8de34c7e10f11d4 /platform-logic/restapi-templates/src/main/json/ranSlice-add-sliceProfile-NRRIC.json
parent7295af14d96885845fe651de1f3c546127ad3dc6 (diff)
Additional DG Updates Bug fixes RANSlice feature
DG updates and bug fixes for RANSlice feature Issue-ID: CCSDK-3112 SIgned-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I7d06fa0e27c64723ee51b1ab9b7679e2f36f91ce
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/ranSlice-add-sliceProfile-NRRIC.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/ranSlice-add-sliceProfile-NRRIC.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-add-sliceProfile-NRRIC.json b/platform-logic/restapi-templates/src/main/json/ranSlice-add-sliceProfile-NRRIC.json
index 3997af76..0d3fee36 100644
--- a/platform-logic/restapi-templates/src/main/json/ranSlice-add-sliceProfile-NRRIC.json
+++ b/platform-logic/restapi-templates/src/main/json/ranSlice-add-sliceProfile-NRRIC.json
@@ -1,18 +1,18 @@
{
"ran-network:sliceProfilesList": [
{
- "ran-network:sliceProfileId": ${tmp.sliceProfileId},
- "ran-network:sNSSAI": ${tmp.sNSSAI},
- "ran-network:maxNumberofUEs": ${tmp.maxNumberofUEs},
- "ran-network:latency": ${tmp.latency},
- "ran-network:uLThptPerSlice": ${tmp.uLThptPerSlice},
- "ran-network:dLThptPerSlice": ${tmp.dLThptPerSlice},
- "ran-network:maxNumberofConns": ${tmp.maxNumberofConns},
- "ran-network:uEMobilityLevel": ${tmp.uEMobilityLevel},
+ "ran-network:sliceProfileId": ${payloadJson.input.sliceProfile.sliceProfileId},
+ "ran-network:sNSSAI": ${payloadJson.input.sliceProfile.sNSSAI},
+ "ran-network:maxNumberofUEs": ${payloadJson.input.sliceProfile.maxNumberofUEs},
+ "ran-network:latency": ${payloadJson.input.sliceProfile.latency},
+ "ran-network:uLThptPerSlice": ${tmp.nearRTRIC.uLThptPerSlice},
+ "ran-network:dLThptPerSlice": ${tmp.nearRTRIC.dLThptPerSlice},
+ "ran-network:maxNumberofConns": ${tmp.nearRTRIC.maxNumberOfConns},
+ "ran-network:uEMobilityLevel": ${payloadJson.input.sliceProfile.uEMobilityLevel},
"ran-network:coverageAreaList": [
${tmp.trackingArea}
],
- "ran-network:resourceSharingLevel": ${tmp.resourceSharingLevel}
+ "ran-network:resourceSharingLevel": ${payloadJson.input.sliceProfile.resourceSharingLevel}
}
]
}