059d22349b824bd35635bf649bdcb95330073e68
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / cps-templates / cps-put-gnbdufunction.json
1 {
2 "inputParameters":{
3 "idNearRTRIC": ${tmp.nearRTRICId}
4 },
5 "payload":{
6 "GNBDUFunction": [
7 {
8 "idGNBDUFunction": ${tmp.gNBDUList.gNBDUId},
9 "attributes": {
10 "gNBDUId": ${tmp.gNBDUList.gNBDUId},
11 "gNBIdLength": ${tmp.gNBIdLength},
12 "gNBId": ${tmp.gNBId}
13 },
14 "NRCellCU": [
15 {
16 "idNRCellCU": ${tmp.cellLocalId},
17 "attributes": {
18 "cellLocalId": ${tmp.cellLocalId}
19 "pLMNInfoList":[
20 {
21 "mcc":${tmp.mcc},
22 "mnc":${tmp.mnc},
23 "sNSSAIList":[
24 {
25 "sNssai":${tmp.payload.sNSSAI},
26 "status":"ACTIVE",
27 "configData": [
28 {
29 "configParameter":dLThptPerSlice,
30 "configValue":${tmp.dLThptPerSlice}
31 },
32 {
33 "configParameter":uLThptPerSlice,
34 "configValue":${tmp.uLThptPerSlice}
35 }
36 ]
37 }
38 ]
39 }
40 ]
41 }
42 }
43 ]
44 }
45 ]
46 }
47 }