DG's, templates, properties for ranSlice feature
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / ranSlice-add-sliceProfile-NRRIC.json
1 {
2   "ran-network:sliceProfilesList": [
3     {
4       "ran-network:sliceProfileId": ${tmp.sliceProfileId},
5       "ran-network:sNSSAI": ${tmp.sNSSAI},
6       "ran-network:maxNumberofUEs": ${tmp.maxNumberofUEs},
7       "ran-network:latency": ${tmp.latency},
8       "ran-network:uLThptPerSlice": ${tmp.uLThptPerSlice},
9       "ran-network:dLThptPerSlice": ${tmp.dLThptPerSlice},
10       "ran-network:maxNumberofConns": ${tmp.maxNumberofConns},
11       "ran-network:uEMobilityLevel": ${tmp.uEMobilityLevel},
12       "ran-network:coverageAreaList": [
13         ${tmp.trackingArea}
14       ],
15       "ran-network:resourceSharingLevel": ${tmp.resourceSharingLevel}
16     }
17   ]
18 }