diff options
author | Ahila <ahila.pandaram@wipro.com> | 2022-04-30 21:25:53 +0530 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-05-04 11:57:17 +0000 |
commit | c83ae81d175c816f9c490c58fe250e610ffbb3d5 (patch) | |
tree | 743cd5c15310eed99eb6dc636f1c366be9f72f08 /platform-logic/restapi-templates | |
parent | 27df50844126b6bdba77b4f1419770d02864efc5 (diff) |
RAN Slicing Reconfigure - Fix1.3.3
Cell update in ConfigDB for intelligent slicing
Issue-ID: CCSDK-3638
Signed-off-by: Ahila <ahila.pandaram@wipro.com>
Change-Id: I65f3879143dac1f58ee5f69ca71668d2201cb7ed
(cherry picked from commit 04e0c44238e79b708ad06a4f48ef1d952868f8cc)
Diffstat (limited to 'platform-logic/restapi-templates')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updateCellCU.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updateCellCU.json b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updateCellCU.json new file mode 100644 index 00000000..5b8b0f7e --- /dev/null +++ b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updateCellCU.json @@ -0,0 +1,18 @@ + { + "cellLocalId": ${tmp.cellLocalId}, + "pLMNInfoList": [ + { + "pLMNId": ${tmp.payload.pLMNId}, + "sNSSAI": [{ + "configData":[ { + "maxNumberOfConns": ${tmp.maxNumberOfConns} + }], + "globalSubscriberId": "", + "sNSSAI": ${tmp.payload.sNSSAI}, + "status": "ACTIVE", + "subscriptionServiceType": "" + }] + } + ], + "resourceType": "RRC Connected Users" + }
\ No newline at end of file |