blob: 3997af76e2b79a892c4c092578244c73370f1a23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"ran-network:sliceProfilesList": [
{
"ran-network:sliceProfileId": ${tmp.sliceProfileId},
"ran-network:sNSSAI": ${tmp.sNSSAI},
"ran-network:maxNumberofUEs": ${tmp.maxNumberofUEs},
"ran-network:latency": ${tmp.latency},
"ran-network:uLThptPerSlice": ${tmp.uLThptPerSlice},
"ran-network:dLThptPerSlice": ${tmp.dLThptPerSlice},
"ran-network:maxNumberofConns": ${tmp.maxNumberofConns},
"ran-network:uEMobilityLevel": ${tmp.uEMobilityLevel},
"ran-network:coverageAreaList": [
${tmp.trackingArea}
],
"ran-network:resourceSharingLevel": ${tmp.resourceSharingLevel}
}
]
}
|