DG Update and Templates for ranSlice feature
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / ranSlice-configDB-updategNBDU.json
1 {
2   "cellDUList": [
3     {
4       "cellLocalId": ${tmp.cellLocalId},
5       "pLMNInfoList": [
6         {
7           "pLMNId": ${tmp.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": "PRB"
22     }
23   ],
24   "gNBDUId": ${tmp.gNBDUList.gNBDUId},
25   "gNBDUName": ${tmp.gNBDUName},
26   "gNBId": ${tmp.gNBId},
27   "gNBIdLength": ${tmp.gNBIdLength},
28   "nearRTRICId": ${tmp.nearRTRICId},
29   "pLMNId": ${tmp.pLMNId}
30 }