From c83ae81d175c816f9c490c58fe250e610ffbb3d5 Mon Sep 17 00:00:00 2001 From: Ahila Date: Sat, 30 Apr 2022 21:25:53 +0530 Subject: RAN Slicing Reconfigure - Fix Cell update in ConfigDB for intelligent slicing Issue-ID: CCSDK-3638 Signed-off-by: Ahila Change-Id: I65f3879143dac1f58ee5f69ca71668d2201cb7ed (cherry picked from commit 04e0c44238e79b708ad06a4f48ef1d952868f8cc) --- .../src/main/json/ranSlice-configDB-updateCellCU.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updateCellCU.json (limited to 'platform-logic/restapi-templates/src/main') 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 -- cgit 1.2.3-korg