diff options
author | Ahila <ahila.pandaram@wipro.com> | 2021-05-25 16:29:18 +0530 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2021-06-14 14:36:43 +0000 |
commit | 8b86f34f6ea29728e31c4f6799009e8562ef3b6f (patch) | |
tree | 7a621cd8627fcf374928c76982f7f65b18e1e80a /platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updategNBCUCP.json | |
parent | 94a7c372094fb6c8f342dfd04984a34c975eb849 (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-configDB-updategNBCUCP.json')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updategNBCUCP.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updategNBCUCP.json b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updategNBCUCP.json index 10ab5a39..e54bc953 100644 --- a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updategNBCUCP.json +++ b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updategNBCUCP.json @@ -5,17 +5,17 @@ "pLMNInfoList": [ { "pLMNId": ${tmp.payload.pLMNId}, - "sNSSAI": { - "configData": { + "sNSSAI": [{ + "configData":[ { "dLThptPerSlice": ${tmp.dLThptPerSlice}, "maxNumberOfConns": ${tmp.maxNumberOfConns}, "uLThptPerSlice": ${tmp.uLThptPerSlice} - }, + }], "globalSubscriberId": "", "sNSSAI": ${tmp.payload.sNSSAI}, "status": "ACTIVE", "subscriptionServiceType": "" - } + }] } ], "resourceType": "RRC Connected Users" @@ -27,4 +27,4 @@ "nFType": ${tmp.gNBCUCPList.nFType}, "nearRTRICId": ${tmp.nearRTRICId}, "pLMNId": ${tmp.payload.pLMNId} -} +}
\ No newline at end of file |