summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbdufunction.json
blob: 059d22349b824bd35635bf649bdcb95330073e68 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"inputParameters":{
"idNearRTRIC": ${tmp.nearRTRICId}
},
"payload":{
"GNBDUFunction": [
{
"idGNBDUFunction": ${tmp.gNBDUList.gNBDUId},
"attributes": {
"gNBDUId": ${tmp.gNBDUList.gNBDUId},
"gNBIdLength": ${tmp.gNBIdLength},
"gNBId": ${tmp.gNBId}
},
"NRCellCU": [
{
"idNRCellCU": ${tmp.cellLocalId},
"attributes": {
"cellLocalId": ${tmp.cellLocalId}
"pLMNInfoList":[
{
"mcc":${tmp.mcc},
"mnc":${tmp.mnc},
"sNSSAIList":[
{
"sNssai":${tmp.payload.sNSSAI},
"status":"ACTIVE",
"configData": [
{
"configParameter":dLThptPerSlice,
"configValue":${tmp.dLThptPerSlice}
},
{
"configParameter":uLThptPerSlice,
"configValue":${tmp.uLThptPerSlice}
}
]
}
]
}
]
}
}
]
}
]
}
}