blob: c28a91494b09e7e601203ea68e5e4e469e73111e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
{
"ran-network:sNSSAIList": [
{
"ran-network:sNssai": ${payloadJson.input.sliceProfile.sNSSAI},
"ran-network:status": "Active",
"ran-network:configData": [
{
"ran-network:configParameter": "maxNumberOfConns",
"ran-network:configValue": ${tmp.maxNumberOfConns}
},
{
"ran-network:configParameter": "uLThptPerSlice",
"ran-network:configValue": ""
},
{
"ran-network:configParameter": "dLThptPerSlice",
"ran-network:configValue": ""
},
{
"ran-network:configParameter": "predictedMaxNumberofConns",
"ran-network:configValue": ${tmp.predictedMaxNumberofConns}
},
{
"ran-network:configParameter": "lastUpdatedTS",
"ran-network:configValue": ${tmp.lastUpdatedTS}
}
]
}
]
}
|