blob: b3dd73d9896c16961eaf1b483b26ea269825f0b3 (
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
|
{
"gNBId": ${tmp.gNBId},
"nearRTRICId": ${tmp.nearRTRICId},
"pLMNInfoList": [
{
"pLMNId": ${tmp.payload.pLMNId},
"sNSSAI": {
"configData": [
{
"dLThptPerSlice": ${tmp.nearRTRIC.dLThptPerSlice},
"maxNumberOfConns": ${tmp.nearRTRIC.maxNumberOfConns},
"uLThptPerSlice": ${tmp.nearRTRIC.uLThptPerSlice}
},
],
"globalSubscriberId": "",
"sNSSAI": ${payloadJson.input.sliceProfile.sNSSAI},
"status": "ACTIVE",
"subscriptionServiceType": ""
}
}
],
"ranNFNSSIList": [
${tmp.ranNFNSSIListEntry}
],
"resourceType": "NearRTRIC",
"trackingArea": [
${tmp.payload.trackingArea}
]
}
|