summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/ranSlice-add-sliceProfile-NRRIC.json
diff options
context:
space:
mode:
authorAhila <ahila.pandaram@wipro.com>2021-05-25 16:29:18 +0530
committerKAPIL SINGAL <ks220y@att.com>2021-06-14 14:36:43 +0000
commit8b86f34f6ea29728e31c4f6799009e8562ef3b6f (patch)
tree7a621cd8627fcf374928c76982f7f65b18e1e80a /platform-logic/restapi-templates/src/main/json/ranSlice-add-sliceProfile-NRRIC.json
parent94a7c372094fb6c8f342dfd04984a34c975eb849 (diff)
RanSlice DG, Templates - Integration Testing Fixes
Issue-ID: CCSDK-3314 Signed-off-by: Ahila <ahila.pandaram@wipro.com> Change-Id: I9d3960a3fe5bc2e693d20cd6176ed57953a71eea
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.json4
1 files changed, 2 insertions, 2 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 0d3fee36..8e1dd158 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
@@ -2,7 +2,7 @@
"ran-network:sliceProfilesList": [
{
"ran-network:sliceProfileId": ${payloadJson.input.sliceProfile.sliceProfileId},
- "ran-network:sNSSAI": ${payloadJson.input.sliceProfile.sNSSAI},
+ "ran-network:sNSSAI": ${tmp.payload.sNSSAI},
"ran-network:maxNumberofUEs": ${payloadJson.input.sliceProfile.maxNumberofUEs},
"ran-network:latency": ${payloadJson.input.sliceProfile.latency},
"ran-network:uLThptPerSlice": ${tmp.nearRTRIC.uLThptPerSlice},
@@ -15,4 +15,4 @@
"ran-network:resourceSharingLevel": ${payloadJson.input.sliceProfile.resourceSharingLevel}
}
]
-}
+} \ No newline at end of file