fix odl patches
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / cps-templates / cps-put-nrpci.json
1 {
2 "inputParameters":{
3 "idNearRTRIC": ${tmp.nearRTRICId},
4 "idGNBDUFunction":${tmp.idGNBDUFunction},
5 "idNRCellDU":${tmp.idNRCellDU}
6 },
7 "payload":{
8 "attributes":{"nRPCI":${tmp.nRPCI}}
9 }
10 }