fix odl patches
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / cps-templates / cps-put-gnbdufunction.json
1 {
2 "inputParameters":{
3 "idNearRTRIC": ${tmp.nearRTRICId},
4 "mcc":${tmp.mcc},
5 "mnc":${tmp.mnc},
6 "idGNBDUFunction":${tmp.gNBDUList.gNBDUId},
7 "idNRCellDU":${tmp.cellLocalId}
8 },
9 "payload":{
10 "sNSSAIList":[
11 {
12 "sNssai":${tmp.payload.sNSSAI},
13 "status":${tmp.status},
14 "configData": [
15 {
16 "configParameter":"dLThptPerSlice",
17 "configValue":${tmp.dLThptPerSlice}
18 },
19 {
20 "configParameter":"uLThptPerSlice",
21 "configValue":${tmp.uLThptPerSlice}
22 }
23 ]
24 }
25 ]
26 }
27 }