blob: ebadca4affdf5cd643b022629548e1799b8fdcef (
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"
}
|