DG's, templates, properties for ranSlice feature
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / ranSlice-add-nSSAIEntry-NRCellDU.json
1 {
2   "ran-network:sNSSAIList": [
3     {
4       "ran-network:sNssai": ${payloadJson.input.sliceProfile.sNSSAI},
5       "ran-network:status": "Active",
6       "ran-network:configData": [
7         {
8           "ran-network:configParameter": "maxNumberOfConns",
9           "ran-network:configValue": ${tmp.maxNumberOfConns}
10         },
11         {
12           "ran-network:configParameter": "uLThptPerSlice",
13           "ran-network:configValue": ${tmp.uLThptPerSlice}
14         },
15         {
16           "ran-network:configParameter": "dLThptPerSlice",
17           "ran-network:configValue": ${tmp.dLThptPerSlice}
18         }
19       ]
20     }
21   ]
22 }