blob: 284b99d3144616be682f5fdecfdc9f4ef8d84b18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"ran-network:sNSSAIList": [
{
"ran-network:sNssai": ${tmp.payload.sNSSAI},
"ran-network:status": "Active",
"ran-network:configData": [
{
"ran-network:configParameter": "maxNumberOfConns",
"ran-network:configValue": ${tmp.maxNumberOfConns}
},
{
"ran-network:configParameter": "uLThptPerSlice",
"ran-network:configValue": ${tmp.uLThptPerSlice}
},
{
"ran-network:configParameter": "dLThptPerSlice",
"ran-network:configValue": ${tmp.dLThptPerSlice}
}
]
}
]
}
|