fix odl patches
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / cps-templates / cps-put-ho.json
1 {
2 "inputParameters":{
3 "idNearRTRIC": ${tmp.nearRTRICId},
4 "idGNBCUCPFunction":${tmp.idGNBCUCPFunction},
5 "idNRCellCU":${tmp.idNRCellCU},
6 "idNRCellRelation":${tmp.idNRCellRelation}
7 },
8 "payload":{
9 "attributes":{"nRTCI":${tmp.nRTCI},"isHOAllowed":${tmp.isHOAllowed}}
10 }
11 }