summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updateCellCU.json
diff options
context:
space:
mode:
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updateCellCU.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updateCellCU.json18
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