DG Update and Templates for ranSlice feature
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / ranSlice-configDB-updategNBCUCP.json
1 {
2   "cellCUList": [
3     {
4       "cellLocalId": ${tmp.cellLocalId},
5       "pLMNInfoList": [
6         {
7           "pLMNId": ${tmp.payload.pLMNId},
8           "sNSSAI": {
9             "configData": {
10               "dLThptPerSlice": ${tmp.dLThptPerSlice},
11               "maxNumberOfConns": ${tmp.maxNumberOfConns},
12               "uLThptPerSlice": ${tmp.uLThptPerSlice}
13             },
14             "globalSubscriberId": "",
15             "sNSSAI": ${tmp.payload.sNSSAI},
16             "status": "ACTIVE",
17             "subscriptionServiceType": ""
18           }
19         }
20       ],
21       "resourceType": "RRC Connected Users"
22     }
23   ],
24   "gNBCUName": ${tmp.gNBCUCPList.gNBCUName},
25   "gNBId": ${tmp.gNBCUCPList.gNBId0},
26   "gNBIdLength": ${tmp.gNBCUCPList.gNBIdLength},
27   "nFType": ${tmp.gNBCUCPList.nFType},
28   "nearRTRICId": ${tmp.nearRTRICId},
29   "pLMNId": ${tmp.payload.pLMNId}
30 }