blob: 392475f1ba1b2f3a18f4e64f3059c27c7eb94de9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"gNBCUUPId": ${tmp.gNBCUUPList.gNBCUUPId},
"gNBId": ${tmp.gNBCUUPList.gNBId},
"gNBIdLength": ${tmp.gNBCUUPList.gNBIdLength},
"nearRTRICId": ${tmp.nearRTRICId},
"pLMNInfoList": [
{
"pLMNId": ${tmp.payload.pLMNId},
"sNSSAI":[ {
"configData":[ {
"dLThptPerSlice": ${tmp.dLThptPerSlice},
"maxNumberOfConns": ${tmp.maxNumberOfConns},
"uLThptPerSlice": ${tmp.uLThptPerSlice}
}],
"globalSubscriberId": "",
"sNSSAI": ${tmp.payload.sNSSAI},
"status": "ACTIVE",
"subscriptionServiceType": ""
}]
}
],
"resourceType": "DRB"
}
|