blob: 01402db0e264659fff2296a9a68c4cbb6d4b6dba (
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": ${tmp.payload.sNSSAI},
"status": "ACTIVE",
"subscriptionServiceType": ""
}
]
}
],
"ranNFNSSIList": [
${tmp.ranNFNSSIListEntry}
],
"resourceType": "NearRTRIC",
"trackingArea": [
${tmp.payload.trackingArea}
]
}
|