summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updatenearRTRIC.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-configDB-updatenearRTRIC.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-configDB-updatenearRTRIC.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updatenearRTRIC.json14
1 files changed, 8 insertions, 6 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updatenearRTRIC.json b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updatenearRTRIC.json
index 7f1eb941..b3dd73d9 100644
--- a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updatenearRTRIC.json
+++ b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updatenearRTRIC.json
@@ -5,13 +5,15 @@
{
"pLMNId": ${tmp.payload.pLMNId},
"sNSSAI": {
- "configData": {
- "dLThptPerSlice": ${tmp.nearRTRIC.dLThptPerSlice},
- "maxNumberOfConns": ${tmp.nearRTRIC.maxNumberOfConns},
- "uLThptPerSlice": ${tmp.nearRTRIC.uLThptPerSlice}
- },
+ "configData": [
+ {
+ "dLThptPerSlice": ${tmp.nearRTRIC.dLThptPerSlice},
+ "maxNumberOfConns": ${tmp.nearRTRIC.maxNumberOfConns},
+ "uLThptPerSlice": ${tmp.nearRTRIC.uLThptPerSlice}
+ },
+ ],
"globalSubscriberId": "",
- "sNSSAI": ${tmp.payload.sNSSAI},
+ "sNSSAI": ${payloadJson.input.sliceProfile.sNSSAI},
"status": "ACTIVE",
"subscriptionServiceType": ""
}